* wl-address.el (wl-complete-field-body): Complete if the last
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-address.el (wl-complete-field-body): Complete if the last
4         character is a space.
5
6 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-folder.el (wl-folder-clear-entity-info): Use
9         elmo-clear-hash-val.
10
11         * wl-fldmgr.el (wl-fldmgr-rename): Set
12         wl-folder-info-alist-modified as t.
13
14 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
15
16         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
17
18 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
19
20         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
21         (wl-folder-buffer-last-visited-entity-id): New buffer local
22         variable.
23         (wl-folder-revisit-last-visited-folder): New function.
24         (wl-folder-mode-map): Bind it to "C-i".
25         (wl-folder-set-current-entity-id): Set last visited folder.
26         * wl-summary.el (wl-summary-exit): Ditto.
27
28 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
31         before calling `recenter' in order to cope with an XEmacs bug.
32
33 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
34
35         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
36         to the default value.
37
38 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
41         change.
42         (wl-summary-sync-marks): Ditto.
43         (wl-summary-mark-as-read-internal): Ditto.
44         (wl-summary-mark-as-answered-internal): Ditto.
45         (wl-summary-mark-as-important-internal): Ditto.
46         (wl-summary-reply): Ditto.
47
48         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
49         instead of `elmo-folder-unflag-answered'.
50
51         * Version number is increased to 2.11.23.
52
53         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
54         the last change.
55
56 2004-01-11  Kenichi Okada  <okada@opaopa.org>
57
58         * wl-spam.el (wl-summary-exec-action-refile-with-register):
59         Specify "spam" or "good".
60
61 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
62
63         * wl-spam.el (wl-summary-exec-action-spam): Call
64         wl-folder-confirm-existence for spam folder.
65         (wl-spam-setup): Bind "mk".
66
67 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
70
71 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
72
73         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
74         destination folder is empty.
75
76 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
77
78         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
79         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
80
81         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
82         (wl-summary-refile-prev-destination-region): New function.
83         (wl-thread-refile-prev-destination): Ditto.
84         (wl-summary-target-mark-refile-prev-destination): Ditto.
85
86 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
87
88         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
89         (wl-demo-background-color): Changed default value.
90
91         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
92         color.
93
94         * wl-demo.el (wl-demo-set-background-color): New function.
95         (wl-demo): Call it.
96
97 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-address.el (wl-address-delete): Avoid mis-deleting.
100         * wl-address.el (wl-address-add-or-change): Don't add empty
101         address.
102
103 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
104
105         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
106
107 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
108
109         * wl-vars.el (wl-demo-image-filter-alist): New variable
110         (wl-demo-background-color): Ditto.
111
112         * wl-demo.el (wl-demo-xpm-set-background): New function.
113         (wl-demo-image-filter): Ditto.
114         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
115
116         * wl-vars.el (wl-demo-icon-name-alist): New variable.
117
118         * wl-demo.el (wl-demo-icon-name): Define as function.
119         (wl-demo-insert-image): Use it.
120
121 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
122
123         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
124
125 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
126
127         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
128
129 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
130
131         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
132
133 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-thread.el (wl-thread-mark-as-answered): New function.
136
137         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
138         answered" entry.
139         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
140         "r&" and wl-thread-mark-as-answered to "t&".
141         (wl-summary-mark-as-important-region): Refine to toggle mark.
142         (wl-summary-mark-as-answered-region): New function.
143         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
144         and 3rd argument.
145         (wl-summary-mark-as-important-internal): Likewise.
146
147 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * wl-template.el (wl-template-preview): New internal variable.
150         (wl-template-preview-p): New function.
151         (wl-template-show): Bind `wl-template-preview' as t.
152
153 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
156         `elmo-message-entity-field' with 3rd argument which is non-nil.
157
158 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
161         Removed duplicate local bind `folder'.
162
163 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
164
165         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
166
167 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
170         duplicate definition.
171
172 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
173
174         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
175         non-nil, use it; Don't fetch message if there's no message in the
176         current cursor position.
177
178 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
179
180         * wl-util.el (wl-region-exists-p): Use region-active-p.
181         (wl-deactivate-region): New function.
182         * wl-message.el (wl-message-redisplay): Deactivate region.
183
184         * wl-summary.el (wl-summary-reply): Call
185         `wl-summary-set-message-buffer-or-redisplay' instead of
186         `wl-summary-redisplay-internal', don't move point.
187
188 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
189
190         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
191         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
192         by regexp.
193
194 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
197         if no need.
198
199 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
202         default value to nil.
203         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
204         `wl-summary-prepare-hook'; Replace refile action to
205         `wl-summary-exec-action-refile-with-register'.
206
207         * Version number is increased to 2.11.22.
208
209 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-summary.el (wl-summary-detect-mark-position): Set
212         `wl-summary-buffer-weekday-name-lang'.
213
214 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
215
216         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
217         (wl-summary-mark-as-read-all): Ditto.
218         (wl-summary-delete-messages-on-buffer): Ditto.
219         (wl-summary-sync-update): Ditto.
220         (wl-summary-mark-as-read-internal): Ditto.
221         (wl-summary-mark-as-answered-internal): Ditto.
222         (wl-summary-update-folder-info): Abolished.
223
224 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-summary.el (wl-summary-mark-as-read-all): Use
227         `wl-summary-update-folder-info' instead of
228         `wl-folder-update-unread'.
229
230 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
231
232         * wl-summary.el (wl-summary-update-folder-info): New function derived from
233         `wl-summary-folder-info-update'.
234         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
235         instead of `wl-summary-folder-info-update'.
236         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
237         `wl-folder-set-folder-updated'.
238         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
239         instead of `wl-folder-update-unread'.
240         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
241         the value of `wl-summary-buffer-unread-count' for the second parameter of
242         `wl-folder-update-unread'.
243
244         * Version number is increased to 2.11.21.
245
246 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
247
248         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
249         a local variable.
250
251 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-spam.el (wl-summary-mark-spam): Show message only if call
254         interactively.
255
256         * wl-summary.el (wl-summary-mark-as-important-internal): New
257         internal function.
258         (wl-summary-mark-as-important): Use it.
259         (wl-summary-mark-as-unimportant): New function.
260         (wl-summary-sync-marks): Follow the API change.
261
262         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
263
264         * wl-mime.el (wl-summary-burst): Check target folder is writable.
265
266 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
267
268         * wl-folder.el (wl-folder-update-unread): Re-indent.
269         Narrow the scope of a local variable.
270
271 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
274         (wl-addrmgr-merge-entries): Ditto.
275         (wl-addrmgr): Added to address entry which exists in draft buffer
276         if no entry is in original.
277
278 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
279
280         * wl-batch.el: New file.
281
282 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
283
284         * wl-vars.el (wl-use-semi): Remove unused variable.
285
286 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
287
288         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
289         "?".
290
291 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
294         wl-summary-new-mark.
295         (wl-summary-new-cached-mark): New user option.
296         (wl-summary-score-marks): Follow the change above.
297         (wl-summary-auto-refile-skip-marks): Ditto.
298         (wl-summary-incorporate-marks): Ditto.
299         (wl-summary-expire-reserve-marks): Ditto.
300
301         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
302
303         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
304         (wl-summary-persistent-mark-string): Distinguished between cached
305         and uncached mark when the message is new.
306
307 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-spam.el (wl-spam-domain): Renamed from
310         `wl-spam-folder-guess-domain'.
311         (wl-summary-exec-action-spam): Register as spam if domain of the
312         source folder is good.
313         (wl-summary-exec-action-refile-with-register): Register message if
314         domain of the source folder is not undecided.
315
316 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
319         detect thread loop.
320
321 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
324         and wl-summary-skip-mark-list.
325
326 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
327
328         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
329
330         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
331
332         * wl-spam.el (toplevel): Require wl-highlight.
333         (wl-spam-auto-check-policy-alist): Abolish.
334         (wl-spam-auto-check-folder-regexp-list): New user option.
335         (wl-spam-auto-check-marks): Ditto.
336         (wl-spam-mark-action-list): Ditto.
337         (wl-highlight-summary-spam-face): New face.
338         (wl-spam-auto-check-message-p): New function.
339         (wl-spam-map-spam-messages): Fixed message.
340         (wl-spam-register-spam-messages): Ditto.
341         (wl-spam-register-good-messages): Ditto.
342         (wl-summary-spam-map): Add and remove keybind.
343         (wl-summary-target-mark-spam): Abolish.
344         (wl-summary-refile-spam): Ditto.
345         (wl-summary-test-spam): New function.
346         (wl-summary-mark-spam): Ditto.
347         (wl-summary-auto-check-spam): Follow the above change.
348         (wl-summary-exec-action-spam): New function.
349         (wl-summary-exec-action-refile-with-register): Fixed message.
350         (wl-message-check-spam): New function.
351         (wl-spam-setup): Ditto.
352         (toplevel): Call it if this file is loaded interactivity.
353
354         * Version number is increased to 2.11.20.
355
356 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
359         when new optional argument `force' is non nil or modified.
360
361 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl.el (toplevel): Require wl-spam when compile.
364         (wl-save-status): Call wl-spam-save-status.
365
366         * wl-spam.el (wl-spam-register-spam-messages): New function.
367         (wl-spam-register-good-messages): Ditto.
368         (wl-spam-save-status): Ditto.
369         (wl-summary-mode-map): Bind
370         wl-summary-target-mark-register-as-spam to "ms" and
371         wl-summary-target-mark-register-as-good to "mn".
372         (wl-summary-register-as-spam): Abolish optional argument; Use
373         wl-spam-register-spam-messages.
374         (wl-summary-register-as-spam-all): Use
375         wl-spam-register-spam-messages.
376         (wl-summary-register-as-good): Abolish optional argument; Use
377         wl-spam-register-good-messages.
378         (wl-summary-register-as-good-all): Use
379         wl-spam-register-good-messages.
380         (wl-summary-target-mark-register-as-spam): New funtion.
381         (wl-summary-target-mark-register-as-good): Ditto.
382
383 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-spam.el: New file.
386
387 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
390
391         * wl-action.el (wl-auto-refile-guess-functions): New variable.
392         (wl-summary-auto-refile): Call wl-refile-guess with
393         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
394
395 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
398         with disable-thread argument non-nil.
399
400 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-summary.el (wl-summary-rescan): Added optional argument
403         disable-thread.
404         (wl-summary-sync): Call wl-summary-rescan with argument
405         disable-thread.
406         (wl-summary-input-range): Added new range `rescan-thread'.
407
408 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
409
410         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
411
412 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
413
414         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
415         internal variable.
416         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
417         wl-summary-search-parent-by-subject-regexp and
418         wl-summary-divide-thread-when-subject-changed as nil.
419         (wl-summary-insert-sequential): If entity is nil, nothing to do.
420         (wl-summary-insert-thread): Search parent entity from
421         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
422         thread loop.
423
424 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
425
426         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
427
428         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
429
430         * wl-util.el (wl-require-update-all-folder-p): New function.
431         (wl-get-assoc-list-value): Added `function' to match directive.
432         (wl-collect-draft): Rewrite.
433
434         * wl-summary.el (wl-summary-sync-update): Clear faces
435         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
436         are non-nil.
437         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
438         argument as function.
439         (wl-summary-input-range): Ditto.
440
441         * wl-folder.el (wl-draft-get-folder): New function.
442         (wl-folder-get-elmo-folder): Consider draft folder.
443
444         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
445         (wl-draft-buffer-message-number): New buffer local variable.
446         (wl-draft-folder-internal): New internal variable.
447         (wl-draft-delete): Rewrite.
448         (wl-draft-save): Ditto.
449         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
450         wl-folder-get-elmo-folder.
451         (wl-draft-config-info-operation): Ditto.
452         (wl-jump-to-draft-folder): Ditto.
453         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
454         (wl-draft-reedit): Rewrite.
455
456         * Version number is increased to 2.11.19.
457         
458 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
459
460         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
461         variable.
462
463 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
466         Use ignore-errors instead of unwind-protect.
467
468 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
469
470         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
471         for updating `wl-thread-entity-list'.
472
473 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
474
475         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
476         parameter from calling `wl-thread-entity-get-older-brothers' and
477         `wl-thread-entity-get-younger-brothers'.
478         Replace nested `append' with a single one.
479
480 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-summary.el (wl-summary-mode): Don't use the return value of
483         `make-local-hook'.
484
485 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
486
487         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
488         instead of `let*'.
489         (wl-thread-delete-message): Likewise.  Split and narrow the scope
490         of local variables.
491
492 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
495         Renamed from wl-summary-window-scroll-functions.
496         (wl-summary-window-scroll-functions): Don't set to variable.
497         (wl-summary-display-top): Use run-hooks.
498         (wl-summary-display-bottom): Ditto.
499         (wl-summary-toggle-disp-msg): Ditto.
500         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
501         Use it instead of wl-summary-window-scroll-functions.
502         (wl-summary-goto-folder-subr): Don't call
503         wl-summary-window-scroll-functions, use
504         wl-summary-buffer-window-scroll-functions instead.
505
506 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
509         make-local-variable.
510
511 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
512
513         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
514         set-buffer-modified-p.
515         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
516         (wl-summary-display-bottom): Ditto.
517         (wl-summary-toggle-disp-msg): Ditto.
518
519 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
522
523         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
524         (wl-summary-forward): Use elmo-message-entity-field instead of
525         elmo-message-field.
526
527         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
528
529 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-summary.el (wl-summary-window-scroll-functions): No use
532         `append'.
533
534 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
535
536         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
537         function.
538         (wl-summary-window-scroll-functions): Call it when both
539         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
540         (wl-summary-temp-mark): Added optional argument number.
541         (wl-summary-message-mark): Added optional argument flag.
542         (wl-summary-persistent-mark): Added optional argument number and flag.
543         (wl-summary-update-persistent-mark): Ditto.
544         (wl-summary-update-status-marks): Set "r" for interactive spec.
545
546         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
547         argument number and flag.
548
549         * wl-action.el (wl-summary-registered-temp-mark): 
550         Do nothing when wl-summary-buffer-temp-mark-list is nil.
551
552 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
555         internal variable (buffer local).
556         (wl-summary-window-scroll-functions): New function.
557         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
558         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
559         as nil.
560         (wl-summary-update-status-marks): Added arguments beg, end and
561         check.
562         (wl-summary-update-mark-window): Use function.
563         (wl-summary-sync-update): Follow the change above.
564         (wl-summary-switch-to-clone-buffer): Copy
565         wl-summary-buffer-unsync-mark-number-list.
566         (wl-summary-goto-folder-subr): Set
567         wl-summary-buffer-unsync-mark-number-list and
568         use wl-summary-window-scroll-functions insteaf of
569         wl-summary-lazy-highlight.
570
571         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
572
573 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
576
577         * wl-summary.el (wl-summary-update-persistent-mark): Call
578         wl-summary-set-message-modified.
579
580         * wl-summary.el (wl-summary-sync-update): Don't call
581         wl-summary-update-status-marks.
582
583         * Version number is increased to 2.11.18.
584
585 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
586
587         * wl-message.el (wl-message-prev-page): Use save-selected-window.
588         (wl-message-next-page): Ditto.
589
590 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
591
592         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
593         local variable.  Change the order of a collected list into the
594         same as the specified range.  Remove nil from a collected list.
595
596 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-summary.el (wl-summary-insert-headers): Set visible-only
599         argument for elmo-folder-list-messages.
600
601 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
604         change (wl-summary-count-unreads return a list instead of a cons
605         cell).
606
607 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
608
609         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
610         `wl-summary-folder-info-update'.
611
612 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-summary.el (wl-summary-set-message-modified): No use
615         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
616         (wl-summary-set-mark-modified): Abolish.
617         (wl-summary-mark-modified-p): Ditto.
618         (wl-summary-save-view): Follow the change above.
619
620         * wl-expire.el (wl-summary-expire): Likewise.
621
622 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
623
624         * wl-summary.el (wl-summary-detect-mark-position): Use
625         modb-entity-handler.
626         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
627
628         * Version number is increased to 2.11.17.
629
630 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
631
632         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
633         entity field value.
634         (wl-summary-prefetch-msg): Ditto.
635         (wl-summary-print-message-with-ps-print): Ditto.
636
637 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
638
639         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
640         for dummy entity.
641         (wl-summary-insert-thread): Use elmo-message-entity-field.
642         (wl-summary-update-thread): Use elmo-message-entity-field and
643         elmo-message-entity-number.
644         (wl-summary-line-number):  Use elmo-message-entity-number.
645         (wl-summary-line-size): Use elmo-message-entity-field.
646         (wl-summary-line-subject): Ditto.
647         (wl-summary-line-from): Ditto.
648         (wl-summary-line-attached): Ditto.
649         (wl-summary-create-line): Ditto.
650         (wl-summary-create-line): Use elmo-message-entity-number.
651         (wl-summary-print-message-with-ps-print): Use
652         elmo-message-entity-field.
653
654 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
655
656         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
657         change in elmo-msgdb-make-message-entity.
658         (wl-summary-buffer-set-folder): Don't call
659         wl-summary-detect-mark-position here.
660         (wl-summary-rescan): Call elmo-message-entity-number.
661         (wl-summary-sync-update): Ditto.
662         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
663
664         * wl-score.el (wl-score-header-index): Redefine 2th element.
665         (wl-score-overview-entity-get-extra): Abolish.
666         (wl-score-ov-entity-get): Rewrite.
667         (wl-score-string-index<, wl-score-string-func<): Abolish.
668         (wl-score-string<): New function.
669         (wl-score-string-sort): Use it.
670
671         * wl-refile.el (wl-refile-guess-by-history): Use
672         elmo-message-entity-field.
673         (wl-refile-guess-by-from): Ditto.
674         (wl-refile-guess-by-msgid): Ditto.
675
676         * Version number is increased to 2.11.16.
677
678 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
679
680         * wl-folder.el (wl-folder-confirm-existence): Don't call
681         file-exists-p if msgdb-path is nil.
682         * wl-summary.el, wl-draft.el, wl-action.el: Rename
683         `wl-read-folder-hist' to `wl-read-folder-history'.
684
685 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
686
687         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
688         `y-or-n-p'.
689
690 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-score.el (wl-score-headers): Don't use
693         elmo-folder-do-each-message-entity.
694
695         * Version number is increased to 2.11.15.
696
697 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
698
699         * wl-summary.el (wl-summary-delete-all-msgs): Use
700         elmo-folder-move-messages instead of elmo-folder-delete-messages
701         and elmo-folder-detach-messages.
702         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
703
704         * wl-expire.el (wl-expire-delete): Ditto.
705         (wl-expire-refile-with-copy-reserve-msg): Ditto.
706
707 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-vars.el (wl-message-use-header-narrowing): New user option.
710         (wl-message-header-narrowing-fields): Ditto.
711         (wl-message-header-narrowing-lines): Ditto.
712         (wl-message-header-narrowing-string): Ditto.
713
714         * wl-summary.el (wl-summary-mode-map): Bind
715         wl-summary-toggle-header-narrowing to "C-cC-f".
716         (wl-summary-toggle-header-narrowing): New function.
717
718         * wl-message.el (wl-message-buffer-create): Call
719         wl-message-header-narrowing-setup.
720         (wl-message-redisplay): Call wl-message-header-narrowing.
721         (wl-message-header-narrowing): New function.
722         (wl-message-header-narrowing-map): New keymap.
723         (wl-message-header-narrowing-widen-map): New keymap.
724         (wl-message-header-narrowing-again-at-mouse): New function.
725         (wl-message-header-narrowing-1): Ditto.
726         (wl-message-header-narrowing-widen-at-mouse): Ditto.
727         (wl-message-header-narrowing-setup): Ditto.
728         (wl-message-header-narrowing-toggle): Ditto.
729         
730         * wl-highlight.el (wl-message-header-narrowing-face): New face.
731
732         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
733         'flag as all.
734         (wl-use-flag-folder-help-echo): New user option.
735
736         * wl-summary.el (wl-summary-detect-mark-position): Bind 
737         wl-summary-highlight as nil.
738         (wl-summary-set-mark-modified): Follow the API change.
739         (wl-summary-mark-modified-p): Ditto.
740         (wl-summary-mark-as-read-all): Ditto.
741         (wl-summary-sync-marks): Don't call
742         elmo-folder-list-messages-with-global-mark.
743         (wl-summary-mark-as-read-internal): Follow the API change.
744         (wl-summary-mark-as-answered-internal): Ditto.
745         (wl-summary-mark-as-important): Cause an error when 'flag folder;
746         Follow the API change.
747         (wl-summary-create-line): Call with number argument.
748         (wl-summary-reply): Follow the API change.
749
750         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
751         function.
752         (wl-highlight-summary-line-string): Call it when
753         wl-use-flag-folder-help-echo is non-nil.
754         (wl-highlight-summary-current-line): Ditto.
755         (elmo-flag-folder-referrer): Added autoload setting.
756
757         * wl-draft.el (wl-draft-kill): Follow the API change.
758
759         * Version number is increased to 2.11.14.
760         
761 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
764
765 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * Version number is increased to 2.11.13.
768
769 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-draft.el (wl-draft-previous-history-element): Fixed
772         unbalanced parenthesis and bind unbound local variables.
773
774 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-draft.el (wl-draft-previous-history-element): New function.
777         (wl-draft-next-history-element): Ditto.
778         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
779         them to M-p and M-n.
780
781 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * Version number is increased to 2.11.12.
784
785 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-draft.el (wl-draft-hide): Select buffer-window.
788
789 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
790
791         * wl-summary.el (wl-summary-narrow-to-region): New function.
792         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
793         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
794         (wl-summary-save-region): Use it.
795         * wl-action.el (wl-summary-collect-numbers-region)
796         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
797
798 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-folder.el (wl-folder-count-incorporates): Don't use
801         `elmo-msgdb-mark-load'
802
803         * Version number is increased to 2.11.11.
804
805 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
806
807         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
808         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
809
810 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
813
814 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * Version number is increased to 2.11.10.
817
818 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-mime.el (wl-draft-attribute-value): Fixed.
821
822 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * wl-util.el (wl-copy-local-variables): New function.
825
826         * wl-mime.el (wl-draft-attribute-recipients): New function.
827         (wl-draft-attribute-envelope-from): Ditto.
828         (wl-draft-attribute-smtp-posting-server): Ditto.
829         (wl-draft-attribute-smtp-posting-port): Ditto.
830         (wl-draft-attribute-value): Ditto.
831         (wl-draft-preview-message): Use it to get value for
832         attributes. Reflect result of `wl-draft-config'.
833
834         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
835         and call `wl-summary-mark-as-read' before to call
836         `wl-summary-unset-mark'.
837         (wl-summary-target-mark-mark-as-unread): Likewise.
838         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
839
840 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
841
842         * wl-mime.el (wl-draft-preview-message): Use actual value for
843         attributes; Fix for small window.
844
845 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-refile.el (wl-refile-get-field-value): Call
848         `elmo-message-entity-field' with 3rd argument is non-nil.
849
850 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
851
852         * wl-vars.el (wl-draft-preview-attributes): New user option.
853         (wl-draft-preview-attributes-list): Ditto.
854         (wl-draft-preview-attributes-buffer-lines): Ditto.
855         (wl-draft-preview-attributes-buffer-name): Ditto.
856
857         * wl-mime.el (wl-draft-preview-message): Display attributes.
858
859 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-summary.el (wl-summary-detect-mark-position): Bind
862         wl-summary-flag-priority-list to '(new).
863
864 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
867         funtion.
868         (wl-highlight-summary-line-string): Use it.
869         (wl-highlight-summary-current-line): Ditto.
870
871 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
872
873         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
874         line even when the mark string is not changed.
875
876         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
877         argument change in the wl-summary-create-line.
878         (wl-thread-insert-entity-sub): Ditto.
879
880         * wl-summary.el (wl-summary-detect-mark-position): Follow the
881         argument change in the wl-summary-create-line.
882         (wl-summary-insert-sequential): Ditto.
883         (wl-summary-update-thread): Ditto.
884         (wl-summary-persistent-mark-string): New inline function.
885         (wl-summary-message-mark): Use it.
886         (wl-summary-create-line): Abolish argument wl-persistent-mark
887         and added wl-flags, wl-cached.
888
889         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
890         mark to flags.
891         (wl-highlight-summary-current-line): Decide the face not by the 
892         persistent mark but flags.
893
894 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
897         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
898         wl-summary-read-uncached-mark): Revive.
899         (wl-summary-answered-cached-mark,
900         wl-summary-answered-uncached-mark): New user option.
901         (wl-summary-score-marks): Follow the change above.
902         (wl-summary-auto-refile-skip-marks): Ditto.
903         (wl-summary-incorporate-marks): Ditto.
904         (wl-summary-expire-reserve-marks): Ditto.
905         (wl-summary-flag-priority-list): New user option.
906
907         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
908         changes.
909         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
910         of elmo-message-mark.
911         (wl-summary-mark-as-read-internal): Ditto.
912         (wl-summary-mark-as-answered): Ditto.
913         (wl-summary-mark-as-important): Ditto.
914         (wl-summary-redisplay-internal): Ditto.
915         (wl-summary-redisplay-no-mime-internal): Ditto.
916         (wl-summary-message-mark): New function.
917         (wl-summary-insert-sequential): Use wl-summary-message-mark
918         instead of elmo-message-mark.
919         (wl-summary-update-thread): Ditto.
920         (wl-summary-persistent-mark): Ditto.
921         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
922         instead of elmo-message-mark.
923
924         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
925         wl-summary-message-mark instead of elmo-message-mark.
926         (wl-thread-insert-entity-sub): Ditto.
927         (wl-thread-get-children-msgs-uncached): Ditto.
928
929         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
930         variable name changes.
931         (wl-highlight-summary-current-line): Ditto.
932
933         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
934         wl-summary-message-mark instead of elmo-message-mark.
935
936         * wl-expire.el (wl-expire-message-p): Ditto.
937
938         * wl-score.el (wl-score-headers): Ditto.
939
940         * Version number is increased to 2.11.9.
941
942         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
943         (wl-summary-sync-update): Follow the change above.
944         (wl-summary-switch-to-clone-buffer): Ditto.
945         (wl-summary-open-folder): Ditto.
946
947 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
950         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
951
952         * Version number is increased to 2.11.8.
953
954         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
955
956         * wl-expire.el (wl-expire-refile): Follow the API change on
957         `elmo-folder-move-messages'.
958         (wl-expire-refile-with-copy-reserve-msg): Ditto.
959
960         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
961         (wl-summary-exec-action-refile): Ditto.
962         (wl-summary-exec-action-copy): Ditto.
963         (wl-summary-no-auto-refile-message-p): No use
964         `wl-summary-buffer-msgdb'.
965         (wl-summary-auto-refile): Ditto.
966
967 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
968
969         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
970
971 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
972
973         * wl-summary.el (wl-summary-sync): Treat no-sync.
974
975         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
976         (wl-default-sync-range): Ditto.
977
978 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-refile.el (wl-refile-subject-learn): Call
981         `elmo-message-entity-field' with 3rd argument is non-nil.
982         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
983         instead of `elmo-msgdb-overview-entity-get-subject'.
984
985 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
988         scan-type is rescan.
989         (wl-summary-delete-all-temp-marks): Remove scored mark too when
990         new optional argument force is non-nil.
991         (wl-summary-save-view-cache): Call it with force argument non-nil.
992
993         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
994
995 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * wl-action.el (wl-summary-print-argument): Fixed last change.
998
999 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1002         simplified.
1003         (wl-summary-target-mark-mark-as-unread): Likewise.
1004         (wl-summary-target-mark-mark-as-important): Likewise.
1005
1006 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1007
1008         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1009         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1010         (wl-summary-mark-as-important-region): Change accordingly.
1011         (wl-summary-target-mark-mark-as-important): Ditto.
1012
1013 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1016
1017         * wl-action.el (wl-summary-print-argument): Print argument to
1018         right side of window if `wl-summary-print-argument-within-window'
1019         is non-nil.
1020
1021 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1022
1023         * wl-action.el (wl-summary-set-mark): Use
1024         `wl-summary-message-visible-p' to check visibility of the message
1025         and jump to message only when the message line is visible and have
1026         different number; Call wl-summary-unset-mark with number argument.
1027         (wl-summary-unset-mark): 
1028         Use `wl-summary-message-visible-p'
1029         to check visibility of the message and jump to message only when
1030         the message line is visible and have different number;
1031
1032 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * Version number is increased to 2.11.7.
1035
1036         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1037         and wl-folder-summary-line-format.
1038
1039         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1040         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1041         (wl-summary-set-score-mark): Use it.
1042         (wl-summary-target-mark-mark-as-read): Ditto.
1043         (wl-summary-target-mark-mark-as-unread): Ditto.
1044         (wl-summary-target-mark-mark-as-important): Ditto.
1045         (wl-summary-target-mark-msgs): Simplified.
1046         (wl-summary-detect-mark-position): Fixed problem when
1047         summary-line-format no contain persisten/temp mark spec.
1048         (wl-summary-temp-mark): Ditto.
1049         (wl-summary-persistent-mark): Ditto.
1050         (wl-summary-update-persistent-mark): Ditto.
1051
1052         * wl-action.el (wl-summary-set-mark): Ditto.
1053         (wl-summary-unset-mark): Ditto.
1054         All other related portions are changed.
1055
1056 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1057
1058         * Version number is increased to 2.11.6.
1059
1060 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-util.el (wl-current-message-buffer): Define as function;
1063         Don't use the value of wl-messge-buffer.
1064
1065         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1066         persistent mark.
1067
1068         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1069         no current message, cause an error.
1070
1071 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-summary.el (wl-summary-set-message-modified): Use
1074         elmo-folder-set-message-modified instead of
1075         elmo-folder-set-message-modified-internal.
1076
1077 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1078
1079         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1080         interactively.
1081         (wl-summary-sync): nokill->entirely.
1082         (wl-summary-sync-marks): Fixed message.
1083         (wl-summary-input-range): Added mark, nokill->entirely.
1084
1085         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1086         messages as read.
1087
1088 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1089
1090         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1091         update-noscore.
1092         (wl-summary-sync): Follow the change above.
1093
1094 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl-action.el (wl-summary-target-mark-all): Use
1097         elmo-folder-list-messages.
1098
1099 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1100
1101         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1102         (wl-summary-rescan): Set wl-summary-scored as nil.
1103         (wl-summary-sync-force-update): Follow the change above.
1104         (wl-summary-sync): Ditto.
1105         (wl-summary-sync-update): Added argument disable-killed.
1106         (wl-summary-insert-headers): Set visible-only argument for
1107         elmo-folder-list-messages.
1108         (wl-summary-input-range): Added update-nokill, update-noscore,
1109         all-nokill, all-noscore and mark.
1110
1111         * Version number is increased to 2.11.5.
1112
1113         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1114
1115 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1116
1117         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1118         (wl-summary-prefetch-region-no-mark): Change accordingly.
1119         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1120
1121 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1122
1123         * wl-address.el (wl-complete-field-to): Abolished.
1124         (wl-complete-address): Completion function for completing-read.
1125         * wl-action.el (wl-summary-get-resend-address): Use it.
1126
1127         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1128         wl-summary-update-mark and abolish unused argument.
1129         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1130         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1131         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1132         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1133         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1134         * wl-draft.el (wl-draft-kill): Ditto.
1135
1136         * wl-summary.el: Remove unused binding of case-fold-search.
1137         (wl-summary-replace-status-marks): Abolished.
1138
1139 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1140
1141         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1142         is specified or folder length is zero.
1143
1144 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1147         (wl-folder-archive-current-entity): Ditto.
1148
1149 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1150
1151         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1152         retrieving message mark.
1153         (wl-summary-redisplay-internal): Ditto.
1154
1155         * wl-message.el (wl-message-buffer-display): Ignore errors while
1156         retrieving message-id field.
1157
1158         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1159         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1160         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1161         order of the arguments for `wl-expire-message-p'.
1162         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1163
1164         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1165         Check return value of wl-summary-reply.
1166         (wl-summary-reply): Recover window configuration when an error occured.
1167
1168 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1169
1170         * wl-summary.el (wl-summary-resend-message): Abolished, the
1171         feature is inherited by wl-summary-resend (put resend mark).
1172
1173 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1176         wl-message-buffer to nil when the message is hide.
1177
1178 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * .cvsignore: New file.
1181
1182 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183
1184         * wl-action.el (wl-summary-action-docstring): Add more info.
1185         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1186         duplicate definition.
1187         (wl-summary-define-mark-action): Functions wl-summary-*-region
1188         keep current position.
1189         (wl-summary-unregister-target-mark): Store result to the variable.
1190
1191 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1192
1193         * Version number is increased to 2.11.4.
1194
1195 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1198         wl-summary-delete-all-temp-marks.
1199         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1200
1201         * wl-action.el (wl-summary-set-mark): Changed terminology
1202         refile-destination -> action-argument.
1203         (wl-summary-unset-mark): Ditto.
1204         (wl-summary-remove-argument): Ditto.
1205         (wl-summary-print-argument): Ditto.
1206
1207         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1208         (wl-thread-remove-argument-region): Ditto.
1209         (wl-thread-print-argument-region): Ditto.
1210         (wl-thread-close): Ditto.
1211         (wl-thread-open): Ditto.
1212
1213         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1214         (wl-highlight-refile-destination-face is abolished)
1215         (wl-highlight-action-argument-string): Ditto.
1216         (wl-highlight-summary-current-line): Highlight action argument.
1217
1218         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1219         color for light backgrounds.
1220         (wl-highlight-summary-answered-face): Ditto.
1221
1222 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1223
1224         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1225
1226         * wl-score.el (wl-summary-score-update-all-lines): Use
1227         wl-summary-set-mark.
1228         (wl-summary-score-update-all-lines): Kill expunged messages.
1229
1230         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1231
1232 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1233
1234         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1235         directly.
1236         (wl-score-overview-entity-get-lines): Ditto.
1237         (wl-score-overview-entity-get-xref): Ditto.
1238         (wl-score-get-latest-msgs): Ditto.
1239         (wl-summary-rescore): Ditto.
1240
1241         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1242         to "&".
1243         (wl-summary-mark-as-answered-internal): New inline function.
1244         (wl-summary-mark-as-answered): New function.
1245         (wl-summary-mark-as-unanswered): Ditto.
1246         (wl-summary-sync-marks): Modified for answered-mark synching.
1247
1248 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-action.el (wl-summary-set-mark): Fixed last change.
1251
1252 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1253
1254         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1255         behavior of wl-summary-unread-message-hook
1256         (Pointed out by akira yamada <akira@arika.org>).
1257
1258 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1261         wl-summary-delete.
1262         * wl-xmas.el (wl-summary-toolbar): Ditto.
1263
1264         * wl-action.el (wl-summary-set-mark): Don't override current
1265         temp-mark.
1266
1267         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1268
1269 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1270
1271         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1272         (wl-refile-msgid-learn): Ditto.
1273         (wl-refile-get-field-value): Ditto.
1274
1275         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1276
1277         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1278         (wl-expire-delete-reserved-messages): Renamed from
1279         wl-expire-reserve-marked-msgs-from-list.
1280         (wl-expire-delete): Removed argument `msgdb'.
1281         (wl-expire-refile): Ditto.
1282         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1283         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1284         mark-alist as argument.
1285         (wl-expire-archive-number1): Removed argument `msgdb'.
1286         (wl-expire-archive-number2): Ditto.
1287         (wl-expire-archive-date): Ditto.
1288         (wl-expire-localdir-date): Ditto.
1289         (wl-expire-hide): Ditto.
1290         (wl-archive-number1): Ditto.
1291         (wl-archive-number2): Ditto.
1292         (wl-archive-date): Ditto.
1293         (wl-archive-folder): Ditto.
1294         All other related portions are changed.
1295
1296 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1297
1298         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1299         mean move up and down. (suggested by Takashi Kawachi)
1300
1301 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-acap.el (toplevel): Don't require un-define.
1304
1305 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1306
1307         * wl-thread.el (wl-thread-delete-message): Always update
1308         wl-summary-buffer-number-list.
1309
1310         * wl-action.el (wl-summary-print-destination): 
1311         Do nothing when folder is nil.
1312
1313 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1314
1315         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1316         persistent mark when prefetch is succeeded.
1317
1318 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1319
1320         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1321         instead of elmo-msgdb-delete-msgs.
1322         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1323         (wl-expire-hide): Ditto.
1324
1325         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1326
1327         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1328         elmo-msgdb interface.
1329         (wl-thread-get-exist-children): Likewise.
1330         (wl-thread-insert-message): Likewise.
1331         (wl-thread-msg-mark-as-important): Likewise.
1332         (wl-thread-insert-entity-sub): Likewise.
1333         (wl-thread-get-children-msgs-uncached): Likewise.
1334
1335         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1336         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1337         (wl-summary-sync-update): Likewise.
1338         (wl-summary-auto-select-msg-p): Likewise.
1339         (wl-summary-update-thread): Likewise.
1340         (wl-summary-mark-as-important): Likewise.
1341         (wl-summary-jump-to-msg-internal): Likewise.
1342         (wl-summary-redisplay-internal): Likewise.
1343         (wl-summary-print-message-with-ps-print): Likewise.
1344         (wl-summary-folder-info-update): Likewise.
1345
1346         * wl-folder.el (wl-folder-check-one-entity):
1347         elmo-folder-count-flags instead of wl-summary-count-unread.
1348
1349         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1350
1351         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1352
1353         * wl-summary.el (wl-summary-set-message-modified): 
1354         Call wl-summary-set-mark-modified.
1355         (wl-summary-delete-messages-on-buffer): Call
1356         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1357         (wl-summary-sync-update): Call elmo-folder-length instead of
1358         elmo-folder-messages.
1359         (wl-summary-insert-headers): Don't call
1360         elmo-folder-list-message-entities.
1361
1362 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * wl-action.el (wl-summary-define-mark-action): Call
1365         `wl-summary-set-mark' with argument `data'.
1366         (wl-summary-auto-refile): Fixed order of arguments when call
1367         `wl-summary-refile'.
1368
1369 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1370
1371         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1372
1373         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1374
1375         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1376         (Renamed from wl-highlight-summary-deleted-face).
1377         (wl-highlight-summary-resend-face): New face.
1378
1379         (wl-highlight-summary-deleted-face): Renamed from
1380         wl-highlight-summary-erased-face.
1381
1382         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1383
1384         * wl-action.el (wl-summary-get-resend-address): New function.
1385         (wl-summary-exec-action-resend): Ditto.
1386         (wl-summary-exec-action-resend-subr): Ditto.
1387
1388         * w-thread.el (wl-thread-copy): Removed definition.
1389         (wl-thread-refile): Ditto.
1390         (wl-thread-delete): Ditto.
1391         (wl-thread-target-mark): Ditto.
1392
1393         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1394         (wl-summary-target-mark-set-action): Fixed.
1395         (wl-summary-define-mark-action): Fixed quotation.
1396         (wl-summary-move-mark-list-messages): Display message.
1397         (wl-summary-define-mark-action): Define thread functions.
1398         (wl-summary-exec-action-refile): Changed message.
1399         (wl-summary-exec): Ditto.
1400
1401 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1402         
1403         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1404         '%%'.
1405
1406 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1407
1408         * wl.el (toplevel): Require wl-action.
1409         (wl-init): Call wl-summary-define-mark-action.
1410
1411         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1412
1413         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1414         wl-summary-delete and wl-summary-erase.
1415         (wl-summary-mode-map): Ditto.
1416
1417         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1418         wl-delete-folder-alist.
1419
1420         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1421         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1422         (toplevel): Moved mark & action related functions to the wl-action.el.
1423
1424         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1425         in wl-summary-mark-action-list.
1426         (wl-highlight-summary-current-line): Ditto.
1427
1428         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1429         empty lines.
1430
1431         * wl-action.el: New file. 
1432
1433 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1434
1435         * wl-summary.el (wl-summary-target-mark-replace): New function.
1436         (wl-summary-target-mark-prefetch): Use it.
1437         (wl-summary-target-mark-delete): Ditto.
1438         (toplevel): Rearranged definition order.
1439         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1440         (wl-summary-target-mark-erase): Rewrite.
1441         (wl-summary-erase-region): New function.
1442         (wl-summary-exec-action-erase): Changed message.
1443         (wl-summary-move-mark-list-messages): New function.
1444         (wl-summary-exec-action-delete): Use it.
1445         (wl-summary-exec-action-erase): Ditto.
1446
1447         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1448         (wl-summary-skip-mark-list): Added "d".
1449
1450         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1451         while searching.
1452
1453         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1454         and define using defcustom;
1455         Define 4th element as a face.
1456         
1457         * wl-summary.el (wl-summary-incorporate): Use 
1458         `wl-summary-prefetch-region-no-mark' instead of
1459         `wl-summary-prefetch-region'.
1460         (wl-summary-prefetch-region-no-mark): Revival of old
1461         `wl-summary-prefetch-region'.
1462         (wl-summary-mark-action-list): Moved to wl-vars.el
1463
1464         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1465         face according to the `wl-summary-mark-action-list'.
1466         (wl-highlight-summary-current-line): Ditto;
1467         Removed destination highlighting.
1468
1469         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1470         (wl-highlight-summary-line-string): Highlight for "i" mark.
1471         (wl-highlight-summary-current-line): Ditto.
1472
1473         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1474         no destination.
1475
1476         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1477         exists, just go ahead.
1478         (wl-summary-prefetch-region): Rewrite.
1479         (wl-summary-prefetch): Ditto.
1480         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1481         (wl-summary-exec-action-prefetch): New function.
1482         (wl-summary-target-mark-prefetch): Rewrite.
1483
1484 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1485
1486         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1487         (wl-highlight-summary-line-string): Added "d" and "D".
1488         (wl-highlight-summary-current-line): Ditto.
1489
1490         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1491         in wl-summary.el.
1492         (wl-thread-insert-entity-sub): Ditto.
1493         (wl-thread-remove-destination-region): Ditto.
1494         (wl-thread-print-destination-region): Ditto.
1495
1496         * wl-summary.el (wl-summary-buffer-refile-list,
1497         wl-summary-buffer-delete-list,
1498         wl-summary-buffer-copy-list): Abolish.
1499         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1500         All other related portions are changed.
1501         (wl-summary-mark-action-list): New variable.
1502         (wl-summary-set-mark): New function.
1503         (wl-summary-register-target-mark): Ditto.
1504         (wl-summary-unregister-target-mark): Ditto.
1505         (wl-summary-have-target-mark-p): Ditto.
1506         (wl-summary-register-temp-mark): Ditto.
1507         (wl-summary-unregister-temp-mark): Ditto.
1508         (wl-summary-registered-temp-mark): Ditto.
1509         (wl-summary-collect-temp-mark): Ditto.
1510         (wl-summary-unset-mark): Ditto.
1511         (wl-summary-set-target-mark): Ditto.
1512         (wl-summary-unset-target-mark): Ditto.
1513         (wl-summary-set-action-generic): Ditto.
1514         (wl-summary-unset-action-generic): Ditto.
1515         (wl-summary-exec-action-delete): Ditto.
1516         (wl-summary-exec-action-erase): Ditto.
1517         (wl-summary-set-action-refile): Ditto.
1518         (wl-summary-set-action-refile-subr): Ditto.
1519         (wl-summary-unset-action-refile): Ditto.
1520         (wl-summary-make-destination-numbers-list): Ditto.
1521         (wl-summary-exec-action-refile): Ditto.
1522         (wl-summary-set-action-copy): Ditto.
1523         (wl-summary-unset-action-copy): Ditto.
1524         (wl-summary-exec-action-copy): Ditto.
1525         (wl-summary-collect-numbers-region): Ditto.
1526         (wl-summary-delete): Rewrite.
1527         (wl-summary-erase): Ditto.
1528         (wl-summary-remove-destination): Ditto.
1529         (wl-summary-exec): Ditto.
1530         (wl-summary-exec-region): Ditto.
1531         (wl-summary-target-mark-erase): Ditto.
1532         (wl-summary-refile): Ditto.
1533         (wl-summary-copy): Ditto.
1534         (wl-summary-unmark): Ditto.
1535         (wl-summary-delete-all-mark): Ditto.
1536         (wl-summary-mark-line): Don't highlight.
1537         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1538         (wl-summary-target-mark-refile-subr): Rewrite.
1539
1540         (wl-summary-copy-prev-destination): Abolish.
1541
1542 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1543
1544         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1545         default values along the value of wl-on-mule.
1546         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1547         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1548         It is not used anywhere.
1549
1550 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-summary.el (wl-summary-print-destination): Keep position.
1553         (wl-summary-cursor-move-surface): Keep horizontal position.
1554
1555 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1556
1557         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1558         write sendlog.
1559
1560 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1561
1562         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1563         `wl-summary-highlight'.
1564
1565 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1566
1567         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1568         trivial condition for temp-mark.
1569
1570 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1573         when it hits killed buffer.
1574
1575 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1578         * wl-news.el.in: `message' and `error' take format string.
1579
1580 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1581
1582         * wl-folder (wl-folder-insert-entity): Display a message,
1583         `...done', when the work finish.
1584         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1585
1586 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-message.el (wl-message-redisplay): Remove unused local
1589         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1590
1591 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1592
1593         * wl-summary.el (wl-summary-replace-status-marks): Disable
1594         interactive use.
1595         (wl-summary-reedit): Check message existence at first.
1596         (wl-summary-mark-line): Fix doc, return value is indefinite.
1597
1598         * wl-highlight.el (wl-highlight-message): Arranged.
1599
1600         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1601         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1602         check temp-mark by wl-summary-temp-mark always.
1603         (wl-highlight-summary): Change accordingly.
1604         * wl-summary.el (wl-summary-mark-as-read-all)
1605         (wl-summary-delete-cache, wl-summary-set-score-mark)
1606         (wl-summary-mark-as-unread, wl-summary-unmark)
1607         (wl-summary-mark-line, wl-summary-mark-as-read)
1608         (wl-summary-mark-as-important): Ditto.
1609
1610         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1611         end of the window if possible.
1612         * wl-summary.el (wl-summary-sync-update): Support lazy
1613         highlighting.
1614         (wl-summary-toggle-disp-msg): Ditto.
1615
1616 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1619
1620 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1621
1622         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1623         change.
1624
1625 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1626
1627         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1628         API.
1629         (wl-summary-sync-update): Ditto.
1630
1631         * wl-score.el (wl-score-get-score-alist): Changed argument.
1632         (wl-summary-rescore-msgs): Likewise.
1633         (wl-summary-score-headers): Likewise.
1634         (wl-score-headers): Likewise;
1635         Use elmo-folder-do-each-message-entity, etc.
1636         (wl-summary-score-effect): Follow the changes above.
1637         (wl-summary-rescore): Ditto.
1638         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1639         (wl-score-get-overview): Abolish.
1640
1641         * wl-summary.el (wl-summary-default-from): Follow the API change in
1642         elmo-msgdb.
1643         (wl-summary-count-unread): Ditto.
1644         (wl-summary-detect-mark-position): Ditto.
1645         (wl-summary-overview-entity-compare-by-date): Ditto.
1646         (wl-summary-overview-entity-compare-by-number): Ditto.
1647         (wl-summary-overview-entity-compare-by-from): Ditto.
1648         (wl-summary-overview-entity-compare-by-subject): Ditto.
1649         (wl-summary-get-list-info): Ditto.
1650         (wl-summary-rescan): Ditto.
1651         (wl-summary-jump-to-msg-by-message-id): Ditto.
1652         (wl-summary-sync-update): Ditto; Removed comment.
1653         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1654         (wl-summary-insert-message): Use wl-summary-insert
1655         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1656         (wl-summary-insert-headers): Changed argument overview to folder.
1657         (wl-summary-search-by-subject): Likewise.
1658         (wl-summary-insert-thread): Renamed from 
1659         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1660
1661         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1662         too.
1663
1664         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1665         wl-string-member.
1666
1667 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1668
1669         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1670         elmo-folder-append-buffer.
1671         (wl-draft-queue-append): Likewise.
1672
1673         * wl-mime.el (wl-message-delete-current-part): Ditto.
1674         (wl-summary-burst-subr): Ditto.
1675
1676         * wl-news.el.in (wl-news-send-news): Ditto.
1677
1678 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1679
1680         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1681         function.
1682         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1683         (wl-summary-update-mark): Enclose with save-excursion.
1684         (wl-summary-mark-as-read-internal): Fixed last change.
1685         (wl-summary-mark-as-important): Use 3rd argument of
1686         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1687         Don't use elmo-msgdb-set-mark.
1688         (wl-summary-redisplay-internal): If msgdb flag is already read,
1689         just update the mark on buffer.
1690
1691 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1692
1693         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1694         cut visible folder when elmo-folder-delete returns non-nil value.
1695
1696 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1699         by Kenichi OKADA <okada@opaopa.org>).
1700
1701 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1702
1703         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1704
1705 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1708         Fixed the last change, search group entity by its real name.
1709         (Thanks to: KOBAYASHI Shinji)
1710
1711 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1714         (wl-fldmgr-access-display-all): Don't refer visible name.
1715         * wl-expire.el (wl-folder-archive-current-entity)
1716         (wl-folder-expire-current-entity): Ditto.
1717         * wl-folder.el (wl-folder-jump-to-current-entity)
1718         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1719         (wl-folder-open-folder-sub,wl-folder-open-all)
1720         (wl-folder-write-current-folder): Ditto.
1721         (wl-folder-insert-entity): Don't use petname for normal group.
1722         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1723         is the real name.
1724         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1725         Abolished.
1726
1727 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1728
1729         * wl-draft.el (wl-draft-create-buffer): Add
1730         `wl-summary-reply-with-citation'
1731
1732 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1733
1734         * wl-draft.el (wl-draft-reply): Fixed.
1735
1736 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1737
1738         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1739         when `wl-draft-send-confirm-with-preview' is non-nil.
1740         You can scroll up/down by j/k.
1741         (wl-draft-send-confirm-with-preview): New variable (default=t).
1742
1743 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1744
1745         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1746         (wl-fldmgr-save-folders): Fix comment.
1747
1748 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1749
1750         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1751         along the last change in `wl-folder-buffer-group-p'.
1752
1753 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1754
1755         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1756         folder.
1757
1758         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1759         the default value.
1760
1761         * wl-mime.el (wl-summary-burst): Update summary only when target
1762         folder equals current folder.
1763
1764 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1765
1766         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1767
1768 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1769
1770         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1771         value.
1772
1773 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1776         `map-extents' instead of `extent-at' repeatedly.
1777         (wl-highlight-folder-current-line): Ditto.
1778
1779         * wl-highlight.el: Remove useless dummy functions.
1780
1781 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1782
1783         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1784         (wl-folder-put-folder-property): New function to put text property.
1785         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1786         (wl-folder-insert-entity, wl-folder-update-diff-line)
1787         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1788         * wl-e21.el, wl-xmas.el, wl-mule.el
1789         (wl-highlight-folder-current-line): Ditto.
1790         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1791         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1792         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1793         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1794
1795 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1796
1797         * Version number is increased to 2.11.3.
1798
1799 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1800
1801         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1802         Resume current-buffer since it is assumed by remaining tasks.
1803
1804 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1805
1806         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1807         (wl-folder-completion-function): Abolished.
1808         (wl-folder-complete-folder): New function.
1809         (wl-folder-complete-filter-condition): Ditto.
1810         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1811         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1812
1813 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1814
1815         * wl-draft.el (wl-draft-send-confirm): New function.
1816         (wl-draft-send): Use it.
1817
1818         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1819         cursor-in-echo-area while confirming.
1820
1821         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1822
1823         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1824         searching via nntp if wl-summary-search-via-nntp is 'force.
1825         Otherwise, invoke searching in nntp folder only.
1826         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1827
1828         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1829         explicitly for mime-make-text-tag.
1830
1831 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1832
1833         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1834         `mime-make-text-tag' instead of `mime-create-tag'.
1835
1836 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1837
1838         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1839         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1840
1841 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1842
1843         * wl-score.el (wl-score-save): Bind print-length and print-level.
1844         (wl-score-pretty-print): Ditto.
1845         (wl-score-edit-insert-header-entry): Ditto.
1846
1847         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1848         "From" entry to be treated with wl-draft-eword-encode-address-list.
1849         * wl-mime.el (wl-draft-preview-message): Ditto.
1850
1851         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1852         (wl-summary-mark-as-unread): Ditto.
1853         (wl-summary-mark-as-read-region): Change accordingly.
1854         (wl-summary-mark-as-unread-region): Ditto.
1855         (wl-summary-target-mark-mark-as-read): Ditto.
1856         (wl-summary-target-mark-mark-as-unread): Ditto.
1857
1858 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1859
1860         * Version number is increased to 2.11.2.
1861
1862 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1863
1864         * wl-news.el.in (wl-news-previous-version-save): Bind
1865         print-length and print-level.
1866         * wl-thread.el (wl-thread-save-entities): Ditto.
1867         (wl-thread-save-top-list): Bind print-length.
1868
1869 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1870
1871         * wl-highlight.el (wl-highlight-summary-line-string): Use
1872         wl-summary-score-below-mark, wl-summary-score-over-mark.
1873         (wl-highlight-summary-current-line): Ditto.
1874
1875 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1876
1877         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1878         insert it.
1879
1880 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1881
1882         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1883
1884 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1885
1886         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1887         message without msgid.
1888         Rewrite with elmo-folder-move-messages.
1889         Set wl-message-buffer to nil.
1890
1891         * wl-summary.el (wl-summary-erase-subr): New function. Use
1892         elmo-folder-move-messages.
1893         (wl-summary-erase): Call it.
1894         (wl-summary-target-mark-erase): Ditto.
1895
1896 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1897
1898         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1899         it is not up-tp-date.
1900
1901 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1902
1903         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1904         buffer after calling `wl-summary-goto-folder-subr' without the
1905         argument `interactive'.
1906         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1907
1908 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1909
1910         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1911         `mime-create-tag'. Use `string=' instead of `looking-at'.
1912
1913 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1914
1915         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1916         to avoid compile warning.
1917
1918         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1919         entity-id when folder is given.
1920         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1921         save-excursion, use save-selected-window instead.
1922         Select folder buffer window if exists.
1923         (To correct behavior with wl-folder-move-cur-folder.)
1924
1925 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1926
1927         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1928
1929 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1930
1931         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1932         list-count instead of %d.
1933
1934 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1935
1936         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1937         (wl-news): Set it.
1938         (wl-news-append-to-folder): Use it.
1939
1940         * wl-news.el.in (wl-news-send-news): Append to specified folder
1941         instead of wl-default-folder.
1942         (wl-news-append-to-folder): Show error message with specified folder.
1943
1944         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1945                 In most major modes, Emacs assumes that any opening
1946                 delimiter found at the left margin is the start of a
1947                 top-level definition, or defun. Therefore, *never put an
1948                 opening delimiter at the left margin unless it should have
1949                 that significance.*
1950
1951         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1952
1953 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1954
1955         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1956
1957 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1958
1959         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1960
1961 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1962
1963         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1964         for sequential numbering case.
1965
1966 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1967
1968         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1969         value.
1970         (wl-draft-reply-without-argument-list): Ditto.
1971         (wl-draft-reply-myself-with-argument-list): Abolish.
1972         (wl-draft-reply-myself-without-argument-list): Ditto.
1973         * wl-draft.el (wl-draft-self-reply-p): New function.
1974         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1975
1976 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1977
1978         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1979         (avoid error for the case without byte-compiling)
1980
1981 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1982
1983         * wl-news.el.in (wl-news-append-to-folder): New function.
1984         (wl-news-exit): Rewrite.
1985         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1986
1987 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1988
1989         * wl-draft.el (wl-draft-reply-position): New function.
1990         (wl-draft-reply-position): Fix.
1991         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1992         (wl-summary-target-mark-reply-with-citation): Ditto.
1993         (wl-summary-reply-with-citation): Ditto.
1994         * wl-vars.el (wl-draft-reply-default-position): New variable.
1995
1996 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1997
1998         * wl-draft.el (wl-draft-send): Preview when interactive send.
1999
2000 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2001
2002         * wl-draft.el (wl-draft-reply): Set default position.
2003         * wl-summary.el (wl-summary-reply): Ditto.
2004         (wl-summary-reply-with-citation): Ditto.
2005         (wl-summary-target-mark-reply-with-citation): Ditto.
2006
2007 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2008
2009         * wl-news.el.in (wl-news-lang): Set default value according to
2010         current-language-environment.
2011         (wl-news-append-news): Do nothing when news-list is nil.
2012
2013 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2014
2015         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2016         (wl-news): Change message.
2017         (wl-news-exit): Check buffer.
2018         (wl-news-force-exit): New function.
2019         (wl-news-show-all): New function.
2020         (wl-news-discard-and-exit): Fix.
2021
2022 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2023
2024         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2025         according to current-language-environment.
2026
2027         * wl-news.el.in (wl-news): If arg, show all NEWS after
2028         wl-news-default-previous-version.
2029
2030 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2031
2032         * wl-news.el.in (wl-news-check): Rewritten.
2033         (wl-news-previous-version-load): Change data type.
2034         (wl-news-previous-version-save): Change data type.
2035         (wl-news-append-news): Add return value.
2036         (wl-news-check-news): New function.
2037         (wl-news-already-current-p): New function.
2038         (wl-news-send-news): Rewritten.
2039         (wl-news-mode-map): Add new keybind.
2040         (wl-news): Rewritten.
2041         (wl-news-exit): Rewritten.
2042         (wl-news-discard-and-mail): New function.
2043         (wl-news-send-to-address): Abolished.
2044         * wl.el (wl-init): Delete a message.
2045
2046 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2047
2048         * wl-news.el.in (wl-news-exit): Update previous version.
2049         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2050
2051 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2052
2053         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2054
2055 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2056
2057         * wl-news.el.in (wl-news): New function.
2058         (wl-news-mode): New function.
2059         (wl-news-next-line): New function.
2060         (wl-news-next-page): New function.
2061         (wl-news-exit): New function.
2062         (wl-news-buf-name): New variable.
2063         (wl-news-mode-map): New variable.
2064         (wl-news-winconf): New variable.
2065         (wl-news-append-news): Add an option.
2066
2067 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2068
2069         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2070
2071 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2072
2073         * wl-news.el.in (wl-news-send-to-address): New variable.
2074         (wl-news-send-news): Use it.
2075         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2076         Return updating status.
2077         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2078
2079 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2080
2081         * wl-news.el.in (wl-news-send-news): Delete
2082         Organization and X-Face.
2083
2084 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2085
2086         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2087         (wl-news-append-news): New function.
2088         (wl-news-send-news): New function.
2089
2090 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2091
2092         * Version number is increased to 2.11.1.
2093
2094 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2095
2096         * wl-news.el.in : New file.
2097
2098 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2099
2100         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2101         default value.
2102         (wl-draft-reply-without-argument-list): Ditto.
2103
2104 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2105
2106         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2107         (wl-message-buffer-prefetch-idle-time): Ditto.
2108         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2109
2110 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2111
2112         * wl-thread.el (wl-thread-insert-message): Use
2113         wl-summary-max-thread-depth.
2114
2115         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2116         loop detection.
2117
2118         * wl-message.el (wl-message-buffer-display): Back to the first page
2119         when cache is hit.
2120
2121 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2124
2125         * wl-summary.el (wl-summary-insert-thread-entity):
2126         If the thread depth is reached to wl-summary-max-thread-depth,
2127         divide the thread.
2128
2129 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2130
2131         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2132         for elmo-remove-passwd.
2133
2134 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2137         folder is sticky.
2138         (wl-folder-mark-as-read-all-entity): Ditto.
2139         (wl-folder-prefetch-entity): Ditto.
2140
2141 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2142
2143         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2144
2145 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2146
2147         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2148         Delete messages on buffer for unplugged operation.
2149         (wl-summary-erase): Ditto.
2150
2151 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2152
2153         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2154         take nil so as not to search parent by subject.
2155
2156 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2157
2158         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2159         (wl-folder-get-next-folder): Ditto.
2160         (wl-folder-get-path): Ditto.
2161
2162 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2163
2164         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2165         system and encode the region with it before verifying.
2166
2167 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2168
2169         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2170         system of the echo buffer before decoding.
2171
2172 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2173
2174         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2175         original contents.
2176
2177 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2178
2179         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2180         with argument 'any-exists.
2181
2182 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2183
2184         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2185         Use `wl-cs-autoconv'.
2186
2187 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2188
2189         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2190         by `mime-view-automatic-conversion'.
2191
2192         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2193         (wl-message-verify-pgp-nonmime): Ditto.
2194         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2195         Bind them to C-c:d and C-c:v respectively.
2196
2197         Merge following code by Teranishi-san from [wl-en:00167].
2198         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2199         (wl-mime-preview-application/pgp-encrypted): Ditto.
2200         (wl-mime-setup): Add entry.
2201
2202 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2203
2204         * wl-summary.el (wl-summary-target-mark-erase): New function.
2205         Bind it to "mD".
2206
2207 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2208
2209         * wl-vars.el (wl-draft-write-file-function): Fix.
2210         (wl-draft-reedit-hook): Changed default value.
2211
2212         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2213         wl-draft-reedit-hook.
2214         (wl-draft-remove-text-plain-tag): New function.
2215         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2216
2217         * wl-vars.el (wl-draft-write-file-function): New user option.
2218
2219         * wl-draft.el (wl-draft-prepare-edit): Use it for
2220         local-write-file-hooks.
2221         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2222
2223         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2224         (wl-draft-insert-mail-header-separator): Return the body beginning
2225         point.
2226         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2227         text/plain.
2228         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2229
2230 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2231
2232         * wl-summary.el (wl-summary-erase): New function to erase message
2233         without moving it to trash. Bind to "D".
2234
2235         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2236         as `keep' unless switch-function.
2237
2238 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2239
2240         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2241         message buffer by using `wl-summary-toggle-disp-msg'.
2242         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2243         buffer window.
2244         (wl-summary-supresedes-message): Ditto.
2245
2246         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2247         Do not delete other windows.
2248         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2249         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2250         (wl-draft-create-buffer): Set reply-or-forward also for target
2251         mark commands.
2252
2253 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2254
2255         * wl-draft.el (wl-user-agent-compose): Delete special case for
2256         switch-to-buffer-other-window.
2257
2258         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2259         (wl-summary-forward): Ditto.
2260
2261         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2262         function.
2263         (wl-draft-buffer-style): New use option.
2264
2265         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2266         (wl-draft): Follow the change above.
2267         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2268         wl-draft-buffer-style.
2269         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2270         switch-function.
2271
2272 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2273
2274         * wl-draft.el (wl-user-agent-compose): Delete special case for
2275         switch-to-buffer-other-window.
2276
2277         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2278         (wl-summary-forward): Ditto.
2279
2280         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2281         function.
2282         (wl-draft-buffer-style): New use option.
2283
2284         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2285         (wl-draft): Follow the change above.
2286         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2287         wl-draft-buffer-style.
2288         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2289         switch-function.
2290
2291 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2292
2293         * wl-address.el (wl-address-make-completion-entry): Extracted from
2294         `wl-address-make-completion-list'.
2295         (wl-address-enable-strict-loading): New variable.
2296         (wl-address-make-completion-list): Revive petname duplication
2297         inquiry, and enable it if `wl-address-enable-strict-loading'.
2298         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2299
2300 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl-message.el (wl-message-get-original-buffer): Avoid
2303         'Selecting deleted buffer' error when original buffer is killed.
2304
2305 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2306
2307         * wl-summary.el (wl-summary-next-message): Use
2308         elmo-message-accessible-p instead of elmo-message-cached-p.
2309
2310 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2311
2312         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2313
2314         * wl-thread.el (wl-thread-open-all-unread): Use
2315         elmo-folder-list-flagged instead of
2316         elmo-folder-list-messages-mark-match.
2317
2318         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2319         instead of elmo-folder-list-messages-mark-match.
2320         (wl-summary-move-spec-alist): New variable.
2321         (wl-summary-move-spec-plugged-alist,
2322         wl-summary-move-spec-unplugged-alist): Abolish.
2323         (wl-summary-next-message): Follow the change above.
2324         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2325         with 'no-msg' argument.
2326
2327         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2328         variable.
2329         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2330         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2331         (wl-message-buffer-prefetch-get-next): Follow the change above.
2332
2333 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-version.el (wl-version): Changed codename.
2336
2337         * Version number is increased to 2.11.0.
2338
2339 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2340
2341         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2342         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2343         `wl-draft-config-variables'.
2344         (wl-draft-kill): Fixed problem when the draft is reedit.
2345
2346 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2347
2348         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2349         buffer-modified status (Thanks to
2350         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2351
2352 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * wl-util.el (wl-region-exists-p): New function.
2355
2356         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2357         Remove defvars for byte-compile warnings.
2358
2359 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2360
2361         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2362         defvar-maybe. Removed unused bind.
2363
2364 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2365
2366         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2367         summary buffer window before creating new frame.
2368         (wl-draft-reply): Ditto.
2369
2370 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2371
2372         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2373
2374 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2375
2376         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2377
2378 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2381         instead of `kill-region'.
2382
2383 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2384
2385         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2386         (wl-highlight-summary-line-string): Use it.
2387         (wl-highlight-summary-current-line): Ditto.
2388
2389         * wl-mime.el (wl-message-delete-current-part): Check the class of
2390         mime-entity.
2391
2392         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2393
2394         * wl-summary.el (wl-summary-make-number-list): Initialize.
2395         (wl-summary-update-mark): New function.
2396         (wl-summary-reply): Put `answered' mark on the message.
2397         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2398
2399         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2400         (wl-draft-reply): Added optional argument `number';
2401         Set wl-draft-parent-number.
2402         (wl-draft-kill): Delete answered mark if it is a reply.
2403
2404 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2405
2406         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2407         that originates in mime-preview-follow-current-entity.
2408         (wl-draft-yank-current-message-entity): Use it if region is active.
2409
2410         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2411         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2412         `wl-message-delete-current-part'.
2413         * wl-mule.el (wl-message-define-keymap): Ditto.
2414         * wl-xmas.el (wl-message-define-keymap): Ditto.
2415
2416 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2417
2418         * wl-mime.el (wl-message-delete-current-part): New function.
2419         (wl-mime-node-id-to-string): Ditto.
2420
2421         * wl-mime.el (wl-message-delete-current-part): Use existing
2422         original buffer which corresponds current mime-view buffer.
2423         (fetched buffer might have different structure, possibly)
2424
2425         * wl-mime.el (wl-message-delete-current-part): Quit if the
2426         message content differs from the actual message.
2427
2428 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2429
2430         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2431         order.
2432         (wl-summary-search-by-subject): Search parent message from tail;
2433         Check the existence of the parent message on the current thread tree.
2434         (wl-summary-update-thread): Check whether the line is inserted.
2435
2436 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2437
2438         * wl-vars.el (wl-summary-line-format): Undo last change.
2439         * wl-summary.el (wl-summary-print-destination): Do not put
2440         invisible property when `wl-summary-width' is nil.
2441         (wl-summary-line-subject-minimum-length): Abolished.
2442         (wl-summary-line-subject): Ditto.
2443
2444 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2445
2446         * wl-vars.el (wl-summary-line-format): Change default value.
2447         (wl-summary-subject-length-limit): Abolished.
2448         * wl-summary.el (wl-summary-line-subject): Ditto.
2449
2450 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-template.el (wl-template-select): Added optional argument.
2453         If optional argument is specified, reverse
2454         `wl-template-visible-select'.
2455
2456 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2457
2458         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2459         Take prefix argument to force asking the destination folder.
2460
2461 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2462
2463         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2464         count and update status.
2465
2466 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2467
2468         * wl-summary.el (wl-summary-redisplay-internal): If
2469         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2470         after fetching.
2471
2472 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2475         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2476
2477         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2478
2479 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2482         (All other related portions are changed).
2483         (wl-summary-mark-as-read-all): Rewrite.
2484
2485 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2486
2487         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2488         `wl-summary-mark-as-read'.
2489         (wl-summary-mark-as-unread): Rewrite.
2490         (wl-summary-mark-as-read): Added no-modeline argument.
2491         (wl-summary-resume-cache-status): Rewrite.
2492         (wl-summary-exec-subr): Remove unused local variable.
2493
2494 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2495
2496         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2497         logic to call `wl-summary-buffer-prev-folder-function'.
2498         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2499
2500 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2503         is nil.
2504
2505 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2506
2507         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2508         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2509         (wl-mime-setup): Add its entry.
2510
2511 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2512
2513         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2514         (wl-summary-delete-cache): Likewise.
2515         (wl-summary-mark-as-read): Rewrite.
2516
2517 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2520         `wl-summary-count-unread'.
2521
2522         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2523
2524         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2525
2526 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2527
2528         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2529         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2530         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2531         Renamed to the elmo-msgdb-*-mark.
2532         (wl-summary-score-marks): Follow the change above.
2533         (wl-summary-auto-refile-skip-marks): Ditto.
2534         (wl-summary-incorporate-marks): Ditto.
2535         (wl-summary-expire-reserve-marks): Ditto.
2536
2537         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2538         changes.
2539         (wl-thread-insert-top): Changed updating message.
2540
2541         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2542         variable.
2543         (wl-summary-count-unread): Count answered marks.
2544         (wl-summary-rescan): Call wl-summary-insert-message instead of
2545         wl-summary-append-message-func-internal.
2546         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2547         (wl-summary-prefetch-msg): Follow the variable name changes.
2548         (wl-summary-prefetch-region): Ditto.
2549         (wl-summary-mark-as-read-all): Follow the API changes;
2550         Don't call elmo-folder-replace-marks.
2551         (wl-summary-delete-cache): Follow the variable name changes.
2552         (wl-summary-resume-cache-status): Ditto.
2553         (wl-summary-update-status-marks): New function.
2554         (wl-summary-insert-message): New function.
2555         (wl-summary-sync-marks): Follow the variable name changes.
2556         (wl-summary-sync-update): Synchronize to the msgdb, too;
2557         Changed update messages.
2558         (wl-summary-make-number-list): Rewrite.
2559         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2560         (wl-summary-mark-as-unread): Follow the API changes.
2561         (wl-summary-exec-subr): Follow the variable name changes.
2562         (wl-summary-mark-as-read): Ditto.
2563         (wl-summary-move-spec-plugged-alist): Ditto.
2564         (wl-summary-move-spec-unplugged-alist): Ditto.
2565         (wl-summary-cursor-move-surface): Ditto.
2566
2567         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2568         variable name changes.
2569         (wl-highlight-summary-current-line): Ditto.
2570
2571         * wl-expire.el (wl-expire-refile): Follow the API change in
2572         elmo-folder-move-messages.
2573         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2574         (wl-summary-archive): Use elmo-folder-msgdb instead of
2575         elmo-msgdb-load.
2576
2577 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2578
2579         * wl-mime.el (wl-draft-preview-message): Restore the position
2580         before evaluating wl-draft-send-hook in preview buffer.
2581
2582 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2583
2584         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2585         when it creates new draft buffer.
2586
2587         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2588         without argument.
2589
2590         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2591         Evaluate content and if the value is string, insert it.
2592         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2593         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2594         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2595         wl-draft-config-sub-part-bottom): Use it.
2596
2597         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2598         with the folder name. The question was unintelligible when it is
2599         called from wl-save-status.
2600
2601 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2602
2603         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2604         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2605         cannot take second argument).
2606
2607 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2608
2609         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2610         as t. Since type and subtype are not case sensitive (RFC 2045).
2611
2612 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2613
2614         * wl-vars.el (wl-message-mode-line-format): New variable.
2615         (wl-message-mode-line-format-spec-alist): Ditto.
2616         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2617         (wl-message-redisplay): Use wl-message-mode-line-format.
2618
2619 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2620
2621         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2622
2623 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2624
2625         * wl-summary.el (wl-summary-default-from): Write description.
2626
2627 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2628
2629         * wl-vars.el (wl-ldap-objectclass): Abolish.
2630
2631         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2632         (wl-ldap-make-filter): Removed condition for objectclass.
2633         (wl-ldap-make-matched-value-list): Remove meaningless process.
2634         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2635         (wl-address-ldap-search): Don't add `*' to `pat' string;
2636         use ignore-errors; added `email';
2637         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2638         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2639         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2640
2641
2642 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2643
2644         * wl-draft.el (wl-draft-parent-folder): Write description.
2645         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2646
2647 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2648
2649         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2650         as "" (zero-length string) if no parent.
2651         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2652
2653 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-address.el (wl-address-make-completion-list): Skip duplication
2656         checking.
2657         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2658         `append'.
2659
2660 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2661
2662         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2663         instead of `beginning-of-buffer'.
2664
2665 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2668
2669 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2672         Refer wl-message-buffer-name.
2673         (wl-message-wheel-down): Ditto.
2674
2675 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-vars.el (wl-message-buffer-name): New user option.
2678
2679         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2680         directly instead of making alist dinamically.
2681
2682         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2683         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2684         wl-message-buffer-cache-name.
2685         (wl-message-buffer-cache-clean-up): Ditto.
2686
2687         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2688
2689         * Version number is increased to 2.9.15.
2690
2691 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-vars.el (wl-summary-default-view-alist): New user option.
2694
2695         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2696
2697         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2698         while deleting address.
2699         (wl-draft-delete-myself-from-cc): Ditto.
2700
2701         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2702         If optional argument is specified, reverse sort order.
2703
2704         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2705
2706 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-thread.el (wl-thread-insert-message): Return parent number if
2709         exists.
2710         (wl-thread-update-indent-string-region): Use
2711         wl-thread-update-line-on-buffer-sub instead of
2712         wl-thread-update-line-on-buffer.
2713
2714 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2715
2716         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2717         (wl-folder-close-all): Ditto.
2718
2719 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2720
2721         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2722         and mailing-list:.
2723         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2724         value.
2725         (wl-summary-line-list-info): Print mailing-list name even when 
2726         list-number is empty.
2727
2728 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2729
2730         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2731
2732         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2733         (wl-draft-open-file): Ditto.
2734         (wl-draft-random-alphabet): Ditto.
2735
2736         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2737         bindings.
2738
2739 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2740
2741         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2742         * wl-vars.el (wl-draft-config-alist): Ditto.
2743
2744 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2745
2746         * Version number is increased to 2.9.14.
2747
2748         * wl.el (wl): Don't set wl-init as nil when error occured while
2749         auto-checking folders.
2750
2751         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2752         `elmo-expand-newtext'.
2753
2754 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2755
2756         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2757         `this-command' so that `wl-folder-goto-folder' contained in
2758         `wl-summary-keep-cursor-command' work.
2759
2760 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2761
2762         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2763         message buffer displaying state.
2764
2765 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2766
2767         * wl-vars.el (wl-summary-default-view): New variable to specify
2768         default value for `wl-summary-buffer-view' instead of using
2769         set-default.
2770         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2771
2772 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2773
2774         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2775
2776         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2777
2778 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2779
2780         * wl-vars.el (wl-forward-subject-prefix): New variable.
2781         * wl-draft.el (wl-draft-forward): Use it.
2782
2783 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2784
2785         * wl-message.el (wl-message-prev-page): When it is called without
2786         lines argument, scroll down by wl-message-scroll-amount lines.
2787         (wl-message-next-page): Ditto.
2788         * wl-vars.el (wl-message-scroll-amount): Change default value
2789         to preserve current behavior.
2790
2791 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-summary.el (wl-summary-prefetch-msg): Bind
2794         `wl-message-entity' to call `wl-summary-from-function'.
2795
2796 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2797
2798         * wl-message.el (wl-message-buffer-create): Run
2799         wl-message-buffer-created-hook.
2800
2801 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2802
2803         * wl-summary.el (wl-summary-sort-specs): New variable.
2804         (wl-summary-default-sort-spec): Ditto.
2805         (wl-summary-sort): Rewrite.
2806         (wl-summary-sort-by-list-info): New function.
2807
2808 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2809
2810         * wl-summary.el (wl-summary-get-list-info): New function.
2811         (wl-summary-sort): Rewrite.
2812         (wl-summary-line-list-info): Ditto.
2813         (wl-summary-line-list-count): Ditto.
2814         (wl-summary-refile-region): Fixed docstring.
2815
2816 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2819         `wl-folder-entity-hashtb' as completion table.
2820
2821 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2824         only when this command is called interactively; silence the byte-
2825         compiler.
2826
2827 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2828
2829         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2830         active in XEmacs.
2831
2832 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2833
2834         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2835         plural lines.
2836
2837 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2838
2839         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2840         of current line when the cursor is on the header name.
2841         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2842
2843 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2844
2845         * wl-util.el (wl-read-directory-name): Return displayed directory
2846         as the default value also on XEmacs.
2847
2848 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2851         formatting.
2852
2853 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2854
2855         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2856         argument and when it is non-nil, check face property before
2857         highlighting for each line.
2858         (wl-highlight-summary-window): Set it.
2859
2860 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2861
2862         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2863         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2864
2865         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2866         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2867         (wl-draft-get-fcc-list): Likewise.
2868
2869 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2872         (wl-thread-entity-cur): Ditto.
2873         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2874         wl-thread-indent-regexp setting.
2875         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2876
2877         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2878         wl-summary-lazy-highlight.
2879         (wl-summary-display-bottom): Ditto.
2880
2881         * wl-thread.el (wl-thread-open-close): Likewise.
2882
2883         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2884         from and subject;
2885         Bind wl-draft-use-frame;
2886         Enclose with save-window-excursion;
2887         Use wl-draft-create-buffer instead of with-temp-buffer;
2888         Use wl-draft-prepare-edit;
2889         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2890         Use wl-draft-send instead of wl-draft-raw-send.
2891
2892 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2893
2894         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2895         of using wl-from.
2896
2897 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2898
2899         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2900         insert-buffer instead of clone-buffer.
2901         (wl-draft-doing-mime-bcc): New variable.
2902         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2903         infinite loop.
2904         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2905
2906         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2907         (wl-draft-mime-bcc-body): Ditto.
2908
2909         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2910         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2911         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2912         wl-draft-do-mime-bcc.
2913         (wl-draft-mime-bcc-field): New function.
2914         (wl-draft-do-mime-bcc): Ditto.
2915
2916         * wl-address.el (wl-address-complete-header-list): New variable.
2917         (wl-address-complete-header-regexp): Changed default value.
2918
2919         * Version number is increased to 2.9.13.
2920
2921 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2924         it is differed.
2925
2926 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2929         (wl-summary-line-list-count): Ditto.
2930
2931 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2932
2933         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2934         (wl-nntp-posting-function): New variable.
2935         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2936         `wl-nntp-posting-config-alist'.
2937
2938 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2939
2940         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2941         FLIM.
2942
2943 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2944
2945         * wl-summary.el (wl-summary-target-mark-refile-sub):
2946         Remove a nuisance funcall.
2947
2948 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2949
2950         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2951         as t for `try-completion'.
2952
2953 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-summary.el (wl-summary-default-from): Use
2956         wl-address-header-extract-address instead of
2957         std11-extract-address-components.
2958         (wl-summary-simple-from): Ditto.
2959         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2960         (wl-summary-insert-headers): Show message.
2961         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2962         for whole line.
2963         (wl-summary-default-from): Revert last change.
2964         (wl-summary-simple-from): Ditto.
2965         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2966         (wl-summary-mark-as-read-region): Follow the change above.
2967         (wl-summary-sync-marks): Ditto.
2968         (wl-summary-target-mark-mark-as-read): Ditto.
2969         (wl-summary-redisplay-internal): Ditto.
2970         (wl-summary-redisplay-no-mime-internal): Ditto.
2971         (wl-summary-redisplay-all-header): Ditto.
2972         (wl-summary-mark-as-read): Removed argument `cached';
2973         Use current cache status to set cache mark.
2974         (wl-summary-redisplay-internal): Follow the change above.
2975         (wl-summary-redisplay-no-mime-internal): Ditto.
2976         (wl-summary-redisplay-all-header): Ditto.
2977
2978         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2979
2980         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2981         Don't call itself recursively (Adviced by Yamaoka-san).
2982
2983 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2984
2985         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2986         bind wl-summary-highlight as nil to avoid error caused by missing
2987         local variables.
2988
2989 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2990
2991         * wl-vars.el (wl-invalid-character-message): New user option.
2992
2993         * wl-util.el (wl-set-string-width): If truncated string-width is
2994         larger than specified width, use `wl-invalid-character-message'.
2995
2996 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2997
2998         * wl-summary.el (wl-summary-prefetch-msg): 
2999         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3000
3001 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * wl-vars.el (wl-summary-check-line-format): New user option.
3004         (wl-summary-line-format-file): Ditto.
3005
3006         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3007         variable.
3008         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3009         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3010         and `wl-summary-view-old-p' to check whether do a rescan or not.
3011         (wl-summary-view-old-p): New function.
3012         (wl-summary-line-format-changed-p): Ditto.
3013         (wl-summary-line-format-save): Ditto.
3014         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3015
3016         * wl-util.el (wl-set-string-width): Avoid using negative number
3017         for make-string.
3018
3019 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3022         return value.
3023
3024         * wl-util.el (wl-set-string-width): Added optional argument
3025         `padding' (All other related portions are changed).
3026         (wl-line-parse-format): If the first letter of column number is
3027         `0', zero-padding the result (ex: "%05l").
3028
3029         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3030
3031 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3032
3033         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3034         sequential summary view.
3035
3036 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3039         if it doesn't have a -unix version.
3040
3041 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3044
3045 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3048         content.
3049         (wl-draft): Follow the change above.
3050
3051         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3052
3053         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3054         and wl-folder-summary-line-format-alist contain %T and %P.
3055
3056         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3057         (wl-summary-mode-line-format): New user option.
3058         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3059         (wl-summary-line-format): Changed default value.
3060         (wl-summary-lazy-highlight): Changed default value.
3061
3062         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3063         change in wl-summary-create-line.
3064         (wl-thread-insert-entity-sub): Ditto.
3065
3066         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3067         (wl-summary-buffer-unread-status): Ditto.
3068         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3069         (wl-summary-buffer-persistent-mark-column): Ditto.
3070         (wl-summary-buffer-mode-line-formatter): Ditto.
3071         (wl-summary-buffer-mode-line): Ditto.
3072         (wl-summary-message-regexp): Abolished.
3073         (All other related portions are changed.)
3074         (wl-summary-detect-mark-position): New function.
3075         (wl-summary-buffer-set-folder): Setup
3076         wl-summary-buffer-mode-line-formatter.
3077         (wl-summary-mode): Setup selective-display;
3078         Setup pre-idle-hook when xemacs.
3079         (wl-summary-update-modeline): Rewrite.
3080         (wl-summary-jump-to-msg): Define as function;
3081         Changed regexp for searching messages.
3082         (wl-summary-message-number): Rewrite.
3083         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3084         Do rescan when old type summary cache.
3085         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3086         (wl-summary-remove-destination): Use '\r' to detect EOL.
3087         (wl-summary-print-destination): Ditto.
3088         (wl-summary-temp-mark): New inline function.
3089         (wl-summary-persistent-mark): Ditto.
3090         (wl-summary-line-number): New function.
3091         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3092         (wl-summary-line-list-count): New function.
3093         (wl-summary-create-line): Added argument persistent-mark.
3094         (All other related portions are changed)
3095         (wl-summary-create-line): Insert '\r'.
3096         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3097         (wl-summary-cursor-move-surface): New inline function.
3098         (wl-summary-prev): Use it.
3099         (wl-summary-next): Ditto.
3100
3101         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3102         wl-summary-message-regexp.
3103         (wl-highlight-summary): Delete progress message.
3104         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3105
3106         * Version number is increased to 2.9.12.
3107
3108 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3111         variable (nil: no minimum).
3112         (wl-summary-line-subject): Add some spaces after subject by
3113         wl-summary-line-subject-minimum-length.
3114
3115 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3116
3117         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3118         and removed `F'.
3119         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3120         change above).
3121
3122 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-summary.el (wl-summary-line-list-count): Reverted.
3125         (example setting in samples/*/dot.wl is also updated)
3126
3127 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3128
3129         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3130
3131         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3132
3133         * wl-vars.el (wl-summary-line-format): Addes some description to the
3134         docstring.
3135
3136         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3137         (wl-summary-line-close-bracket): Ditto.
3138         (wl-summary-line-children-number): Ditto.
3139         (wl-summary-line-thread-indent): Ditto.
3140         (wl-summary-line-children-and-from): Ditto.
3141
3142         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3143         't', 'c', 'F' and added 'C'.
3144
3145         * wl-util.el (wl-set-string-width): Accept negative value.
3146         (wl-line-parse-format): Added "%number(" and "%)".
3147
3148 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3149
3150         * wl-summary.el (wl-summary-line-list-count): Change format of the
3151         return value.
3152
3153 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3154
3155         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3156         from the recent message.el.
3157         (wl-draft-point-in-header-p): Ditto.
3158         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3159         wl-draft-beginning-of-line.
3160         * wl-e21.el (wl-draft-mode-map): Ditto.
3161         * wl-xmas.el (wl-draft-mode-map): Ditto.
3162
3163         * wl-folder.el: Sort macrodefs by dependencies.
3164
3165 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3166
3167         * wl-summary.el (wl-summary-prev): Fixed regexp.
3168         (wl-summary-next): Ditto.
3169
3170 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3171
3172         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3173
3174 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3175
3176         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3177         for backward compatibility.
3178
3179 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3180
3181         * wl-summary.el (wl-summary-line-list-count): New function, merged
3182         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3183         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3184         list counts.
3185
3186 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3187
3188         * wl-summary.el (wl-summary-create-line): Ignore errors while
3189         timezone-fix-time.
3190
3191         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3192
3193         * wl-summary.el (wl-summary-sync-update): Ditto.
3194         (wl-summary-default-from): Use wl-message-entity
3195         instead of entity.
3196
3197         * wl-summary.el (wl-summary-create-line): Fix.
3198
3199         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3200         (wl-summary-line-format): New user option.
3201         (wl-folder-summary-line-format-alist): Ditto.
3202         (wl-summary-from-width): Abolished.
3203
3204         * wl-util.el (toplevel): Require 'bytecomp.
3205         (wl-line-parse-format): New function.
3206         (wl-line-formatter-setup): New macro.
3207
3208         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3209         (wl-summary-buffer-line-formatter): New buffer local variable.
3210         (wl-summary-switch-to-clone-buffer): Follow the change above.
3211         (wl-summary-message-regexp): Fix.
3212         (wl-summary-from-func-internal): Abolished.
3213         (wl-summary-subject-func-internal): Ditto.
3214         (wl-summary-subject-filter-func-internal): Ditto.
3215         (All other related portions are changed.)
3216         (wl-summary-buffer-set-folder):
3217         Set up wl-summary-buffer-number-column and 
3218         wl-summary-buffer-line-formatter
3219         (All other related portions are changed.)
3220         (wl-summary-buffer-number-column-detect): Abolished.
3221         (All other related portions are changed.)
3222         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3223         (wl-summary-delete-all-temp-marks-on-buffer): Use
3224         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3225         (wl-summary-target-mark-delete): Ditto.
3226         (wl-summary-target-mark-refile-subr): Ditto.
3227         (wl-summary-target-mark-mark-as-read): Ditto.
3228         (wl-summary-target-mark-mark-as-unread): Ditto.
3229         (wl-summary-target-mark-mark-as-important): Ditto.
3230         (wl-summary-target-mark-save): Ditto.
3231         (wl-summary-replace-status-marks): Renamed from
3232         wl-summary-set-status-marks-on-buffer;
3233         Use wl-summary-message-regexp instead of
3234         wl-summary-buffer-number-regexp.
3235         (wl-summary-sync-update): Follow the change above.
3236         (wl-summary-goto-previous-message-beginning): New function.
3237         (wl-summary-mark-as-unread): Use it.
3238         (wl-summary-mark-as-important): Ditto.
3239         (wl-summary-line-formatter): New variable.
3240         (wl-summary-line-year): New function.
3241         (wl-summary-line-day): Ditto.
3242         (wl-summary-line-day-of-week): Ditto.
3243         (wl-summary-line-hour): Ditto.
3244         (wl-summary-line-minute): Ditto.
3245         (wl-summary-line-open-bracket): Ditto.
3246         (wl-summary-line-close-bracket): Ditto.
3247         (wl-summary-line-children-number): Ditto.
3248         (wl-summary-line-thread-indent): Ditto.
3249         (wl-summary-line-size): Ditto.
3250         (wl-summary-line-subject): Ditto.
3251         (wl-summary-line-from): Ditto.
3252         (wl-summary-line-children-and-from): Ditto.
3253         (wl-summary-create-line): Rewritten.
3254         (wl-summary-format-date): Abolished.
3255
3256         * wl-highlight.el (wl-highlight-summary-current-line): Use
3257         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3258         Use thread structure to detect thread top message.
3259
3260         * wl-draft.el (wl-default-draft-cite): Don't use
3261         wl-summary-from-func-internal.
3262
3263         * wl-refile.el (wl-refile-subject-learn): Don't use
3264         wl-summary-subject-filter-func-internal.
3265         (wl-refile-guess-by-subject): Ditto.
3266
3267         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3268         parameters.
3269
3270         * wl-thread.el (wl-thread-update-indent-string-region):
3271         Use wl-thread-update-line-on-buffer instead of
3272         wl-thread-update-indent-string.
3273         (wl-thread-update-children-number): Redefine using
3274         wl-thread-update-line-on-buffer.
3275         (wl-thread-update-indent-string): Abolished.
3276
3277         * Version number is increased to 2.9.11.
3278
3279 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3282         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3283         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3284
3285         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3286         as nil.
3287
3288         * wl-thread.el (wl-thread-open-all-unread): Use 
3289         elmo-folder-list-messages-mark-match.
3290         (wl-thread-insert-message): Removed argument `mark-alist'.
3291         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3292         elmo-msgdb-set-mark.
3293         (wl-thread-get-children-msgs-uncached): Likewise.
3294         (wl-thread-get-exist-children): Added argument include-self.
3295         (wl-thread-delete-message): Follow the change above.
3296
3297         * wl-summary.el (wl-summary-count-unread): Removed argument.
3298         (wl-summary-rescan): Follow the change above.
3299         (wl-summary-mark-as-read-region): Ditto
3300         (wl-summary-mark-as-unread-region): Ditto.
3301         (wl-summary-delete-messages-on-buffer): Ditto.
3302         (wl-summary-sync-update): Ditto.
3303         (wl-summary-switch-to-clone-buffer): Ditto.
3304         (wl-summary-goto-folder-subr): Ditto.
3305         (wl-summary-target-mark-mark-as-read): Ditto.
3306         (wl-summary-target-mark-mark-as-unread): Ditto.
3307         (wl-summary-target-mark-mark-as-important): Ditto.
3308         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3309         (wl-summary-update-thread): Removed argument `mark-alist'.
3310         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3311         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3312         (wl-summary-resume-cache-status): Likewise.
3313         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3314         elmo-msgdb-set-mark.
3315         (wl-summary-mark-as-read-all): Likewise.
3316         (wl-summary-delete-cache): Ditto.
3317         (wl-summary-auto-select-msg-p): Ditto.
3318         (wl-summary-mark-as-unread): Ditto.
3319         (wl-summary-no-auto-refile-message-p): Ditto.
3320         (wl-summary-mark-as-read): Ditto.
3321         (wl-summary-mark-as-important): Ditto.
3322         (wl-summary-auto-refile): Follow the change above.
3323         (wl-summary-delete-all-marks): Removed.
3324         (wl-summary-resume-marks-and-highlight): Ditto.
3325         (wl-summary-resume-marks): Ditto.
3326         (wl-summary-delete-important-msgs-from-list): Ditto.
3327         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3328
3329         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3330         wl-summary-count-unread.
3331
3332         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3333         (wl-summary-score-update-all-lines): Use
3334         elmo-msgdb-set-mark.
3335
3336 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3337
3338         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3339         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3340         (wl-summary-create-line): Renamed from
3341         wl-summary-overview-create-summary-line;
3342         Argument rearrangement.
3343         (wl-summary-update-thread): Follow the change above.
3344
3345         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3346         (wl-thread-insert-entity-sub): Likewise.
3347
3348         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3349         argument `overview', `mark-alist' and added `msgdb'.
3350
3351         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3352
3353         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3354         (wl-summary-rescan): Follow the change above.
3355         (wl-summary-sync-update): Ditto.
3356         (wl-summary-insert-thread-entity): Ditto;
3357         Don't use `let*' in every while loop;
3358         Detect infinite loop of threads.
3359         (wl-summary-update-thread): Removed argument `overview'.
3360
3361         * wl-thread.el (wl-thread-insert-message): Ditto.
3362
3363         * Version number is increased to 2.9.10.
3364
3365         * wl-message.el (wl-message-redisplay): Ignore errors while
3366         wl-message-redisplay-hook.
3367
3368 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3369
3370         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3371
3372 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl.el (wl): inhibit-quit while wl-folder.
3375
3376 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3379         while msgdb access.
3380
3381 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3382
3383         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3384         even if no folder is not created.
3385
3386 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3389
3390         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3391         implementation.
3392         (wl-summary-target-mark-thread): Ditto.
3393
3394         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3395
3396 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3397
3398         * wl-util.el (wl-display-bytes): Remove unused function.
3399
3400 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3403         seems critical one (partially reverse the change in 2002/03/17).
3404
3405 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3406
3407         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3408         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3409
3410 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3411
3412         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3413         is not writable.
3414         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3415         plugged status instead of `'force' as 2nd argument.
3416
3417         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3418         is not creatable.
3419
3420         * Version number is increased to 2.9.9.
3421
3422 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3423
3424         * wl-summary.el (wl-summary-suspend): New function.
3425
3426 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3427
3428         * wl.el (wl): Do not check variables if check is nil.
3429         * wl-utils.el (wl-collect-draft): New function.
3430         * wl-folder.el (wl-folder-suspend): Put summary buffers
3431         and draft buffers at the end of buffer list.
3432         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3433
3434 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3435
3436         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3437         loop instead of recursive call.
3438
3439         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3440         2nd argument.
3441
3442 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3443
3444         * wl-draft.el (wl-draft-create-contents): Don't take neither
3445         (function . args) nor (string . something) any more.
3446
3447         * wl-version.el (wl-generate-user-agent-string): Return string
3448         without header symbol.
3449         * wl-draft.el (wl-draft-default-headers): Use it.
3450
3451         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3452         `wl-draft-insert-ccs' and return field value instead of inserting
3453         the header. Abolish cc argument.
3454         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3455
3456         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3457         rather than one with string car.
3458
3459         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3460         * wl-draft.el (wl-draft-create-contents): Add it after the default
3461         headers.
3462
3463         * wl-draft.el (wl-draft-create-contents): For the case of
3464         (symbol-or-string . function) insert header only when the function
3465         returns string value.
3466
3467 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3468
3469         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3470         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3471
3472 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3473
3474         * wl.el (wl-check-environment): Don't check Message-ID when
3475         `wl-insert-message-id' is nil.
3476         Revive checking if `wl-message-id-domain' contains "@".
3477
3478 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl.el (wl-check-environment): Merge examination for "@" at
3481         inappropriate position into the first string-match.
3482
3483         * wl-summary.el (wl-summary-target-mark-print): New function.
3484         (wl-summary-pipe-message-subr): Extracted from
3485         `wl-summary-pipe-message'.
3486         (wl-summary-target-mark-pipe): New function.
3487         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3488         `wl-summary-target-mark-pipe'.
3489
3490 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3491
3492         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3493
3494 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3495
3496         * wl.el (wl-check-environment): Use elmo-warning instead of
3497         error for non-critical ones.
3498         Remove trash folder check.
3499         (wl): Don't ignore error in wl-check-environment.
3500
3501         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3502         check, which is moved from `wl-check-environment'.
3503         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3504
3505 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3506
3507         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3508         guess anything, call wl-summary-write.
3509         (wl-summary-write): Create draft with blank To field.
3510         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3511
3512 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3513
3514         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3515         argument full as well for wl-folder-write-current-folder.
3516         If wl-*-write-current-folder cannot guess addressee, add blank
3517         To header.
3518         Rewrite condition for positioning cursor.
3519
3520 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3523         summary buffer is present, use it.
3524         (wl-folder-jump-to-previous-summary): Ditto.
3525
3526 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3527
3528         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3529
3530         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3531         wl-summary-previous-buffer and wl-summary-next-buffer.
3532
3533         * wl-folder.el (wl-folder-mode-map): Bind
3534         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3535         (wl-folder-jump-to-next-summary): New function.
3536         (wl-folder-jump-to-previous-summary): Ditto.
3537
3538         * wl-draft.el (wl-draft): Rearranged.
3539
3540 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3541
3542         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3543         of header.
3544         (wl-draft): Collect arguments for the header as header-alist.
3545         (wl-draft-forward): Arrange arguments for wl-draft.
3546         (wl-draft-reply): Ditto.
3547         (wl-draft-edit-string): Ditto.
3548         * wl-summary.el (wl-summary-write): Ditto.
3549         (wl-summary-write-current-folder): Ditto.
3550
3551         * Version number is increased to 2.9.8.
3552
3553 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3554
3555         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3556
3557         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3558
3559         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3560         even if the guess failed.
3561
3562         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3563         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3564         wl-summary-write-current-folder.
3565         * wl-xmas.el: Ditto.
3566
3567 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-summary.el (wl-summary-next-page): Force display message if
3570         message is not displayed yet.
3571         (wl-summary-prev-page): Ditto.
3572
3573 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3574
3575         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3576
3577 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3578
3579         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3580         add "Preview Message" and "Save Draft and Exit".
3581
3582 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3583
3584         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3585         if addrmgr is called from draft in splitted window.
3586
3587         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3588         * wl-mule.el: Ditto.
3589         * wl-xmas.el: Ditto.
3590
3591 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3592
3593         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3594
3595         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3596         * wl-xmas.el (wl-folder-toolbar): Ditto.
3597
3598 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3601         and wl-draft-save-and-exit.
3602         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3603         * wl-xmas.el: Ditto.
3604         * wl-mule.el: Ditto.
3605
3606         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3607         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3608
3609 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3610
3611         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3612         lists for saving buffer.
3613
3614 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3615
3616         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3617         parent-folder argument instead of it.
3618         (wl-draft-create-buffer): Ditto.
3619         (wl-draft-forward): Ditto.
3620         (wl-draft-reply): Ditto.
3621         * wl-summary.el (wl-summary-write): Ditto.
3622         (wl-summary-write-current-folder): Ditto.
3623
3624         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3625         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3626         Folder buffer after composing.
3627
3628 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3631         header if the file `wl-x-face-file' already contains it.
3632
3633 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3634
3635         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3636         folder" entry.
3637         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3638         * wl-e21.el (wl-folder-toolbar): Ditto.
3639         * wl-xmas.el (wl-folder-toolbar): Ditto.
3640
3641 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3642
3643         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3644         wl-folder-goto-folder with sticky argument.
3645         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3646
3647 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3648
3649         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3650         and wl-summary-previous-buffer.
3651         (wl-summary-next-buffer): New function.
3652         (wl-summary-previous-buffer): Ditto.
3653
3654 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3655
3656         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3657         wl-folder-jump-to-current-entity-with-arg.
3658         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3659         `wl-folder-jump-to-current-entity'.
3660         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3661         `wl-summary-goto-folder-sticky'.
3662         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3663         `wl-summary-goto-folder'.
3664         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3665         Unless force-exit, do not clean temp. marks for sticky summary.
3666         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3667
3668 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3671         not entire.
3672
3673 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3674
3675         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3676         to `C-x C-s'.
3677         (wl-summary-save-status): New command.
3678         (wl-summary-exit): Don't clean-up temp marks when sticky.
3679         (Applied patch from Nakayama-san [wl: 09548])
3680         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3681         Do nothing when no mark data.
3682         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3683         Call `wl-summary-delete-all-temp-marks' before saving.
3684
3685 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3686
3687         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3688
3689 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl.el (wl-check-environment): Also cause error when (system-name)
3692         returns "localhost.localdomain". (Although it doesn't affect because
3693         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3694
3695 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3698         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3699
3700         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3701         value.
3702
3703 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3704
3705         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3706         Likewise r-cc-list and r-ng-list.
3707
3708 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3711         only if it is bound as variable.
3712
3713         * wl-mime.el (wl-draft-preview-message): Ditto.
3714
3715 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3718         needless `goto-char'.
3719
3720         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3721         `wl-summary-redisplay-no-mime-internal' instead of
3722         `wl-summary-redisplay-no-mime'.
3723         (wl-summary-redisplay-no-mime): Changed argument;
3724         Call `wl-summary-redisplay-no-mime-internal'.
3725
3726         * wl-mime.el (wl-draft-preview-message): Bind
3727         `mime-header-encode-method-alist' locally.
3728
3729         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3730         (wl-draft-std11-parse-addresses): Added the first address check.
3731         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3732
3733         * Version number is increased to 2.9.7.
3734
3735 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3736
3737         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3738
3739 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3740
3741         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3742         related to scrollbar support, if there is no such a feature
3743         compiled in.
3744
3745 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3746
3747         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3748         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3749         for prefetch.
3750
3751 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3752
3753         * wl-summary.el (wl-summary-pick): Fix for no match.
3754
3755 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3756
3757         * wl-draft.el (wl-draft-save):
3758         Override `mime-header-encode-method-alist'.
3759
3760 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3761
3762         * wl-folder.el (wl-folder-pick): New function.
3763         Define key as "?".
3764
3765 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3766
3767         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3768         Fix for unplugged.
3769
3770 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3771
3772         * wl-folder.el (wl-folder-virtual): New function.
3773         Define key as "V".
3774
3775 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3778         multi folder if entity is group.
3779
3780 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3781
3782         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3783         is nil.
3784
3785 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3786
3787         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3788         (wl-summary-target-mark-msgs): Return the number of marked messages.
3789
3790 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3791
3792         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3793         "first:" is specified.
3794
3795 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3796
3797         * wl-vars.el (wl-from): Use return value of function
3798         user-full-name instead of the variable user-full-name since
3799         XEmacs-20.4 doesn't set this variable.
3800
3801 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3802
3803         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3804         call `wl' directly.
3805
3806 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3807
3808         * wl-draft.el (wl-draft-reedit): Removed duplicated
3809         switch-to-buffers.
3810
3811 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * wl.el (wl-other-frame): Removed garbages.
3814
3815 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3816
3817         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3818
3819         * wl-xmas.el (wl-draft-key-setup): Ditto.
3820
3821         * wl-mule.el (wl-draft-key-setup): Ditto.
3822
3823         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3824         (wl-draft-reedit): Ditto.
3825         (wl-draft-prepare-edit): Add `wl-draft-save' to
3826         `local-write-file-hooks'.
3827         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3828         (wl-draft-reedit): Set buffer-file-name.
3829         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3830
3831
3832         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3833         call it.
3834         (wl-delete-startup-frame-function): New variable.
3835         (wl-other-frame): New function
3836         (Original was written by Yamaoka san [wl: 09239]).
3837
3838         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3839         if `wl-folder-use-frame'.
3840
3841 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3842
3843         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3844
3845 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3846
3847         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3848         New variable.
3849         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3850         (wl-message-buffer-prefetch-get-next): Use them.
3851         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3852
3853 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3854
3855         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3856         with unwind-protect.
3857
3858         * wl-draft.el (wl-draft-reedit): Rewrite.
3859         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3860         (wl-draft-save): Insert header separator if it does not exist;
3861         Removed condition-case.
3862
3863         * wl-summary.el (wl-summary-reedit): Revert last change.
3864
3865         * wl-draft.el (wl-draft-save): Rewrite.
3866         (wl-draft-create-buffer): Set buffer-file-name as nil.
3867
3868         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3869
3870         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3871
3872         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3873         nil.
3874
3875 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3876
3877         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3878         If count is nil, do not prefetch.
3879         (wl-message-buffer-prefetch-next): Next.
3880
3881 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3882
3883         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3884
3885 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3886
3887         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3888         `delete-backward-char'
3889         (wl-draft-prepare-edit): Check major-mode.
3890         (wl-draft-decode-header): Rewrite.
3891         (wl-draft): Fix.
3892
3893 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3894
3895         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3896
3897 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3898
3899         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3900         (wl-message-buffer-prefetch-get-next): Remove size checking.
3901         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3902
3903 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3904
3905         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3906         (wl-draft-default-headers): Fix.
3907
3908 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3909
3910         * wl-draft.el (wl-draft-default-headers): Insert return value of
3911         `wl-generate-mailer-string-function'.
3912
3913 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3914
3915         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3916         (wl-draft-insert-mail-header-separator): Ditto.
3917
3918         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3919         again (Reverted the change on 2002-01-17 by OKADA san).
3920
3921 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3922
3923         * wl-draft.el (wl-draft): Rewrite.
3924         (wl-draft-create-buffer): New function.
3925         (wl-draft-create-contents): Ditto.
3926         (wl-draft-prepare-edit): Ditto.
3927         (wl-draft-decode-header): Ditto.
3928         (wl-draft-decode-body): Ditto.
3929         (wl-draft-check-new-line): Ditto.
3930         (wl-draft-default-headers): Ditto.
3931         (wl-draft-insert-mail-header-separator): Ditto.
3932
3933 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3934
3935         * Version number is increased to 2.9.6.
3936
3937 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3938
3939         * wl-draft.el (wl-draft-delete-field): Optional argument.
3940         (wl-draft-delete-fields): Ditto.
3941
3942 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3943
3944         * wl-message.el (toplevel): Eliminated byte-compile warning.
3945         for `itimer-function', `delete-timer' and `itimer-list'.
3946
3947 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3948
3949         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3950         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3951         `wl-message-buffer-prefetch-threshold'.
3952         * wl-summary.el (wl-summary-redisplay-internal): Remove
3953         the check of `wl-message-buffer-prefetch-depth'.
3954
3955 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3956
3957         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3958         size of article.
3959         (wl-message-buffer-prefetch-subr): Remove size check.
3960
3961 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-vars.el (wl-plugged): Make customizable.
3964
3965 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3966
3967         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3968         (wl-message-buffer-prefetch-set-timer): New function.
3969         (wl-message-buffer-prefetch-get-next): New function.
3970         (wl-message-buffer-prefetch): New function.
3971         (wl-message-buffer-prefetch-next): Rewrite.
3972         (wl-message-buffer-prefetch-subr): Rewrite.
3973         * wl-vars.el (wl-auto-prefetch-first): New variable.
3974         * wl-summary.el (wl-summary-goto-folder-subr): Call
3975         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3976
3977 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3978
3979         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3980         `wl-summary-unread-message-hook'.
3981
3982 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3985         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3986         if range is `cache-status'.
3987
3988 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3989
3990         * wl-message.el (wl-message-buffer-prefetch-subr):
3991         Improve debug message.
3992
3993 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3994
3995         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3996         `wl-mail-send-pre-hook'.
3997         (wl-draft-send-mail-with-qmail): Ditto.
3998         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3999
4000 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4001
4002         * wl-message.el (wl-message-buffer-prefetch-subr):
4003         Fix for cancel-function-timers bug.
4004         (wl-message-buffer-prefetch-debug): Default value is t.
4005
4006 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4007
4008         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4009         (wl-message-buffer-prefetch-subr): Rewrite.
4010         Rename from `wl-message-buffer-prefetch'.
4011
4012 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4013
4014         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4015         (wl-default-draft-cite-decorate-author): Ditto.
4016
4017         * wl-draft.el (wl-draft-cite-function): Removed.
4018         (wl-default-draft-cite-decorate-author): Ditto.
4019
4020 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4021
4022         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4023         (wl-default-draft-cite): Do not arrange author name if the value of
4024         `wl-default-draft-cite-decorate-author' is nil.
4025
4026 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4029
4030         * wl-folder.el (wl-folder-check-one-entity): Don't care
4031         `elmo-folder-use-flag-p'.
4032
4033 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4034
4035         * wl-folder (wl-folder-check-one-entity): Fix
4036         problem if unread is nil.
4037
4038 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-address.el (wl-address-make-completion-list): Check whether
4041         the address is a group list.
4042         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4043
4044 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4045
4046         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4047         The number of the messages of new and unread does not count
4048         correctly.
4049
4050         * wl-summary.el (wl-summary-count-unread): Changed to return
4051         `(new . unread)' instead of total.
4052         (wl-summary-sync-update): Follow the change above.
4053
4054         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4055
4056 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4057
4058         * wl-address.el (wl-address-make-completion-list): Do not enclose
4059         address by " <" and ">" if associated realname is "".
4060         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4061         This is against the promblem with group list in .addresses pointed
4062         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4063
4064 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4067         message is a format control string.
4068         * wl-expire.el (wl-expire-append-log): Ditto.
4069         * wl-mime.el (wl-summary-burst-subr): Ditto.
4070         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4071         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4072
4073 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4074
4075         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4076         wl.el (wl-check-variables): Rename from `wl-check-type'.
4077         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4078         (wl-check-variables-2): New function.
4079         (wl): Call `wl-check-variables-2'.
4080
4081 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4082
4083         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4084         after renaming folder in access group.
4085
4086 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4087
4088         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4089         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4090         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4091         (wl-message-buffer-prefetch): Rewrite.
4092         (wl-message-buffer-prefetch-idle-time): Removed.
4093         * wl-summary.el (wl-summary-redisplay-internal):
4094         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4095         Error check for `wl-message-buffer-prefetch-depht'.
4096
4097 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * Version number is increased to 2.9.5.
4100         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4101
4102 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4103
4104         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4105         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4106         Based on the patch written by
4107         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4110
4111         * wl-draft.el (wl-draft-raw-send): Fix for
4112         `wl-news-send-pre-hook'
4113
4114 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4115
4116         * wl-utils.el (wl-message-id-function): New variable.
4117         * wl-draft.el (wl-draft-insert-required-fields):
4118         Use `wl-message-id-function'.
4119
4120 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4121
4122         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4123         * wl-utils.el (wl-draft-make-message-id-string):
4124         Use `wl-from' for domain part of Message-ID
4125         if `wl-message-id-use-wl-from' if non-nil.
4126         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4127
4128 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4129
4130         * wl.el (wl): Call `wl-check-type'
4131         Do not 'condition-case'.
4132
4133 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4134
4135         * wl.el (wl-check-type): New function.
4136         (wl-check-type-variables): New variable.
4137
4138 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4139
4140         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4141
4142 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4143
4144         * wl-draft.el (wl-smtp-password-key): New function.
4145         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4146         (wl-draft-send-mail-with-smtp): Ditto.
4147         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4148
4149 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4150
4151         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4152         * wl-utils.el (wl-unique-id-suffix): Remove.
4153
4154 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4155
4156         * Version number is increased to 2.9.4.
4157
4158 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4159
4160         * wl-utils.el (wl-unique-id-suffix): New variable.
4161         (wl-unique-id): Use `wl-unique-id-suffix'
4162
4163 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4164
4165         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4166         instead of `elmo-msgdb-search'.
4167
4168         * Version number is increased to 2.9.3.
4169
4170 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4171
4172         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4173
4174 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4175
4176         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4177         (wl-draft-dispatch-message): Changed for send-later.
4178         (wl-draft-queue-flush): Ditto.
4179         (wl-draft): Clear `wl-sent-message-queued'.
4180         (wl-draft-reedit): Ditto.
4181         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4182         * wl-vars.el (wl-draft-force-queuing): New variable.
4183         (wl-draft-force-queuing-mail): New variable.
4184         (wl-draft-force-queuing-news): New variable.
4185
4186 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4187
4188         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4189         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4190
4191 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4192
4193         * Version number is increased to 2.9.2.
4194
4195 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * wl-draft.el (wl-draft-elide-region): New user command.
4198         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4199
4200         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4201         command `wl-draft-elide-region'.
4202         * wl-mule.el: Ditto.
4203         * wl-xmas.el: Ditto.
4204
4205 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4208         (wl-biff-check-folder-async): Removed needless let.
4209
4210 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4213         wl-folder-get-elmo-folder.
4214         (wl-biff-check-folder): Set `biff' argument of
4215         `wl-folder-check-one-entity'.
4216         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4217
4218         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4219         (wl-folder-check-one-entity): Added `biff' argument;
4220         Setup `biff' slot of folder.
4221
4222         * Version number is increased to 2.9.1.
4223
4224 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4225
4226         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4227         comment out and fixed.
4228         (wl-fldmgr-add-completion-subr): Ditto.
4229
4230         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4231         and msgdb.
4232
4233         * wl.el (wl-toggle-plugged): Save summary view.
4234
4235 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4238
4239 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4240
4241         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4242
4243 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4246         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4247         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4248
4249         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4250         if it was failed.
4251         (wl-demo): Disable undo in the demo buffer.
4252
4253 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * wl-version.el (wl-version): Changed codename.
4256
4257         * Version number is increased to 2.9.0.
4258
4259 2001-12-14  Takuo KITAME <kitame@northeye.org>
4260
4261         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4262         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4263         (wl-folder-mark-as-read-all-current-entity): Ditto.
4264
4265 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4266
4267         * wl-vars.el (wl-from-width): Define as obsolete variable.
4268         (wl-subject-length-limit): Ditto.
4269
4270         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4271
4272         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4273         wl-summary-save-view.
4274
4275         * wl.el (wl-save-status): Ditto.
4276         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4277
4278         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4279         (wl-summary-exit): Follow the change above.
4280         (wl-summary-goto-folder-subr): Ditto.
4281
4282         * wl-folder.el (wl-folder-create-subr): Don't use
4283         `elmo-folder-creatable-p'.
4284
4285 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4286
4287         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4288
4289 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4292         rather than bitmap on Emacs 21.
4293         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4294         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4295         for xbm if the new redisplay engine is not available.
4296
4297 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4298
4299         * wl-folder.el (wl-folder-init-hook): New hook.
4300         (wl-folder-init): Run `wl-folder-init-hook'.
4301
4302 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4305
4306 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4307
4308         * wl-acap.el (wl-acap-cache-filename): New variable.
4309         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4310         (wl-acap-init): Use cache if no ACAP server found.
4311
4312 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4313
4314         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4315         `wl-acap-original-msgdb-dir'.
4316
4317         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4318         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4319
4320         * wl-mime.el (wl-mime-save-directory): Renamed from
4321         `wl-mime-save-dir'.
4322
4323 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4326
4327         * wl-demo.el: Require `path-util'.
4328         (wl-demo-bitmap-mule-available-p): New internal variable.
4329         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4330         `module-installed-p' instead.
4331         (wl-demo-insert-image): Use *.img file for a bitmap image.
4332         (wl-demo): Don't call the ascii demo recursively.
4333
4334 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4335
4336         * Version number is increased to 2.7.7.
4337
4338 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4339
4340         * wl.el (wl-exit): Eliminated byte-compile warning.
4341
4342 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4343
4344         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4345         obsolete variable using `elmo-define-obsolete-variable'.
4346         (wl-fetch-confirm-threshold): Ditto.
4347         (wl-cache-prefetch-folder-type-list): Ditto.
4348         (wl-cache-prefetch-folder-list): Ditto.
4349
4350 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4353         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4354         (wl-demo-insert-image): New function.
4355         (wl-demo-insert-text): New function.
4356         (wl-demo-image-type-alist): Redefine as a function.
4357         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4358         (wl-demo-with-temp-file-buffer): Removed.
4359         (wl-logo-xpm): Removed.
4360         (wl-logo-xbm): Removed.
4361         (wl-logo-bitmap): Removed.
4362
4363 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4364
4365         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4366         (wl-expire-localdir-get-folder-function): New user option.
4367         (wl-expire-localdir-get-folder): New function.
4368         (wl-expire-localdir-date): Ditto.
4369
4370 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4371
4372         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4373         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4374         Fixed unread number mismatch when all-unread < unread.
4375
4376 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4379         (wl-fetch-confirm-threshold): Ditto.
4380
4381         * wl-summary.el (wl-summary-confirm-appends): Removed.
4382         (wl-summary-sync-update): Don't refer
4383         `wl-summary-update-confirm-threshold' (It is now abolished).
4384
4385         * wl-message.el (wl-message-display-internal): Don't refer
4386         `wl-fetch-confirm-threshold' (It is now abolished).
4387
4388 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4391
4392 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4395         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4396         Change default value to nil.
4397         (wl-summary-indent-length-limit): The value can be nil, nil means
4398         unlimited.
4399
4400         * wl-summary.el: Don't set limit for indent length if the value of
4401         wl-summary-indent-length-limit is nil.
4402         If the value of wl-summary-width is nil, it means only that the width
4403         of summary is unlimited (nil doesn't mean that the indent length is
4404         unlimited).
4405
4406         * wl-thread.el: Ditto.
4407
4408 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4409
4410         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4411         be nil, nil means never confirm.
4412         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4413
4414 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4417         means unlimited).
4418
4419 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4420
4421         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4422         Use `with-temp-buffer'.
4423
4424 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4425
4426         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4427         with new backquote style).
4428         (wl-folder-get-entity-from-buffer): Ditto.
4429
4430 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4431
4432         * wl-version.el (nemacs-version): Eliminated.
4433         (wl-extended-emacs-version2): Ignore nemacs.
4434         (wl-extended-emacs-version3): Ditto.
4435
4436 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4437
4438         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4439         (wl-draft-add-in-reply-to): New variable.
4440         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4441         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4442         (wl-draft-yank-from-mail-reply-buffer): Use
4443         `wl-draft-add-in-reply-to'.
4444         (wl-draft-insert-current-message): Ditto.
4445
4446 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4447
4448         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4449         typo (kill->hide).
4450         (wl-message-buffer-prefetch-folder-type-list): Added elements
4451         `mark' and `cache' instead of `internal'.
4452
4453 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4456         resume msgdb directory.
4457
4458 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl.el (wl-exit): Call `wl-acap-exit'.
4461
4462         * wl-summary.el (wl-summary-message-string): New function.
4463         (wl-summary-reedit): Use it.
4464         (wl-summary-resend-bounced-mail): Remove needless let.
4465         (wl-summary-supersedes-message): Ditto.
4466         (wl-summary-save): Ditto.
4467
4468         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4469         (wl-acap-init): Set it.
4470         (wl-acap-exit): New function.
4471
4472 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4473
4474         * wl.el (wl-init): Revert (require 'mime-setup). move from
4475         toplevel.
4476
4477 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4478
4479         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4480         local variables.  Add error when guess function return invalid
4481         value.
4482
4483 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4484
4485         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4486         Change local variable name.
4487         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4488         (wl-folder-get-newsgroups): Return nil when non-news folder.
4489         * wl-summary.el (wl-summary-write-current-folder): State through
4490         when guess-list return nil.
4491         (wl-summary-write-current-folder-functions): Fixed docstring.
4492
4493         * wl.el (wl-exit): Changed confirm message.
4494
4495         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4496         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4497
4498         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4499
4500 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4501
4502         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4503         user option (Renamed from wl-cache-prefetch-folder-type-list).
4504         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4505         from wl-cache-prefetch-folder-list).
4506
4507         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4508         Move to wl-vars.el.
4509         (wl-message-buffer-prefetch-p): Changed to enable
4510         `wl-message-buffer-prefetch-folder-list'.
4511
4512         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4513         `ignore-cache'.
4514
4515 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4516
4517         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4518         `part-top' and `part-bottom'.
4519         (wl-draft-config-sub-part-top): New function.
4520         (wl-draft-config-sub-part-bottom): New function.
4521
4522 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4523
4524         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4525
4526 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4527
4528         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4529
4530 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4533
4534         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4535         (wl-summary-write-current-folder): Ditto.
4536
4537 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-folder.el (wl-folder-get-newsgroups): Use
4540         `elmo-folder-newsgroups'.
4541
4542 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4545         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4546         `wl-draft-config-sub-header-bottom'.
4547
4548 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4549
4550         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4551         localnews folder.
4552
4553 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl-summary.el (wl-summary-mode): Undo last change.
4556
4557         * wl-folder.el (wl-folder-mode): Ditto.
4558
4559 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-summary.el (wl-summary-mode): Locally set
4562         truncate-partial-window-width to nil.
4563         (for XEmacs)
4564
4565         * wl-folder.el (wl-folder-mode): Ditto.
4566
4567 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4570
4571 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4572
4573         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4574         number.
4575
4576         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4577
4578         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4579
4580         * Version number is increased to 2.7.6.
4581
4582 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4583
4584         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4585
4586 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-summary.el (wl-summary-sync-update): Enclose network
4589         related portion with `unwind-protect'.
4590
4591 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4592
4593         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4594
4595 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4596
4597         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4598         element.
4599         * wl-vars.el (wl-message-body-button-alist): Ditto.
4600
4601         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4602         max match length.
4603         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4604
4605         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4606         for the max match length;
4607         Use 4th element value for the button string regexp group.
4608
4609         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4610         candidate exists, prompt to select.
4611
4612 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4613
4614         * wl-summary.el (wl-summary-jump-to-msg): Search before
4615         calibration point by `beginning-of-line'.
4616
4617 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4618
4619         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4620         for access group.
4621
4622 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4623
4624         * wl-message.el (wl-message-display-internal): Bind
4625         `default-mime-charset'.
4626
4627         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4628
4629         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4630
4631         * Version number is increased to 2.7.5.
4632
4633 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4634
4635         * wl-expire.el (wl-summary-archive): Fixed;
4636         Use `elmo-folder-name-internal'.
4637
4638 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4639
4640         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4641         from `elmo-folder-move-messages' caller.
4642         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4643
4644         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4645         related portions are changed).
4646
4647 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4648
4649         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4650         counter.
4651
4652 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4653
4654         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4655         buffer local and set it to nil.
4656
4657         * wl-message.el (wl-message-redisplay): Ditto.
4658
4659 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4660
4661         * wl-summary.el (wl-summary-mark-as-important): If message is
4662         already cached, set messag as read, otherwise encache and mark as read.
4663
4664 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4667         point-min.
4668
4669 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4672         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4673         a keymap.
4674
4675 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4676
4677         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4678         parent.
4679
4680         * wl-mule.el (wl-message-define-keymap): Ditto.
4681
4682         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4683
4684         * wl-xmas.el (wl-message-display-internal-hook): Define.
4685         (wl-xmas-setup-message-toolbar): Define as function.
4686         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4687         (wl-message-overload-functions): Abolished.
4688         (wl-message-define-keymap): New function.
4689
4690         * wl-vars.el (wl-message-display-internal-hook): New variable.
4691         (wl-message-header-button-alist): New variable (Renamed from
4692         wl-highlight-message-header-button-alist).
4693         (wl-message-body-button-alist): Ditto.
4694
4695         * wl-mule.el (wl-message-define-keymap): New function.
4696         (wl-message-overload-functions): Abolished.
4697
4698         * wl-message.el (wl-message-add-buttons-to-body): New function.
4699         (wl-message-redisplay): Don't call wl-message-overload-functions;
4700         Call wl-message-add-buttons-to-header and
4701         wl-message-add-buttons-to-body.
4702         (wl-message-display-internal): Set keymap argument for
4703         elmo-mime-display-as-is, elmo-mime-message-display;
4704         Run wl-message-display-internal-hook.
4705         (wl-message-refer-article-or-url): Abolished.
4706
4707         * wl-highlight.el (wl-highlight-headers): Don't call
4708         wl-highlight-message-add-buttons-to-header.
4709         (wl-highlight-message-add-buttons-to-header): Abolished.
4710
4711
4712         * wl-e21.el (wl-message-display-internal-hook): Define.
4713         (wl-e21-setup-toolbar): Deleted duplicated binding.
4714         (wl-e21-setup-message-toolbar): Define as function.
4715         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4716         (wl-message-define-keymap): New function.
4717         (wl-message-overload-functions): Abolished.
4718
4719 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4722         and elmo-folder-close.
4723
4724         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4725
4726 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4727
4728         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4729         boolean value.
4730         * wl-draft.el (wl-draft-do-fcc): Ditto.
4731
4732 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-vars.el (wl-fcc-force-as-read): New variable.
4735         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4736         mark copied message as read.
4737
4738 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4739
4740         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4741
4742 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4743
4744         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4745         `wl-summary-target-above' instead of obsolete variable
4746         `wl-summary-temp-above'.
4747
4748         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4749         instead of `make-obsolete-variable'.
4750         * wl-refile.el (toplevel): Ditto.
4751
4752 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4755         with third argument t.
4756         (wl-draft): Set first argument for wl-plugged-init as t.
4757
4758         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4759         definition.
4760
4761 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4762
4763         * wl-vars.el: Tabify.
4764         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4765
4766         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4767         message.
4768
4769 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4772         and set default to beep.
4773
4774 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * wl-vars.el (wl-draft-truncate-lines): New variable.
4777
4778         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4779         instead of wl-message-truncate-lines for truncate-lines.
4780
4781 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-message.el (wl-message-display-internal): Call
4784         `wl-highlight-message' after `elmo-mime-display-as-is'.
4785
4786         * wl-mime.el (wl-mime-display-text/plain): New function.
4787         (wl-mime-display-header): Ditto.
4788         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4789         body-presentation-method for text/plain;
4790         Register `wl-mime-display-header' as a header-presentation-method;
4791         Don't set up `elmo-message-text-content-inserted-hook' and
4792         `elmo-message-header-inserted-hook'.
4793
4794         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4795         variable.
4796         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4797         as t if flag is 'all-header;
4798         Don't bind `elmo-message-ignored-field-list',
4799         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4800
4801 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4804         for xemacs with non-mule environment.
4805
4806 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4807
4808         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4809         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4810         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4811
4812 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4813
4814         * wl-vars.el (wl-interactive-send): Set default value as t.
4815
4816 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4817
4818         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4819         (wl-addrmgr-method-list): Abolished.
4820         (wl-addrmgr-change-method): Follow above change.
4821
4822         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4823
4824 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-vars.el (wl-message-truncate-lines): Change default value
4827         to default-truncate-lines.
4828
4829         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4830
4831 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4832
4833         * wl-vars.el (wl-message-truncate-lines): New variable.
4834
4835         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4836         wl-message-truncate-lines.
4837
4838 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4839
4840         * wl-acap.el (wl-acap-init): Remove period from error message.
4841         (wl-acap-find-acap-service): Remove period from message.
4842
4843 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl.el (wl-check-environment): Undo last change.
4846
4847         * wl-vars.el (wl-from): Changed default value.
4848
4849         * wl-util.el (toplevel): Don't require tm-edit.
4850
4851         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4852         `wl-folder-init';
4853         Don't set mark on mail body.
4854         (wl-draft-reedit): Ditto.
4855
4856         * wl-address.el (wl-address-quote-specials): Define as an alias for
4857         elmo-address-quote-specials.
4858
4859 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4862
4863         * wl-vars.el (wl-from): Set default value as nil.
4864         (wl-organization): Set default value as ORGANIZATION environment
4865         variable.
4866
4867         * wl-draft.el (wl-smtp-extension-bind): Check value of
4868         wl-smtp-connection-type.
4869
4870         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4871         error.
4872
4873 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4874
4875         * Version number is increased to 2.7.4.
4876
4877         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4878         arguments from `wl-highlight-x-face-function' caller.
4879         Use x-face-1.3.6.12 or later.
4880
4881 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4882
4883         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4884
4885 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4888         (wl-fcc): Fix to accept function.
4889         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4890
4891 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4892
4893         * wl-acap.el (toplevel): Added `product-provide' declare.
4894         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4895
4896 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl.el (wl): Changed order of calling `elmo-init'
4899         and `elmo-folder-init'.
4900
4901 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4902
4903         * wl-mime.el (wl-summary-burst): Extract message when content-type
4904         of root entity is not only `multipart' but also `message/rfc822'.
4905         (wl-summary-burst-subr): Ditto.
4906
4907 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4908
4909         * wl-vars.el (toplevel): Require 'custom.
4910         (wl-trash-folder): Added to `wl-setting' group.
4911
4912         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4913         exists.
4914         (wl-addrmgr-draw): Insert empty line when no entry exists.
4915
4916         * wl-mule.el (wl-message-wheel-up): Fixed.
4917         (wl-message-wheel-down): Ditto.
4918
4919 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4920
4921         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4922         config is an anonymous lambda expression.
4923
4924 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4927         when Mule 2 is running.
4928
4929 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4932
4933 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4936         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4937
4938         * wl-address.el (wl-address-specials-regexp): Eliminated.
4939         (wl-address-quote-specials): Rewrite.
4940
4941 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4944         shy-groups for regexp.
4945
4946         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4947         character classes and Perl style shy-groups for regexp.
4948         (wl-highlight-plugged-current-line): Use Posix style character
4949         classes for regexp.
4950         (wl-e21-highlight-folder-by-numbers): Ditto.
4951         (wl-e21-display-image-p): Use `display-images-p' instead of
4952         `display-graphic-p'.
4953         (display-images-p): Make an alias to `display-graphic-p' if it is
4954         not available.  It is for Emacs version prior to 21.0.105.
4955
4956         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4957         `display-graphic-p'.
4958         (wl-demo-image-type-alist): Ditto.
4959         (display-images-p): Make an alias to `display-graphic-p' if it is
4960         not available.  It is for Emacs version prior to 21.0.105.
4961
4962 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4963
4964         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4965         support.
4966         (wl-generate-user-agent-string): Ditto.
4967
4968         * wl-version.el (wl-version): Update docsting.
4969         (wl-version-status): Ditto.
4970
4971 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4972
4973         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4974         21.0.105.  For Emacs 21.0.104 or earlier.
4975
4976 2001-09-03  Takuo KITAME <kitame@northeye.org>
4977
4978         * wl-e21.el (wl-plugged-init-icons): Use
4979         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4980         (wl-biff-init-icons): Ditto.
4981
4982 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-highlight.el (wl-highlight-summary-current-line):
4985         Fixed highlighting refile/copy destination.
4986
4987         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4988         (wl-acap-store): Encode string by wl-acap-coding-system.
4989
4990 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-acap.el (toplevel): Check and require 'un-define before
4993         'xemacs-ucs;
4994          Added checking for UTF-2000.
4995
4996 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4997
4998         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4999         Don't enclose with `eval-and-compile'.
5000
5001         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5002         wl-init is non-nil.
5003
5004         * wl-draft.el (wl-draft): Ditto.
5005
5006         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5007
5008         * wl-acap.el (toplevel): Require 'wl.
5009         (wl-acap-store): Call `elmo-init'.
5010
5011         * wl.el (wl): Changed position of `wl-check-environment'.
5012         (toplevel): Added autoload setting for wl-acap.
5013
5014         * wl-vars.el (wl-setting): New custom group.
5015         (wl-from): Added wl-setting group.
5016         (wl-user-mail-address-list): Ditto.
5017         (wl-organization): Ditto.
5018         (wl-subscribed-mailing-list): Ditto.
5019         (wl-envelope-from): Ditto.
5020         (wl-smtp-posting-user): Ditto.
5021         (wl-smtp-posting-server): Ditto.
5022         (wl-smtp-posting-port): Ditto.
5023         (wl-smtp-authenticate-type): Ditto.
5024         (wl-pop-before-smtp-user): Ditto.
5025         (wl-pop-before-smtp-server): Ditto.
5026         (wl-pop-before-smtp-port): Ditto.
5027         (wl-pop-before-smtp-authenticate-type): Ditto.
5028         (wl-nntp-posting-server): Ditto.
5029         (wl-nntp-posting-user): Ditto.
5030         (wl-nntp-posting-port): Ditto.
5031         (wl-fetch-confirm-threshold): Ditto.
5032         (wl-prefetch-threshold): Ditto.
5033         (wl-thread-insert-opened): Ditto.
5034         (wl-ldap-server): Ditto.
5035         (wl-ldap-port): Ditto.
5036         (wl-ldap-base): Ditto.
5037         (wl-ldap-objectclass): Ditto.
5038         (wl-use-ldap): Ditto.
5039         (wl-draft-config-alist): Ditto.
5040         (wl-draft-config-matchone): Ditto.
5041         (wl-template-alist): Ditto.
5042         (wl-message-sort-field-list): Ditto.
5043         (wl-message-ignored-field-list): Ditto.
5044         (wl-message-visible-field-list): Ditto.
5045         (wl-interactive-send): Ditto.
5046         (wl-summary-move-order): Ditto.
5047         (wl-auto-select-first): Ditto.
5048         (wl-auto-select-next): Ditto.
5049         (wl-interactive-save-folders): Ditto.
5050
5051         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5052         Initialization codes are moved from wl-local-folder-init.
5053         (wl-local-folder-init): Follow the change above.
5054         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5055
5056         * wl-acap.el: New file.
5057
5058         * Version number is increased to 2.7.3.
5059
5060 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5061
5062         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5063
5064 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5065
5066         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5067         (wl-addrmgr-address-entry-list): Ditto.
5068
5069 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5070
5071         * wl-e21.el (wl-draft-mode-map): Removed binding for
5072         `wl-draft-insert-x-face-field'.
5073
5074         * wl-mule.el (wl-draft-mode-map): Ditto.
5075
5076         * wl-xmas.el (wl-draft-mode-map): Ditto.
5077
5078         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5079         (wl-cs-autoconv): Ditto.
5080         (wl-cs-local): Ditto.
5081         (wl-use-scoring): Ditto.
5082         (wl-mime-charset): Ditto.
5083         (wl-folder-check-async): Ditto.
5084
5085         * wl.el (toplevel): Ignore nemacs and tm.
5086         (wl-exit): Ditto.
5087
5088         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5089         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5090         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5091         instead of wl-address-petname-add-or-change.
5092         (wl-summary-edit-addresses-subr): Use wl-address-delete
5093         instead of wl-address-petname-delete.
5094
5095         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5096
5097         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5098         if error occured.
5099
5100         * wl-message.el (require): Remove tm support.
5101
5102         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5103
5104         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5105         (wl-folder-jump-to-current-entity): Ditto.
5106         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5107
5108         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5109         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5110         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5111
5112         * wl-mule.el (wl-draft-key-setup): Ditto.
5113
5114         * wl-xmas.el (wl-draft-key-setup): Ditto.
5115
5116         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5117         (wl-draft-std11-parse-addresses): New function.
5118         (wl-draft-parse-mailbox-list): Use it.
5119         (wl-draft): Ignore nemacs.
5120         (wl-draft-reedit): Ditto.
5121
5122         * wl-addrmgr.el: New file.
5123         (Original is wl-rcpt.el written by
5124         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5125         Thanks Kitamoto-san.)
5126
5127         * wl-address.el (wl-address-make-address-list): Modified parsing
5128         process.
5129         (wl-address-delete): Renamed from `wl-address-petname-delete';
5130         Modify wl-address-list too.
5131         (wl-address-add-or-change): Renamed from
5132         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5133
5134 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5135
5136         * wl-highlight.el (wl-highlight-summary-current-line):
5137           Work with transient-mark-mode
5138
5139 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * Version number is increased to 2.7.2.
5142
5143         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5144         instead of elmo-dop-queue-method.
5145
5146 2001-08-06  SAITO Atsunori <sai@yedo.com>
5147
5148         * wl-vars.el (wl-ldap-objectclass): New user option.
5149
5150         * wl-address.el (wl-ldap-make-filter): Use it.
5151
5152 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5155
5156 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-folder.el (wl-folder): redisplay after folder insertion.
5159
5160         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5161
5162         * wl-summary.el (wl-summary-sync-update):
5163         Change status mark only when new-msgdb exists.
5164         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5165
5166 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-summary.el (wl-summary-open-folder): New function.
5169         (wl-summary-goto-folder-subr): Use it.
5170         (wl-summary-mark-as-important): Fix;
5171         Encache only when no cache exists.
5172
5173 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5176         Use with-current-buffer.
5177
5178 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5179
5180         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5181         before call `get-buffer'. Fixed parenthesis.
5182         (wl-score-get-header-entry): Clear message and help window when
5183         keyboard quit.
5184         (wl-score-edit-insert-header): Ditto.
5185
5186 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5189         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5190         (wl-default-draft-cite): Fix.
5191
5192         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5193         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5194
5195 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-message.el (wl-message-prev-page): Do same bahavior
5198         as summary when it is called in the message buffer.
5199         (wl-message-next-page): Ditto.
5200
5201 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-summary.el (wl-summary-forward): Use cache if it is not
5204         section cache.
5205
5206 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5207
5208         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5209         Removed redundant require of elmo-vars.
5210         (wl-biff-state-indicator-on): Changed default value for
5211         xemacs with non-mule environment.
5212
5213         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5214         wl-message-buffer is nil;
5215         Hide progress bar after moving messages.
5216
5217 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5220         message at cursor point is deleted.
5221
5222 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-vars.el: Changed file coding system to euc-japan.
5225         Added -*-coding:-*- magic to the first line.
5226
5227         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5228         Search parent from the first message.
5229
5230         * Version number is increased to 2.7.1.
5231
5232 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5233
5234         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5235
5236 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5239         refile/delete execution.
5240
5241         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5242         Fixed docstring.
5243
5244 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5247         do update process;
5248         Don't update marks when update process is interrupted.
5249
5250 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-summary.el (wl-summary-reply): Fixed problem when
5253         wl-draft-use-frame is non-nil.
5254         (wl-summary-forward): Ditto.
5255
5256         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5257         as nil.
5258         (wl-folder-mark-as-read-all-entity): Ditto.
5259         (wl-folder-prefetch-entity): Ditto.
5260
5261         * wl.el (wl): Check environment before wl-init.
5262
5263         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5264         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5265         instead of wl-summary-collect-unread.
5266         (wl-summary-reply): Split message window.
5267
5268 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5271         only if current language environment is japanese,
5272
5273         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5274         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5275         (wl-folder-goto-folder-subr): Ditto.
5276
5277         * wl-draft.el (wl-draft-dispatch-message): Call
5278         `elmo-file-cache-get-path'.
5279
5280 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-summary.el (wl-summary-cursor-move): If return value of
5283         wl-summary-next-message is not number, don't jump.
5284
5285 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5286
5287         * wl-summary.el (wl-summary-buffer-next-message-function): New
5288         variable.
5289         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5290         if it is bound.
5291
5292         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5293         string.
5294
5295         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5296         (wl-plugged-drawing): Ditto.
5297
5298 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5301         process.
5302         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5303         with unwind-protect.
5304
5305         * wl.el (wl-init): Require mime-setup.
5306         (wl-check-environment): Don't require mime-setup.
5307
5308         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5309         instead of elmo-folder-type.
5310
5311         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5312         value as nil.
5313
5314 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5315
5316         * Version number is increased to 2.7.0.
5317
5318         * wl-version.el (wl-version): Changed codename.
5319
5320         * wl-summary.el (wl-summary-delete-cache): Fixed.
5321
5322         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5323         Workaround for net folders.
5324         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5325
5326         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5327         value to nil (According to the patch from
5328         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5329
5330         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5331         of elmo-folder-close.
5332
5333 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5334
5335         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5336         for postfix.
5337
5338 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-summary.el (wl-summary-resend-message): Fixed.
5341
5342         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5343         Call wl-draft with `from' argument if its address is included in
5344         `wl-user-mail-address-list'.
5345         (wl-draft): Added `from' argument.
5346
5347         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5348         non-nil.
5349         (wl): Don't show demo if wl-demo is nil.
5350
5351         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5352         wl-summary-use-frame.
5353
5354         * wl-vars.el (wl-summary-use-frame): New user option.
5355         (wl-folder-use-frame): Changed docstring.
5356
5357         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5358         non-nil.
5359         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5360         wl-summary-use-frame.
5361
5362         * wl-vars.el (wl-folder-use-frame): New user option.
5363
5364         * wl-summary.el (wl-summary-exit): Back to folder frame if
5365         wl-folder-use-frame is non-nil.
5366         (wl-summary-redisplay-internal): Ignore cache if current folder
5367         is draft folder,
5368         (wl-summary-redisplay-no-mime): Ditto.
5369         (wl-summary-redisplay-all-header): Ditto.
5370
5371         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5372         if wl-folder-use-frame is non-nil.
5373
5374 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-summary.el (wl-summary-sync-update): Bind
5377         elmo-folder-update-threshold.
5378         (wl-summary-mark-as-important): Enclosed server mark processing
5379         with `save-match-data'.
5380
5381         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5382         only when it is already defined.
5383
5384 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5385
5386         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5387         name of folder exclude localdir is wrong.
5388         * wl-folder.el (wl-folder-sync-entity):
5389         Set `wl-summary-always-sticky-folder-list' as nil.
5390         (wl-folder-mark-as-read-all-entity): Ditto.
5391         (wl-folder-prefetch-entity): Ditto.
5392
5393 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5394
5395         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5396         instead of `wl-summary-write-current-newsgroup'.
5397
5398 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5399
5400         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5401         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5402         non-nil and selected message is important, do not display.
5403
5404 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5405
5406         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5407
5408 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5411
5412         * wl-summary.el (wl-summary-mark-as-important): Set message number
5413         using wl-summary-message-number.
5414
5415 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5416
5417         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5418         destination folder is 'null.
5419
5420 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5423         New function.
5424         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5425         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5426         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5427
5428 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-mime.el (wl-mime-setup): Added setting for
5431         `mime-setup-signature-key-alist' to avoid overriding key bind for
5432         `wl-draft-send'.
5433
5434         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5435         for `wl-draft-send'.
5436         * wl-mule.el (wl-draft-overload-functions): Ditto.
5437         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5438         * wl-draft.el (wl-draft-send): Ditto.
5439
5440         * wl-message.el (wl-message-display-internal):
5441         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5442         (Patch is provided by <kita@coe.nttdata.co.jp>).
5443
5444 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5445
5446         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5447
5448 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5449
5450         * wl.el (wl): Fix for wl-demo.
5451
5452 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5453
5454         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5455
5456 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5457
5458         * wl-folder.el (wl-folder-prefetch-entity): Use
5459         `wl-folder-get-elmo-folder'.
5460         (wl-folder-count-incorporates): Do not use
5461         `wl-folder-get-elmo-folder'.
5462
5463 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5464
5465         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5466         instead of `elmo-folder-get-type'.
5467
5468 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5469
5470         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5471         position on Subject: field.
5472         (Advised by Mito <mit@nines.nec.co.jp>)
5473
5474 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5475
5476         * wl-folder.el (wl-folder-prefetch-entity): Use
5477         `wl-folder-get-elmo-folder'.
5478
5479 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5480
5481         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5482
5483         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5484         `process-duplicates' slot.
5485
5486         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5487         if detection failed.
5488
5489 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5490
5491         * wl-version.el (wl-version-status): Set to "alpha".
5492
5493 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5494
5495         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5496         Check wl-message-buffer lives before set-buffer.
5497
5498 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5499
5500         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5501         called in folder mode.
5502         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5503         * wl-summary.el (wl-summary-exit-pre-hook): Run
5504         `wl-summary-exit-pre-hook' before exit summary mode.
5505
5506 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5507
5508         * wl-version.el (wl-version-status): New variable.
5509         (wl-version-status-alist): Removed.
5510         (wl-version-status): Rule included.
5511
5512 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5513
5514         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5515         @sponichi.
5516
5517         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5518         when `mail-reply-buffer' is buffer-local variable.
5519         (Reported by <kita@coe.nttdata.co.jp>).
5520
5521 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5522
5523         * wl-vars.el (toplevel): Require 'elmo-util.
5524
5525 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5526
5527         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5528         (All other related portions are changed)
5529
5530         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5531
5532         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5533
5534 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5535
5536         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5537
5538 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5541         Delete other windows to avoid an error.
5542         Use `point-marker' instead of `point' to remember the start point
5543         of body.
5544
5545         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5546
5547         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5548         number not to exceed all message number.
5549
5550 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5551
5552         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5553         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5554
5555 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-summary.el (wl-summary-sync-force-update): Added argument
5558         no-check.
5559         (wl-summary-sync-update): Ditto.
5560         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5561         with `no-check'.
5562
5563         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5564         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5565         already running.
5566
5567 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5568
5569         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5570         `dst-folder-arg'.
5571         (wl-expire-archive-number1): Diito.
5572         (wl-expire-archive-number2): Diito.
5573         (wl-expire-archive-Date): Diito.
5574         (wl-archive-number1): Diito.
5575         (wl-archive-number2): Diito.
5576         (wl-archive-date): Diito.
5577         (wl-archive-folder-p): New function.
5578         (wl-summary-expire): Support of expand folder name at
5579         wl-expire-alist.
5580         * wl-util.el (wl-expand-newtext): Renamed from
5581         `wl-refile-expand-newtext'.
5582
5583 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5584
5585         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5586         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5587         `(elmo-msgdb-get-overview msgdb)'.
5588         (wl-summary-prefetch): Bind match data before call
5589         `wl-summay-prefetch-msg'.
5590         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5591         'off if `wl-summary-buffer-disp-msg' is non-nil.
5592         Fixed problem that couldn't show only one new or unread message when
5593         enter folder.
5594         (wl-summary-reply): Don't call `split-window-vertically' and other
5595         window.
5596
5597 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-expire.el (wl-expire-refile): Fixed.
5600
5601 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5604
5605         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5606         biff notification is removed.
5607
5608         * wl.el (wl): Changed position of `elmo-init'.
5609
5610         * wl-draft.el (wl-default-draft-cite): Use date field
5611         on the citation buffer.
5612
5613         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5614
5615         * wl-xmas.el (wl-folder-internal-icon-list): Added
5616         `wl-folder-shimbun-image'.
5617
5618         * wl-e21.el (wl-folder-internal-icon-list): Added
5619         `wl-folder-shimbun-image'.
5620
5621 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5622
5623         * wl.el (wl-init): Eliminated argument.
5624         (wl): Rewrite.
5625
5626         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5627         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5628         instead of `elmo-folder-msgdb-internal'.
5629         (wl-summary-sync-update): Ditto.
5630         (wl-summary-flush-pending-append-operations): Eliminated.
5631         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5632         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5633         `elmo-folder-open'.
5634
5635         * wl-mime.el (wl-summary-burst): Fixed.
5636
5637         * wl-folder.el (wl-folder-info-save): Check data type.
5638
5639         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5640         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5641         instead of `elmo-folder-msgdb-internal'.
5642         (wl-expire-hide): Ditto.
5643
5644
5645         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5646
5647 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5648
5649         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5650
5651 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5652
5653         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5654
5655 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5656
5657         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5658         Fixed `match-beginning' argument mismatch.
5659
5660 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5661
5662         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5663         the default value.
5664
5665 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5668         instead of `elmo-nntp-default-port'.
5669
5670         * wl-vars.el: Fixed some doc strings.
5671
5672 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-summary.el (wl-summary-prefetch-msg): Use
5675         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5676
5677         * wl-vars.el: Define *-func as obsolete variable using
5678         `elmo-define-obsolete-variable'.
5679
5680         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5681         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5682         instead of `wl-message-buffer-prefetch-threshold'.
5683
5684         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5685
5686         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5687
5688         * wl-draft.el (wl-caesar-region-func): Ditto.
5689
5690         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5691         Keep unread status in elmo-folder-move-messages.
5692         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5693
5694 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5695
5696         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5697         `wl-summary-buffer-exit-func'
5698         (wl-summary-buffer-message-redisplay-function): Renamed from
5699         `wl-summary-buffer-message-redisplay-func'
5700         (wl-summary-buffer-next-folder-function): Renamed from
5701         `wl-summary-buffer-next-folder-func'.
5702         (wl-summary-buffer-prev-folder-function): Renamed from
5703         `wl-summary-buffer-prev-folder-func'.
5704         (wl-summary-get-petname-function): Renamed from
5705         `wl-summary-get-petname-func'.
5706
5707         * wl-score.el (wl-score-edit-exit-function): Renamed from
5708         `wl-score-edit-exit-func'.
5709
5710         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5711         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5712
5713         * wl-util.el (wl-load-profile-function): Renamed from
5714         `wl-load-profile-func'.
5715
5716         * wl-folder.el (wl-folder-completion-function): Renamed from
5717         `wl-folder-completion-func'.
5718         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5719
5720         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5721         `wl-expire-archive-get-folder-func'.
5722         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5723         (wl-draft-send-mail-function): Renamed from
5724         `wl-draft-send-mail-func'.
5725         (wl-draft-send-news-function): Renamed from
5726         `wl-draft-send-news-func'.
5727         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5728         (wl-generate-mailer-string-function): Renamed from
5729         `wl-generate-mailer-string-func'.
5730         (wl-highlight-signature-search-function): Renamed from
5731         `wl-highlight-signature-search-func'.
5732         (wl-highlight-x-face-function): Renamed from
5733         `wl-highlight-x-face-func'
5734         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5735         (wl-ps-print-buffer-function): Renamed from
5736         `wl-ps-print-buffer-func'
5737         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5738         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5739         (wl-summary-subject-filter-function): Renamed from
5740         `wl-summary-subject-filter-func'.
5741
5742         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5743         `wl-draft-queue-flush-send-func'
5744         (wl-draft-cite-function): Renamed from
5745         `wl-draft-cite-func'
5746
5747         * wl-address.el (wl-address-init-function): Renamed from
5748         `wl-address-init-func'.
5749
5750 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-draft.el (wl-draft-queue-flush): Don't call
5753         `elmo-dop-unlock-message'.
5754         * wl-draft.el (wl-draft-queue-append): Don't call
5755         `elmo-dop-lock-message'.
5756
5757         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5758         (wl-summary-buffer-folder-name): Ditto.
5759         (wl-summary-message-regexp): Added '-' (all other related portions
5760         are changed).
5761         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5762         wl-summary-buffer-folder-name.
5763
5764 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5765
5766         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5767         the number of mails in the folder buffer is not updated by wl-biff.
5768
5769 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5770
5771         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5772         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5773
5774 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-next-message):
5777         Return next message number when wl-summary-move-order is nil.
5778
5779 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5780
5781         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5782         `wl-summary-move-spec-alist'.
5783         (wl-summary-move-spec-unplugged-alist): New variable
5784         (Move spec for unplugged status).
5785         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5786         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5787
5788 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5789
5790         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5791         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5792
5793 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5794
5795         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5796         simple quotation to quote the anonymous function.
5797         * tm-wl.el (wl-draft-preview-message): Ditto.
5798
5799 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5800
5801         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5802         Eliminate redundant `save-excursion'.
5803         (wl-highlight-summary-current-line): Ditto.
5804
5805         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5806         accessing match data when `looking-at' failed.
5807
5808         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5809         `elmo-match-string' where users don't care about the speed.
5810         (wl-draft-save): Ditto.
5811
5812 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-util.el (wl-regexp-opt): New function.
5815
5816         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5817         number from `wl-summary-buffer-number-list'.
5818         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5819         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5820         (wl-summary-move-spec-alist): Changed default setting.
5821
5822 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5823
5824         * wl-vars.el (wl-biff-notify-hook): New hook.
5825         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5826         the arrival of new mail.
5827         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5828         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5829
5830 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5831
5832         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5833
5834 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5835
5836         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5837
5838         * Version number is increased to 2.5.8.
5839
5840         * wl-thread.el (toplevel): require 'cl.
5841         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5842         (wl-thread-make-number-list): New function.
5843         (wl-thread-entity-make-number-list-from-children): Ditto.
5844         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5845         (wl-thread-entity-insert-as-children): Likewise.
5846         (wl-thread-delete-message): Likewise.
5847         (wl-meaning-of-mark): Eliminated.
5848         (wl-thread-next-failure-mark-p): Ditto.
5849         (wl-thread-entity-get-mark): Ditto.
5850         (wl-thread-meaning-alist-get-result): Ditto.
5851         (wl-thread-entity-check-prev-mark): Ditto.
5852         (wl-thread-entity-check-next-mark): Ditto.
5853         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5854         (wl-thread-entity-get-prev-marked-entity): Ditto.
5855         (wl-thread-get-prev-unread): Ditto.
5856         (wl-thread-jump-to-prev-unread): Ditto.
5857         (wl-thread-get-next-unread): Ditto.
5858         (wl-thread-jump-to-next-unread): Ditto.
5859         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5860         (wl-thread-entity-get-next-marked-entity): Ditto.
5861
5862         * wl-summary.el (wl-summary-buffer-number-list):
5863         New bufer-local variable.
5864         (wl-summary-switch-to-clone-buffer): Clone
5865         `wl-summary-buffer-number-list'.
5866         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5867         (wl-summary-cursor-move-regex): Eliminated.
5868         (wl-summary-cursor-up): Rewrite.
5869         (wl-summary-cursor-down): Ditto.
5870         (wl-summary-mode-spec-alist): New variable.
5871         (wl-summary-next-message): New inline function.
5872         (wl-summary-cursor-move): New function.
5873         (wl-summary-default-get-next-msg): Rewrite.
5874         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5875         (wl-summary-rescan): Ditto.
5876         (wl-summary-sync-all-init): Ditto.
5877         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5878         summary is not thread view.
5879         (wl-summary-sync-update): Ditto.
5880         (wl-summary-rescan): Ditto.
5881         (wl-summary-make-number-list): New function.
5882
5883         * wl-draft.el: "FCC" -> "Fcc".
5884
5885 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-highlight.el (wl-highlight-summary-window):
5888         Call `set-buffer-modified-p'.
5889
5890         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5891         (wl): Call `elmo-init' and fix.
5892
5893         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5894         Use new variables.
5895
5896         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5897
5898 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5901
5902 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5903
5904         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5905
5906 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5907
5908         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5909         `wl-use-toolbar' nor `display-graphic-p'.
5910         (wl-e21-setup-message-toolbar): Ditto.
5911         (wl-e21-setup-summary-toolbar): Ditto.
5912         (wl-e21-setup-folder-toolbar): Ditto.
5913
5914         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5915         (wl-plugged-init-icons): Ditto.
5916
5917         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5918         `display-graphic-p'.
5919         (wl-plugged-set-folder-icon): Ditto.
5920         (wl-highlight-plugged-current-line): Ditto.
5921         (wl-highlight-folder-current-line): Ditto.
5922         (wl-e21-highlight-folder-group-line): Ditto.
5923         (wl-e21-setup-toolbar): Ditto.
5924         (wl-e21-display-image-p): New macro.
5925
5926         * wl-demo.el (wl-demo): Simplified.
5927         (wl-demo-image-type-alist): Use `image-type-available-p' for
5928         checking whether the image type `xbm' is available.
5929
5930 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5931
5932         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5933         (wl-summary-input-range): Ditto.
5934
5935 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5936
5937         * wl-summary.el (wl-summary-edit-addresses): Use
5938         `wl-summary-get-original-buffer'
5939         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5940         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5941         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5942         (wl-summary-get-newsgroups): Eliminated.
5943         (wl-summary-set-crosspost): Ditto.
5944         (wl-summary-is-crosspost-folder): Ditto.
5945         (wl-crosspost-alist-load): Ditto.
5946         (wl-crosspost-alist-save): Ditto.
5947
5948         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5949         `elmo-setup-subscribed-newsgroups' instead of
5950         `elmo-nntp-make-groups-hashtb'.
5951         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5952         instead of `wl-crosspost-alist-save'.
5953
5954         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5955         of `elmo-folder-message-appendable-p'.
5956         (wl-mime-header-presentation-method): Eliminated.
5957
5958         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5959         (Error occurs in emacs21).
5960
5961         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5962         the current buffer).
5963
5964         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5965         instead of `wl-crosspost-alist-save'.
5966         (wl-init): `elmo-crosspost-message-alist-load'
5967         instead of `wl-crosspost-alist-load'
5968
5969         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5970         (wl-parse-newsgroups): Likewise.
5971         (wl-biff-notify): Run `wl-biff-notify-hook'.
5972
5973 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5976
5977         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5978         when `wl-summary-lazy-highlight' is non-nil.
5979         (wl-summary-goto-folder-subr): Highlight only when
5980         `wl-summary-lazy-highlight' is non-nil.
5981
5982         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5983         Don't display progress and highlight temp-mark when
5984         `wl-summary-lazy-highlight' is non-nil.
5985         (wl-highlight-summary-window): New function.
5986         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5987
5988 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5989
5990         * wl-summary.el (wl-summary-sync): Change `all-visible'
5991         from `all-shown'
5992         (wl-summary-input-range): Ditto.
5993
5994 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5995
5996         * wl-e21.el (wl-highlight-folder-current-line): Call
5997         `wl-folder-init-icons' when folder icons have not been initialized.
5998
5999         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6000
6001         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6002         (wl-demo-image-type-alist): New macro.
6003
6004 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6005
6006         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6007         display does not support graphics.
6008         (wl-plugged-init-icons): Ditto.
6009         (wl-folder-init-icons): Ditto.
6010
6011         * wl-demo.el (wl-demo): Chech closely whether the display
6012         supports graphics.
6013
6014 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-summary.el (wl-summary-get-original-buffer): New function.
6017         (wl-summary-set-crosspost): Use it.
6018         (wl-summary-target-mark-uudecode): Ditto.
6019         (wl-summary-reedit): Ditto.
6020         (wl-summary-resend-bounced-mail): Ditto.
6021         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6022         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6023
6024         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6025         (wl-message-display-internal): Ditto.
6026
6027 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6030
6031 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6032
6033         * wl-summary.el (wl-summary-save-view): Renamed from
6034         `wl-summary-save-status'.
6035
6036 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6037
6038         * wl-summary.el (wl-summary-sync): Added `all-shown'
6039
6040 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6041
6042         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6043
6044 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6045
6046         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6047
6048 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6049
6050         * wl-highlight.el (wl-highlight-summary-line-string): Use
6051         `zerop' instead of `= 0'.
6052         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6053
6054         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6055         for comparing numbers.
6056         (wl-template-prev): Use `zerop' instead of `eq 0'.
6057
6058         * wl-draft.el (wl-draft-insert-current-message): Use
6059         `with-current-buffer' instead of `save-excursion'.
6060         Use `zerop' instead of `eq 0'.
6061
6062 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-draft.el (wl-draft-insert-ccs): New function.
6065         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6066         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6067
6068 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6069
6070         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6071
6072 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-expire.el (wl-expire-refile): Don't call
6075         elmo-msgdb-add-msgs-to-seen-list;
6076         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6077         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6078
6079 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6080
6081         * wl-message.el (wl-message-prev-page): Ignore errors while
6082         scroll-down.
6083
6084 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl-mime.el: Use elmo-original-message-mode instead of
6087         mmelmo-original-mode.
6088
6089         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6090         `elmo-folder-get-spec';
6091         (wl-fldmgr-add-completion-all-completions):
6092         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6093
6094         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6095         of `elmo-folder-get-type'.
6096
6097         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6098         `elmo-folder-get-spec';
6099         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6100         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6101         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6102         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6103         `elmo-read-msg-no-cache';
6104         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6105         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6106         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6107         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6108         `elmo-cache-save';
6109         (wl-draft-reedit): Use `elmo-message-file-name'.
6110
6111         * wl-expire.el: Use `elmo-folder-name-internal';
6112         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6113         Use macro `wl-summary-buffer-msgdb' instead of variable
6114         `wl-summary-buffer-msgdb';
6115         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6116         Use macro `wl-summary-buffer-folder-name' instead of variable
6117         `wl-summary-buffer-folder-name'.
6118         * wl-score.el: Likewise.
6119
6120         * wl-message.el: Rewrite for new message buffer cache mechanism.
6121         (wl-message-buffer-cache-buffer-get): New macro.
6122         (wl-message-buffer-cache-folder-get): Ditto.
6123         (wl-message-buffer-cache-message-get): Ditto.
6124         (wl-message-buffer-cache-entry-make): Ditto.
6125         (wl-message-buffer-cache-hit): Ditto.
6126         (wl-message-buffer-cache-sort): New function.
6127         (wl-message-buffer-cache-add): Ditto.
6128         (wl-message-buffer-cache-delete): Ditto.
6129         (wl-message-buffer-cache-clean-up): Ditto.
6130         (wl-message-buffer-window): Rewrite.
6131         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6132         (wl-message-buffer-display): New function.
6133         (wl-message-display-internal): New function.
6134
6135 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * wl-folder.el: Use `elmo-folder-name-internal';
6138         Use `wl-folder-get-elmo-folder';
6139         Use `elmo-folder-list-messages' instead of
6140         `elmo-list-folder';
6141         Use `elmo-folder-get-primitive-list' instead of
6142         `elmo-folder-get-primitive-spec-list';
6143         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6144         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6145         Use `elmo-folder-create' instead of `elmo-create-folder'.
6146         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6147         (wl-folder-get-elmo-folder): New macro.
6148         (wl-folder-elmo-folder-cache-get): Ditto.
6149         (wl-folder-elmo-folder-cache-put): Ditto.
6150         (wl-folder-suspend): Call `elmo-quit'.
6151
6152         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6153         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6154         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6155         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6156         (toplevel): require 'cl.
6157         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6158
6159         * wl-summary.el: Rewrite to use new elmo interface.
6160
6161 \f
6162 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6163
6164         * wl-mime.el (wl-draft-preview-message):
6165         Run `wl-draft-send-hook' before collecting recipients information;
6166         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6167
6168         * tm-wl.el (wl-draft-preview-message): Ditto.
6169
6170 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6173         wrong receipients are displayed when forwarded message.
6174
6175 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * Version number is increased to 2.5.7.
6178
6179 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6180
6181         * wl-message.el (wl-message-next-page): Bind
6182         `window-pixel-scroll-increment' to nil while scrolling up.
6183
6184 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6185
6186         * wl-vars.el (wl-save-hook): New hook.
6187         * wl.el (wl-save): Call `wl-save-hook'.
6188
6189 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6190
6191         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6192         Argument WITH-ARG instead of NO-ARG (negative mean).
6193         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6194         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6195         * wl-message.el (wl-message-follow-current-entity): Likewise.
6196
6197 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6198
6199         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6200         FROM was optional argument.
6201         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6202
6203 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6204
6205         * Version number is increased to 2.5.6.
6206
6207 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6208
6209         * wl-version.el (wl-version-show): Removed.
6210         (wl-version): Add `interactive'.
6211
6212 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6213
6214         * wl-summary.el (wl-summary-get-petname-func): New variable.
6215         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6216         instead of `wl-address-get-petname-1'.
6217         (wl-summary-simple-from): Ditto.
6218
6219         * wl-address.el (wl-address-get-petname-1): Define as function.
6220
6221 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6224         field in the original message.
6225         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6226
6227 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6228
6229         * wl-expire.el (wl-expire-hide):
6230         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6231
6232 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6235         find decoder for To, Cc, and Subject.
6236
6237 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6240         for checking `elmo-use-buffer-cache'.
6241         (wl-summary-mark-as-important): Fixed typo in comment.
6242
6243 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6244
6245         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6246         field in the original message.
6247         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6248
6249 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6250
6251         * wl-expire.el (wl-expire-hide):
6252         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6253
6254 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6257         find decoder for To, Cc, and Subject.
6258
6259 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * Version number is increased to 2.5.5.
6262
6263         * wl-address.el (wl-address-specials-regexp): New constant.
6264         (wl-address-quote-specials): Use it.
6265
6266 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6267
6268         * wl-summary.el (wl-summary-rescan):
6269         Call `wl-summary-buffer-number-column-detect'.
6270         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6271
6272         * wl-message.el (wl-message-mode-map): Define.
6273         (wl-message-decode): Use it as local-map.
6274
6275 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6278         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6279
6280 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6283
6284         * wl-mule.el (wl-read-event-char): Ditto.
6285
6286         * wl-e21.el (wl-read-event-char): Ditto.
6287
6288         * wl-nemacs.el (wl-read-event-char): Ditto.
6289         (read-event): Removed.
6290
6291         * wl-util.el (toplevel): Removed dummy definition of
6292         `read-event'.
6293         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6294
6295 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6296
6297         * wl-nemacs.el (elmo-archive-call-process): Moved to
6298         elmo-archive.el.
6299
6300 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6301
6302         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6303         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6304
6305         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6306         instead of magic-number 6.  Use `not' instead of `null' for symbol
6307         `nil' check (not empty list).
6308         (wl-draft-insert-x-face-field): Fixed paren style.
6309
6310         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6311         one-branch conditional statement, instead of `and' and `if'.
6312         (wl-draft-forward): Likewise.
6313         (wl-draft-add-references): Likewise.
6314         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6315
6316         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6317         conditional steatment.  Use `cond' instead of `if'.
6318         (wl-draft-confirm): Likewise.
6319
6320 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6321
6322         * wl-version.el (wl-version-show): Use `product-string-1'
6323         instead of `wl-version'.
6324         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6325
6326         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6327
6328 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6329
6330         * wl-highlight.el (wl-highlight-headers): Revert
6331         `wl-highlight-x-face-func' argument (`beg' and `end').
6332
6333 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6334
6335         * wl.el (toplevel): Move `product-provide' declare.
6336         * wl-demo.el (toplevel): Ditto.
6337         * wl-dnd.el (toplevel): Ditto.
6338         * wl-highlight.el (toplevel): Ditto.
6339         * wl-message.el (toplevel): Ditto.
6340         * wl-refile.el (toplevel): Ditto.
6341         * wl-util.el (toplevel): Ditto.
6342
6343 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6344
6345         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6346         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6347         (wl-thread-close-all): keep cursor position.
6348
6349 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6350
6351         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6352         (eq x 0).
6353         (wl-generate-user-agent-string-1): Fix conditional statement.
6354
6355 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl.el (wl-check-environment): Additional check for
6358         'wl-local-domain' and `wl-message-id-domain'.
6359
6360 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6361
6362         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6363
6364 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6367         instead of `smtp-sasl-user-realm'.
6368
6369 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6370
6371         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6372
6373 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6374
6375         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6376         to the default value as well as `eword-lexical-analyzer'.
6377
6378 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6379
6380         * wl-version.el (wl-extended-emacs-version,
6381         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6382         `elmo-match-string' instead of `wl-match-string'.
6383
6384 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6385
6386         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6387         docstring.
6388
6389 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6390
6391         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6392
6393 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6394
6395         * wl-highlight.el (wl-highlight-headers): Remove
6396         `wl-highlight-x-face-func' argument (`beg' and `end').
6397
6398 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-summary.el (wl-summary-mark-as-important):
6401         Remove cache if folder is local.
6402
6403 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6404
6405         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6406         to get existing e-mail address string.
6407
6408 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6409
6410         * wl-version.el (wl-generate-user-agent-string): Commentary.
6411         (wl-generate-user-agent-string-1): Use `when' for
6412         one-branch conditional statement, instead of `and' and `if'.
6413         (wl-extended-emacs-version, wl-extended-emacs-version2,
6414         wl-extended-emacs-version3): Ditto.
6415
6416 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6419         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6420         condition-case; Remove initialization.
6421         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6422         (wl-summary-sync-update3): Added argument `sync-all';
6423         Eliminated local variable `msgdb';
6424         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6425         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6426         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6427
6428 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6429
6430         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6431         connection before call `wl-draft-send-mail-with-smtp'.
6432
6433 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * Version number is increased to 2.5.4.
6436
6437 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6438
6439         * wl.el (wl-check-environment): Additional check for
6440         'wl-local-domain' and `wl-message-id-domain'.
6441
6442 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6445         buffer as command specific.
6446         (wl-folder-mark-as-read-all-entity): Ditto.
6447         (wl-folder-prefetch-entity): Ditto.
6448         (wl-folder-drop-unsync-entity): Ditto.
6449
6450         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6451         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6452         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6453
6454         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6455         save-excursion.
6456
6457 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6458
6459         * Version number is increased to 2.5.3.
6460
6461         * wl-summary.el (wl-summary-save-view-cache):
6462         Delete duplicated `write-region';
6463         Use `write-region-as-binary' instead of `as-binary-output-file' and
6464         `write-region'.
6465
6466 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6467
6468         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6469
6470 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6471
6472         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6473         instead of `smtp-via-smtp'.
6474
6475 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6478
6479 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6482         instead of `smtp-sasl-user-realm'.
6483
6484 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6485
6486         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6487
6488 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6489
6490         * Version number is increased to 2.5.2.
6491
6492 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6493
6494         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6495         does not exist.
6496         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6497         (wl-biff-start): Call `timer-activate' if timer already exists.
6498
6499         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6500         only when it is bound as function.
6501
6502 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * Version number is increased to 2.5.1.
6505
6506 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6509         Print refile/copy destination.
6510
6511 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6514         queue-flush-only is non-nil.
6515
6516         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6517
6518         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6519         checking cache folder.
6520
6521 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6522
6523         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6524         `regexp-quote'.
6525
6526 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6527
6528         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6529         function.
6530         * wl-summary.el (wl-summary-write-current-folder-functions):
6531         Change default value.  Use it.
6532
6533 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * Version number is increased to 2.5.0.
6536
6537         * wl-version.el (wl-version): Changed codename.
6538
6539 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6540
6541         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6542         (wl-summary-supersedes-message): Ditto.
6543
6544 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6545
6546         * wl-refile.el (wl-refile-guess-functions): Renamed from
6547         `wl-refile-guess-func-list'.
6548
6549 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6550
6551         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6552         Fixed problem when no rule was matched.
6553
6554 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6555
6556         * wl-summary.el (wl-summary-get-mark): Fixed
6557         `wl-summary-buffer-target-mark' check logic.
6558
6559 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6560
6561         * wl-folder.el (wl-folder-write-current-folder): Added group
6562         folder check.
6563
6564         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6565         `wl-summary-write-current-newsgroup'.
6566         (wl-summary-write-current-folder-functions): New variable.
6567         * wl-folder.el (wl-folder-get-newsgroups): New function.
6568         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6569         (wl-folder-write-current-folder): Renamed from
6570         `wl-folder-write-current-newsgroup'.
6571
6572 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6573
6574         * Version number is increased to 2.3.93.
6575
6576 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6579         (wl-ldap-make-matched-value-list): Ditto.
6580         (wl-ldap-alias-safe-string): Split e-mail address.
6581
6582         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6583         petname folder default was selected.
6584         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6585         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6586
6587 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6590         to `wl-draft-config-exec'.
6591
6592         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6593         instead of calling `wl-draft-config-exec';
6594         Process group-list and show recipients in minibuffer.
6595
6596         * tm-wl.el (wl-draft-preview-message): Ditto.
6597
6598 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6599
6600         * wl.el (toplevel): Added (C) to copyright notice, and
6601         sync Author header.
6602         * tm-wl.el (toplevel): Ditto.
6603         * wl-address.el (toplevel): Ditto.
6604         * wl-demo.el (toplevel): Ditto.
6605         * wl-dnd.el (toplevel): Ditto.
6606         * wl-draft.el (toplevel): Ditto.
6607         * wl-e21.el (toplevel): Ditto.
6608         * wl-expire.el (toplevel): Ditto.
6609         * wl-folder.el (toplevel): Ditto.
6610         * wl-highlight.el (toplevel): Ditto.
6611         * wl-message.el (toplevel): Ditto.
6612         * wl-mime.el (toplevel): Ditto.
6613         * wl-mule.el (toplevel): Ditto.
6614         * wl-nemacs.el (toplevel): Ditto.
6615         * wl-refile.el (toplevel): Ditto.
6616         * wl-score.el (toplevel): Ditto.
6617         * wl-summary.el (toplevel): Ditto.
6618         * wl-template.el (toplevel): Ditto.
6619         * wl-thread.el (toplevel): Ditto.
6620         * wl-util.el (toplevel): Ditto.
6621         * wl-vars.el (toplevel): Ditto.
6622         * wl-xmas.el (toplevel): Ditto.
6623
6624 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6625
6626         * wl.el (wl-init): Added comment about `wl-init-hook'.
6627         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6628         * wl-vars.el (wl-init-hook): Added docs.
6629         (wl-make-plugged-hook): Removed useless docs.
6630         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6631         * wl-xmas.el (toplevel): Ditto.
6632
6633 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6634
6635         * wl-address.el (toplevel): Fixed multiple Author header format.
6636         * wl-demo.el (toplevel): Ditto.
6637         * wl-draft.el (toplevel): Ditto.
6638         * wl-folder.el (toplevel): Ditto.
6639         * wl-summary.el (toplevel): Ditto.
6640         * wl-thread.el (toplevel): Ditto.
6641         * wl-util.el (toplevel): Ditto.
6642         * wl-vars.el (toplevel): Ditto.
6643         * wl-version.el (toplevel): Ditto.
6644         * wl-xmas.el (toplevel): Ditto.
6645         * wl.el (toplevel): Ditto.
6646
6647         * wl-version.el (toplevel): Added require `elmo-version' for
6648         `product-version-as-string'.
6649
6650 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * wl-vars.el (wl-draft-send-hook): Changed default value to
6653         '(wl-draft-config-exec).
6654
6655         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6656         explicitly.
6657         (wl-draft): Set `wl-draft-config-exec-flag' before running
6658         `wl-mail-setup-hook'.
6659
6660         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6661         `wl-biff-init-icons' to `wl-init-hook' instead of
6662         `wl-make-plugged-hook'.
6663         (Because if `wl-draft' command is invoked at first,
6664         they are not initialized)
6665         Updated copyright notice.
6666
6667         * wl-e21.el (toplevel): Ditto;
6668
6669         * wl-demo.el (toplevel): Updated copyright notice.
6670         * wl-address.el (toplevel): Ditto.
6671         * wl-draft.el (toplevel): Ditto.
6672         * wl-version.el (toplevel): Ditto.
6673         * wl-folder.el (toplevel): Ditto.
6674         * wl-summary.el (toplevel): Ditto.
6675         * wl-thread.el (toplevel): Ditto.
6676         * wl-util.el (toplevel): Ditto.
6677         * wl-vars.el (toplevel): Ditto.
6678         * wl.el (toplevel): Ditto.
6679
6680 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-highlight.el (wl-highlight-message): Fixed problem of
6683         highlighting failure which occured when the last field contains
6684         multiple lines in the draft buffer.
6685
6686         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6687         `wl-biff-start' if plugged.
6688
6689         * wl-util.el (wl-biff-check-folder): New function.
6690         (wl-biff-check-folders): Don't set session name prefix.
6691         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6692         (wl-biff-check-folder-async): Ditto.
6693
6694         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6695         in email address.
6696
6697 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6698
6699         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6700
6701         * wl-draft.el (wl-draft-strip-subject-re): New function.
6702
6703         * wl-draft.el (wl-draft-reply): Use it.
6704
6705 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-message.el (wl-mmelmo-message-redisplay): Use
6708         `mime-display-message' instead of `wl-mime-display-message'.
6709
6710         * wl-mime.el (toplevel): Removed compatibility workaround
6711         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6712         (wl-mime-display-message): Abolished.
6713         (wl-mime-entity-read-field): Ditto.
6714         (wl-mime-combine-message/partial-pieces): Use
6715         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6716
6717 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6718
6719         * wl-template.el: Doc fixes.
6720
6721 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6722
6723         * wl-e21.el (wl-message-overload-functions): Do nothing if
6724         `current-local-map' is not available.
6725         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6726
6727 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6728
6729         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6730         representation.
6731
6732         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6733         number.
6734         (wl-fldmgr-save-folders): Don't use `format' when insert
6735         `wl-fldmgr-folders-header'.
6736
6737 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6738
6739         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6740
6741 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-highlight.el (wl-highlight-message):
6744         Use `std11-field-end' to detect end point of the header field.
6745         Refer `wl-highlight-max-header-size'.
6746
6747         * wl-vars.el (wl-highlight-max-header-size): New variable.
6748
6749         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6750
6751         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6752         Set `for-draft' argument of wl-highlight-headers.
6753         (wl-draft): Ditto.
6754         (wl-draft-reedit): Ditto.
6755         (wl-user-agent-compose-internal): Ditto.
6756
6757 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6758
6759         * wl-message.el (wl-message-add-button): Use overlay.
6760
6761 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6764
6765         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6766         problem when group-list content is nothing.
6767         (Reported by Mito <mit@nines.nec.co.jp>)
6768
6769 2000-10-18  SAITO Atsunori <sai@yedo.com>
6770
6771         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6772
6773 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6774
6775         * tm-wl.el (toplevel): Use product-provide.
6776
6777 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6778
6779         * Version number is increased to 2.3.92.
6780
6781 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6782
6783         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6784         title text, use `display' property for left margin under Emacs 21.
6785
6786         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6787         properties.
6788         (wl-plugged-init-icons): Ditto.
6789
6790 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6791
6792         * wl.el (wl-save-status, wl-init): Remove last period in
6793         "...done." message.
6794         * tm-wl.el (wl-summary-burst): Ditto.
6795         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6796         wl-summary-resume-cache-status,
6797         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6798         wl-summary-sync-update3, wl-summary-highlight-msgs,
6799         wl-summary-flush-pending-append-operations,
6800         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6801         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6802         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6803         wl-thread-open-all): Ditto.
6804         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6805         * wl-mime.el (wl-summary-burst): Ditto.
6806         * wl-highlight.el (wl-highlight-summary): Ditto.
6807         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6808         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6809         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6810         * wl-address.el (wl-local-address-init): Ditto.
6811
6812 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6813
6814         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6815         `add-text-properties'.
6816         (wl-plugged-init-icons): Ditto.
6817         (wl-folder-init-icons): Use `propertize' instead of
6818         `put-text-property'.
6819         (wl-plugged-set-folder-icon): Ditto.
6820         (wl-e21-highlight-folder-group-line): Ditto.
6821
6822 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6823
6824         * wl-version.el (wl-version-status-alist): New variable.
6825         (wl-version-status): New function.
6826
6827         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6828         "Cc" part of the case "Reply-To".
6829
6830         * wl-draft.el (wl-draft-reply): Use result of
6831         `eword-extract-address-components'.
6832
6833         * wl-demo.el (wl-demo-icon-name): New constant.
6834         (wl-logo-xpm): Use it.
6835         (wl-logo-xbm): Ditto.
6836         (wl-logo-bitmap): Ditto.
6837
6838         * Version number is increased to 2.3.91.
6839
6840 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6841
6842         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6843         (wl-extended-emacs-version, wl-extended-emacs-version2,
6844         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6845         docstring.
6846
6847         * wl-version.el (wl-generate-user-agent-string-1): New function.
6848         (wl-generate-user-agent-string): Use it.
6849
6850         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6851         `mime-edit-insert-user-agent-field'.
6852         (wl-generate-user-agent-string): Check
6853         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6854
6855         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6856         instead of `if', when verbose case.
6857
6858 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * wl-expire.el (wl-summary-expire): Fix.
6861
6862 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6863
6864         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6865         and `elmo-lost+found-folder' if 'wl-draft.
6866         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6867
6868 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6869
6870         * wl-expire.el (wl-summary-expire): Change messages.
6871         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6872         `deleing-info' instead of "Deleting..."
6873
6874 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6875
6876         * wl-summary.el (wl-summary-refile-subr): Fix.
6877
6878 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6879
6880         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6881         if pipe folder.
6882
6883 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6884
6885         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6886
6887 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-expire.el (wl-expire-hide): New function.
6890         (wl-summary-expire): Add `hide'.
6891
6892 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * wl-vars.el (wl-draft-reply-without-argument-list):
6895         Changed default value to consider `Reply-To:'.
6896         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6897
6898         * Version number is increased to 2.3.90.
6899
6900         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6901         elmo-imap4-get-session with unwind-protect.
6902         Don't cause error.
6903         (wl-summary-sync-marks): Don't check plugged nor folder type.
6904         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6905         (Always keep current buffer).
6906
6907 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6908
6909         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6910         Enclose with `save-excursion'.
6911
6912 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6913
6914         * wl-version.el (wl-version): Remove interactive.
6915
6916 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6917
6918         * wl-version.el (wl-generate-user-agent-string): Use
6919         `product-string-verbose' instead of `product-string-1'.
6920
6921 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6922
6923         * wl-vars.el (wl-draft-use-cache): New variable.
6924         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6925         if wl-draft-use-cache is non-nil.
6926
6927 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6928
6929         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6930         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6931
6932 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6933
6934         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6935         (wl-thread-msg-mark-as-unread): Ditto.
6936
6937         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6938         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6939         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6940         Don't set mark in summary if return value of `elmo-mark-as-read'
6941         is nil.
6942         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6943         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6944         instead of `wl-thread-msg-mark-as-read'.
6945         (wl-summary-mark-as-unread-region): Ditto.
6946         (wl-summary-target-mark-mark-as-read): Ditto.
6947
6948         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6949
6950 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6951
6952         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6953
6954         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6955
6956 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6957
6958         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6959         face.
6960
6961 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6962
6963         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6964         `running-xemacs'.
6965
6966 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6967
6968         * wl-version.el (toplevel): Use `product-version-as-string' for
6969         set verstion-string, if defined.
6970
6971         * wl-version.el (wl-version-show): Insert string at point, when
6972         call with argument.
6973
6974         * wl-version.el (wl-generate-user-agent-string): Use
6975         `product-string-1' instead of `wl-appname', `wl-version' and
6976         `wl-codename'.
6977
6978 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6979
6980         * wl-address.el (toplevel): Use product-provide.
6981         * wl-demo.el (toplevel): Ditto.
6982         * wl-dnd.el (toplevel): Ditto.
6983         * wl-draft.el (toplevel): Ditto.
6984         * wl-e21.el (toplevel): Ditto.
6985         * wl-expire.el (toplevel): Ditto.
6986         * wl-fldmgr.el (toplevel): Ditto.
6987         * wl-folder.el (toplevel): Ditto.
6988         * wl-highlight.el (toplevel): Ditto.
6989         * wl-message.el (toplevel): Ditto.
6990         * wl-mime.el (toplevel): Ditto.
6991         * wl-mule.el (toplevel): Ditto.
6992         * wl-nemacs.el (toplevel): Ditto.
6993         * wl-refile.el (toplevel): Ditto.
6994         * wl-score.el (toplevel): Ditto.
6995         * wl-summary.el (toplevel): Ditto.
6996         * wl-template.el (toplevel): Ditto.
6997         * wl-thread.el (toplevel): Ditto.
6998         * wl-util.el (toplevel): Ditto.
6999         * wl-vars.el (toplevel): Ditto.
7000         * wl-xmas.el (toplevel): Ditto.
7001         * wl.el (toplevel): Ditto.
7002
7003 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7004
7005         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7006         instead of product.
7007
7008         * wl-version.el (wl-version): Compile time evalution elmo-version.
7009
7010 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7011
7012         * wl-summary.el (wl-summary-sync-force-update): Append queue
7013         `mark-as-read'if unplugged.
7014
7015 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7016
7017         * wl-version.el: New file.  Use product.el.
7018         * wl.el: add (require 'wl-version).
7019         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7020         for ~/.folders header.
7021         (wl-fldmgr-folders-header): Changed.
7022         * wl-demo.el (wl-demo): Use product.el.
7023
7024         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7025         wl-version.el.
7026         * wl-util.el (wl-version, wl-version-show): Ditto.
7027
7028         * wl-util.el (wl-generate-user-agent-string,
7029         wl-extended-emacs-version, wl-extended-emacs-version2,
7030         wl-extended-emacs-version3): Move to wl-version.el.
7031         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7032         xemacs-codename, mime-edit-insert-user-agent-field,
7033         mime-edit-user-agent-value, mime-editor/version,
7034         mime-editor/codename): Compile warning killer move to
7035         wl-version.el
7036
7037 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7038
7039         * wl-summary.el (wl-summary-refile-subr): Fix.
7040
7041 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7042
7043         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7044         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7045
7046 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7047
7048         * wl.el (wl-check-environment): Check too many `@'.
7049
7050 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7051
7052         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7053
7054 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7055
7056         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7057         wl-draft-reply-myself-without-argument-list): Add variables.
7058         * wl-draft.el (wl-draft-reply): Use it.
7059
7060 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7061
7062         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7063         the 5th argument of `elmo-network-get-spec'.
7064
7065         * wl-thread.el (wl-thread-reparent-children): New inline function.
7066         (wl-thread-delete-message): Use it.
7067
7068         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7069         (wl-summary-score-update-all-lines): Don't use `dolist'.
7070
7071 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7072
7073         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7074         (require 'elmo-msgdb) for inline function.
7075
7076 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7077
7078         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7079
7080 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7081
7082         * wl-score.el (wl-score-headers): Fix for the confusing macro
7083         `elmo-kill-buffer'.
7084
7085 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7086
7087         * wl-summary.el: Don't use the 3rd argument of `require' because
7088         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7089         * wl-util.el: Ditto.
7090         * wl-draft.el: Ditto.
7091
7092 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7093
7094         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7095         window system is not used.
7096
7097 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7098
7099         * wl-thread.el: Don't use `mapcar' only for iteration.
7100         (wl-thread-resume-entity): Ditto.
7101         (wl-thread-delete-message): Ditto.
7102
7103         * wl-summary.el: Bind `dragdrop-drop-functions',
7104         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7105         of `require' for `timezone', `easymenu' and `ps-print';
7106         don't use `mapcar' only for iteration.
7107
7108         * wl-util.el: Bind `mule-version', `nemacs-version',
7109         `emacs-beta-version', `xemacs-codename',
7110         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7111         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7112         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7113         only for iteration.
7114
7115         * wl-score.el: Don't use `mapcar' only for iteration.
7116         (wl-score-simplify-buffer-fuzzy): Ditto.
7117         (wl-score-simplify-subject): Ditto.
7118         (wl-score-headers): Ditto.
7119         (wl-summary-score-update-all-lines): Ditto.
7120
7121         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7122         `enable-multibyte-characters' and `mule-version'.
7123
7124         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7125         `mapcar' only for iteration.
7126
7127         * wl-demo.el: Don't use `mapcar' only for iteration.
7128
7129         * wl-folder.el: Don't use `mapcar' only for iteration.
7130         (wl-folder-open-all): Ditto.
7131         (wl-folder-count-incorporates): Ditto.
7132
7133         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7134         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7135
7136         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7137         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7138         `smtp-connection-type'; specify 3rd argument of `require' for
7139         `timezone'; don't use `mapcar' only for iteration.
7140         (wl-draft-clone-local-variables): Don't use `mapcar'.
7141         (wl-draft-generate-clone-buffer): Ditto.
7142         (wl-user-agent-compose-internal): Ditto.
7143
7144         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7145
7146         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7147         (wl-save-status): Ditto.
7148
7149         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7150         for iteration.
7151
7152 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7153
7154         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7155         removed `Date'.
7156         (wl-fldmgr-make-filter-default): New user option.
7157
7158         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7159         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7160         (wl-fldmgr-filter-completion-alist): Abolish.
7161
7162         * wl.el (wl): Don't check servers if arg is non-nil.
7163
7164         * wl-draft.el (wl-draft-reply): Set only message-id string to
7165         In-Reply-To field.
7166
7167 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-summary.el (wl-summary-pick): Rewrite.
7170
7171         * wl-draft.el (wl-draft-forward): Get references field from
7172         original buffer.
7173         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7174
7175 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7176
7177         * wl-draft.el (wl-draft-forward): Add references field.
7178
7179 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7182         (wl-draft-reply): Use it.
7183
7184 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7185
7186         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7187         when Emacs 21 is running.
7188
7189         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7190         bindings.
7191
7192 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7193
7194         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7195         XPM icons transparent.
7196
7197         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7198         Emacs 21.
7199
7200 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7203         nil.
7204
7205         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7206         when it is persistent.
7207         (wl-summary-sync-marks): Changed argument for
7208         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7209         (wl-summary-virtual): Use `elmo-read-search-condition'.
7210         (wl-summary-redisplay-internal): If folder is local, mark as read
7211         even when folder is plugged.
7212
7213 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7214
7215         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7216         of `tool-bar-lines' in the frame parameters.
7217         (after-make-frame-functions, post-command-hook): Don't modify the
7218         value.
7219         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7220         wl-e21-tool-bar-lines): Removed.
7221
7222 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7223
7224         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7225         properties `evaporate' and `wl-momentary-overlay' as well.
7226         (wl-highlight-summary-displaying): Ditto.
7227         (wl-delete-all-overlays): Don't delete overlay which does not have
7228         a property `wl-momentary-overlay'.
7229
7230         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7231         `display-mouse-p' and `display-graphic-p'.
7232         (wl-folder-init-icons): Don't search for XBM or the other files.
7233         (wl-plugged-set-folder-icon): Make icons if and only if
7234         `display-graphic-p' returns non-nil.
7235         (wl-highlight-plugged-current-line): Use `before-string' overlay
7236         property to show icon images.
7237         (wl-highlight-folder-current-line): Ditto.
7238         (wl-e21-highlight-folder-group-line): Ditto.
7239         (wl-e21-highlight-folder-by-numbers): Ditto.
7240         (wl-e21-insert-image): Removed.
7241         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7242         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7243         said.
7244         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7245         `wl-e21-force-switch-toolbar'.
7246         (wl-e21-make-icon-image): Removed.
7247         (wl-e21-setup-toolbar): Don't search for XBM files.
7248         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7249         the default value.
7250
7251 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-util.el (wl-biff-check-folder-async): Set
7254         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7255
7256 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7257
7258         * wl-e21.el (after-make-frame-functions): Add
7259         `wl-e21-force-switch-toolbar'.
7260         (wl-e21-force-switch-toolbar): New function force to switch the
7261         toolbar appearance automatically.
7262         (post-command-hook): Add `wl-e21-switch-toolbar'.
7263         (wl-e21-switch-toolbar): New function to switch the toolbar
7264         appearance automatically.
7265         (wl-e21-tool-bar-lines): New buffer local variable.
7266
7267 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-util.el (wl-biff-check-folders-running): New variable.
7270         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7271         (wl-biff-check-folder-async-callback):
7272         Set `wl-biff-check-folders-running'.
7273         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7274         with unwind-protect.
7275
7276         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7277         Enclose `wl-folder-auto-check' with unwind-protect.
7278
7279         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7280         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7281
7282         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7283
7284         * wl-util.el (wl-biff-notify): New inline function.
7285         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7286         locally.
7287         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7288         folder-list' is 1.
7289         Use `wl-biff-notify'.
7290         (wl-biff-check-folder-async-callback): New function.
7291         (wl-biff-check-folder-async): Ditto.
7292
7293         * wl-folder.el (wl-folder): Don't check folders.
7294         (wl-folder-auto-check): New function.
7295
7296 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7297
7298         * wl-util.el (wl-biff-start) [Emacs19+]:
7299         Use `timer-next-integral-multiple-of-time'.
7300         (wl-biff-check-folders): Use `wl-default-folder'
7301         if `wl-biff-check-folder-list' is nil.
7302
7303 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7304
7305         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7306         instead of `elmo-delete-lists'.
7307
7308 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7309
7310         * wl.el (wl-plugged-toggle-all): Set the value of
7311         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7312         (wl-plugged-toggle): Ditto.
7313         (wl-toggle-plugged): Ditto.
7314         (wl-plugged-init): Ditto.
7315
7316         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7317         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7318         instead of `wl-biff-state-indicator-off' and
7319         `wl-biff-state-indicator-on'; don't modify the value and the type
7320         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7321         (wl-plugged-init-icons): Set icons data to
7322         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7323         instead of `wl-plug-state-indicator-off' and
7324         `wl-plug-state-indicator-on'; don't modify the value and the type
7325         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7326
7327         * wl-vars.el (wl-modeline-biff-state-off,
7328         wl-modeline-biff-state-on, wl-modeline-biff-status,
7329         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7330         wl-modeline-plug-status): New internal variables.
7331         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7332         wl-biff-check-interval, wl-biff-check-folder-list): Change
7333         customization group from `wl-folder' to `wl-highlight'.
7334         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7335         wl-show-plug-status-on-modeline): Defcustomized.
7336
7337         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7338         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7339         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7340         a flag to `mode-line-buffer-identification'.
7341
7342         * wl-e21.el (wl-biff-init-icons): Set icons data to
7343         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7344         instead of `wl-biff-state-indicator-off' and
7345         `wl-biff-state-indicator-on'.
7346         (wl-plugged-init-icons): Set icons data to
7347         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7348         instead of `wl-plug-state-indicator-off' and
7349         `wl-plug-state-indicator-on'.
7350
7351 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7352
7353         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7354         excessive titles.
7355
7356 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7357
7358         * wl.el (wl-plugged-mode): Use revised
7359         `wl-mode-line-buffer-identification'.
7360         (wl-plugged-init): Don't use `force-mode-line-update'.
7361
7362         * wl-xmas.el (wl-draft-overload-functions): Use revised
7363         `wl-mode-line-buffer-identification'.
7364         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7365         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7366         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7367         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7368         `wl-make-plugged-hook';
7369         add `wl-folder-init-icons' and `wl-setup-folder' to
7370         `wl-folder-mode-hook'.
7371
7372         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7373         19 as well.
7374         (wl-mode-line-display-priority-list): New user option.
7375         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7376         Defcustomized.
7377         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7378         Add docs.
7379
7380         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7381         start.
7382         (wl-mode-line-buffer-identification): Revised as a function.
7383
7384         * wl-summary.el (wl-summary-mode): Use revised
7385         `wl-mode-line-buffer-identification'; don't call
7386         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7387         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7388         `wl-xmas-setup-summary'.
7389
7390         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7391         `wl-mode-line-buffer-identification'.
7392
7393         * wl-mule.el (wl-draft-overload-functions): Use revised
7394         `wl-mode-line-buffer-identification'.
7395
7396         * wl-folder.el (wl-make-plugged-alist): Don't call
7397         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7398         (wl-folder): Don't call `wl-folder-init-icons' directly.
7399         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7400         `wl-xmas-setup-folder' directly;
7401         use revised `wl-mode-line-buffer-identification'.
7402         (TopLevel): Don't bind `wl-biff-init-icons',
7403         `wl-plugged-init-icons', `wl-folder-init-icons',
7404         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7405
7406         * wl-e21.el (wl-draft-overload-functions): Use revised
7407         `wl-mode-line-buffer-identification'.
7408         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7409         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7410         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7411         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7412         `wl-make-plugged-hook';
7413         add `wl-folder-init-icons' and `wl-setup-folder' to
7414         `wl-folder-mode-hook'.
7415
7416 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7417             Katsumi Yamaoka    <yamaoka@jpl.org>
7418
7419         * wl.el (wl): Call `wl-biff-start'.
7420         (wl-exit): Call `wl-biff-stop'.
7421         (wl-plugged-mode): Show biff in modeline.
7422         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7423
7424         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7425         (wl-biff-init-icons): New function.
7426         (wl-plugged-init-icons): Don't make too much keymaps.
7427         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7428
7429         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7430         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7431         variables.
7432         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7433         options.
7434
7435         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7436         wl-biff-start, wl-biff-stop): New functions.
7437         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7438         (wl-biff-timer-name): New variable.
7439
7440         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7441
7442         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7443         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7444
7445         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7446         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7447
7448         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7449         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7450         `wl-folder-init-icons' to `ignore' if they are not available.
7451         (wl-folder-mode): Show biff in modeline.
7452
7453         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7454         (wl-biff-init-icons): New function.
7455         (wl-plugged-init-icons): Don't make too much keymaps.
7456         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7457
7458 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7459
7460         * wl-vars.el (wl-strict-diff-folders): Customization Type
7461         and doc fix.  Define as a list of regular expressions for
7462         folders or nil.
7463         * wl-folder.el (wl-folder-check-one-entity): Use
7464         `wl-string-match-member' instead of `wl-string-member' for
7465         `wl-strict-diff-folders'.
7466
7467 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7468
7469         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7470         (wl-highlight-folder-current-line): Use it; new implementation.
7471         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7472         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7473         `defsubst' instead of `defun'.
7474
7475         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7476         `wl-highlight-group-folder-by-numbers'; made it can also be a
7477         number.  See info for more details.
7478
7479         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7480         running.
7481
7482         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7483         to bind them.
7484
7485         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7486         (wl-highlight-folder-current-line): New implementation.
7487
7488         * wl-highlight.el (wl-highlight-folder-group-line): New
7489         implementation.
7490         (wl-delete-all-overlays): Rewrite as a marco.
7491         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7492
7493         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7494         running.
7495         (wl-folder-*-glyph): No need to bind them.
7496
7497         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7498         `wl-e21-highlight-folder-group-icon'; rewrite.
7499         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7500         `defsubst' instead of `defun'.
7501         (wl-folder-mode-map): Bind it when compiling.
7502
7503 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7506
7507         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7508
7509 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7510
7511         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7512
7513 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7514
7515         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7516         (wl-highlight-folder-current-line): Use it.
7517
7518         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7519         in `id-name'.
7520
7521 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7522
7523         * wl.el: Require `wl-e21' when Emacs 21 is running.
7524
7525         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7526         default when Emacs 21 is running.
7527         (wl-use-highlight-mouse-line): Ditto.
7528         (wl-on-emacs21): New constant.
7529         (wl-on-emacs20): Removed.
7530
7531         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7532         Emacs 21 is running.
7533
7534         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7535         Emacs 21 is running.
7536
7537         * wl-e21.el: New file.
7538
7539 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7540
7541         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7542         (wl-toggle-plugged): Ditto.
7543         (wl-plugged-toggle): Ditto.
7544         (wl-plugged-toggle-all): Ditto.
7545
7546         * wl-vars.el (wl-plug-state-indicator): Refer
7547         `wl-plug-state-indicator-on' indirectly.
7548
7549 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7552         Call `wl-folder-confirm-existence'.
7553
7554         * wl-folder.el (wl-folder-confirm-existence): Added optional
7555         argument `force'.
7556
7557 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7558
7559         * wl-summary.el (wl-summary-refile-subr): Assume
7560         `copy-or-refile' as symbol.
7561         (wl-summary-refile): Follow up above change.
7562         (wl-summary-copy): Ditto.  Doc fix.
7563
7564 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7565
7566         * wl-summary.el (wl-summary-pick): Don't bind
7567         `elmo-search-mime-charset'.
7568
7569         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7570         default using old backquote style.
7571         (wl-search-mime-charset): Abolished.
7572
7573         * wl-highlight.el (wl-highlight-headers):
7574         Call `point' after `re-search-forward'(for Nemacs).
7575
7576         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7577         for elmo-imap4.el.
7578
7579 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7580
7581         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7582         `wl-message-ignored-field-list' instead of
7583         `mime-view-ignored-field-list'.
7584
7585         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7586         Add interactive spec.
7587         (wl-folder-goto-bottom-of-current-folder): Ditto.
7588         (wl-folder-mode-map): Bind them.
7589
7590         * wl-vars.el (wl-message-ignored-field-list): New variable.
7591         (wl-message-visible-field-list): New variable.
7592
7593         * wl-mime.el (wl-mime-header-presentation-method): New function.
7594         (wl-mime-setup): Set header-presentation-method.
7595
7596 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7597
7598         * wl-nemacs.el (wl-draft-overload-functions): Set
7599         `mode-line-buffer-identification' instead of using
7600         `wl-make-modeline'.
7601
7602         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7603         instead of using `wl-make-modeline'.
7604
7605         * wl-xmas.el (wl-plugged-init-icons): Set up
7606         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7607         (wl-make-modeline): Abolish.
7608         (wl-draft-overload-functions): Set
7609         `mode-line-buffer-identification' instead of using
7610         `wl-make-modeline'.
7611
7612         * wl-util.el (wl-make-modeline-subr): Abolish.
7613         (wl-mode-line-buffer-identification): New alias.
7614
7615         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7616         (wl-summary-make-modeline): Abolish.
7617         (wl-summary-buffer-set-folder): Set
7618         `wl-summary-buffer-folder-indicator'.
7619         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7620         of using `wl-make-modeline'.
7621         (wl-summary-switch-to-clone-buffer): Don't set
7622         `mode-line-buffer-identification'.
7623         (wl-summary-goto-folder-subr): Ditto.
7624
7625         * wl-mule.el (wl-draft-overload-functions): Set
7626         `mode-line-buffer-identification' instead of using
7627         `wl-make-modeline'.
7628
7629         * wl-folder.el (wl-folder-mode): Set
7630         `mode-line-buffer-identification' instead of using
7631         `wl-make-modeline'.
7632         (wl-folder): Don't set `mode-line-buffer-identification'.
7633
7634 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7635
7636         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7637         instead of `member' for `wl-refile-guess-func-list' look-ups.
7638         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7639
7640 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7641
7642         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7643         `wl-message-button-dispatcher'.
7644
7645         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7646
7647         * wl-message.el (wl-message-button-dispatcher): Use it.
7648
7649         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7650         "In-Reply-To".
7651
7652         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7653         Bind `case-fold-search' to t.
7654
7655 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7656
7657         * wl-xmas.el (wl-message-overload-functions): Initialize
7658         `wl-message-button-map'.
7659
7660         * wl-mule.el (wl-message-overload-functions): Initialize
7661         `wl-message-button-map'.
7662
7663         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7664
7665         * wl-message.el (wl-message-button-map): New keymap.
7666         (wl-message-add-button): New function.
7667         (wl-message-button-dispatcher): New function.
7668         (wl-message-button-refer-article): New function.
7669
7670         * wl-highlight.el
7671         (wl-highlight-message-add-buttons-to-header): New function.
7672         (wl-highlight-headers): Use it.
7673
7674 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7675
7676         * wl-summary.el (wl-summary-default-from): Use
7677         `wl-address-get-petname-1'.
7678         (wl-summary-simple-from): Ditto.
7679
7680         * wl-address.el (wl-address-get-petname-1): New inline function.
7681         (wl-address-get-petname): Use it.
7682
7683 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7684
7685         * wl-summary.el (wl-summary-default-from): Return full-name part
7686         from the address if no petname was found.
7687         (wl-summary-simple-from): Ditto.
7688
7689         * wl-address.el (wl-address-get-petname): Return nil if no petname
7690         associated with the address was found.
7691
7692 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7693
7694         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7695         display is finished.
7696
7697 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7698
7699         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7700         `elmo-folder-exists-p' argument.
7701
7702 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7703
7704         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7705         the folder.
7706
7707 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7710
7711         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7712         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7713
7714 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7715
7716         * wl-folder.el (wl-folder-create-subr): New function.
7717         (wl-folder-confirm-existence): Use it.
7718         (wl-folder-check-one-entity): Use it.
7719         Check the error symbol is derived from 'elmo-open-error.
7720
7721         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7722         `ignore-error'.
7723
7724 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7725
7726         * wl-util.el (toplevel): Add (eval-when-compile (require
7727         'elmo-util)).  (Maybe `provide' is typo.)
7728
7729 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7732         (I don't know why this was needed.)
7733
7734         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7735         Follow up changes for stream-type.
7736
7737         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7738         (wl-draft-elmo-nntp-send): Ditto.
7739
7740         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7741         (wl-nntp-posting-stream-type): Ditto.
7742         (wl-pop-before-smtp-ssl): Abolished.
7743         (wl-nntp-posting-ssl): Ditto.
7744
7745         * wl-address.el (wl-address-quote-specials): New function.
7746         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7747
7748         * wl-draft.el (wl-draft-reply): Ditto.
7749
7750 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7751
7752         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7753         use function `wl-string-match-assoc'.
7754
7755 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7758
7759         * wl-draft.el (wl-draft-deduce-address-list): New function.
7760         (wl-draft-parse-mailbox-list): Ditto.
7761         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7762         instead of `smtp-deduce-address-list'.
7763         (wl-draft-on-field-p): Follow group list.
7764
7765         * wl-address.el (wl-address-concat-token): New function.
7766         (wl-address-string-without-group-list-contents): Ditto.
7767         (wl-complete-field-body): Fixed problem of completion
7768         by japanese petname.
7769         (wl-address-make-completion-list): Rewrite.
7770
7771 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7772
7773         * wl-address.el (wl-address-make-completion-list): Completion by
7774         petname.
7775         (wl-complete-field-body): Likewise.
7776
7777 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7780         contains invalid address syntax.
7781
7782 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7783
7784         * wl-folder.el (wl-folder-check-entity-async): Use
7785         `elmo-nntp-spec-hostname'.
7786
7787 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7788
7789         * wl-summary.el (wl-summary-msgdb-load-async): Use
7790         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7791
7792 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-draft.el (wl-draft-reply): Set argument
7795         `content-transfer-encoding' as nil.
7796
7797 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7798
7799         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7800         `wl-refile-alist'.
7801
7802 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7803
7804         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7805         (wl-draft-edit-string): Ditto.
7806         (wl-draft-forward): Ditto.
7807         * wl-summary.el (wl-summary-write): Ditto.
7808
7809 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-summary.el (wl-summary-sync-update3): Call
7812         `wl-summary-buffer-number-column-detect'.
7813         (wl-summary-buffer-number-column-detect): Search from point-min.
7814
7815 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7818         contains an address which is not included in original to or cc.
7819
7820 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7821
7822         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7823         begin-line does not exist.
7824         * wl-message.el (wl-message-uu-substring): Ditto.
7825
7826 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7829         clear local variables.
7830         (wl-summary-exit): Call `elmo-commit'.
7831         (wl-summary-switch-to-clone-buffer): Call
7832         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7833         (wl-summary-goto-folder-subr): Ditto.
7834
7835         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7836         POP folder.
7837
7838 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7841         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7842         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7843         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7844         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7845         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7846
7847         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7848
7849 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7850
7851         * wl-summary.el (wl-summary-search-by-subject):
7852         Search parent message from the latest one.
7853
7854 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7857         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7858
7859         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7860         New user option.
7861
7862         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7863         if elmo-nntp-use-killed-list is nil.
7864         Use `elmo-msgdb-append-to-killed-list'.
7865         (Append numbers confirmed as disappeared to the killed list.)
7866         (wl-summary-confirm-appends): Don't display negative number.
7867
7868 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7869
7870         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7871
7872 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7875         range is `all'.
7876         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7877         `elmo-list-bigger-diff'.
7878
7879 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * wl-summary.el (wl-summary-buffer-exit-func):
7882         New buffer local variable.
7883         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7884
7885 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7886
7887         * wl-demo.el (wl-demo): Fix the last change.
7888
7889 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7890
7891         * wl-demo.el (wl-demo): Don't use `eval'.
7892
7893 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7894
7895         * wl-summary.el (wl-summary-buffer-thread-modified):
7896         New buffer-local variable.
7897         (wl-summary-set-thread-modified): New function.
7898         (wl-summary-thread-modified-p): New function.
7899         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7900         (wl-summary-yank-saved-message): Use function
7901         `wl-summary-set-thread-modified'
7902         (wl-summary-switch-to-clone-buffer): Add
7903         `wl-summary-buffer-thread-modified'.
7904
7905         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7906         (wl-summary-buffer-mark-saved-hook): Ditto.
7907         * wl-summary.el (wl-summary-msgdb-save): New hook
7908         `wl-summary-buffer-message-saved-hook' and
7909         `wl-summary-buffer-mark-saved-hook'.
7910
7911 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7912
7913         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7914
7915 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7916
7917         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7918         don't hide scroll bars under FSF Emacsen because it may incur an
7919         undesirable redrawing.
7920
7921 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7922
7923         * wl-draft.el (wl-draft-edit-string): Call
7924         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7925
7926 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7927
7928         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7929
7930 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7931
7932         * wl-summary.el (wl-summary-msgdb-load-async): Call
7933         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7934
7935 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7936
7937         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7938         fringes in demo buffer; center bitmap logo correctly even if old
7939         Mule is used.
7940
7941 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7942
7943         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7944
7945         * wl-refile.el (wl-refile-subject-alist): New variable.
7946         (wl-refile-subject-alist-file-name): Ditto.
7947         (wl-refile-alist-setup): Rewrite.
7948         (wl-refile-alist-save): Use `elmo-object-save'.
7949         Eliminated arguments.
7950         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7951         (wl-refile-guess-by-subject): New function.
7952         (wl-refile-guess-func-list): Added it.
7953
7954 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7955
7956         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7957         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7958
7959 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7962         New buffer-local variable.
7963         (wl-summary-buffer-next-folder-func): Ditto.
7964         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7965         if non-nil.
7966         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7967         if non-nil.
7968         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7969         if non-nil.
7970         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7971         if non-nil.
7972
7973 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7974
7975         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7976         permanently in the demo buffer.
7977
7978 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7981         `mime-entity-fetch-field'.
7982
7983         * wl.el (wl-exit): Delete plugged buffer.
7984
7985         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7986         XEmacs has menubar feature.
7987
7988 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7989
7990         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7991         cannot arrive at the beginning of the buffer under old Emacsen.
7992
7993 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7994
7995         * wl-address.el (wl-address-ldap-search):
7996         Call `ldap-search-entries' with `withdn' argument t.
7997         (wl-complete-field-body): Bind completion-ignore-case as t.
7998         Clear ldap search hash when it was sole completion.
7999         Use elmo-string for pattern string.
8000         (wl-ldap-alias-safe-string): Eliminated needless let.
8001
8002 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8003
8004         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8005         (wl-ldap-alias-sep): New constant.
8006         (wl-ldap-search-attribute-type-list): Ditto.
8007         (wl-ldap-get-value): New function.
8008         (wl-ldap-make-filter): Ditto.
8009         (wl-ldap-make-matched-value-list): Ditto.
8010         (wl-ldap-alias-safe-string): Ditto.
8011         (wl-ldap-register-dn-string): Ditto.
8012         (wl-address-ldap-search): Rewrite.
8013
8014 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8015
8016         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8017         thread is deleted.
8018         (wl-thread-delete-line-from-buffer): Ditto.
8019         (wl-thread-get-exist-children): New function.
8020
8021 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8022
8023         * wl-demo.el (wl-demo): Made it to select various image types.
8024         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8025         from `wl-title-logo'.
8026         (wl-logo-ascii): New variable.
8027         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8028         (wl-demo-copyright-notice): New constant.
8029
8030         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8031
8032 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8033
8034         * wl-vars.el (wl-summary-target-above): Renamed from
8035         wl-summary-temp-above.
8036         * wl-score.el (wl-score-get-score-alist): Use it.
8037         (wl-summary-score-update-all-lines): Use it.
8038         * wl-summary.el: Ditto. (make-variable-buffer-local).
8039
8040 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-vars.el (wl-ldap-port): New user option.
8043
8044         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8045         Rewite whole implementation.
8046         (wl-complete-field-body): Fixed.
8047
8048 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8049
8050         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8051         Choose implementation at compile time.
8052
8053 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8054
8055         * wl-address.el (wl-ldap-search-internal): New function.
8056         (wl-complete-field-to): Use it.
8057
8058 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8061         Use `let' instead of `let*'.
8062         Require 'wl-vars.
8063
8064         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8065         Define as defcustom.
8066         (wl-ldap-base): Ditto.
8067         (wl-use-ldap): Ditto.
8068
8069 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8070
8071         * wl-address.el (wl-ldap-search): New function.
8072         (wl-complete-field-body): Use `wl-ldap-search'.
8073         (wl-ldap-server): New variable.
8074         (wl-ldap-base): Ditto.
8075         (wl-use-ldap): Ditto.
8076
8077 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8078
8079         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8080         (Pointed out by Mito <mit@nines.nec.co.jp>).
8081         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8082         buffer-local variables like `wl-summary-redisplay-internal'.
8083         (wl-summary-redisplay-all-header): Likewise.  Update
8084         Summary view too.
8085
8086 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-summary.el (wl-summary-jump-to-parent-message):
8089         Consider prefix argument.
8090
8091         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8092         when closed thread is deleted.
8093
8094 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8095
8096         * wl-summary.el (wl-summary-jump-to-parent-message):
8097         Consider thread modification.
8098
8099 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8100
8101         * wl-message.el (wl-message-normal-get-original-buffer): Use
8102         `save-excursion'.
8103
8104         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8105         (wl-summary-showto-folder-regexp): Ditto.
8106
8107 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8108
8109         * wl-util.el (wl-delete-alist): Doc fix.
8110         (wl-delete-associations): New function.
8111         (wl-inverse-alist): New function.
8112         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8113         Split temporary variables. Use `wl-delete-associations'
8114         and `wl-inverse-alist'.
8115         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8116
8117 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * wl-folder.el (wl-folder-prefetch-entity):
8120         Execute prefetching if new count is unknown.
8121
8122 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8123
8124         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8125
8126         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8127         delete entity.
8128         (wl-thread-set-parent): If insert as top, set linked as nil.
8129
8130         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8131         `wl-thread-cleanup-symbols' when view mode is thread.
8132
8133 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8134
8135         * wl-folder.el (wl-folder-create-folder-entity): Use
8136         with-current-buffer.
8137         (wl-local-folder-init): Call set-buffer to make sure we are in
8138         the Folder buffer. Don't touch buffer-local variables here.
8139         (wl-folder-mode): Initialize buffer-local variables here.
8140
8141         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8142         (wl-folder-entity-assign-id): Ditto.
8143         (wl-folder-create-entity-hashtb): Ditto.
8144         (wl-local-folder-init): Ditto.
8145         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8146
8147 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8148
8149         * wl-summary.el (wl-summary-default-from): Fix probrem when
8150         std11-extract-address-components return (nil "foo@bar").
8151
8152 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8153
8154         * wl-draft.el (wl-draft-clone-local-variables):
8155         Remove redundant `setq'.
8156
8157 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8160         Bind wl-highlight-x-face-func as nil while highlighting header.
8161
8162 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8163
8164         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8165
8166 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8167
8168         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8169         elmo-msgdb-overview-hashtb from copy-variables.
8170         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8171         instead of `elmo-msgdb-overview-get-entity-by-number'.
8172         (wl-summary-auto-refile): Ditto.
8173
8174         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8175         `elmo-msgdb-overview-get-entity' instead of
8176         `elmo-msgdb-search-overview-entity'.  Use
8177         `elmo-msgdb-overview-get-entity' instead of
8178         `elmo-msgdb-overview-get-entity-by-number'.
8179         (wl-thread-insert-entity-sub): Ditto.
8180         (wl-thread-insert-message): Ditto.
8181
8182         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8183         `elmo-msgdb-overview-get-entity'.
8184         (wl-normal-message-redisplay): Ditto.
8185
8186 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8187
8188         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8189         `wl-thread-entities'.
8190         (wl-thread-delete-message): Fix remove top message from
8191         `wl-thread-entity-list'.
8192
8193         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8194         wl-append(nconc), because update-list is broken on Meadow.
8195
8196         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8197         updating process.
8198         (wl-summary-rescan): Ditto.
8199         (wl-summary-sync-update3): Ditto.
8200         * wl-thread.el (wl-thread-set-parent): Renamed from
8201         `wl-summary-set-parent'.
8202         (wl-thread-insert-message): Updating buffer faster.
8203         (wl-thread-delete-message): Updating buffer faster.
8204
8205         * wl-score.el (wl-summary-score-update-all-lines): Changed
8206         interval for display progress gauge.
8207
8208 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8209
8210         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8211         folder always-sticky.
8212         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8213         defmacro.
8214
8215 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-vars.el (wl-draft-add-references): New user option.
8218
8219         * wl-draft.el (wl-draft-add-references): New function.
8220         (wl-draft-yank-from-mail-reply-buffer): Use it.
8221         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8222         as nil.
8223
8224 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8225
8226         * wl-thread.el (wl-thread-update-line-msgs): Called
8227         `wl-thread-update-line-on-buffer-sub'.
8228         (wl-thread-update-line-on-buffer): Delete routine of inserting
8229         thread.
8230         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8231         moved from `wl-thread-update-line-on-buffer'.
8232         Add threshold for displaying progress gauge.
8233         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8234         argument of `wl-thread-update-line-msgs'.
8235         Add threshold for displaying progress gauge.
8236         * wl-folder.el:
8237         Add threshold for displaying progress gauge.
8238         * wl-score.el: Ditto.
8239
8240         * wl-expire.el (wl-summary-expire): Display deleting info.
8241
8242 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8245         `no-msg'.
8246         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8247         argument of `wl-thread-update-line-msgs'.
8248         (wl-summary-set-parent): Added optional argument `parent-number'.
8249         (wl-summary-buffer-saved-message): New buffer local variable.
8250         (wl-summary-save-current-message): New command.
8251         (wl-summary-yank-saved-message): Ditto.
8252         (wl-summary-mode-map): Added key binding for
8253         `wl-summary-save-current-message' (\ew) and
8254         `wl-summary-yank-saved-message' (\C-y).
8255         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8256
8257 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-summary.el (wl-summary-mode-map): Added key binding for
8260         `wl-summary-set-parent' (ts).
8261
8262 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8263
8264         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8265         subject faster. If thread number is reverse, delayed updating
8266         thread.
8267         (wl-summary-search-by-subject): Ditto.
8268         (wl-summary-put-alike): Ditto.
8269         (wl-summary-get-alike): Ditto.
8270         (wl-summary-insert-headers): Insert header of all overview in
8271         buffer.
8272         (wl-summary-rescan): Delayed updating thread. Kill search subject
8273         buffer for wl-summary-search-by-subject.
8274         (wl-summary-sync-update3): Ditto.
8275         (wl-summary-exit): Ditto.
8276         (wl-summary-goto-bottom-of-current-thread): Change for linked
8277         thread.
8278         (wl-summary-overview-create-summary-line): Change line for linked
8279         thread.
8280
8281         * wl-summary.el (wl-summary-update-thread): Use
8282         wl-thread-maybe-get-children-num.
8283         (wl-summary-set-parent): If change parent, move sub thread.
8284         (wl-summary-redisplay-internal): Add horizontal recenter.
8285         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8286
8287         * wl-thread.el (wl-thread-entity-get-linked): New function.
8288         (wl-thread-entity-set-linked): New function.
8289         (wl-thread-create-entity): Add linked element.
8290         (wl-thread-entity-insert-as-top): Use wl-append.
8291         (wl-thread-maybe-get-children-num): If closing thread, return
8292         children msgs.
8293         (wl-thread-update-line-msgs): Displaying progress message.
8294         (wl-thread-update-line-on-buffer-sub): Use
8295         wl-thread-maybe-get-children-num.
8296         (wl-thread-update-line-on-buffer): If update line is not exists,
8297         insert thread.
8298         (wl-thread-delete-message): If delete top msg of thread, search
8299         parent by subject.
8300         (wl-thread-insert-entity): Use
8301         wl-thread-maybe-get-children-num.
8302
8303         * wl-highlight.el (wl-highlight-summary-current-line): change
8304         sregexp for linked thread.
8305         * wl-util.el (wl-count-lines): Count lines.
8306         (wl-horizontal-recenter): horizontal recenter.
8307         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8308         (wl-score-get-alike): Ditto.
8309         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8310         (wl-subject-length-limit): New variable.
8311         (wl-highlight-thread-indent-string-regexp): Changed for linked
8312         thread.
8313
8314 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8315
8316         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8317         New variable (revival).
8318         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8319         by subject matching if there's no in-reply-to nor references field
8320         (revival).
8321
8322 \f
8323 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8324
8325         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8326         message.
8327
8328 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-summary.el (wl-summary-reply): Return t if there was a
8331         message at cursor point.
8332         Added unwind-protect.
8333         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8334         returns t.
8335         (wl-summary-cancel-message): Do nothing when there's no message at
8336         cursor point.
8337         (wl-summary-forward): Ditto.
8338         (wl-summary-jump-to-parent-message): Ditto.
8339         (wl-summary-reedit): Ditto.
8340         (wl-summary-edit-addresses): Ditto.
8341         (wl-summary-pipe-message): Ditto.
8342         (wl-summary-print-message-with-ps-print): Ditto.
8343         (wl-summary-print-message): Ditto.
8344         (wl-summary-mark-as-important): Ditto.
8345         (wl-summary-mark-as-unread): Ditto.
8346
8347         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8348         message at cursor point.
8349         (wl-summary-reply-with-citation): Remove unwind-protect.
8350
8351         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8352         subject searching feature.
8353         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8354         Eliminated.
8355
8356 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8359         New variable.
8360         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8361         by subject matching if there's no in-reply-to nor references field.
8362
8363         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8364
8365         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8366         when display is finished.
8367         (wl-folder-open-all): Ditto.
8368         (wl-folder-update-access-group): Ditto.
8369         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8370         * wl-thread.el (wl-thread-close-all): Ditto.
8371
8372         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8373         progress gauge only when it was displayed.
8374         * wl-folder.el (wl-folder-insert-entity): Ditto.
8375
8376 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-summary.el (wl-summary-incorporate): Enclose
8379         `wl-summary-sync-force-update' with save-excursion.
8380
8381 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8382
8383         * wl-summary.el (wl-summary-prefetch-region):
8384         Pass current cursor point to `pos-visible-in-window-p' after
8385         moving cursor to the started point.
8386
8387 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8388
8389         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8390
8391         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8392         fields from the forwarding message.
8393         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8394         `ignored-fields'.
8395
8396 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8397
8398         * wl-mime.el (wl-message-request-partial):
8399         Eliminated argument `msgdb'.
8400         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8401         (wl-mime-combine-message/partial-pieces): Likewise.
8402         * tm-wl.el (wl-message-request-partial): Likewise.
8403         (wl-mime-combine-message/partial-pieces): Likewise.
8404
8405 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8406
8407         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8408         when display is finished.
8409
8410 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8411
8412         * wl-summary.el (wl-summary-goto-folder-subr):
8413         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8414
8415 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8416
8417         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8418         when cursor point is visible.
8419
8420 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-expire.el (wl-expire-archive-get-max-number):
8423         Don't use `file-name-directory'.
8424
8425 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-expire.el (wl-expire-archive-get-max-number):
8428         Use `file-name-directory'.
8429
8430 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8431
8432         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8433         only when there is progress.
8434
8435 2000-04-13  Mito <mit@nines.nec.co.jp>
8436
8437         * wl-summary.el (wl-summary-sync-marks): Display progress.
8438
8439 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8442         (wl-summary-prev): Move cursor regardless of unread status.
8443         (wl-summary-next): Ditto.
8444
8445 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8448         Added argument `target' and `number'.
8449         * tm-wl.el (wl-summary-burst-subr): New function.
8450         (wl-summary-burst): Use it.
8451
8452 2000-04-10  Mito <mit@nines.nec.co.jp>
8453
8454         * wl-mime.el (wl-burst): New function.
8455         (wl-summary-burst): Use it.
8456
8457 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8458
8459         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8460         as petname when there's no candidate.
8461
8462 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8465         New variable.
8466         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8467
8468         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8469
8470         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8471
8472 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8473
8474         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8475         Use substring of `original' instead of buffer-substring.
8476         (wl-refile-evaluate-rule):
8477         Set `original' argument of wl-refile-expand-newtext.
8478
8479         * wl-summary.el
8480         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8481         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8482         (wl-summary-auto-refile): Check existence of destination folder just
8483         before marking.
8484
8485 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8486
8487         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8488         when wl-refile-get-field-value return nil.
8489
8490 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8491
8492         * wl-refile.el
8493         (wl-refile-expand-newtext): New function imported from Gnus.
8494         (wl-refile-evaluate-rule): Use it.
8495
8496 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8497
8498         * wl-summary.el (wl-summary-print-destination):
8499         Duplicate folder string to avoid putting text-property on
8500         original string.
8501
8502         * wl-refile.el (wl-refile-get-field-value): New function.
8503         (wl-refile-evaluate-rule): New function;
8504         Evaluate refile rule recursively.
8505         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8506         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8507         New function; Check existence of a target folder recursively.
8508         (wl-summary-auto-refile-check-refile-rule-alist):
8509         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8510
8511 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8512
8513         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8514
8515         * wl-folder.el (wl-create-folder-entity-from-buffer):
8516         Fixed problem when '}' character is contained in folder name.
8517
8518         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8519
8520 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8521
8522         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8523         (wl-fldmgr-add-completion-all-completions):
8524         Use wl-fldmgr-add-completion-hashtb.
8525
8526 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8527
8528         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8529         wl-fldmgr-add-completion-subr): New functions.
8530         * wl-folder.el (wl-folder-completion-func): New variable.
8531         * wl-summary.el (wl-summary-read-folder):
8532         Use wl-folder-completion-func.
8533
8534         * wl-refile.el: Eliminate throw & catch.
8535
8536         * wl.el (wl-plugged-sending-queue-status): Fixed.
8537
8538 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8539
8540         * wl-draft.el (wl-draft): Put category property on
8541         mail-header-separator.