* wl-address.el (wl-address-delete): Avoid mis-deleting.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-address.el (wl-address-delete): Avoid mis-deleting.
4
5 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6
7         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
8
9 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
10
11         * wl-vars.el (wl-demo-image-filter-alist): New variable
12         (wl-demo-background-color): Ditto.
13
14         * wl-demo.el (wl-demo-xpm-set-background): New function.
15         (wl-demo-image-filter): Ditto.
16         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
17
18         * wl-vars.el (wl-demo-icon-name-alist): New variable.
19
20         * wl-demo.el (wl-demo-icon-name): Define as function.
21         (wl-demo-insert-image): Use it.
22
23 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
24
25         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
26
27 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
28
29         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
30
31 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
32
33         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
34
35 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-thread.el (wl-thread-mark-as-answered): New function.
38
39         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
40         answered" entry.
41         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
42         "r&" and wl-thread-mark-as-answered to "t&".
43         (wl-summary-mark-as-important-region): Refine to toggle mark.
44         (wl-summary-mark-as-answered-region): New function.
45         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
46         and 3rd argument.
47         (wl-summary-mark-as-important-internal): Likewise.
48
49 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
50
51         * wl-template.el (wl-template-preview): New internal variable.
52         (wl-template-preview-p): New function.
53         (wl-template-show): Bind `wl-template-preview' as t.
54
55 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
56
57         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
58         `elmo-message-entity-field' with 3rd argument which is non-nil.
59
60 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
61
62         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
63         Removed duplicate local bind `folder'.
64
65 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
68
69 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
72         duplicate definition.
73
74 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
75
76         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
77         non-nil, use it; Don't fetch message if there's no message in the
78         current cursor position.
79
80 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
81
82         * wl-util.el (wl-region-exists-p): Use region-active-p.
83         (wl-deactivate-region): New function.
84         * wl-message.el (wl-message-redisplay): Deactivate region.
85
86         * wl-summary.el (wl-summary-reply): Call
87         `wl-summary-set-message-buffer-or-redisplay' instead of
88         `wl-summary-redisplay-internal', don't move point.
89
90 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
91
92         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
93         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
94         by regexp.
95
96 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
99         if no need.
100
101 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
102
103         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
104         default value to nil.
105         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
106         `wl-summary-prepare-hook'; Replace refile action to
107         `wl-summary-exec-action-refile-with-register'.
108
109         * Version number is increased to 2.11.22.
110
111 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-summary.el (wl-summary-detect-mark-position): Set
114         `wl-summary-buffer-weekday-name-lang'.
115
116 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
117
118         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
119         (wl-summary-mark-as-read-all): Ditto.
120         (wl-summary-delete-messages-on-buffer): Ditto.
121         (wl-summary-sync-update): Ditto.
122         (wl-summary-mark-as-read-internal): Ditto.
123         (wl-summary-mark-as-answered-internal): Ditto.
124         (wl-summary-update-folder-info): Abolished.
125
126 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
127
128         * wl-summary.el (wl-summary-mark-as-read-all): Use
129         `wl-summary-update-folder-info' instead of
130         `wl-folder-update-unread'.
131
132 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
133
134         * wl-summary.el (wl-summary-update-folder-info): New function derived from
135         `wl-summary-folder-info-update'.
136         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
137         instead of `wl-summary-folder-info-update'.
138         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
139         `wl-folder-set-folder-updated'.
140         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
141         instead of `wl-folder-update-unread'.
142         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
143         the value of `wl-summary-buffer-unread-count' for the second parameter of
144         `wl-folder-update-unread'.
145
146         * Version number is increased to 2.11.21.
147
148 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
149
150         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
151         a local variable.
152
153 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-spam.el (wl-summary-mark-spam): Show message only if call
156         interactively.
157
158         * wl-summary.el (wl-summary-mark-as-important-internal): New
159         internal function.
160         (wl-summary-mark-as-important): Use it.
161         (wl-summary-mark-as-unimportant): New function.
162         (wl-summary-sync-marks): Follow the API change.
163
164         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
165
166         * wl-mime.el (wl-summary-burst): Check target folder is writable.
167
168 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
169
170         * wl-folder.el (wl-folder-update-unread): Re-indent.
171         Narrow the scope of a local variable.
172
173 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
176         (wl-addrmgr-merge-entries): Ditto.
177         (wl-addrmgr): Added to address entry which exists in draft buffer
178         if no entry is in original.
179
180 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
181
182         * wl-batch.el: New file.
183
184 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
185
186         * wl-vars.el (wl-use-semi): Remove unused variable.
187
188 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
189
190         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
191         "?".
192
193 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
194
195         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
196         wl-summary-new-mark.
197         (wl-summary-new-cached-mark): New user option.
198         (wl-summary-score-marks): Follow the change above.
199         (wl-summary-auto-refile-skip-marks): Ditto.
200         (wl-summary-incorporate-marks): Ditto.
201         (wl-summary-expire-reserve-marks): Ditto.
202
203         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
204
205         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
206         (wl-summary-persistent-mark-string): Distinguished between cached
207         and uncached mark when the message is new.
208
209 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-spam.el (wl-spam-domain): Renamed from
212         `wl-spam-folder-guess-domain'.
213         (wl-summary-exec-action-spam): Register as spam if domain of the
214         source folder is good.
215         (wl-summary-exec-action-refile-with-register): Register message if
216         domain of the source folder is not undecided.
217
218 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
221         detect thread loop.
222
223 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
226         and wl-summary-skip-mark-list.
227
228 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
231
232         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
233
234         * wl-spam.el (toplevel): Require wl-highlight.
235         (wl-spam-auto-check-policy-alist): Abolish.
236         (wl-spam-auto-check-folder-regexp-list): New user option.
237         (wl-spam-auto-check-marks): Ditto.
238         (wl-spam-mark-action-list): Ditto.
239         (wl-highlight-summary-spam-face): New face.
240         (wl-spam-auto-check-message-p): New function.
241         (wl-spam-map-spam-messages): Fixed message.
242         (wl-spam-register-spam-messages): Ditto.
243         (wl-spam-register-good-messages): Ditto.
244         (wl-summary-spam-map): Add and remove keybind.
245         (wl-summary-target-mark-spam): Abolish.
246         (wl-summary-refile-spam): Ditto.
247         (wl-summary-test-spam): New function.
248         (wl-summary-mark-spam): Ditto.
249         (wl-summary-auto-check-spam): Follow the above change.
250         (wl-summary-exec-action-spam): New function.
251         (wl-summary-exec-action-refile-with-register): Fixed message.
252         (wl-message-check-spam): New function.
253         (wl-spam-setup): Ditto.
254         (toplevel): Call it if this file is loaded interactivity.
255
256         * Version number is increased to 2.11.20.
257
258 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
259
260         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
261         when new optional argument `force' is non nil or modified.
262
263 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl.el (toplevel): Require wl-spam when compile.
266         (wl-save-status): Call wl-spam-save-status.
267
268         * wl-spam.el (wl-spam-register-spam-messages): New function.
269         (wl-spam-register-good-messages): Ditto.
270         (wl-spam-save-status): Ditto.
271         (wl-summary-mode-map): Bind
272         wl-summary-target-mark-register-as-spam to "ms" and
273         wl-summary-target-mark-register-as-good to "mn".
274         (wl-summary-register-as-spam): Abolish optional argument; Use
275         wl-spam-register-spam-messages.
276         (wl-summary-register-as-spam-all): Use
277         wl-spam-register-spam-messages.
278         (wl-summary-register-as-good): Abolish optional argument; Use
279         wl-spam-register-good-messages.
280         (wl-summary-register-as-good-all): Use
281         wl-spam-register-good-messages.
282         (wl-summary-target-mark-register-as-spam): New funtion.
283         (wl-summary-target-mark-register-as-good): Ditto.
284
285 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-spam.el: New file.
288
289 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
292
293         * wl-action.el (wl-auto-refile-guess-functions): New variable.
294         (wl-summary-auto-refile): Call wl-refile-guess with
295         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
296
297 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
300         with disable-thread argument non-nil.
301
302 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-summary.el (wl-summary-rescan): Added optional argument
305         disable-thread.
306         (wl-summary-sync): Call wl-summary-rescan with argument
307         disable-thread.
308         (wl-summary-input-range): Added new range `rescan-thread'.
309
310 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
311
312         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
313
314 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
317         internal variable.
318         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
319         wl-summary-search-parent-by-subject-regexp and
320         wl-summary-divide-thread-when-subject-changed as nil.
321         (wl-summary-insert-sequential): If entity is nil, nothing to do.
322         (wl-summary-insert-thread): Search parent entity from
323         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
324         thread loop.
325
326 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
327
328         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
329
330         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
331
332         * wl-util.el (wl-require-update-all-folder-p): New function.
333         (wl-get-assoc-list-value): Added `function' to match directive.
334         (wl-collect-draft): Rewrite.
335
336         * wl-summary.el (wl-summary-sync-update): Clear faces
337         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
338         are non-nil.
339         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
340         argument as function.
341         (wl-summary-input-range): Ditto.
342
343         * wl-folder.el (wl-draft-get-folder): New function.
344         (wl-folder-get-elmo-folder): Consider draft folder.
345
346         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
347         (wl-draft-buffer-message-number): New buffer local variable.
348         (wl-draft-folder-internal): New internal variable.
349         (wl-draft-delete): Rewrite.
350         (wl-draft-save): Ditto.
351         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
352         wl-folder-get-elmo-folder.
353         (wl-draft-config-info-operation): Ditto.
354         (wl-jump-to-draft-folder): Ditto.
355         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
356         (wl-draft-reedit): Rewrite.
357
358         * Version number is increased to 2.11.19.
359         
360 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
361
362         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
363         variable.
364
365 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
368         Use ignore-errors instead of unwind-protect.
369
370 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
371
372         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
373         for updating `wl-thread-entity-list'.
374
375 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
376
377         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
378         parameter from calling `wl-thread-entity-get-older-brothers' and
379         `wl-thread-entity-get-younger-brothers'.
380         Replace nested `append' with a single one.
381
382 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-summary.el (wl-summary-mode): Don't use the return value of
385         `make-local-hook'.
386
387 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
388
389         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
390         instead of `let*'.
391         (wl-thread-delete-message): Likewise.  Split and narrow the scope
392         of local variables.
393
394 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
397         Renamed from wl-summary-window-scroll-functions.
398         (wl-summary-window-scroll-functions): Don't set to variable.
399         (wl-summary-display-top): Use run-hooks.
400         (wl-summary-display-bottom): Ditto.
401         (wl-summary-toggle-disp-msg): Ditto.
402         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
403         Use it instead of wl-summary-window-scroll-functions.
404         (wl-summary-goto-folder-subr): Don't call
405         wl-summary-window-scroll-functions, use
406         wl-summary-buffer-window-scroll-functions instead.
407
408 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
411         make-local-variable.
412
413 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
414
415         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
416         set-buffer-modified-p.
417         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
418         (wl-summary-display-bottom): Ditto.
419         (wl-summary-toggle-disp-msg): Ditto.
420
421 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
424
425         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
426         (wl-summary-forward): Use elmo-message-entity-field instead of
427         elmo-message-field.
428
429         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
430
431 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-summary.el (wl-summary-window-scroll-functions): No use
434         `append'.
435
436 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
437
438         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
439         function.
440         (wl-summary-window-scroll-functions): Call it when both
441         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
442         (wl-summary-temp-mark): Added optional argument number.
443         (wl-summary-message-mark): Added optional argument flag.
444         (wl-summary-persistent-mark): Added optional argument number and flag.
445         (wl-summary-update-persistent-mark): Ditto.
446         (wl-summary-update-status-marks): Set "r" for interactive spec.
447
448         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
449         argument number and flag.
450
451         * wl-action.el (wl-summary-registered-temp-mark): 
452         Do nothing when wl-summary-buffer-temp-mark-list is nil.
453
454 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
457         internal variable (buffer local).
458         (wl-summary-window-scroll-functions): New function.
459         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
460         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
461         as nil.
462         (wl-summary-update-status-marks): Added arguments beg, end and
463         check.
464         (wl-summary-update-mark-window): Use function.
465         (wl-summary-sync-update): Follow the change above.
466         (wl-summary-switch-to-clone-buffer): Copy
467         wl-summary-buffer-unsync-mark-number-list.
468         (wl-summary-goto-folder-subr): Set
469         wl-summary-buffer-unsync-mark-number-list and
470         use wl-summary-window-scroll-functions insteaf of
471         wl-summary-lazy-highlight.
472
473         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
474
475 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
478
479         * wl-summary.el (wl-summary-update-persistent-mark): Call
480         wl-summary-set-message-modified.
481
482         * wl-summary.el (wl-summary-sync-update): Don't call
483         wl-summary-update-status-marks.
484
485         * Version number is increased to 2.11.18.
486
487 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
488
489         * wl-message.el (wl-message-prev-page): Use save-selected-window.
490         (wl-message-next-page): Ditto.
491
492 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
493
494         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
495         local variable.  Change the order of a collected list into the
496         same as the specified range.  Remove nil from a collected list.
497
498 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-summary.el (wl-summary-insert-headers): Set visible-only
501         argument for elmo-folder-list-messages.
502
503 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
506         change (wl-summary-count-unreads return a list instead of a cons
507         cell).
508
509 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
510
511         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
512         `wl-summary-folder-info-update'.
513
514 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-summary.el (wl-summary-set-message-modified): No use
517         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
518         (wl-summary-set-mark-modified): Abolish.
519         (wl-summary-mark-modified-p): Ditto.
520         (wl-summary-save-view): Follow the change above.
521
522         * wl-expire.el (wl-summary-expire): Likewise.
523
524 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
525
526         * wl-summary.el (wl-summary-detect-mark-position): Use
527         modb-entity-handler.
528         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
529
530         * Version number is increased to 2.11.17.
531
532 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
533
534         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
535         entity field value.
536         (wl-summary-prefetch-msg): Ditto.
537         (wl-summary-print-message-with-ps-print): Ditto.
538
539 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
540
541         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
542         for dummy entity.
543         (wl-summary-insert-thread): Use elmo-message-entity-field.
544         (wl-summary-update-thread): Use elmo-message-entity-field and
545         elmo-message-entity-number.
546         (wl-summary-line-number):  Use elmo-message-entity-number.
547         (wl-summary-line-size): Use elmo-message-entity-field.
548         (wl-summary-line-subject): Ditto.
549         (wl-summary-line-from): Ditto.
550         (wl-summary-line-attached): Ditto.
551         (wl-summary-create-line): Ditto.
552         (wl-summary-create-line): Use elmo-message-entity-number.
553         (wl-summary-print-message-with-ps-print): Use
554         elmo-message-entity-field.
555
556 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
557
558         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
559         change in elmo-msgdb-make-message-entity.
560         (wl-summary-buffer-set-folder): Don't call
561         wl-summary-detect-mark-position here.
562         (wl-summary-rescan): Call elmo-message-entity-number.
563         (wl-summary-sync-update): Ditto.
564         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
565
566         * wl-score.el (wl-score-header-index): Redefine 2th element.
567         (wl-score-overview-entity-get-extra): Abolish.
568         (wl-score-ov-entity-get): Rewrite.
569         (wl-score-string-index<, wl-score-string-func<): Abolish.
570         (wl-score-string<): New function.
571         (wl-score-string-sort): Use it.
572
573         * wl-refile.el (wl-refile-guess-by-history): Use
574         elmo-message-entity-field.
575         (wl-refile-guess-by-from): Ditto.
576         (wl-refile-guess-by-msgid): Ditto.
577
578         * Version number is increased to 2.11.16.
579
580 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
581
582         * wl-folder.el (wl-folder-confirm-existence): Don't call
583         file-exists-p if msgdb-path is nil.
584         * wl-summary.el, wl-draft.el, wl-action.el: Rename
585         `wl-read-folder-hist' to `wl-read-folder-history'.
586
587 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
588
589         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
590         `y-or-n-p'.
591
592 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-score.el (wl-score-headers): Don't use
595         elmo-folder-do-each-message-entity.
596
597         * Version number is increased to 2.11.15.
598
599 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
600
601         * wl-summary.el (wl-summary-delete-all-msgs): Use
602         elmo-folder-move-messages instead of elmo-folder-delete-messages
603         and elmo-folder-detach-messages.
604         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
605
606         * wl-expire.el (wl-expire-delete): Ditto.
607         (wl-expire-refile-with-copy-reserve-msg): Ditto.
608
609 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
610
611         * wl-vars.el (wl-message-use-header-narrowing): New user option.
612         (wl-message-header-narrowing-fields): Ditto.
613         (wl-message-header-narrowing-lines): Ditto.
614         (wl-message-header-narrowing-string): Ditto.
615
616         * wl-summary.el (wl-summary-mode-map): Bind
617         wl-summary-toggle-header-narrowing to "C-cC-f".
618         (wl-summary-toggle-header-narrowing): New function.
619
620         * wl-message.el (wl-message-buffer-create): Call
621         wl-message-header-narrowing-setup.
622         (wl-message-redisplay): Call wl-message-header-narrowing.
623         (wl-message-header-narrowing): New function.
624         (wl-message-header-narrowing-map): New keymap.
625         (wl-message-header-narrowing-widen-map): New keymap.
626         (wl-message-header-narrowing-again-at-mouse): New function.
627         (wl-message-header-narrowing-1): Ditto.
628         (wl-message-header-narrowing-widen-at-mouse): Ditto.
629         (wl-message-header-narrowing-setup): Ditto.
630         (wl-message-header-narrowing-toggle): Ditto.
631         
632         * wl-highlight.el (wl-message-header-narrowing-face): New face.
633
634         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
635         'flag as all.
636         (wl-use-flag-folder-help-echo): New user option.
637
638         * wl-summary.el (wl-summary-detect-mark-position): Bind 
639         wl-summary-highlight as nil.
640         (wl-summary-set-mark-modified): Follow the API change.
641         (wl-summary-mark-modified-p): Ditto.
642         (wl-summary-mark-as-read-all): Ditto.
643         (wl-summary-sync-marks): Don't call
644         elmo-folder-list-messages-with-global-mark.
645         (wl-summary-mark-as-read-internal): Follow the API change.
646         (wl-summary-mark-as-answered-internal): Ditto.
647         (wl-summary-mark-as-important): Cause an error when 'flag folder;
648         Follow the API change.
649         (wl-summary-create-line): Call with number argument.
650         (wl-summary-reply): Follow the API change.
651
652         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
653         function.
654         (wl-highlight-summary-line-string): Call it when
655         wl-use-flag-folder-help-echo is non-nil.
656         (wl-highlight-summary-current-line): Ditto.
657         (elmo-flag-folder-referrer): Added autoload setting.
658
659         * wl-draft.el (wl-draft-kill): Follow the API change.
660
661         * Version number is increased to 2.11.14.
662         
663 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
666
667 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * Version number is increased to 2.11.13.
670
671 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-draft.el (wl-draft-previous-history-element): Fixed
674         unbalanced parenthesis and bind unbound local variables.
675
676 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
677
678         * wl-draft.el (wl-draft-previous-history-element): New function.
679         (wl-draft-next-history-element): Ditto.
680         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
681         them to M-p and M-n.
682
683 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * Version number is increased to 2.11.12.
686
687 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
688
689         * wl-draft.el (wl-draft-hide): Select buffer-window.
690
691 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
692
693         * wl-summary.el (wl-summary-narrow-to-region): New function.
694         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
695         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
696         (wl-summary-save-region): Use it.
697         * wl-action.el (wl-summary-collect-numbers-region)
698         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
699
700 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-folder.el (wl-folder-count-incorporates): Don't use
703         `elmo-msgdb-mark-load'
704
705         * Version number is increased to 2.11.11.
706
707 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
708
709         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
710         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
711
712 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
713
714         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
715
716 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * Version number is increased to 2.11.10.
719
720 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
721
722         * wl-mime.el (wl-draft-attribute-value): Fixed.
723
724 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
725
726         * wl-util.el (wl-copy-local-variables): New function.
727
728         * wl-mime.el (wl-draft-attribute-recipients): New function.
729         (wl-draft-attribute-envelope-from): Ditto.
730         (wl-draft-attribute-smtp-posting-server): Ditto.
731         (wl-draft-attribute-smtp-posting-port): Ditto.
732         (wl-draft-attribute-value): Ditto.
733         (wl-draft-preview-message): Use it to get value for
734         attributes. Reflect result of `wl-draft-config'.
735
736         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
737         and call `wl-summary-mark-as-read' before to call
738         `wl-summary-unset-mark'.
739         (wl-summary-target-mark-mark-as-unread): Likewise.
740         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
741
742 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
743
744         * wl-mime.el (wl-draft-preview-message): Use actual value for
745         attributes; Fix for small window.
746
747 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-refile.el (wl-refile-get-field-value): Call
750         `elmo-message-entity-field' with 3rd argument is non-nil.
751
752 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
753
754         * wl-vars.el (wl-draft-preview-attributes): New user option.
755         (wl-draft-preview-attributes-list): Ditto.
756         (wl-draft-preview-attributes-buffer-lines): Ditto.
757         (wl-draft-preview-attributes-buffer-name): Ditto.
758
759         * wl-mime.el (wl-draft-preview-message): Display attributes.
760
761 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-summary.el (wl-summary-detect-mark-position): Bind
764         wl-summary-flag-priority-list to '(new).
765
766 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
769         funtion.
770         (wl-highlight-summary-line-string): Use it.
771         (wl-highlight-summary-current-line): Ditto.
772
773 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
774
775         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
776         line even when the mark string is not changed.
777
778         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
779         argument change in the wl-summary-create-line.
780         (wl-thread-insert-entity-sub): Ditto.
781
782         * wl-summary.el (wl-summary-detect-mark-position): Follow the
783         argument change in the wl-summary-create-line.
784         (wl-summary-insert-sequential): Ditto.
785         (wl-summary-update-thread): Ditto.
786         (wl-summary-persistent-mark-string): New inline function.
787         (wl-summary-message-mark): Use it.
788         (wl-summary-create-line): Abolish argument wl-persistent-mark
789         and added wl-flags, wl-cached.
790
791         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
792         mark to flags.
793         (wl-highlight-summary-current-line): Decide the face not by the 
794         persistent mark but flags.
795
796 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
799         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
800         wl-summary-read-uncached-mark): Revive.
801         (wl-summary-answered-cached-mark,
802         wl-summary-answered-uncached-mark): New user option.
803         (wl-summary-score-marks): Follow the change above.
804         (wl-summary-auto-refile-skip-marks): Ditto.
805         (wl-summary-incorporate-marks): Ditto.
806         (wl-summary-expire-reserve-marks): Ditto.
807         (wl-summary-flag-priority-list): New user option.
808
809         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
810         changes.
811         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
812         of elmo-message-mark.
813         (wl-summary-mark-as-read-internal): Ditto.
814         (wl-summary-mark-as-answered): Ditto.
815         (wl-summary-mark-as-important): Ditto.
816         (wl-summary-redisplay-internal): Ditto.
817         (wl-summary-redisplay-no-mime-internal): Ditto.
818         (wl-summary-message-mark): New function.
819         (wl-summary-insert-sequential): Use wl-summary-message-mark
820         instead of elmo-message-mark.
821         (wl-summary-update-thread): Ditto.
822         (wl-summary-persistent-mark): Ditto.
823         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
824         instead of elmo-message-mark.
825
826         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
827         wl-summary-message-mark instead of elmo-message-mark.
828         (wl-thread-insert-entity-sub): Ditto.
829         (wl-thread-get-children-msgs-uncached): Ditto.
830
831         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
832         variable name changes.
833         (wl-highlight-summary-current-line): Ditto.
834
835         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
836         wl-summary-message-mark instead of elmo-message-mark.
837
838         * wl-expire.el (wl-expire-message-p): Ditto.
839
840         * wl-score.el (wl-score-headers): Ditto.
841
842         * Version number is increased to 2.11.9.
843
844         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
845         (wl-summary-sync-update): Follow the change above.
846         (wl-summary-switch-to-clone-buffer): Ditto.
847         (wl-summary-open-folder): Ditto.
848
849 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
852         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
853
854         * Version number is increased to 2.11.8.
855
856         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
857
858         * wl-expire.el (wl-expire-refile): Follow the API change on
859         `elmo-folder-move-messages'.
860         (wl-expire-refile-with-copy-reserve-msg): Ditto.
861
862         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
863         (wl-summary-exec-action-refile): Ditto.
864         (wl-summary-exec-action-copy): Ditto.
865         (wl-summary-no-auto-refile-message-p): No use
866         `wl-summary-buffer-msgdb'.
867         (wl-summary-auto-refile): Ditto.
868
869 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
872
873 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl-summary.el (wl-summary-sync): Treat no-sync.
876
877         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
878         (wl-default-sync-range): Ditto.
879
880 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-refile.el (wl-refile-subject-learn): Call
883         `elmo-message-entity-field' with 3rd argument is non-nil.
884         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
885         instead of `elmo-msgdb-overview-entity-get-subject'.
886
887 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
888
889         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
890         scan-type is rescan.
891         (wl-summary-delete-all-temp-marks): Remove scored mark too when
892         new optional argument force is non-nil.
893         (wl-summary-save-view-cache): Call it with force argument non-nil.
894
895         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
896
897 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-action.el (wl-summary-print-argument): Fixed last change.
900
901 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
904         simplified.
905         (wl-summary-target-mark-mark-as-unread): Likewise.
906         (wl-summary-target-mark-mark-as-important): Likewise.
907
908 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
909
910         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
911         * wl-summary.el (wl-summary-mark-as-important): Arranged.
912         (wl-summary-mark-as-important-region): Change accordingly.
913         (wl-summary-target-mark-mark-as-important): Ditto.
914
915 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
918
919         * wl-action.el (wl-summary-print-argument): Print argument to
920         right side of window if `wl-summary-print-argument-within-window'
921         is non-nil.
922
923 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
924
925         * wl-action.el (wl-summary-set-mark): Use
926         `wl-summary-message-visible-p' to check visibility of the message
927         and jump to message only when the message line is visible and have
928         different number; Call wl-summary-unset-mark with number argument.
929         (wl-summary-unset-mark): 
930         Use `wl-summary-message-visible-p'
931         to check visibility of the message and jump to message only when
932         the message line is visible and have different number;
933
934 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * Version number is increased to 2.11.7.
937
938         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
939         and wl-folder-summary-line-format.
940
941         * wl-summary.el (wl-summary-message-visible-p): New inline function.
942         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
943         (wl-summary-set-score-mark): Use it.
944         (wl-summary-target-mark-mark-as-read): Ditto.
945         (wl-summary-target-mark-mark-as-unread): Ditto.
946         (wl-summary-target-mark-mark-as-important): Ditto.
947         (wl-summary-target-mark-msgs): Simplified.
948         (wl-summary-detect-mark-position): Fixed problem when
949         summary-line-format no contain persisten/temp mark spec.
950         (wl-summary-temp-mark): Ditto.
951         (wl-summary-persistent-mark): Ditto.
952         (wl-summary-update-persistent-mark): Ditto.
953
954         * wl-action.el (wl-summary-set-mark): Ditto.
955         (wl-summary-unset-mark): Ditto.
956         All other related portions are changed.
957
958 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
959
960         * Version number is increased to 2.11.6.
961
962 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
963
964         * wl-util.el (wl-current-message-buffer): Define as function;
965         Don't use the value of wl-messge-buffer.
966
967         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
968         persistent mark.
969
970         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
971         no current message, cause an error.
972
973 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-summary.el (wl-summary-set-message-modified): Use
976         elmo-folder-set-message-modified instead of
977         elmo-folder-set-message-modified-internal.
978
979 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
980
981         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
982         interactively.
983         (wl-summary-sync): nokill->entirely.
984         (wl-summary-sync-marks): Fixed message.
985         (wl-summary-input-range): Added mark, nokill->entirely.
986
987         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
988         messages as read.
989
990 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
993         update-noscore.
994         (wl-summary-sync): Follow the change above.
995
996 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-action.el (wl-summary-target-mark-all): Use
999         elmo-folder-list-messages.
1000
1001 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1002
1003         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1004         (wl-summary-rescan): Set wl-summary-scored as nil.
1005         (wl-summary-sync-force-update): Follow the change above.
1006         (wl-summary-sync): Ditto.
1007         (wl-summary-sync-update): Added argument disable-killed.
1008         (wl-summary-insert-headers): Set visible-only argument for
1009         elmo-folder-list-messages.
1010         (wl-summary-input-range): Added update-nokill, update-noscore,
1011         all-nokill, all-noscore and mark.
1012
1013         * Version number is increased to 2.11.5.
1014
1015         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1016
1017 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1020         (wl-summary-prefetch-region-no-mark): Change accordingly.
1021         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1022
1023 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-address.el (wl-complete-field-to): Abolished.
1026         (wl-complete-address): Completion function for completing-read.
1027         * wl-action.el (wl-summary-get-resend-address): Use it.
1028
1029         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1030         wl-summary-update-mark and abolish unused argument.
1031         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1032         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1033         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1034         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1035         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1036         * wl-draft.el (wl-draft-kill): Ditto.
1037
1038         * wl-summary.el: Remove unused binding of case-fold-search.
1039         (wl-summary-replace-status-marks): Abolished.
1040
1041 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1042
1043         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1044         is specified or folder length is zero.
1045
1046 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1049         (wl-folder-archive-current-entity): Ditto.
1050
1051 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1052
1053         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1054         retrieving message mark.
1055         (wl-summary-redisplay-internal): Ditto.
1056
1057         * wl-message.el (wl-message-buffer-display): Ignore errors while
1058         retrieving message-id field.
1059
1060         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1061         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1062         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1063         order of the arguments for `wl-expire-message-p'.
1064         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1065
1066         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1067         Check return value of wl-summary-reply.
1068         (wl-summary-reply): Recover window configuration when an error occured.
1069
1070 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1071
1072         * wl-summary.el (wl-summary-resend-message): Abolished, the
1073         feature is inherited by wl-summary-resend (put resend mark).
1074
1075 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1078         wl-message-buffer to nil when the message is hide.
1079
1080 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * .cvsignore: New file.
1083
1084 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-action.el (wl-summary-action-docstring): Add more info.
1087         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1088         duplicate definition.
1089         (wl-summary-define-mark-action): Functions wl-summary-*-region
1090         keep current position.
1091         (wl-summary-unregister-target-mark): Store result to the variable.
1092
1093 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1094
1095         * Version number is increased to 2.11.4.
1096
1097 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1098
1099         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1100         wl-summary-delete-all-temp-marks.
1101         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1102
1103         * wl-action.el (wl-summary-set-mark): Changed terminology
1104         refile-destination -> action-argument.
1105         (wl-summary-unset-mark): Ditto.
1106         (wl-summary-remove-argument): Ditto.
1107         (wl-summary-print-argument): Ditto.
1108
1109         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1110         (wl-thread-remove-argument-region): Ditto.
1111         (wl-thread-print-argument-region): Ditto.
1112         (wl-thread-close): Ditto.
1113         (wl-thread-open): Ditto.
1114
1115         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1116         (wl-highlight-refile-destination-face is abolished)
1117         (wl-highlight-action-argument-string): Ditto.
1118         (wl-highlight-summary-current-line): Highlight action argument.
1119
1120         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1121         color for light backgrounds.
1122         (wl-highlight-summary-answered-face): Ditto.
1123
1124 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1125
1126         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1127
1128         * wl-score.el (wl-summary-score-update-all-lines): Use
1129         wl-summary-set-mark.
1130         (wl-summary-score-update-all-lines): Kill expunged messages.
1131
1132         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1133
1134 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1135
1136         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1137         directly.
1138         (wl-score-overview-entity-get-lines): Ditto.
1139         (wl-score-overview-entity-get-xref): Ditto.
1140         (wl-score-get-latest-msgs): Ditto.
1141         (wl-summary-rescore): Ditto.
1142
1143         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1144         to "&".
1145         (wl-summary-mark-as-answered-internal): New inline function.
1146         (wl-summary-mark-as-answered): New function.
1147         (wl-summary-mark-as-unanswered): Ditto.
1148         (wl-summary-sync-marks): Modified for answered-mark synching.
1149
1150 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * wl-action.el (wl-summary-set-mark): Fixed last change.
1153
1154 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1155
1156         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1157         behavior of wl-summary-unread-message-hook
1158         (Pointed out by akira yamada <akira@arika.org>).
1159
1160 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1163         wl-summary-delete.
1164         * wl-xmas.el (wl-summary-toolbar): Ditto.
1165
1166         * wl-action.el (wl-summary-set-mark): Don't override current
1167         temp-mark.
1168
1169         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1170
1171 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1172
1173         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1174         (wl-refile-msgid-learn): Ditto.
1175         (wl-refile-get-field-value): Ditto.
1176
1177         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1178
1179         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1180         (wl-expire-delete-reserved-messages): Renamed from
1181         wl-expire-reserve-marked-msgs-from-list.
1182         (wl-expire-delete): Removed argument `msgdb'.
1183         (wl-expire-refile): Ditto.
1184         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1185         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1186         mark-alist as argument.
1187         (wl-expire-archive-number1): Removed argument `msgdb'.
1188         (wl-expire-archive-number2): Ditto.
1189         (wl-expire-archive-date): Ditto.
1190         (wl-expire-localdir-date): Ditto.
1191         (wl-expire-hide): Ditto.
1192         (wl-archive-number1): Ditto.
1193         (wl-archive-number2): Ditto.
1194         (wl-archive-date): Ditto.
1195         (wl-archive-folder): Ditto.
1196         All other related portions are changed.
1197
1198 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1201         mean move up and down. (suggested by Takashi Kawachi)
1202
1203 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1204
1205         * wl-acap.el (toplevel): Don't require un-define.
1206
1207 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-thread.el (wl-thread-delete-message): Always update
1210         wl-summary-buffer-number-list.
1211
1212         * wl-action.el (wl-summary-print-destination): 
1213         Do nothing when folder is nil.
1214
1215 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1216
1217         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1218         persistent mark when prefetch is succeeded.
1219
1220 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1221
1222         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1223         instead of elmo-msgdb-delete-msgs.
1224         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1225         (wl-expire-hide): Ditto.
1226
1227         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1228
1229         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1230         elmo-msgdb interface.
1231         (wl-thread-get-exist-children): Likewise.
1232         (wl-thread-insert-message): Likewise.
1233         (wl-thread-msg-mark-as-important): Likewise.
1234         (wl-thread-insert-entity-sub): Likewise.
1235         (wl-thread-get-children-msgs-uncached): Likewise.
1236
1237         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1238         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1239         (wl-summary-sync-update): Likewise.
1240         (wl-summary-auto-select-msg-p): Likewise.
1241         (wl-summary-update-thread): Likewise.
1242         (wl-summary-mark-as-important): Likewise.
1243         (wl-summary-jump-to-msg-internal): Likewise.
1244         (wl-summary-redisplay-internal): Likewise.
1245         (wl-summary-print-message-with-ps-print): Likewise.
1246         (wl-summary-folder-info-update): Likewise.
1247
1248         * wl-folder.el (wl-folder-check-one-entity):
1249         elmo-folder-count-flags instead of wl-summary-count-unread.
1250
1251         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1252
1253         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1254
1255         * wl-summary.el (wl-summary-set-message-modified): 
1256         Call wl-summary-set-mark-modified.
1257         (wl-summary-delete-messages-on-buffer): Call
1258         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1259         (wl-summary-sync-update): Call elmo-folder-length instead of
1260         elmo-folder-messages.
1261         (wl-summary-insert-headers): Don't call
1262         elmo-folder-list-message-entities.
1263
1264 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-action.el (wl-summary-define-mark-action): Call
1267         `wl-summary-set-mark' with argument `data'.
1268         (wl-summary-auto-refile): Fixed order of arguments when call
1269         `wl-summary-refile'.
1270
1271 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1274
1275         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1276
1277         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1278         (Renamed from wl-highlight-summary-deleted-face).
1279         (wl-highlight-summary-resend-face): New face.
1280
1281         (wl-highlight-summary-deleted-face): Renamed from
1282         wl-highlight-summary-erased-face.
1283
1284         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1285
1286         * wl-action.el (wl-summary-get-resend-address): New function.
1287         (wl-summary-exec-action-resend): Ditto.
1288         (wl-summary-exec-action-resend-subr): Ditto.
1289
1290         * w-thread.el (wl-thread-copy): Removed definition.
1291         (wl-thread-refile): Ditto.
1292         (wl-thread-delete): Ditto.
1293         (wl-thread-target-mark): Ditto.
1294
1295         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1296         (wl-summary-target-mark-set-action): Fixed.
1297         (wl-summary-define-mark-action): Fixed quotation.
1298         (wl-summary-move-mark-list-messages): Display message.
1299         (wl-summary-define-mark-action): Define thread functions.
1300         (wl-summary-exec-action-refile): Changed message.
1301         (wl-summary-exec): Ditto.
1302
1303 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1304         
1305         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1306         '%%'.
1307
1308 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1309
1310         * wl.el (toplevel): Require wl-action.
1311         (wl-init): Call wl-summary-define-mark-action.
1312
1313         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1314
1315         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1316         wl-summary-delete and wl-summary-erase.
1317         (wl-summary-mode-map): Ditto.
1318
1319         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1320         wl-delete-folder-alist.
1321
1322         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1323         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1324         (toplevel): Moved mark & action related functions to the wl-action.el.
1325
1326         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1327         in wl-summary-mark-action-list.
1328         (wl-highlight-summary-current-line): Ditto.
1329
1330         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1331         empty lines.
1332
1333         * wl-action.el: New file. 
1334
1335 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-summary.el (wl-summary-target-mark-replace): New function.
1338         (wl-summary-target-mark-prefetch): Use it.
1339         (wl-summary-target-mark-delete): Ditto.
1340         (toplevel): Rearranged definition order.
1341         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1342         (wl-summary-target-mark-erase): Rewrite.
1343         (wl-summary-erase-region): New function.
1344         (wl-summary-exec-action-erase): Changed message.
1345         (wl-summary-move-mark-list-messages): New function.
1346         (wl-summary-exec-action-delete): Use it.
1347         (wl-summary-exec-action-erase): Ditto.
1348
1349         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1350         (wl-summary-skip-mark-list): Added "d".
1351
1352         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1353         while searching.
1354
1355         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1356         and define using defcustom;
1357         Define 4th element as a face.
1358         
1359         * wl-summary.el (wl-summary-incorporate): Use 
1360         `wl-summary-prefetch-region-no-mark' instead of
1361         `wl-summary-prefetch-region'.
1362         (wl-summary-prefetch-region-no-mark): Revival of old
1363         `wl-summary-prefetch-region'.
1364         (wl-summary-mark-action-list): Moved to wl-vars.el
1365
1366         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1367         face according to the `wl-summary-mark-action-list'.
1368         (wl-highlight-summary-current-line): Ditto;
1369         Removed destination highlighting.
1370
1371         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1372         (wl-highlight-summary-line-string): Highlight for "i" mark.
1373         (wl-highlight-summary-current-line): Ditto.
1374
1375         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1376         no destination.
1377
1378         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1379         exists, just go ahead.
1380         (wl-summary-prefetch-region): Rewrite.
1381         (wl-summary-prefetch): Ditto.
1382         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1383         (wl-summary-exec-action-prefetch): New function.
1384         (wl-summary-target-mark-prefetch): Rewrite.
1385
1386 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1387
1388         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1389         (wl-highlight-summary-line-string): Added "d" and "D".
1390         (wl-highlight-summary-current-line): Ditto.
1391
1392         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1393         in wl-summary.el.
1394         (wl-thread-insert-entity-sub): Ditto.
1395         (wl-thread-remove-destination-region): Ditto.
1396         (wl-thread-print-destination-region): Ditto.
1397
1398         * wl-summary.el (wl-summary-buffer-refile-list,
1399         wl-summary-buffer-delete-list,
1400         wl-summary-buffer-copy-list): Abolish.
1401         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1402         All other related portions are changed.
1403         (wl-summary-mark-action-list): New variable.
1404         (wl-summary-set-mark): New function.
1405         (wl-summary-register-target-mark): Ditto.
1406         (wl-summary-unregister-target-mark): Ditto.
1407         (wl-summary-have-target-mark-p): Ditto.
1408         (wl-summary-register-temp-mark): Ditto.
1409         (wl-summary-unregister-temp-mark): Ditto.
1410         (wl-summary-registered-temp-mark): Ditto.
1411         (wl-summary-collect-temp-mark): Ditto.
1412         (wl-summary-unset-mark): Ditto.
1413         (wl-summary-set-target-mark): Ditto.
1414         (wl-summary-unset-target-mark): Ditto.
1415         (wl-summary-set-action-generic): Ditto.
1416         (wl-summary-unset-action-generic): Ditto.
1417         (wl-summary-exec-action-delete): Ditto.
1418         (wl-summary-exec-action-erase): Ditto.
1419         (wl-summary-set-action-refile): Ditto.
1420         (wl-summary-set-action-refile-subr): Ditto.
1421         (wl-summary-unset-action-refile): Ditto.
1422         (wl-summary-make-destination-numbers-list): Ditto.
1423         (wl-summary-exec-action-refile): Ditto.
1424         (wl-summary-set-action-copy): Ditto.
1425         (wl-summary-unset-action-copy): Ditto.
1426         (wl-summary-exec-action-copy): Ditto.
1427         (wl-summary-collect-numbers-region): Ditto.
1428         (wl-summary-delete): Rewrite.
1429         (wl-summary-erase): Ditto.
1430         (wl-summary-remove-destination): Ditto.
1431         (wl-summary-exec): Ditto.
1432         (wl-summary-exec-region): Ditto.
1433         (wl-summary-target-mark-erase): Ditto.
1434         (wl-summary-refile): Ditto.
1435         (wl-summary-copy): Ditto.
1436         (wl-summary-unmark): Ditto.
1437         (wl-summary-delete-all-mark): Ditto.
1438         (wl-summary-mark-line): Don't highlight.
1439         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1440         (wl-summary-target-mark-refile-subr): Rewrite.
1441
1442         (wl-summary-copy-prev-destination): Abolish.
1443
1444 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1445
1446         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1447         default values along the value of wl-on-mule.
1448         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1449         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1450         It is not used anywhere.
1451
1452 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-summary.el (wl-summary-print-destination): Keep position.
1455         (wl-summary-cursor-move-surface): Keep horizontal position.
1456
1457 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1458
1459         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1460         write sendlog.
1461
1462 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1463
1464         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1465         `wl-summary-highlight'.
1466
1467 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1470         trivial condition for temp-mark.
1471
1472 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1473
1474         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1475         when it hits killed buffer.
1476
1477 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1478
1479         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1480         * wl-news.el.in: `message' and `error' take format string.
1481
1482 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-folder (wl-folder-insert-entity): Display a message,
1485         `...done', when the work finish.
1486         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1487
1488 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-message.el (wl-message-redisplay): Remove unused local
1491         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1492
1493 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1494
1495         * wl-summary.el (wl-summary-replace-status-marks): Disable
1496         interactive use.
1497         (wl-summary-reedit): Check message existence at first.
1498         (wl-summary-mark-line): Fix doc, return value is indefinite.
1499
1500         * wl-highlight.el (wl-highlight-message): Arranged.
1501
1502         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1503         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1504         check temp-mark by wl-summary-temp-mark always.
1505         (wl-highlight-summary): Change accordingly.
1506         * wl-summary.el (wl-summary-mark-as-read-all)
1507         (wl-summary-delete-cache, wl-summary-set-score-mark)
1508         (wl-summary-mark-as-unread, wl-summary-unmark)
1509         (wl-summary-mark-line, wl-summary-mark-as-read)
1510         (wl-summary-mark-as-important): Ditto.
1511
1512         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1513         end of the window if possible.
1514         * wl-summary.el (wl-summary-sync-update): Support lazy
1515         highlighting.
1516         (wl-summary-toggle-disp-msg): Ditto.
1517
1518 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1519
1520         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1521
1522 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1525         change.
1526
1527 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1528
1529         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1530         API.
1531         (wl-summary-sync-update): Ditto.
1532
1533         * wl-score.el (wl-score-get-score-alist): Changed argument.
1534         (wl-summary-rescore-msgs): Likewise.
1535         (wl-summary-score-headers): Likewise.
1536         (wl-score-headers): Likewise;
1537         Use elmo-folder-do-each-message-entity, etc.
1538         (wl-summary-score-effect): Follow the changes above.
1539         (wl-summary-rescore): Ditto.
1540         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1541         (wl-score-get-overview): Abolish.
1542
1543         * wl-summary.el (wl-summary-default-from): Follow the API change in
1544         elmo-msgdb.
1545         (wl-summary-count-unread): Ditto.
1546         (wl-summary-detect-mark-position): Ditto.
1547         (wl-summary-overview-entity-compare-by-date): Ditto.
1548         (wl-summary-overview-entity-compare-by-number): Ditto.
1549         (wl-summary-overview-entity-compare-by-from): Ditto.
1550         (wl-summary-overview-entity-compare-by-subject): Ditto.
1551         (wl-summary-get-list-info): Ditto.
1552         (wl-summary-rescan): Ditto.
1553         (wl-summary-jump-to-msg-by-message-id): Ditto.
1554         (wl-summary-sync-update): Ditto; Removed comment.
1555         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1556         (wl-summary-insert-message): Use wl-summary-insert
1557         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1558         (wl-summary-insert-headers): Changed argument overview to folder.
1559         (wl-summary-search-by-subject): Likewise.
1560         (wl-summary-insert-thread): Renamed from 
1561         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1562
1563         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1564         too.
1565
1566         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1567         wl-string-member.
1568
1569 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1570
1571         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1572         elmo-folder-append-buffer.
1573         (wl-draft-queue-append): Likewise.
1574
1575         * wl-mime.el (wl-message-delete-current-part): Ditto.
1576         (wl-summary-burst-subr): Ditto.
1577
1578         * wl-news.el.in (wl-news-send-news): Ditto.
1579
1580 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1583         function.
1584         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1585         (wl-summary-update-mark): Enclose with save-excursion.
1586         (wl-summary-mark-as-read-internal): Fixed last change.
1587         (wl-summary-mark-as-important): Use 3rd argument of
1588         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1589         Don't use elmo-msgdb-set-mark.
1590         (wl-summary-redisplay-internal): If msgdb flag is already read,
1591         just update the mark on buffer.
1592
1593 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1596         cut visible folder when elmo-folder-delete returns non-nil value.
1597
1598 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1601         by Kenichi OKADA <okada@opaopa.org>).
1602
1603 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1606
1607 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1610         Fixed the last change, search group entity by its real name.
1611         (Thanks to: KOBAYASHI Shinji)
1612
1613 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1614
1615         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1616         (wl-fldmgr-access-display-all): Don't refer visible name.
1617         * wl-expire.el (wl-folder-archive-current-entity)
1618         (wl-folder-expire-current-entity): Ditto.
1619         * wl-folder.el (wl-folder-jump-to-current-entity)
1620         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1621         (wl-folder-open-folder-sub,wl-folder-open-all)
1622         (wl-folder-write-current-folder): Ditto.
1623         (wl-folder-insert-entity): Don't use petname for normal group.
1624         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1625         is the real name.
1626         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1627         Abolished.
1628
1629 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1630
1631         * wl-draft.el (wl-draft-create-buffer): Add
1632         `wl-summary-reply-with-citation'
1633
1634 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1635
1636         * wl-draft.el (wl-draft-reply): Fixed.
1637
1638 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1639
1640         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1641         when `wl-draft-send-confirm-with-preview' is non-nil.
1642         You can scroll up/down by j/k.
1643         (wl-draft-send-confirm-with-preview): New variable (default=t).
1644
1645 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1646
1647         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1648         (wl-fldmgr-save-folders): Fix comment.
1649
1650 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1651
1652         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1653         along the last change in `wl-folder-buffer-group-p'.
1654
1655 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1656
1657         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1658         folder.
1659
1660         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1661         the default value.
1662
1663         * wl-mime.el (wl-summary-burst): Update summary only when target
1664         folder equals current folder.
1665
1666 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1667
1668         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1669
1670 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1671
1672         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1673         value.
1674
1675 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1678         `map-extents' instead of `extent-at' repeatedly.
1679         (wl-highlight-folder-current-line): Ditto.
1680
1681         * wl-highlight.el: Remove useless dummy functions.
1682
1683 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1684
1685         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1686         (wl-folder-put-folder-property): New function to put text property.
1687         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1688         (wl-folder-insert-entity, wl-folder-update-diff-line)
1689         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1690         * wl-e21.el, wl-xmas.el, wl-mule.el
1691         (wl-highlight-folder-current-line): Ditto.
1692         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1693         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1694         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1695         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1696
1697 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1698
1699         * Version number is increased to 2.11.3.
1700
1701 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1702
1703         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1704         Resume current-buffer since it is assumed by remaining tasks.
1705
1706 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1707
1708         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1709         (wl-folder-completion-function): Abolished.
1710         (wl-folder-complete-folder): New function.
1711         (wl-folder-complete-filter-condition): Ditto.
1712         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1713         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1714
1715 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1716
1717         * wl-draft.el (wl-draft-send-confirm): New function.
1718         (wl-draft-send): Use it.
1719
1720         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1721         cursor-in-echo-area while confirming.
1722
1723         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1724
1725         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1726         searching via nntp if wl-summary-search-via-nntp is 'force.
1727         Otherwise, invoke searching in nntp folder only.
1728         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1729
1730         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1731         explicitly for mime-make-text-tag.
1732
1733 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1734
1735         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1736         `mime-make-text-tag' instead of `mime-create-tag'.
1737
1738 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1739
1740         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1741         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1742
1743 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1744
1745         * wl-score.el (wl-score-save): Bind print-length and print-level.
1746         (wl-score-pretty-print): Ditto.
1747         (wl-score-edit-insert-header-entry): Ditto.
1748
1749         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1750         "From" entry to be treated with wl-draft-eword-encode-address-list.
1751         * wl-mime.el (wl-draft-preview-message): Ditto.
1752
1753         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1754         (wl-summary-mark-as-unread): Ditto.
1755         (wl-summary-mark-as-read-region): Change accordingly.
1756         (wl-summary-mark-as-unread-region): Ditto.
1757         (wl-summary-target-mark-mark-as-read): Ditto.
1758         (wl-summary-target-mark-mark-as-unread): Ditto.
1759
1760 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1761
1762         * Version number is increased to 2.11.2.
1763
1764 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1765
1766         * wl-news.el.in (wl-news-previous-version-save): Bind
1767         print-length and print-level.
1768         * wl-thread.el (wl-thread-save-entities): Ditto.
1769         (wl-thread-save-top-list): Bind print-length.
1770
1771 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1772
1773         * wl-highlight.el (wl-highlight-summary-line-string): Use
1774         wl-summary-score-below-mark, wl-summary-score-over-mark.
1775         (wl-highlight-summary-current-line): Ditto.
1776
1777 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1778
1779         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1780         insert it.
1781
1782 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1783
1784         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1785
1786 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1787
1788         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1789         message without msgid.
1790         Rewrite with elmo-folder-move-messages.
1791         Set wl-message-buffer to nil.
1792
1793         * wl-summary.el (wl-summary-erase-subr): New function. Use
1794         elmo-folder-move-messages.
1795         (wl-summary-erase): Call it.
1796         (wl-summary-target-mark-erase): Ditto.
1797
1798 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1799
1800         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1801         it is not up-tp-date.
1802
1803 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1804
1805         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1806         buffer after calling `wl-summary-goto-folder-subr' without the
1807         argument `interactive'.
1808         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1809
1810 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1811
1812         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1813         `mime-create-tag'. Use `string=' instead of `looking-at'.
1814
1815 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1816
1817         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1818         to avoid compile warning.
1819
1820         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1821         entity-id when folder is given.
1822         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1823         save-excursion, use save-selected-window instead.
1824         Select folder buffer window if exists.
1825         (To correct behavior with wl-folder-move-cur-folder.)
1826
1827 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1828
1829         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1830
1831 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1832
1833         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1834         list-count instead of %d.
1835
1836 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1837
1838         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1839         (wl-news): Set it.
1840         (wl-news-append-to-folder): Use it.
1841
1842         * wl-news.el.in (wl-news-send-news): Append to specified folder
1843         instead of wl-default-folder.
1844         (wl-news-append-to-folder): Show error message with specified folder.
1845
1846         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1847                 In most major modes, Emacs assumes that any opening
1848                 delimiter found at the left margin is the start of a
1849                 top-level definition, or defun. Therefore, *never put an
1850                 opening delimiter at the left margin unless it should have
1851                 that significance.*
1852
1853         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1854
1855 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1856
1857         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1858
1859 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1860
1861         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1862
1863 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1864
1865         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1866         for sequential numbering case.
1867
1868 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1869
1870         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1871         value.
1872         (wl-draft-reply-without-argument-list): Ditto.
1873         (wl-draft-reply-myself-with-argument-list): Abolish.
1874         (wl-draft-reply-myself-without-argument-list): Ditto.
1875         * wl-draft.el (wl-draft-self-reply-p): New function.
1876         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1877
1878 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1879
1880         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1881         (avoid error for the case without byte-compiling)
1882
1883 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1884
1885         * wl-news.el.in (wl-news-append-to-folder): New function.
1886         (wl-news-exit): Rewrite.
1887         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1888
1889 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1890
1891         * wl-draft.el (wl-draft-reply-position): New function.
1892         (wl-draft-reply-position): Fix.
1893         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1894         (wl-summary-target-mark-reply-with-citation): Ditto.
1895         (wl-summary-reply-with-citation): Ditto.
1896         * wl-vars.el (wl-draft-reply-default-position): New variable.
1897
1898 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1899
1900         * wl-draft.el (wl-draft-send): Preview when interactive send.
1901
1902 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1903
1904         * wl-draft.el (wl-draft-reply): Set default position.
1905         * wl-summary.el (wl-summary-reply): Ditto.
1906         (wl-summary-reply-with-citation): Ditto.
1907         (wl-summary-target-mark-reply-with-citation): Ditto.
1908
1909 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1910
1911         * wl-news.el.in (wl-news-lang): Set default value according to
1912         current-language-environment.
1913         (wl-news-append-news): Do nothing when news-list is nil.
1914
1915 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1916
1917         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1918         (wl-news): Change message.
1919         (wl-news-exit): Check buffer.
1920         (wl-news-force-exit): New function.
1921         (wl-news-show-all): New function.
1922         (wl-news-discard-and-exit): Fix.
1923
1924 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1925
1926         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1927         according to current-language-environment.
1928
1929         * wl-news.el.in (wl-news): If arg, show all NEWS after
1930         wl-news-default-previous-version.
1931
1932 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1933
1934         * wl-news.el.in (wl-news-check): Rewritten.
1935         (wl-news-previous-version-load): Change data type.
1936         (wl-news-previous-version-save): Change data type.
1937         (wl-news-append-news): Add return value.
1938         (wl-news-check-news): New function.
1939         (wl-news-already-current-p): New function.
1940         (wl-news-send-news): Rewritten.
1941         (wl-news-mode-map): Add new keybind.
1942         (wl-news): Rewritten.
1943         (wl-news-exit): Rewritten.
1944         (wl-news-discard-and-mail): New function.
1945         (wl-news-send-to-address): Abolished.
1946         * wl.el (wl-init): Delete a message.
1947
1948 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1949
1950         * wl-news.el.in (wl-news-exit): Update previous version.
1951         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1952
1953 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1954
1955         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1956
1957 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1958
1959         * wl-news.el.in (wl-news): New function.
1960         (wl-news-mode): New function.
1961         (wl-news-next-line): New function.
1962         (wl-news-next-page): New function.
1963         (wl-news-exit): New function.
1964         (wl-news-buf-name): New variable.
1965         (wl-news-mode-map): New variable.
1966         (wl-news-winconf): New variable.
1967         (wl-news-append-news): Add an option.
1968
1969 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1970
1971         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1972
1973 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1974
1975         * wl-news.el.in (wl-news-send-to-address): New variable.
1976         (wl-news-send-news): Use it.
1977         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1978         Return updating status.
1979         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1980
1981 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1982
1983         * wl-news.el.in (wl-news-send-news): Delete
1984         Organization and X-Face.
1985
1986 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1987
1988         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1989         (wl-news-append-news): New function.
1990         (wl-news-send-news): New function.
1991
1992 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1993
1994         * Version number is increased to 2.11.1.
1995
1996 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1997
1998         * wl-news.el.in : New file.
1999
2000 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2001
2002         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2003         default value.
2004         (wl-draft-reply-without-argument-list): Ditto.
2005
2006 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2007
2008         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2009         (wl-message-buffer-prefetch-idle-time): Ditto.
2010         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2011
2012 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2013
2014         * wl-thread.el (wl-thread-insert-message): Use
2015         wl-summary-max-thread-depth.
2016
2017         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2018         loop detection.
2019
2020         * wl-message.el (wl-message-buffer-display): Back to the first page
2021         when cache is hit.
2022
2023 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2024
2025         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2026
2027         * wl-summary.el (wl-summary-insert-thread-entity):
2028         If the thread depth is reached to wl-summary-max-thread-depth,
2029         divide the thread.
2030
2031 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2032
2033         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2034         for elmo-remove-passwd.
2035
2036 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2037
2038         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2039         folder is sticky.
2040         (wl-folder-mark-as-read-all-entity): Ditto.
2041         (wl-folder-prefetch-entity): Ditto.
2042
2043 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2044
2045         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2046
2047 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2048
2049         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2050         Delete messages on buffer for unplugged operation.
2051         (wl-summary-erase): Ditto.
2052
2053 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2054
2055         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2056         take nil so as not to search parent by subject.
2057
2058 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2059
2060         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2061         (wl-folder-get-next-folder): Ditto.
2062         (wl-folder-get-path): Ditto.
2063
2064 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2065
2066         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2067         system and encode the region with it before verifying.
2068
2069 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2070
2071         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2072         system of the echo buffer before decoding.
2073
2074 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2075
2076         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2077         original contents.
2078
2079 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2080
2081         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2082         with argument 'any-exists.
2083
2084 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2085
2086         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2087         Use `wl-cs-autoconv'.
2088
2089 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2090
2091         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2092         by `mime-view-automatic-conversion'.
2093
2094         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2095         (wl-message-verify-pgp-nonmime): Ditto.
2096         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2097         Bind them to C-c:d and C-c:v respectively.
2098
2099         Merge following code by Teranishi-san from [wl-en:00167].
2100         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2101         (wl-mime-preview-application/pgp-encrypted): Ditto.
2102         (wl-mime-setup): Add entry.
2103
2104 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2105
2106         * wl-summary.el (wl-summary-target-mark-erase): New function.
2107         Bind it to "mD".
2108
2109 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2110
2111         * wl-vars.el (wl-draft-write-file-function): Fix.
2112         (wl-draft-reedit-hook): Changed default value.
2113
2114         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2115         wl-draft-reedit-hook.
2116         (wl-draft-remove-text-plain-tag): New function.
2117         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2118
2119         * wl-vars.el (wl-draft-write-file-function): New user option.
2120
2121         * wl-draft.el (wl-draft-prepare-edit): Use it for
2122         local-write-file-hooks.
2123         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2124
2125         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2126         (wl-draft-insert-mail-header-separator): Return the body beginning
2127         point.
2128         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2129         text/plain.
2130         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2131
2132 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2133
2134         * wl-summary.el (wl-summary-erase): New function to erase message
2135         without moving it to trash. Bind to "D".
2136
2137         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2138         as `keep' unless switch-function.
2139
2140 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2141
2142         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2143         message buffer by using `wl-summary-toggle-disp-msg'.
2144         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2145         buffer window.
2146         (wl-summary-supresedes-message): Ditto.
2147
2148         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2149         Do not delete other windows.
2150         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2151         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2152         (wl-draft-create-buffer): Set reply-or-forward also for target
2153         mark commands.
2154
2155 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl-draft.el (wl-user-agent-compose): Delete special case for
2158         switch-to-buffer-other-window.
2159
2160         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2161         (wl-summary-forward): Ditto.
2162
2163         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2164         function.
2165         (wl-draft-buffer-style): New use option.
2166
2167         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2168         (wl-draft): Follow the change above.
2169         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2170         wl-draft-buffer-style.
2171         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2172         switch-function.
2173
2174 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2175
2176         * wl-draft.el (wl-user-agent-compose): Delete special case for
2177         switch-to-buffer-other-window.
2178
2179         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2180         (wl-summary-forward): Ditto.
2181
2182         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2183         function.
2184         (wl-draft-buffer-style): New use option.
2185
2186         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2187         (wl-draft): Follow the change above.
2188         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2189         wl-draft-buffer-style.
2190         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2191         switch-function.
2192
2193 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2194
2195         * wl-address.el (wl-address-make-completion-entry): Extracted from
2196         `wl-address-make-completion-list'.
2197         (wl-address-enable-strict-loading): New variable.
2198         (wl-address-make-completion-list): Revive petname duplication
2199         inquiry, and enable it if `wl-address-enable-strict-loading'.
2200         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2201
2202 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-message.el (wl-message-get-original-buffer): Avoid
2205         'Selecting deleted buffer' error when original buffer is killed.
2206
2207 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2208
2209         * wl-summary.el (wl-summary-next-message): Use
2210         elmo-message-accessible-p instead of elmo-message-cached-p.
2211
2212 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2215
2216         * wl-thread.el (wl-thread-open-all-unread): Use
2217         elmo-folder-list-flagged instead of
2218         elmo-folder-list-messages-mark-match.
2219
2220         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2221         instead of elmo-folder-list-messages-mark-match.
2222         (wl-summary-move-spec-alist): New variable.
2223         (wl-summary-move-spec-plugged-alist,
2224         wl-summary-move-spec-unplugged-alist): Abolish.
2225         (wl-summary-next-message): Follow the change above.
2226         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2227         with 'no-msg' argument.
2228
2229         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2230         variable.
2231         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2232         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2233         (wl-message-buffer-prefetch-get-next): Follow the change above.
2234
2235 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2236
2237         * wl-version.el (wl-version): Changed codename.
2238
2239         * Version number is increased to 2.11.0.
2240
2241 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2244         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2245         `wl-draft-config-variables'.
2246         (wl-draft-kill): Fixed problem when the draft is reedit.
2247
2248 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2249
2250         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2251         buffer-modified status (Thanks to
2252         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2253
2254 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-util.el (wl-region-exists-p): New function.
2257
2258         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2259         Remove defvars for byte-compile warnings.
2260
2261 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2264         defvar-maybe. Removed unused bind.
2265
2266 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2267
2268         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2269         summary buffer window before creating new frame.
2270         (wl-draft-reply): Ditto.
2271
2272 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2273
2274         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2275
2276 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2277
2278         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2279
2280 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2283         instead of `kill-region'.
2284
2285 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2286
2287         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2288         (wl-highlight-summary-line-string): Use it.
2289         (wl-highlight-summary-current-line): Ditto.
2290
2291         * wl-mime.el (wl-message-delete-current-part): Check the class of
2292         mime-entity.
2293
2294         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2295
2296         * wl-summary.el (wl-summary-make-number-list): Initialize.
2297         (wl-summary-update-mark): New function.
2298         (wl-summary-reply): Put `answered' mark on the message.
2299         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2300
2301         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2302         (wl-draft-reply): Added optional argument `number';
2303         Set wl-draft-parent-number.
2304         (wl-draft-kill): Delete answered mark if it is a reply.
2305
2306 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2307
2308         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2309         that originates in mime-preview-follow-current-entity.
2310         (wl-draft-yank-current-message-entity): Use it if region is active.
2311
2312         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2313         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2314         `wl-message-delete-current-part'.
2315         * wl-mule.el (wl-message-define-keymap): Ditto.
2316         * wl-xmas.el (wl-message-define-keymap): Ditto.
2317
2318 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2319
2320         * wl-mime.el (wl-message-delete-current-part): New function.
2321         (wl-mime-node-id-to-string): Ditto.
2322
2323         * wl-mime.el (wl-message-delete-current-part): Use existing
2324         original buffer which corresponds current mime-view buffer.
2325         (fetched buffer might have different structure, possibly)
2326
2327         * wl-mime.el (wl-message-delete-current-part): Quit if the
2328         message content differs from the actual message.
2329
2330 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2331
2332         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2333         order.
2334         (wl-summary-search-by-subject): Search parent message from tail;
2335         Check the existence of the parent message on the current thread tree.
2336         (wl-summary-update-thread): Check whether the line is inserted.
2337
2338 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2339
2340         * wl-vars.el (wl-summary-line-format): Undo last change.
2341         * wl-summary.el (wl-summary-print-destination): Do not put
2342         invisible property when `wl-summary-width' is nil.
2343         (wl-summary-line-subject-minimum-length): Abolished.
2344         (wl-summary-line-subject): Ditto.
2345
2346 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2347
2348         * wl-vars.el (wl-summary-line-format): Change default value.
2349         (wl-summary-subject-length-limit): Abolished.
2350         * wl-summary.el (wl-summary-line-subject): Ditto.
2351
2352 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-template.el (wl-template-select): Added optional argument.
2355         If optional argument is specified, reverse
2356         `wl-template-visible-select'.
2357
2358 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2359
2360         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2361         Take prefix argument to force asking the destination folder.
2362
2363 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2366         count and update status.
2367
2368 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2369
2370         * wl-summary.el (wl-summary-redisplay-internal): If
2371         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2372         after fetching.
2373
2374 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375
2376         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2377         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2378
2379         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2380
2381 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2382
2383         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2384         (All other related portions are changed).
2385         (wl-summary-mark-as-read-all): Rewrite.
2386
2387 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2390         `wl-summary-mark-as-read'.
2391         (wl-summary-mark-as-unread): Rewrite.
2392         (wl-summary-mark-as-read): Added no-modeline argument.
2393         (wl-summary-resume-cache-status): Rewrite.
2394         (wl-summary-exec-subr): Remove unused local variable.
2395
2396 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2397
2398         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2399         logic to call `wl-summary-buffer-prev-folder-function'.
2400         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2401
2402 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2403
2404         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2405         is nil.
2406
2407 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2408
2409         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2410         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2411         (wl-mime-setup): Add its entry.
2412
2413 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2414
2415         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2416         (wl-summary-delete-cache): Likewise.
2417         (wl-summary-mark-as-read): Rewrite.
2418
2419 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2420
2421         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2422         `wl-summary-count-unread'.
2423
2424         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2425
2426         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2427
2428 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2429
2430         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2431         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2432         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2433         Renamed to the elmo-msgdb-*-mark.
2434         (wl-summary-score-marks): Follow the change above.
2435         (wl-summary-auto-refile-skip-marks): Ditto.
2436         (wl-summary-incorporate-marks): Ditto.
2437         (wl-summary-expire-reserve-marks): Ditto.
2438
2439         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2440         changes.
2441         (wl-thread-insert-top): Changed updating message.
2442
2443         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2444         variable.
2445         (wl-summary-count-unread): Count answered marks.
2446         (wl-summary-rescan): Call wl-summary-insert-message instead of
2447         wl-summary-append-message-func-internal.
2448         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2449         (wl-summary-prefetch-msg): Follow the variable name changes.
2450         (wl-summary-prefetch-region): Ditto.
2451         (wl-summary-mark-as-read-all): Follow the API changes;
2452         Don't call elmo-folder-replace-marks.
2453         (wl-summary-delete-cache): Follow the variable name changes.
2454         (wl-summary-resume-cache-status): Ditto.
2455         (wl-summary-update-status-marks): New function.
2456         (wl-summary-insert-message): New function.
2457         (wl-summary-sync-marks): Follow the variable name changes.
2458         (wl-summary-sync-update): Synchronize to the msgdb, too;
2459         Changed update messages.
2460         (wl-summary-make-number-list): Rewrite.
2461         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2462         (wl-summary-mark-as-unread): Follow the API changes.
2463         (wl-summary-exec-subr): Follow the variable name changes.
2464         (wl-summary-mark-as-read): Ditto.
2465         (wl-summary-move-spec-plugged-alist): Ditto.
2466         (wl-summary-move-spec-unplugged-alist): Ditto.
2467         (wl-summary-cursor-move-surface): Ditto.
2468
2469         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2470         variable name changes.
2471         (wl-highlight-summary-current-line): Ditto.
2472
2473         * wl-expire.el (wl-expire-refile): Follow the API change in
2474         elmo-folder-move-messages.
2475         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2476         (wl-summary-archive): Use elmo-folder-msgdb instead of
2477         elmo-msgdb-load.
2478
2479 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2480
2481         * wl-mime.el (wl-draft-preview-message): Restore the position
2482         before evaluating wl-draft-send-hook in preview buffer.
2483
2484 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2485
2486         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2487         when it creates new draft buffer.
2488
2489         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2490         without argument.
2491
2492         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2493         Evaluate content and if the value is string, insert it.
2494         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2495         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2496         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2497         wl-draft-config-sub-part-bottom): Use it.
2498
2499         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2500         with the folder name. The question was unintelligible when it is
2501         called from wl-save-status.
2502
2503 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2504
2505         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2506         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2507         cannot take second argument).
2508
2509 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2510
2511         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2512         as t. Since type and subtype are not case sensitive (RFC 2045).
2513
2514 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2515
2516         * wl-vars.el (wl-message-mode-line-format): New variable.
2517         (wl-message-mode-line-format-spec-alist): Ditto.
2518         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2519         (wl-message-redisplay): Use wl-message-mode-line-format.
2520
2521 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2524
2525 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2526
2527         * wl-summary.el (wl-summary-default-from): Write description.
2528
2529 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-vars.el (wl-ldap-objectclass): Abolish.
2532
2533         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2534         (wl-ldap-make-filter): Removed condition for objectclass.
2535         (wl-ldap-make-matched-value-list): Remove meaningless process.
2536         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2537         (wl-address-ldap-search): Don't add `*' to `pat' string;
2538         use ignore-errors; added `email';
2539         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2540         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2541         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2542
2543
2544 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2545
2546         * wl-draft.el (wl-draft-parent-folder): Write description.
2547         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2548
2549 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2552         as "" (zero-length string) if no parent.
2553         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2554
2555 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-address.el (wl-address-make-completion-list): Skip duplication
2558         checking.
2559         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2560         `append'.
2561
2562 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2563
2564         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2565         instead of `beginning-of-buffer'.
2566
2567 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2570
2571 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2574         Refer wl-message-buffer-name.
2575         (wl-message-wheel-down): Ditto.
2576
2577 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2578
2579         * wl-vars.el (wl-message-buffer-name): New user option.
2580
2581         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2582         directly instead of making alist dinamically.
2583
2584         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2585         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2586         wl-message-buffer-cache-name.
2587         (wl-message-buffer-cache-clean-up): Ditto.
2588
2589         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2590
2591         * Version number is increased to 2.9.15.
2592
2593 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2594
2595         * wl-vars.el (wl-summary-default-view-alist): New user option.
2596
2597         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2598
2599         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2600         while deleting address.
2601         (wl-draft-delete-myself-from-cc): Ditto.
2602
2603         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2604         If optional argument is specified, reverse sort order.
2605
2606         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2607
2608 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2609
2610         * wl-thread.el (wl-thread-insert-message): Return parent number if
2611         exists.
2612         (wl-thread-update-indent-string-region): Use
2613         wl-thread-update-line-on-buffer-sub instead of
2614         wl-thread-update-line-on-buffer.
2615
2616 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2617
2618         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2619         (wl-folder-close-all): Ditto.
2620
2621 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2622
2623         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2624         and mailing-list:.
2625         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2626         value.
2627         (wl-summary-line-list-info): Print mailing-list name even when 
2628         list-number is empty.
2629
2630 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2631
2632         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2633
2634         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2635         (wl-draft-open-file): Ditto.
2636         (wl-draft-random-alphabet): Ditto.
2637
2638         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2639         bindings.
2640
2641 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2642
2643         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2644         * wl-vars.el (wl-draft-config-alist): Ditto.
2645
2646 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * Version number is increased to 2.9.14.
2649
2650         * wl.el (wl): Don't set wl-init as nil when error occured while
2651         auto-checking folders.
2652
2653         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2654         `elmo-expand-newtext'.
2655
2656 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2657
2658         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2659         `this-command' so that `wl-folder-goto-folder' contained in
2660         `wl-summary-keep-cursor-command' work.
2661
2662 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2663
2664         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2665         message buffer displaying state.
2666
2667 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2668
2669         * wl-vars.el (wl-summary-default-view): New variable to specify
2670         default value for `wl-summary-buffer-view' instead of using
2671         set-default.
2672         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2673
2674 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2675
2676         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2677
2678         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2679
2680 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2681
2682         * wl-vars.el (wl-forward-subject-prefix): New variable.
2683         * wl-draft.el (wl-draft-forward): Use it.
2684
2685 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2686
2687         * wl-message.el (wl-message-prev-page): When it is called without
2688         lines argument, scroll down by wl-message-scroll-amount lines.
2689         (wl-message-next-page): Ditto.
2690         * wl-vars.el (wl-message-scroll-amount): Change default value
2691         to preserve current behavior.
2692
2693 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2694
2695         * wl-summary.el (wl-summary-prefetch-msg): Bind
2696         `wl-message-entity' to call `wl-summary-from-function'.
2697
2698 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2699
2700         * wl-message.el (wl-message-buffer-create): Run
2701         wl-message-buffer-created-hook.
2702
2703 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2704
2705         * wl-summary.el (wl-summary-sort-specs): New variable.
2706         (wl-summary-default-sort-spec): Ditto.
2707         (wl-summary-sort): Rewrite.
2708         (wl-summary-sort-by-list-info): New function.
2709
2710 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2711
2712         * wl-summary.el (wl-summary-get-list-info): New function.
2713         (wl-summary-sort): Rewrite.
2714         (wl-summary-line-list-info): Ditto.
2715         (wl-summary-line-list-count): Ditto.
2716         (wl-summary-refile-region): Fixed docstring.
2717
2718 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2721         `wl-folder-entity-hashtb' as completion table.
2722
2723 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2726         only when this command is called interactively; silence the byte-
2727         compiler.
2728
2729 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2730
2731         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2732         active in XEmacs.
2733
2734 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2735
2736         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2737         plural lines.
2738
2739 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2740
2741         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2742         of current line when the cursor is on the header name.
2743         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2744
2745 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2746
2747         * wl-util.el (wl-read-directory-name): Return displayed directory
2748         as the default value also on XEmacs.
2749
2750 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2753         formatting.
2754
2755 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2756
2757         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2758         argument and when it is non-nil, check face property before
2759         highlighting for each line.
2760         (wl-highlight-summary-window): Set it.
2761
2762 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2763
2764         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2765         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2766
2767         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2768         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2769         (wl-draft-get-fcc-list): Likewise.
2770
2771 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2772
2773         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2774         (wl-thread-entity-cur): Ditto.
2775         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2776         wl-thread-indent-regexp setting.
2777         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2778
2779         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2780         wl-summary-lazy-highlight.
2781         (wl-summary-display-bottom): Ditto.
2782
2783         * wl-thread.el (wl-thread-open-close): Likewise.
2784
2785         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2786         from and subject;
2787         Bind wl-draft-use-frame;
2788         Enclose with save-window-excursion;
2789         Use wl-draft-create-buffer instead of with-temp-buffer;
2790         Use wl-draft-prepare-edit;
2791         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2792         Use wl-draft-send instead of wl-draft-raw-send.
2793
2794 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2795
2796         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2797         of using wl-from.
2798
2799 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2802         insert-buffer instead of clone-buffer.
2803         (wl-draft-doing-mime-bcc): New variable.
2804         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2805         infinite loop.
2806         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2807
2808         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2809         (wl-draft-mime-bcc-body): Ditto.
2810
2811         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2812         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2813         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2814         wl-draft-do-mime-bcc.
2815         (wl-draft-mime-bcc-field): New function.
2816         (wl-draft-do-mime-bcc): Ditto.
2817
2818         * wl-address.el (wl-address-complete-header-list): New variable.
2819         (wl-address-complete-header-regexp): Changed default value.
2820
2821         * Version number is increased to 2.9.13.
2822
2823 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2824
2825         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2826         it is differed.
2827
2828 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2829
2830         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2831         (wl-summary-line-list-count): Ditto.
2832
2833 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2834
2835         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2836         (wl-nntp-posting-function): New variable.
2837         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2838         `wl-nntp-posting-config-alist'.
2839
2840 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2841
2842         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2843         FLIM.
2844
2845 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2846
2847         * wl-summary.el (wl-summary-target-mark-refile-sub):
2848         Remove a nuisance funcall.
2849
2850 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2851
2852         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2853         as t for `try-completion'.
2854
2855 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-summary.el (wl-summary-default-from): Use
2858         wl-address-header-extract-address instead of
2859         std11-extract-address-components.
2860         (wl-summary-simple-from): Ditto.
2861         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2862         (wl-summary-insert-headers): Show message.
2863         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2864         for whole line.
2865         (wl-summary-default-from): Revert last change.
2866         (wl-summary-simple-from): Ditto.
2867         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2868         (wl-summary-mark-as-read-region): Follow the change above.
2869         (wl-summary-sync-marks): Ditto.
2870         (wl-summary-target-mark-mark-as-read): Ditto.
2871         (wl-summary-redisplay-internal): Ditto.
2872         (wl-summary-redisplay-no-mime-internal): Ditto.
2873         (wl-summary-redisplay-all-header): Ditto.
2874         (wl-summary-mark-as-read): Removed argument `cached';
2875         Use current cache status to set cache mark.
2876         (wl-summary-redisplay-internal): Follow the change above.
2877         (wl-summary-redisplay-no-mime-internal): Ditto.
2878         (wl-summary-redisplay-all-header): Ditto.
2879
2880         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2881
2882         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2883         Don't call itself recursively (Adviced by Yamaoka-san).
2884
2885 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2886
2887         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2888         bind wl-summary-highlight as nil to avoid error caused by missing
2889         local variables.
2890
2891 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2892
2893         * wl-vars.el (wl-invalid-character-message): New user option.
2894
2895         * wl-util.el (wl-set-string-width): If truncated string-width is
2896         larger than specified width, use `wl-invalid-character-message'.
2897
2898 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2899
2900         * wl-summary.el (wl-summary-prefetch-msg): 
2901         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2902
2903 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2904
2905         * wl-vars.el (wl-summary-check-line-format): New user option.
2906         (wl-summary-line-format-file): Ditto.
2907
2908         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2909         variable.
2910         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2911         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2912         and `wl-summary-view-old-p' to check whether do a rescan or not.
2913         (wl-summary-view-old-p): New function.
2914         (wl-summary-line-format-changed-p): Ditto.
2915         (wl-summary-line-format-save): Ditto.
2916         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2917
2918         * wl-util.el (wl-set-string-width): Avoid using negative number
2919         for make-string.
2920
2921 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2924         return value.
2925
2926         * wl-util.el (wl-set-string-width): Added optional argument
2927         `padding' (All other related portions are changed).
2928         (wl-line-parse-format): If the first letter of column number is
2929         `0', zero-padding the result (ex: "%05l").
2930
2931         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2932
2933 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2934
2935         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2936         sequential summary view.
2937
2938 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2941         if it doesn't have a -unix version.
2942
2943 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2944
2945         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2946
2947 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2948
2949         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2950         content.
2951         (wl-draft): Follow the change above.
2952
2953         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2954
2955         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2956         and wl-folder-summary-line-format-alist contain %T and %P.
2957
2958         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2959         (wl-summary-mode-line-format): New user option.
2960         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2961         (wl-summary-line-format): Changed default value.
2962         (wl-summary-lazy-highlight): Changed default value.
2963
2964         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2965         change in wl-summary-create-line.
2966         (wl-thread-insert-entity-sub): Ditto.
2967
2968         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2969         (wl-summary-buffer-unread-status): Ditto.
2970         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2971         (wl-summary-buffer-persistent-mark-column): Ditto.
2972         (wl-summary-buffer-mode-line-formatter): Ditto.
2973         (wl-summary-buffer-mode-line): Ditto.
2974         (wl-summary-message-regexp): Abolished.
2975         (All other related portions are changed.)
2976         (wl-summary-detect-mark-position): New function.
2977         (wl-summary-buffer-set-folder): Setup
2978         wl-summary-buffer-mode-line-formatter.
2979         (wl-summary-mode): Setup selective-display;
2980         Setup pre-idle-hook when xemacs.
2981         (wl-summary-update-modeline): Rewrite.
2982         (wl-summary-jump-to-msg): Define as function;
2983         Changed regexp for searching messages.
2984         (wl-summary-message-number): Rewrite.
2985         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2986         Do rescan when old type summary cache.
2987         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2988         (wl-summary-remove-destination): Use '\r' to detect EOL.
2989         (wl-summary-print-destination): Ditto.
2990         (wl-summary-temp-mark): New inline function.
2991         (wl-summary-persistent-mark): Ditto.
2992         (wl-summary-line-number): New function.
2993         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2994         (wl-summary-line-list-count): New function.
2995         (wl-summary-create-line): Added argument persistent-mark.
2996         (All other related portions are changed)
2997         (wl-summary-create-line): Insert '\r'.
2998         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2999         (wl-summary-cursor-move-surface): New inline function.
3000         (wl-summary-prev): Use it.
3001         (wl-summary-next): Ditto.
3002
3003         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3004         wl-summary-message-regexp.
3005         (wl-highlight-summary): Delete progress message.
3006         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3007
3008         * Version number is increased to 2.9.12.
3009
3010 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3011
3012         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3013         variable (nil: no minimum).
3014         (wl-summary-line-subject): Add some spaces after subject by
3015         wl-summary-line-subject-minimum-length.
3016
3017 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3018
3019         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3020         and removed `F'.
3021         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3022         change above).
3023
3024 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3025
3026         * wl-summary.el (wl-summary-line-list-count): Reverted.
3027         (example setting in samples/*/dot.wl is also updated)
3028
3029 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3030
3031         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3032
3033         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3034
3035         * wl-vars.el (wl-summary-line-format): Addes some description to the
3036         docstring.
3037
3038         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3039         (wl-summary-line-close-bracket): Ditto.
3040         (wl-summary-line-children-number): Ditto.
3041         (wl-summary-line-thread-indent): Ditto.
3042         (wl-summary-line-children-and-from): Ditto.
3043
3044         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3045         't', 'c', 'F' and added 'C'.
3046
3047         * wl-util.el (wl-set-string-width): Accept negative value.
3048         (wl-line-parse-format): Added "%number(" and "%)".
3049
3050 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3051
3052         * wl-summary.el (wl-summary-line-list-count): Change format of the
3053         return value.
3054
3055 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3056
3057         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3058         from the recent message.el.
3059         (wl-draft-point-in-header-p): Ditto.
3060         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3061         wl-draft-beginning-of-line.
3062         * wl-e21.el (wl-draft-mode-map): Ditto.
3063         * wl-xmas.el (wl-draft-mode-map): Ditto.
3064
3065         * wl-folder.el: Sort macrodefs by dependencies.
3066
3067 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3068
3069         * wl-summary.el (wl-summary-prev): Fixed regexp.
3070         (wl-summary-next): Ditto.
3071
3072 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3073
3074         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3075
3076 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3077
3078         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3079         for backward compatibility.
3080
3081 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3082
3083         * wl-summary.el (wl-summary-line-list-count): New function, merged
3084         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3085         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3086         list counts.
3087
3088 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3089
3090         * wl-summary.el (wl-summary-create-line): Ignore errors while
3091         timezone-fix-time.
3092
3093         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3094
3095         * wl-summary.el (wl-summary-sync-update): Ditto.
3096         (wl-summary-default-from): Use wl-message-entity
3097         instead of entity.
3098
3099         * wl-summary.el (wl-summary-create-line): Fix.
3100
3101         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3102         (wl-summary-line-format): New user option.
3103         (wl-folder-summary-line-format-alist): Ditto.
3104         (wl-summary-from-width): Abolished.
3105
3106         * wl-util.el (toplevel): Require 'bytecomp.
3107         (wl-line-parse-format): New function.
3108         (wl-line-formatter-setup): New macro.
3109
3110         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3111         (wl-summary-buffer-line-formatter): New buffer local variable.
3112         (wl-summary-switch-to-clone-buffer): Follow the change above.
3113         (wl-summary-message-regexp): Fix.
3114         (wl-summary-from-func-internal): Abolished.
3115         (wl-summary-subject-func-internal): Ditto.
3116         (wl-summary-subject-filter-func-internal): Ditto.
3117         (All other related portions are changed.)
3118         (wl-summary-buffer-set-folder):
3119         Set up wl-summary-buffer-number-column and 
3120         wl-summary-buffer-line-formatter
3121         (All other related portions are changed.)
3122         (wl-summary-buffer-number-column-detect): Abolished.
3123         (All other related portions are changed.)
3124         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3125         (wl-summary-delete-all-temp-marks-on-buffer): Use
3126         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3127         (wl-summary-target-mark-delete): Ditto.
3128         (wl-summary-target-mark-refile-subr): Ditto.
3129         (wl-summary-target-mark-mark-as-read): Ditto.
3130         (wl-summary-target-mark-mark-as-unread): Ditto.
3131         (wl-summary-target-mark-mark-as-important): Ditto.
3132         (wl-summary-target-mark-save): Ditto.
3133         (wl-summary-replace-status-marks): Renamed from
3134         wl-summary-set-status-marks-on-buffer;
3135         Use wl-summary-message-regexp instead of
3136         wl-summary-buffer-number-regexp.
3137         (wl-summary-sync-update): Follow the change above.
3138         (wl-summary-goto-previous-message-beginning): New function.
3139         (wl-summary-mark-as-unread): Use it.
3140         (wl-summary-mark-as-important): Ditto.
3141         (wl-summary-line-formatter): New variable.
3142         (wl-summary-line-year): New function.
3143         (wl-summary-line-day): Ditto.
3144         (wl-summary-line-day-of-week): Ditto.
3145         (wl-summary-line-hour): Ditto.
3146         (wl-summary-line-minute): Ditto.
3147         (wl-summary-line-open-bracket): Ditto.
3148         (wl-summary-line-close-bracket): Ditto.
3149         (wl-summary-line-children-number): Ditto.
3150         (wl-summary-line-thread-indent): Ditto.
3151         (wl-summary-line-size): Ditto.
3152         (wl-summary-line-subject): Ditto.
3153         (wl-summary-line-from): Ditto.
3154         (wl-summary-line-children-and-from): Ditto.
3155         (wl-summary-create-line): Rewritten.
3156         (wl-summary-format-date): Abolished.
3157
3158         * wl-highlight.el (wl-highlight-summary-current-line): Use
3159         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3160         Use thread structure to detect thread top message.
3161
3162         * wl-draft.el (wl-default-draft-cite): Don't use
3163         wl-summary-from-func-internal.
3164
3165         * wl-refile.el (wl-refile-subject-learn): Don't use
3166         wl-summary-subject-filter-func-internal.
3167         (wl-refile-guess-by-subject): Ditto.
3168
3169         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3170         parameters.
3171
3172         * wl-thread.el (wl-thread-update-indent-string-region):
3173         Use wl-thread-update-line-on-buffer instead of
3174         wl-thread-update-indent-string.
3175         (wl-thread-update-children-number): Redefine using
3176         wl-thread-update-line-on-buffer.
3177         (wl-thread-update-indent-string): Abolished.
3178
3179         * Version number is increased to 2.9.11.
3180
3181 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3182
3183         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3184         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3185         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3186
3187         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3188         as nil.
3189
3190         * wl-thread.el (wl-thread-open-all-unread): Use 
3191         elmo-folder-list-messages-mark-match.
3192         (wl-thread-insert-message): Removed argument `mark-alist'.
3193         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3194         elmo-msgdb-set-mark.
3195         (wl-thread-get-children-msgs-uncached): Likewise.
3196         (wl-thread-get-exist-children): Added argument include-self.
3197         (wl-thread-delete-message): Follow the change above.
3198
3199         * wl-summary.el (wl-summary-count-unread): Removed argument.
3200         (wl-summary-rescan): Follow the change above.
3201         (wl-summary-mark-as-read-region): Ditto
3202         (wl-summary-mark-as-unread-region): Ditto.
3203         (wl-summary-delete-messages-on-buffer): Ditto.
3204         (wl-summary-sync-update): Ditto.
3205         (wl-summary-switch-to-clone-buffer): Ditto.
3206         (wl-summary-goto-folder-subr): Ditto.
3207         (wl-summary-target-mark-mark-as-read): Ditto.
3208         (wl-summary-target-mark-mark-as-unread): Ditto.
3209         (wl-summary-target-mark-mark-as-important): Ditto.
3210         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3211         (wl-summary-update-thread): Removed argument `mark-alist'.
3212         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3213         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3214         (wl-summary-resume-cache-status): Likewise.
3215         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3216         elmo-msgdb-set-mark.
3217         (wl-summary-mark-as-read-all): Likewise.
3218         (wl-summary-delete-cache): Ditto.
3219         (wl-summary-auto-select-msg-p): Ditto.
3220         (wl-summary-mark-as-unread): Ditto.
3221         (wl-summary-no-auto-refile-message-p): Ditto.
3222         (wl-summary-mark-as-read): Ditto.
3223         (wl-summary-mark-as-important): Ditto.
3224         (wl-summary-auto-refile): Follow the change above.
3225         (wl-summary-delete-all-marks): Removed.
3226         (wl-summary-resume-marks-and-highlight): Ditto.
3227         (wl-summary-resume-marks): Ditto.
3228         (wl-summary-delete-important-msgs-from-list): Ditto.
3229         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3230
3231         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3232         wl-summary-count-unread.
3233
3234         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3235         (wl-summary-score-update-all-lines): Use
3236         elmo-msgdb-set-mark.
3237
3238 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3241         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3242         (wl-summary-create-line): Renamed from
3243         wl-summary-overview-create-summary-line;
3244         Argument rearrangement.
3245         (wl-summary-update-thread): Follow the change above.
3246
3247         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3248         (wl-thread-insert-entity-sub): Likewise.
3249
3250         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3251         argument `overview', `mark-alist' and added `msgdb'.
3252
3253         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3254
3255         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3256         (wl-summary-rescan): Follow the change above.
3257         (wl-summary-sync-update): Ditto.
3258         (wl-summary-insert-thread-entity): Ditto;
3259         Don't use `let*' in every while loop;
3260         Detect infinite loop of threads.
3261         (wl-summary-update-thread): Removed argument `overview'.
3262
3263         * wl-thread.el (wl-thread-insert-message): Ditto.
3264
3265         * Version number is increased to 2.9.10.
3266
3267         * wl-message.el (wl-message-redisplay): Ignore errors while
3268         wl-message-redisplay-hook.
3269
3270 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3271
3272         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3273
3274 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl.el (wl): inhibit-quit while wl-folder.
3277
3278 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3279
3280         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3281         while msgdb access.
3282
3283 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3286         even if no folder is not created.
3287
3288 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3289
3290         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3291
3292         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3293         implementation.
3294         (wl-summary-target-mark-thread): Ditto.
3295
3296         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3297
3298 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3299
3300         * wl-util.el (wl-display-bytes): Remove unused function.
3301
3302 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3303
3304         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3305         seems critical one (partially reverse the change in 2002/03/17).
3306
3307 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3308
3309         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3310         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3311
3312 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3313
3314         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3315         is not writable.
3316         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3317         plugged status instead of `'force' as 2nd argument.
3318
3319         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3320         is not creatable.
3321
3322         * Version number is increased to 2.9.9.
3323
3324 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3325
3326         * wl-summary.el (wl-summary-suspend): New function.
3327
3328 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3329
3330         * wl.el (wl): Do not check variables if check is nil.
3331         * wl-utils.el (wl-collect-draft): New function.
3332         * wl-folder.el (wl-folder-suspend): Put summary buffers
3333         and draft buffers at the end of buffer list.
3334         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3335
3336 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3339         loop instead of recursive call.
3340
3341         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3342         2nd argument.
3343
3344 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3345
3346         * wl-draft.el (wl-draft-create-contents): Don't take neither
3347         (function . args) nor (string . something) any more.
3348
3349         * wl-version.el (wl-generate-user-agent-string): Return string
3350         without header symbol.
3351         * wl-draft.el (wl-draft-default-headers): Use it.
3352
3353         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3354         `wl-draft-insert-ccs' and return field value instead of inserting
3355         the header. Abolish cc argument.
3356         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3357
3358         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3359         rather than one with string car.
3360
3361         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3362         * wl-draft.el (wl-draft-create-contents): Add it after the default
3363         headers.
3364
3365         * wl-draft.el (wl-draft-create-contents): For the case of
3366         (symbol-or-string . function) insert header only when the function
3367         returns string value.
3368
3369 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3370
3371         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3372         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3373
3374 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl.el (wl-check-environment): Don't check Message-ID when
3377         `wl-insert-message-id' is nil.
3378         Revive checking if `wl-message-id-domain' contains "@".
3379
3380 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl.el (wl-check-environment): Merge examination for "@" at
3383         inappropriate position into the first string-match.
3384
3385         * wl-summary.el (wl-summary-target-mark-print): New function.
3386         (wl-summary-pipe-message-subr): Extracted from
3387         `wl-summary-pipe-message'.
3388         (wl-summary-target-mark-pipe): New function.
3389         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3390         `wl-summary-target-mark-pipe'.
3391
3392 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3393
3394         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3395
3396 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3397
3398         * wl.el (wl-check-environment): Use elmo-warning instead of
3399         error for non-critical ones.
3400         Remove trash folder check.
3401         (wl): Don't ignore error in wl-check-environment.
3402
3403         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3404         check, which is moved from `wl-check-environment'.
3405         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3406
3407 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3408
3409         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3410         guess anything, call wl-summary-write.
3411         (wl-summary-write): Create draft with blank To field.
3412         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3413
3414 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3415
3416         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3417         argument full as well for wl-folder-write-current-folder.
3418         If wl-*-write-current-folder cannot guess addressee, add blank
3419         To header.
3420         Rewrite condition for positioning cursor.
3421
3422 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3423
3424         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3425         summary buffer is present, use it.
3426         (wl-folder-jump-to-previous-summary): Ditto.
3427
3428 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3429
3430         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3431
3432         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3433         wl-summary-previous-buffer and wl-summary-next-buffer.
3434
3435         * wl-folder.el (wl-folder-mode-map): Bind
3436         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3437         (wl-folder-jump-to-next-summary): New function.
3438         (wl-folder-jump-to-previous-summary): Ditto.
3439
3440         * wl-draft.el (wl-draft): Rearranged.
3441
3442 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3443
3444         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3445         of header.
3446         (wl-draft): Collect arguments for the header as header-alist.
3447         (wl-draft-forward): Arrange arguments for wl-draft.
3448         (wl-draft-reply): Ditto.
3449         (wl-draft-edit-string): Ditto.
3450         * wl-summary.el (wl-summary-write): Ditto.
3451         (wl-summary-write-current-folder): Ditto.
3452
3453         * Version number is increased to 2.9.8.
3454
3455 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3456
3457         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3458
3459         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3460
3461         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3462         even if the guess failed.
3463
3464         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3465         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3466         wl-summary-write-current-folder.
3467         * wl-xmas.el: Ditto.
3468
3469 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3470
3471         * wl-summary.el (wl-summary-next-page): Force display message if
3472         message is not displayed yet.
3473         (wl-summary-prev-page): Ditto.
3474
3475 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3476
3477         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3478
3479 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3480
3481         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3482         add "Preview Message" and "Save Draft and Exit".
3483
3484 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3487         if addrmgr is called from draft in splitted window.
3488
3489         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3490         * wl-mule.el: Ditto.
3491         * wl-xmas.el: Ditto.
3492
3493 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3496
3497         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3498         * wl-xmas.el (wl-folder-toolbar): Ditto.
3499
3500 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3503         and wl-draft-save-and-exit.
3504         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3505         * wl-xmas.el: Ditto.
3506         * wl-mule.el: Ditto.
3507
3508         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3509         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3510
3511 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3512
3513         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3514         lists for saving buffer.
3515
3516 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3517
3518         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3519         parent-folder argument instead of it.
3520         (wl-draft-create-buffer): Ditto.
3521         (wl-draft-forward): Ditto.
3522         (wl-draft-reply): Ditto.
3523         * wl-summary.el (wl-summary-write): Ditto.
3524         (wl-summary-write-current-folder): Ditto.
3525
3526         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3527         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3528         Folder buffer after composing.
3529
3530 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3533         header if the file `wl-x-face-file' already contains it.
3534
3535 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3536
3537         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3538         folder" entry.
3539         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3540         * wl-e21.el (wl-folder-toolbar): Ditto.
3541         * wl-xmas.el (wl-folder-toolbar): Ditto.
3542
3543 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3544
3545         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3546         wl-folder-goto-folder with sticky argument.
3547         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3548
3549 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3552         and wl-summary-previous-buffer.
3553         (wl-summary-next-buffer): New function.
3554         (wl-summary-previous-buffer): Ditto.
3555
3556 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3557
3558         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3559         wl-folder-jump-to-current-entity-with-arg.
3560         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3561         `wl-folder-jump-to-current-entity'.
3562         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3563         `wl-summary-goto-folder-sticky'.
3564         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3565         `wl-summary-goto-folder'.
3566         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3567         Unless force-exit, do not clean temp. marks for sticky summary.
3568         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3569
3570 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3571
3572         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3573         not entire.
3574
3575 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3576
3577         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3578         to `C-x C-s'.
3579         (wl-summary-save-status): New command.
3580         (wl-summary-exit): Don't clean-up temp marks when sticky.
3581         (Applied patch from Nakayama-san [wl: 09548])
3582         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3583         Do nothing when no mark data.
3584         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3585         Call `wl-summary-delete-all-temp-marks' before saving.
3586
3587 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3588
3589         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3590
3591 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3592
3593         * wl.el (wl-check-environment): Also cause error when (system-name)
3594         returns "localhost.localdomain". (Although it doesn't affect because
3595         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3596
3597 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3598
3599         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3600         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3601
3602         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3603         value.
3604
3605 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3608         Likewise r-cc-list and r-ng-list.
3609
3610 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3613         only if it is bound as variable.
3614
3615         * wl-mime.el (wl-draft-preview-message): Ditto.
3616
3617 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3620         needless `goto-char'.
3621
3622         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3623         `wl-summary-redisplay-no-mime-internal' instead of
3624         `wl-summary-redisplay-no-mime'.
3625         (wl-summary-redisplay-no-mime): Changed argument;
3626         Call `wl-summary-redisplay-no-mime-internal'.
3627
3628         * wl-mime.el (wl-draft-preview-message): Bind
3629         `mime-header-encode-method-alist' locally.
3630
3631         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3632         (wl-draft-std11-parse-addresses): Added the first address check.
3633         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3634
3635         * Version number is increased to 2.9.7.
3636
3637 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3638
3639         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3640
3641 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3642
3643         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3644         related to scrollbar support, if there is no such a feature
3645         compiled in.
3646
3647 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3648
3649         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3650         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3651         for prefetch.
3652
3653 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3654
3655         * wl-summary.el (wl-summary-pick): Fix for no match.
3656
3657 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3658
3659         * wl-draft.el (wl-draft-save):
3660         Override `mime-header-encode-method-alist'.
3661
3662 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3663
3664         * wl-folder.el (wl-folder-pick): New function.
3665         Define key as "?".
3666
3667 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3668
3669         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3670         Fix for unplugged.
3671
3672 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3673
3674         * wl-folder.el (wl-folder-virtual): New function.
3675         Define key as "V".
3676
3677 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3678
3679         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3680         multi folder if entity is group.
3681
3682 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3683
3684         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3685         is nil.
3686
3687 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3688
3689         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3690         (wl-summary-target-mark-msgs): Return the number of marked messages.
3691
3692 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3693
3694         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3695         "first:" is specified.
3696
3697 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3698
3699         * wl-vars.el (wl-from): Use return value of function
3700         user-full-name instead of the variable user-full-name since
3701         XEmacs-20.4 doesn't set this variable.
3702
3703 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3704
3705         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3706         call `wl' directly.
3707
3708 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3709
3710         * wl-draft.el (wl-draft-reedit): Removed duplicated
3711         switch-to-buffers.
3712
3713 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * wl.el (wl-other-frame): Removed garbages.
3716
3717 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3720
3721         * wl-xmas.el (wl-draft-key-setup): Ditto.
3722
3723         * wl-mule.el (wl-draft-key-setup): Ditto.
3724
3725         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3726         (wl-draft-reedit): Ditto.
3727         (wl-draft-prepare-edit): Add `wl-draft-save' to
3728         `local-write-file-hooks'.
3729         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3730         (wl-draft-reedit): Set buffer-file-name.
3731         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3732
3733
3734         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3735         call it.
3736         (wl-delete-startup-frame-function): New variable.
3737         (wl-other-frame): New function
3738         (Original was written by Yamaoka san [wl: 09239]).
3739
3740         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3741         if `wl-folder-use-frame'.
3742
3743 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3744
3745         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3746
3747 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3748
3749         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3750         New variable.
3751         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3752         (wl-message-buffer-prefetch-get-next): Use them.
3753         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3754
3755 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3756
3757         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3758         with unwind-protect.
3759
3760         * wl-draft.el (wl-draft-reedit): Rewrite.
3761         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3762         (wl-draft-save): Insert header separator if it does not exist;
3763         Removed condition-case.
3764
3765         * wl-summary.el (wl-summary-reedit): Revert last change.
3766
3767         * wl-draft.el (wl-draft-save): Rewrite.
3768         (wl-draft-create-buffer): Set buffer-file-name as nil.
3769
3770         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3771
3772         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3773
3774         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3775         nil.
3776
3777 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3778
3779         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3780         If count is nil, do not prefetch.
3781         (wl-message-buffer-prefetch-next): Next.
3782
3783 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3784
3785         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3786
3787 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3788
3789         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3790         `delete-backward-char'
3791         (wl-draft-prepare-edit): Check major-mode.
3792         (wl-draft-decode-header): Rewrite.
3793         (wl-draft): Fix.
3794
3795 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3796
3797         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3798
3799 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3800
3801         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3802         (wl-message-buffer-prefetch-get-next): Remove size checking.
3803         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3804
3805 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3806
3807         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3808         (wl-draft-default-headers): Fix.
3809
3810 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-draft.el (wl-draft-default-headers): Insert return value of
3813         `wl-generate-mailer-string-function'.
3814
3815 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3816
3817         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3818         (wl-draft-insert-mail-header-separator): Ditto.
3819
3820         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3821         again (Reverted the change on 2002-01-17 by OKADA san).
3822
3823 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3824
3825         * wl-draft.el (wl-draft): Rewrite.
3826         (wl-draft-create-buffer): New function.
3827         (wl-draft-create-contents): Ditto.
3828         (wl-draft-prepare-edit): Ditto.
3829         (wl-draft-decode-header): Ditto.
3830         (wl-draft-decode-body): Ditto.
3831         (wl-draft-check-new-line): Ditto.
3832         (wl-draft-default-headers): Ditto.
3833         (wl-draft-insert-mail-header-separator): Ditto.
3834
3835 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3836
3837         * Version number is increased to 2.9.6.
3838
3839 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3840
3841         * wl-draft.el (wl-draft-delete-field): Optional argument.
3842         (wl-draft-delete-fields): Ditto.
3843
3844 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3845
3846         * wl-message.el (toplevel): Eliminated byte-compile warning.
3847         for `itimer-function', `delete-timer' and `itimer-list'.
3848
3849 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3850
3851         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3852         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3853         `wl-message-buffer-prefetch-threshold'.
3854         * wl-summary.el (wl-summary-redisplay-internal): Remove
3855         the check of `wl-message-buffer-prefetch-depth'.
3856
3857 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3858
3859         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3860         size of article.
3861         (wl-message-buffer-prefetch-subr): Remove size check.
3862
3863 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-vars.el (wl-plugged): Make customizable.
3866
3867 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3868
3869         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3870         (wl-message-buffer-prefetch-set-timer): New function.
3871         (wl-message-buffer-prefetch-get-next): New function.
3872         (wl-message-buffer-prefetch): New function.
3873         (wl-message-buffer-prefetch-next): Rewrite.
3874         (wl-message-buffer-prefetch-subr): Rewrite.
3875         * wl-vars.el (wl-auto-prefetch-first): New variable.
3876         * wl-summary.el (wl-summary-goto-folder-subr): Call
3877         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3878
3879 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3880
3881         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3882         `wl-summary-unread-message-hook'.
3883
3884 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3885
3886         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3887         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3888         if range is `cache-status'.
3889
3890 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3891
3892         * wl-message.el (wl-message-buffer-prefetch-subr):
3893         Improve debug message.
3894
3895 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3896
3897         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3898         `wl-mail-send-pre-hook'.
3899         (wl-draft-send-mail-with-qmail): Ditto.
3900         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3901
3902 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3903
3904         * wl-message.el (wl-message-buffer-prefetch-subr):
3905         Fix for cancel-function-timers bug.
3906         (wl-message-buffer-prefetch-debug): Default value is t.
3907
3908 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3909
3910         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3911         (wl-message-buffer-prefetch-subr): Rewrite.
3912         Rename from `wl-message-buffer-prefetch'.
3913
3914 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3915
3916         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3917         (wl-default-draft-cite-decorate-author): Ditto.
3918
3919         * wl-draft.el (wl-draft-cite-function): Removed.
3920         (wl-default-draft-cite-decorate-author): Ditto.
3921
3922 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3925         (wl-default-draft-cite): Do not arrange author name if the value of
3926         `wl-default-draft-cite-decorate-author' is nil.
3927
3928 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3929
3930         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3931
3932         * wl-folder.el (wl-folder-check-one-entity): Don't care
3933         `elmo-folder-use-flag-p'.
3934
3935 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3936
3937         * wl-folder (wl-folder-check-one-entity): Fix
3938         problem if unread is nil.
3939
3940 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3941
3942         * wl-address.el (wl-address-make-completion-list): Check whether
3943         the address is a group list.
3944         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3945
3946 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3947
3948         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3949         The number of the messages of new and unread does not count
3950         correctly.
3951
3952         * wl-summary.el (wl-summary-count-unread): Changed to return
3953         `(new . unread)' instead of total.
3954         (wl-summary-sync-update): Follow the change above.
3955
3956         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3957
3958 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3959
3960         * wl-address.el (wl-address-make-completion-list): Do not enclose
3961         address by " <" and ">" if associated realname is "".
3962         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3963         This is against the promblem with group list in .addresses pointed
3964         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3965
3966 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3967
3968         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3969         message is a format control string.
3970         * wl-expire.el (wl-expire-append-log): Ditto.
3971         * wl-mime.el (wl-summary-burst-subr): Ditto.
3972         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3973         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3974
3975 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3976
3977         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3978         wl.el (wl-check-variables): Rename from `wl-check-type'.
3979         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3980         (wl-check-variables-2): New function.
3981         (wl): Call `wl-check-variables-2'.
3982
3983 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3986         after renaming folder in access group.
3987
3988 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3989
3990         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3991         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3992         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3993         (wl-message-buffer-prefetch): Rewrite.
3994         (wl-message-buffer-prefetch-idle-time): Removed.
3995         * wl-summary.el (wl-summary-redisplay-internal):
3996         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3997         Error check for `wl-message-buffer-prefetch-depht'.
3998
3999 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4000
4001         * Version number is increased to 2.9.5.
4002         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4003
4004 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4005
4006         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4007         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4008         Based on the patch written by
4009         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4012
4013         * wl-draft.el (wl-draft-raw-send): Fix for
4014         `wl-news-send-pre-hook'
4015
4016 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4017
4018         * wl-utils.el (wl-message-id-function): New variable.
4019         * wl-draft.el (wl-draft-insert-required-fields):
4020         Use `wl-message-id-function'.
4021
4022 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4023
4024         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4025         * wl-utils.el (wl-draft-make-message-id-string):
4026         Use `wl-from' for domain part of Message-ID
4027         if `wl-message-id-use-wl-from' if non-nil.
4028         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4029
4030 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4031
4032         * wl.el (wl): Call `wl-check-type'
4033         Do not 'condition-case'.
4034
4035 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4036
4037         * wl.el (wl-check-type): New function.
4038         (wl-check-type-variables): New variable.
4039
4040 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4041
4042         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4043
4044 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4045
4046         * wl-draft.el (wl-smtp-password-key): New function.
4047         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4048         (wl-draft-send-mail-with-smtp): Ditto.
4049         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4050
4051 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4052
4053         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4054         * wl-utils.el (wl-unique-id-suffix): Remove.
4055
4056 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4057
4058         * Version number is increased to 2.9.4.
4059
4060 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4061
4062         * wl-utils.el (wl-unique-id-suffix): New variable.
4063         (wl-unique-id): Use `wl-unique-id-suffix'
4064
4065 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4066
4067         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4068         instead of `elmo-msgdb-search'.
4069
4070         * Version number is increased to 2.9.3.
4071
4072 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4073
4074         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4075
4076 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4077
4078         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4079         (wl-draft-dispatch-message): Changed for send-later.
4080         (wl-draft-queue-flush): Ditto.
4081         (wl-draft): Clear `wl-sent-message-queued'.
4082         (wl-draft-reedit): Ditto.
4083         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4084         * wl-vars.el (wl-draft-force-queuing): New variable.
4085         (wl-draft-force-queuing-mail): New variable.
4086         (wl-draft-force-queuing-news): New variable.
4087
4088 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4091         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4092
4093 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4094
4095         * Version number is increased to 2.9.2.
4096
4097 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * wl-draft.el (wl-draft-elide-region): New user command.
4100         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4101
4102         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4103         command `wl-draft-elide-region'.
4104         * wl-mule.el: Ditto.
4105         * wl-xmas.el: Ditto.
4106
4107 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4108
4109         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4110         (wl-biff-check-folder-async): Removed needless let.
4111
4112 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4115         wl-folder-get-elmo-folder.
4116         (wl-biff-check-folder): Set `biff' argument of
4117         `wl-folder-check-one-entity'.
4118         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4119
4120         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4121         (wl-folder-check-one-entity): Added `biff' argument;
4122         Setup `biff' slot of folder.
4123
4124         * Version number is increased to 2.9.1.
4125
4126 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4129         comment out and fixed.
4130         (wl-fldmgr-add-completion-subr): Ditto.
4131
4132         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4133         and msgdb.
4134
4135         * wl.el (wl-toggle-plugged): Save summary view.
4136
4137 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4138
4139         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4140
4141 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4142
4143         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4144
4145 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4148         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4149         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4150
4151         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4152         if it was failed.
4153         (wl-demo): Disable undo in the demo buffer.
4154
4155 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-version.el (wl-version): Changed codename.
4158
4159         * Version number is increased to 2.9.0.
4160
4161 2001-12-14  Takuo KITAME <kitame@northeye.org>
4162
4163         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4164         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4165         (wl-folder-mark-as-read-all-current-entity): Ditto.
4166
4167 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4168
4169         * wl-vars.el (wl-from-width): Define as obsolete variable.
4170         (wl-subject-length-limit): Ditto.
4171
4172         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4173
4174         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4175         wl-summary-save-view.
4176
4177         * wl.el (wl-save-status): Ditto.
4178         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4179
4180         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4181         (wl-summary-exit): Follow the change above.
4182         (wl-summary-goto-folder-subr): Ditto.
4183
4184         * wl-folder.el (wl-folder-create-subr): Don't use
4185         `elmo-folder-creatable-p'.
4186
4187 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4190
4191 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4194         rather than bitmap on Emacs 21.
4195         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4196         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4197         for xbm if the new redisplay engine is not available.
4198
4199 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4200
4201         * wl-folder.el (wl-folder-init-hook): New hook.
4202         (wl-folder-init): Run `wl-folder-init-hook'.
4203
4204 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4207
4208 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * wl-acap.el (wl-acap-cache-filename): New variable.
4211         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4212         (wl-acap-init): Use cache if no ACAP server found.
4213
4214 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4215
4216         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4217         `wl-acap-original-msgdb-dir'.
4218
4219         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4220         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4221
4222         * wl-mime.el (wl-mime-save-directory): Renamed from
4223         `wl-mime-save-dir'.
4224
4225 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4228
4229         * wl-demo.el: Require `path-util'.
4230         (wl-demo-bitmap-mule-available-p): New internal variable.
4231         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4232         `module-installed-p' instead.
4233         (wl-demo-insert-image): Use *.img file for a bitmap image.
4234         (wl-demo): Don't call the ascii demo recursively.
4235
4236 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4237
4238         * Version number is increased to 2.7.7.
4239
4240 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4241
4242         * wl.el (wl-exit): Eliminated byte-compile warning.
4243
4244 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4245
4246         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4247         obsolete variable using `elmo-define-obsolete-variable'.
4248         (wl-fetch-confirm-threshold): Ditto.
4249         (wl-cache-prefetch-folder-type-list): Ditto.
4250         (wl-cache-prefetch-folder-list): Ditto.
4251
4252 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4255         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4256         (wl-demo-insert-image): New function.
4257         (wl-demo-insert-text): New function.
4258         (wl-demo-image-type-alist): Redefine as a function.
4259         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4260         (wl-demo-with-temp-file-buffer): Removed.
4261         (wl-logo-xpm): Removed.
4262         (wl-logo-xbm): Removed.
4263         (wl-logo-bitmap): Removed.
4264
4265 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4266
4267         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4268         (wl-expire-localdir-get-folder-function): New user option.
4269         (wl-expire-localdir-get-folder): New function.
4270         (wl-expire-localdir-date): Ditto.
4271
4272 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4273
4274         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4275         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4276         Fixed unread number mismatch when all-unread < unread.
4277
4278 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4281         (wl-fetch-confirm-threshold): Ditto.
4282
4283         * wl-summary.el (wl-summary-confirm-appends): Removed.
4284         (wl-summary-sync-update): Don't refer
4285         `wl-summary-update-confirm-threshold' (It is now abolished).
4286
4287         * wl-message.el (wl-message-display-internal): Don't refer
4288         `wl-fetch-confirm-threshold' (It is now abolished).
4289
4290 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4293
4294 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4297         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4298         Change default value to nil.
4299         (wl-summary-indent-length-limit): The value can be nil, nil means
4300         unlimited.
4301
4302         * wl-summary.el: Don't set limit for indent length if the value of
4303         wl-summary-indent-length-limit is nil.
4304         If the value of wl-summary-width is nil, it means only that the width
4305         of summary is unlimited (nil doesn't mean that the indent length is
4306         unlimited).
4307
4308         * wl-thread.el: Ditto.
4309
4310 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4311
4312         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4313         be nil, nil means never confirm.
4314         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4315
4316 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4319         means unlimited).
4320
4321 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4324         Use `with-temp-buffer'.
4325
4326 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4327
4328         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4329         with new backquote style).
4330         (wl-folder-get-entity-from-buffer): Ditto.
4331
4332 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4333
4334         * wl-version.el (nemacs-version): Eliminated.
4335         (wl-extended-emacs-version2): Ignore nemacs.
4336         (wl-extended-emacs-version3): Ditto.
4337
4338 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4339
4340         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4341         (wl-draft-add-in-reply-to): New variable.
4342         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4343         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4344         (wl-draft-yank-from-mail-reply-buffer): Use
4345         `wl-draft-add-in-reply-to'.
4346         (wl-draft-insert-current-message): Ditto.
4347
4348 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4349
4350         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4351         typo (kill->hide).
4352         (wl-message-buffer-prefetch-folder-type-list): Added elements
4353         `mark' and `cache' instead of `internal'.
4354
4355 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4358         resume msgdb directory.
4359
4360 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl.el (wl-exit): Call `wl-acap-exit'.
4363
4364         * wl-summary.el (wl-summary-message-string): New function.
4365         (wl-summary-reedit): Use it.
4366         (wl-summary-resend-bounced-mail): Remove needless let.
4367         (wl-summary-supersedes-message): Ditto.
4368         (wl-summary-save): Ditto.
4369
4370         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4371         (wl-acap-init): Set it.
4372         (wl-acap-exit): New function.
4373
4374 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4375
4376         * wl.el (wl-init): Revert (require 'mime-setup). move from
4377         toplevel.
4378
4379 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4380
4381         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4382         local variables.  Add error when guess function return invalid
4383         value.
4384
4385 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4386
4387         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4388         Change local variable name.
4389         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4390         (wl-folder-get-newsgroups): Return nil when non-news folder.
4391         * wl-summary.el (wl-summary-write-current-folder): State through
4392         when guess-list return nil.
4393         (wl-summary-write-current-folder-functions): Fixed docstring.
4394
4395         * wl.el (wl-exit): Changed confirm message.
4396
4397         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4398         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4399
4400         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4401
4402 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4403
4404         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4405         user option (Renamed from wl-cache-prefetch-folder-type-list).
4406         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4407         from wl-cache-prefetch-folder-list).
4408
4409         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4410         Move to wl-vars.el.
4411         (wl-message-buffer-prefetch-p): Changed to enable
4412         `wl-message-buffer-prefetch-folder-list'.
4413
4414         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4415         `ignore-cache'.
4416
4417 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4418
4419         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4420         `part-top' and `part-bottom'.
4421         (wl-draft-config-sub-part-top): New function.
4422         (wl-draft-config-sub-part-bottom): New function.
4423
4424 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4427
4428 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4429
4430         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4431
4432 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4435
4436         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4437         (wl-summary-write-current-folder): Ditto.
4438
4439 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4440
4441         * wl-folder.el (wl-folder-get-newsgroups): Use
4442         `elmo-folder-newsgroups'.
4443
4444 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4445
4446         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4447         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4448         `wl-draft-config-sub-header-bottom'.
4449
4450 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4451
4452         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4453         localnews folder.
4454
4455 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl-summary.el (wl-summary-mode): Undo last change.
4458
4459         * wl-folder.el (wl-folder-mode): Ditto.
4460
4461 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-summary.el (wl-summary-mode): Locally set
4464         truncate-partial-window-width to nil.
4465         (for XEmacs)
4466
4467         * wl-folder.el (wl-folder-mode): Ditto.
4468
4469 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4472
4473 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4474
4475         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4476         number.
4477
4478         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4479
4480         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4481
4482         * Version number is increased to 2.7.6.
4483
4484 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4485
4486         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4487
4488 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4489
4490         * wl-summary.el (wl-summary-sync-update): Enclose network
4491         related portion with `unwind-protect'.
4492
4493 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4494
4495         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4496
4497 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4498
4499         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4500         element.
4501         * wl-vars.el (wl-message-body-button-alist): Ditto.
4502
4503         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4504         max match length.
4505         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4506
4507         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4508         for the max match length;
4509         Use 4th element value for the button string regexp group.
4510
4511         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4512         candidate exists, prompt to select.
4513
4514 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4515
4516         * wl-summary.el (wl-summary-jump-to-msg): Search before
4517         calibration point by `beginning-of-line'.
4518
4519 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4520
4521         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4522         for access group.
4523
4524 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * wl-message.el (wl-message-display-internal): Bind
4527         `default-mime-charset'.
4528
4529         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4530
4531         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4532
4533         * Version number is increased to 2.7.5.
4534
4535 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4536
4537         * wl-expire.el (wl-summary-archive): Fixed;
4538         Use `elmo-folder-name-internal'.
4539
4540 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4541
4542         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4543         from `elmo-folder-move-messages' caller.
4544         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4545
4546         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4547         related portions are changed).
4548
4549 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4550
4551         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4552         counter.
4553
4554 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4555
4556         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4557         buffer local and set it to nil.
4558
4559         * wl-message.el (wl-message-redisplay): Ditto.
4560
4561 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-summary.el (wl-summary-mark-as-important): If message is
4564         already cached, set messag as read, otherwise encache and mark as read.
4565
4566 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4569         point-min.
4570
4571 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4574         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4575         a keymap.
4576
4577 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4580         parent.
4581
4582         * wl-mule.el (wl-message-define-keymap): Ditto.
4583
4584         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4585
4586         * wl-xmas.el (wl-message-display-internal-hook): Define.
4587         (wl-xmas-setup-message-toolbar): Define as function.
4588         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4589         (wl-message-overload-functions): Abolished.
4590         (wl-message-define-keymap): New function.
4591
4592         * wl-vars.el (wl-message-display-internal-hook): New variable.
4593         (wl-message-header-button-alist): New variable (Renamed from
4594         wl-highlight-message-header-button-alist).
4595         (wl-message-body-button-alist): Ditto.
4596
4597         * wl-mule.el (wl-message-define-keymap): New function.
4598         (wl-message-overload-functions): Abolished.
4599
4600         * wl-message.el (wl-message-add-buttons-to-body): New function.
4601         (wl-message-redisplay): Don't call wl-message-overload-functions;
4602         Call wl-message-add-buttons-to-header and
4603         wl-message-add-buttons-to-body.
4604         (wl-message-display-internal): Set keymap argument for
4605         elmo-mime-display-as-is, elmo-mime-message-display;
4606         Run wl-message-display-internal-hook.
4607         (wl-message-refer-article-or-url): Abolished.
4608
4609         * wl-highlight.el (wl-highlight-headers): Don't call
4610         wl-highlight-message-add-buttons-to-header.
4611         (wl-highlight-message-add-buttons-to-header): Abolished.
4612
4613
4614         * wl-e21.el (wl-message-display-internal-hook): Define.
4615         (wl-e21-setup-toolbar): Deleted duplicated binding.
4616         (wl-e21-setup-message-toolbar): Define as function.
4617         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4618         (wl-message-define-keymap): New function.
4619         (wl-message-overload-functions): Abolished.
4620
4621 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4624         and elmo-folder-close.
4625
4626         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4627
4628 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4629
4630         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4631         boolean value.
4632         * wl-draft.el (wl-draft-do-fcc): Ditto.
4633
4634 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4635
4636         * wl-vars.el (wl-fcc-force-as-read): New variable.
4637         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4638         mark copied message as read.
4639
4640 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4641
4642         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4643
4644 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4645
4646         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4647         `wl-summary-target-above' instead of obsolete variable
4648         `wl-summary-temp-above'.
4649
4650         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4651         instead of `make-obsolete-variable'.
4652         * wl-refile.el (toplevel): Ditto.
4653
4654 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4655
4656         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4657         with third argument t.
4658         (wl-draft): Set first argument for wl-plugged-init as t.
4659
4660         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4661         definition.
4662
4663 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4664
4665         * wl-vars.el: Tabify.
4666         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4667
4668         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4669         message.
4670
4671 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4672
4673         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4674         and set default to beep.
4675
4676 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-vars.el (wl-draft-truncate-lines): New variable.
4679
4680         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4681         instead of wl-message-truncate-lines for truncate-lines.
4682
4683 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4684
4685         * wl-message.el (wl-message-display-internal): Call
4686         `wl-highlight-message' after `elmo-mime-display-as-is'.
4687
4688         * wl-mime.el (wl-mime-display-text/plain): New function.
4689         (wl-mime-display-header): Ditto.
4690         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4691         body-presentation-method for text/plain;
4692         Register `wl-mime-display-header' as a header-presentation-method;
4693         Don't set up `elmo-message-text-content-inserted-hook' and
4694         `elmo-message-header-inserted-hook'.
4695
4696         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4697         variable.
4698         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4699         as t if flag is 'all-header;
4700         Don't bind `elmo-message-ignored-field-list',
4701         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4702
4703 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4706         for xemacs with non-mule environment.
4707
4708 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4709
4710         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4711         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4712         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4713
4714 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4715
4716         * wl-vars.el (wl-interactive-send): Set default value as t.
4717
4718 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4721         (wl-addrmgr-method-list): Abolished.
4722         (wl-addrmgr-change-method): Follow above change.
4723
4724         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4725
4726 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-vars.el (wl-message-truncate-lines): Change default value
4729         to default-truncate-lines.
4730
4731         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4732
4733 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4734
4735         * wl-vars.el (wl-message-truncate-lines): New variable.
4736
4737         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4738         wl-message-truncate-lines.
4739
4740 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4741
4742         * wl-acap.el (wl-acap-init): Remove period from error message.
4743         (wl-acap-find-acap-service): Remove period from message.
4744
4745 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4746
4747         * wl.el (wl-check-environment): Undo last change.
4748
4749         * wl-vars.el (wl-from): Changed default value.
4750
4751         * wl-util.el (toplevel): Don't require tm-edit.
4752
4753         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4754         `wl-folder-init';
4755         Don't set mark on mail body.
4756         (wl-draft-reedit): Ditto.
4757
4758         * wl-address.el (wl-address-quote-specials): Define as an alias for
4759         elmo-address-quote-specials.
4760
4761 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4764
4765         * wl-vars.el (wl-from): Set default value as nil.
4766         (wl-organization): Set default value as ORGANIZATION environment
4767         variable.
4768
4769         * wl-draft.el (wl-smtp-extension-bind): Check value of
4770         wl-smtp-connection-type.
4771
4772         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4773         error.
4774
4775 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4776
4777         * Version number is increased to 2.7.4.
4778
4779         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4780         arguments from `wl-highlight-x-face-function' caller.
4781         Use x-face-1.3.6.12 or later.
4782
4783 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4784
4785         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4786
4787 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4790         (wl-fcc): Fix to accept function.
4791         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4792
4793 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4794
4795         * wl-acap.el (toplevel): Added `product-provide' declare.
4796         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4797
4798 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4799
4800         * wl.el (wl): Changed order of calling `elmo-init'
4801         and `elmo-folder-init'.
4802
4803 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4804
4805         * wl-mime.el (wl-summary-burst): Extract message when content-type
4806         of root entity is not only `multipart' but also `message/rfc822'.
4807         (wl-summary-burst-subr): Ditto.
4808
4809 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-vars.el (toplevel): Require 'custom.
4812         (wl-trash-folder): Added to `wl-setting' group.
4813
4814         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4815         exists.
4816         (wl-addrmgr-draw): Insert empty line when no entry exists.
4817
4818         * wl-mule.el (wl-message-wheel-up): Fixed.
4819         (wl-message-wheel-down): Ditto.
4820
4821 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4822
4823         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4824         config is an anonymous lambda expression.
4825
4826 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4829         when Mule 2 is running.
4830
4831 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4834
4835 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4838         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4839
4840         * wl-address.el (wl-address-specials-regexp): Eliminated.
4841         (wl-address-quote-specials): Rewrite.
4842
4843 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4846         shy-groups for regexp.
4847
4848         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4849         character classes and Perl style shy-groups for regexp.
4850         (wl-highlight-plugged-current-line): Use Posix style character
4851         classes for regexp.
4852         (wl-e21-highlight-folder-by-numbers): Ditto.
4853         (wl-e21-display-image-p): Use `display-images-p' instead of
4854         `display-graphic-p'.
4855         (display-images-p): Make an alias to `display-graphic-p' if it is
4856         not available.  It is for Emacs version prior to 21.0.105.
4857
4858         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4859         `display-graphic-p'.
4860         (wl-demo-image-type-alist): Ditto.
4861         (display-images-p): Make an alias to `display-graphic-p' if it is
4862         not available.  It is for Emacs version prior to 21.0.105.
4863
4864 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4865
4866         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4867         support.
4868         (wl-generate-user-agent-string): Ditto.
4869
4870         * wl-version.el (wl-version): Update docsting.
4871         (wl-version-status): Ditto.
4872
4873 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4874
4875         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4876         21.0.105.  For Emacs 21.0.104 or earlier.
4877
4878 2001-09-03  Takuo KITAME <kitame@northeye.org>
4879
4880         * wl-e21.el (wl-plugged-init-icons): Use
4881         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4882         (wl-biff-init-icons): Ditto.
4883
4884 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * wl-highlight.el (wl-highlight-summary-current-line):
4887         Fixed highlighting refile/copy destination.
4888
4889         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4890         (wl-acap-store): Encode string by wl-acap-coding-system.
4891
4892 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl-acap.el (toplevel): Check and require 'un-define before
4895         'xemacs-ucs;
4896          Added checking for UTF-2000.
4897
4898 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4901         Don't enclose with `eval-and-compile'.
4902
4903         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4904         wl-init is non-nil.
4905
4906         * wl-draft.el (wl-draft): Ditto.
4907
4908         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4909
4910         * wl-acap.el (toplevel): Require 'wl.
4911         (wl-acap-store): Call `elmo-init'.
4912
4913         * wl.el (wl): Changed position of `wl-check-environment'.
4914         (toplevel): Added autoload setting for wl-acap.
4915
4916         * wl-vars.el (wl-setting): New custom group.
4917         (wl-from): Added wl-setting group.
4918         (wl-user-mail-address-list): Ditto.
4919         (wl-organization): Ditto.
4920         (wl-subscribed-mailing-list): Ditto.
4921         (wl-envelope-from): Ditto.
4922         (wl-smtp-posting-user): Ditto.
4923         (wl-smtp-posting-server): Ditto.
4924         (wl-smtp-posting-port): Ditto.
4925         (wl-smtp-authenticate-type): Ditto.
4926         (wl-pop-before-smtp-user): Ditto.
4927         (wl-pop-before-smtp-server): Ditto.
4928         (wl-pop-before-smtp-port): Ditto.
4929         (wl-pop-before-smtp-authenticate-type): Ditto.
4930         (wl-nntp-posting-server): Ditto.
4931         (wl-nntp-posting-user): Ditto.
4932         (wl-nntp-posting-port): Ditto.
4933         (wl-fetch-confirm-threshold): Ditto.
4934         (wl-prefetch-threshold): Ditto.
4935         (wl-thread-insert-opened): Ditto.
4936         (wl-ldap-server): Ditto.
4937         (wl-ldap-port): Ditto.
4938         (wl-ldap-base): Ditto.
4939         (wl-ldap-objectclass): Ditto.
4940         (wl-use-ldap): Ditto.
4941         (wl-draft-config-alist): Ditto.
4942         (wl-draft-config-matchone): Ditto.
4943         (wl-template-alist): Ditto.
4944         (wl-message-sort-field-list): Ditto.
4945         (wl-message-ignored-field-list): Ditto.
4946         (wl-message-visible-field-list): Ditto.
4947         (wl-interactive-send): Ditto.
4948         (wl-summary-move-order): Ditto.
4949         (wl-auto-select-first): Ditto.
4950         (wl-auto-select-next): Ditto.
4951         (wl-interactive-save-folders): Ditto.
4952
4953         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4954         Initialization codes are moved from wl-local-folder-init.
4955         (wl-local-folder-init): Follow the change above.
4956         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4957
4958         * wl-acap.el: New file.
4959
4960         * Version number is increased to 2.7.3.
4961
4962 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4963
4964         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4965
4966 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4967
4968         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4969         (wl-addrmgr-address-entry-list): Ditto.
4970
4971 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-e21.el (wl-draft-mode-map): Removed binding for
4974         `wl-draft-insert-x-face-field'.
4975
4976         * wl-mule.el (wl-draft-mode-map): Ditto.
4977
4978         * wl-xmas.el (wl-draft-mode-map): Ditto.
4979
4980         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4981         (wl-cs-autoconv): Ditto.
4982         (wl-cs-local): Ditto.
4983         (wl-use-scoring): Ditto.
4984         (wl-mime-charset): Ditto.
4985         (wl-folder-check-async): Ditto.
4986
4987         * wl.el (toplevel): Ignore nemacs and tm.
4988         (wl-exit): Ditto.
4989
4990         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4991         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4992         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4993         instead of wl-address-petname-add-or-change.
4994         (wl-summary-edit-addresses-subr): Use wl-address-delete
4995         instead of wl-address-petname-delete.
4996
4997         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4998
4999         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5000         if error occured.
5001
5002         * wl-message.el (require): Remove tm support.
5003
5004         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5005
5006         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5007         (wl-folder-jump-to-current-entity): Ditto.
5008         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5009
5010         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5011         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5012         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5013
5014         * wl-mule.el (wl-draft-key-setup): Ditto.
5015
5016         * wl-xmas.el (wl-draft-key-setup): Ditto.
5017
5018         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5019         (wl-draft-std11-parse-addresses): New function.
5020         (wl-draft-parse-mailbox-list): Use it.
5021         (wl-draft): Ignore nemacs.
5022         (wl-draft-reedit): Ditto.
5023
5024         * wl-addrmgr.el: New file.
5025         (Original is wl-rcpt.el written by
5026         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5027         Thanks Kitamoto-san.)
5028
5029         * wl-address.el (wl-address-make-address-list): Modified parsing
5030         process.
5031         (wl-address-delete): Renamed from `wl-address-petname-delete';
5032         Modify wl-address-list too.
5033         (wl-address-add-or-change): Renamed from
5034         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5035
5036 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5037
5038         * wl-highlight.el (wl-highlight-summary-current-line):
5039           Work with transient-mark-mode
5040
5041 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * Version number is increased to 2.7.2.
5044
5045         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5046         instead of elmo-dop-queue-method.
5047
5048 2001-08-06  SAITO Atsunori <sai@yedo.com>
5049
5050         * wl-vars.el (wl-ldap-objectclass): New user option.
5051
5052         * wl-address.el (wl-ldap-make-filter): Use it.
5053
5054 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5057
5058 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5059
5060         * wl-folder.el (wl-folder): redisplay after folder insertion.
5061
5062         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5063
5064         * wl-summary.el (wl-summary-sync-update):
5065         Change status mark only when new-msgdb exists.
5066         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5067
5068 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-summary.el (wl-summary-open-folder): New function.
5071         (wl-summary-goto-folder-subr): Use it.
5072         (wl-summary-mark-as-important): Fix;
5073         Encache only when no cache exists.
5074
5075 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5078         Use with-current-buffer.
5079
5080 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5081
5082         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5083         before call `get-buffer'. Fixed parenthesis.
5084         (wl-score-get-header-entry): Clear message and help window when
5085         keyboard quit.
5086         (wl-score-edit-insert-header): Ditto.
5087
5088 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5091         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5092         (wl-default-draft-cite): Fix.
5093
5094         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5095         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5096
5097 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-message.el (wl-message-prev-page): Do same bahavior
5100         as summary when it is called in the message buffer.
5101         (wl-message-next-page): Ditto.
5102
5103 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-summary.el (wl-summary-forward): Use cache if it is not
5106         section cache.
5107
5108 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5111         Removed redundant require of elmo-vars.
5112         (wl-biff-state-indicator-on): Changed default value for
5113         xemacs with non-mule environment.
5114
5115         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5116         wl-message-buffer is nil;
5117         Hide progress bar after moving messages.
5118
5119 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5120
5121         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5122         message at cursor point is deleted.
5123
5124 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-vars.el: Changed file coding system to euc-japan.
5127         Added -*-coding:-*- magic to the first line.
5128
5129         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5130         Search parent from the first message.
5131
5132         * Version number is increased to 2.7.1.
5133
5134 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5135
5136         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5137
5138 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5141         refile/delete execution.
5142
5143         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5144         Fixed docstring.
5145
5146 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5149         do update process;
5150         Don't update marks when update process is interrupted.
5151
5152 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-summary.el (wl-summary-reply): Fixed problem when
5155         wl-draft-use-frame is non-nil.
5156         (wl-summary-forward): Ditto.
5157
5158         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5159         as nil.
5160         (wl-folder-mark-as-read-all-entity): Ditto.
5161         (wl-folder-prefetch-entity): Ditto.
5162
5163         * wl.el (wl): Check environment before wl-init.
5164
5165         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5166         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5167         instead of wl-summary-collect-unread.
5168         (wl-summary-reply): Split message window.
5169
5170 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5173         only if current language environment is japanese,
5174
5175         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5176         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5177         (wl-folder-goto-folder-subr): Ditto.
5178
5179         * wl-draft.el (wl-draft-dispatch-message): Call
5180         `elmo-file-cache-get-path'.
5181
5182 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-summary.el (wl-summary-cursor-move): If return value of
5185         wl-summary-next-message is not number, don't jump.
5186
5187 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-summary.el (wl-summary-buffer-next-message-function): New
5190         variable.
5191         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5192         if it is bound.
5193
5194         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5195         string.
5196
5197         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5198         (wl-plugged-drawing): Ditto.
5199
5200 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5203         process.
5204         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5205         with unwind-protect.
5206
5207         * wl.el (wl-init): Require mime-setup.
5208         (wl-check-environment): Don't require mime-setup.
5209
5210         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5211         instead of elmo-folder-type.
5212
5213         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5214         value as nil.
5215
5216 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * Version number is increased to 2.7.0.
5219
5220         * wl-version.el (wl-version): Changed codename.
5221
5222         * wl-summary.el (wl-summary-delete-cache): Fixed.
5223
5224         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5225         Workaround for net folders.
5226         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5227
5228         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5229         value to nil (According to the patch from
5230         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5231
5232         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5233         of elmo-folder-close.
5234
5235 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5236
5237         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5238         for postfix.
5239
5240 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5241
5242         * wl-summary.el (wl-summary-resend-message): Fixed.
5243
5244         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5245         Call wl-draft with `from' argument if its address is included in
5246         `wl-user-mail-address-list'.
5247         (wl-draft): Added `from' argument.
5248
5249         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5250         non-nil.
5251         (wl): Don't show demo if wl-demo is nil.
5252
5253         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5254         wl-summary-use-frame.
5255
5256         * wl-vars.el (wl-summary-use-frame): New user option.
5257         (wl-folder-use-frame): Changed docstring.
5258
5259         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5260         non-nil.
5261         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5262         wl-summary-use-frame.
5263
5264         * wl-vars.el (wl-folder-use-frame): New user option.
5265
5266         * wl-summary.el (wl-summary-exit): Back to folder frame if
5267         wl-folder-use-frame is non-nil.
5268         (wl-summary-redisplay-internal): Ignore cache if current folder
5269         is draft folder,
5270         (wl-summary-redisplay-no-mime): Ditto.
5271         (wl-summary-redisplay-all-header): Ditto.
5272
5273         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5274         if wl-folder-use-frame is non-nil.
5275
5276 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-summary.el (wl-summary-sync-update): Bind
5279         elmo-folder-update-threshold.
5280         (wl-summary-mark-as-important): Enclosed server mark processing
5281         with `save-match-data'.
5282
5283         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5284         only when it is already defined.
5285
5286 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5287
5288         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5289         name of folder exclude localdir is wrong.
5290         * wl-folder.el (wl-folder-sync-entity):
5291         Set `wl-summary-always-sticky-folder-list' as nil.
5292         (wl-folder-mark-as-read-all-entity): Ditto.
5293         (wl-folder-prefetch-entity): Ditto.
5294
5295 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5296
5297         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5298         instead of `wl-summary-write-current-newsgroup'.
5299
5300 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5301
5302         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5303         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5304         non-nil and selected message is important, do not display.
5305
5306 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5307
5308         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5309
5310 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5311
5312         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5313
5314         * wl-summary.el (wl-summary-mark-as-important): Set message number
5315         using wl-summary-message-number.
5316
5317 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5318
5319         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5320         destination folder is 'null.
5321
5322 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5323
5324         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5325         New function.
5326         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5327         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5328         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5329
5330 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-mime.el (wl-mime-setup): Added setting for
5333         `mime-setup-signature-key-alist' to avoid overriding key bind for
5334         `wl-draft-send'.
5335
5336         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5337         for `wl-draft-send'.
5338         * wl-mule.el (wl-draft-overload-functions): Ditto.
5339         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5340         * wl-draft.el (wl-draft-send): Ditto.
5341
5342         * wl-message.el (wl-message-display-internal):
5343         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5344         (Patch is provided by <kita@coe.nttdata.co.jp>).
5345
5346 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5347
5348         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5349
5350 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5351
5352         * wl.el (wl): Fix for wl-demo.
5353
5354 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5355
5356         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5357
5358 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5359
5360         * wl-folder.el (wl-folder-prefetch-entity): Use
5361         `wl-folder-get-elmo-folder'.
5362         (wl-folder-count-incorporates): Do not use
5363         `wl-folder-get-elmo-folder'.
5364
5365 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5366
5367         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5368         instead of `elmo-folder-get-type'.
5369
5370 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5371
5372         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5373         position on Subject: field.
5374         (Advised by Mito <mit@nines.nec.co.jp>)
5375
5376 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5377
5378         * wl-folder.el (wl-folder-prefetch-entity): Use
5379         `wl-folder-get-elmo-folder'.
5380
5381 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5384
5385         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5386         `process-duplicates' slot.
5387
5388         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5389         if detection failed.
5390
5391 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5392
5393         * wl-version.el (wl-version-status): Set to "alpha".
5394
5395 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5396
5397         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5398         Check wl-message-buffer lives before set-buffer.
5399
5400 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5401
5402         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5403         called in folder mode.
5404         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5405         * wl-summary.el (wl-summary-exit-pre-hook): Run
5406         `wl-summary-exit-pre-hook' before exit summary mode.
5407
5408 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5409
5410         * wl-version.el (wl-version-status): New variable.
5411         (wl-version-status-alist): Removed.
5412         (wl-version-status): Rule included.
5413
5414 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5415
5416         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5417         @sponichi.
5418
5419         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5420         when `mail-reply-buffer' is buffer-local variable.
5421         (Reported by <kita@coe.nttdata.co.jp>).
5422
5423 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-vars.el (toplevel): Require 'elmo-util.
5426
5427 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5430         (All other related portions are changed)
5431
5432         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5433
5434         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5435
5436 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5437
5438         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5439
5440 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5443         Delete other windows to avoid an error.
5444         Use `point-marker' instead of `point' to remember the start point
5445         of body.
5446
5447         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5448
5449         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5450         number not to exceed all message number.
5451
5452 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5453
5454         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5455         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5456
5457 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5458
5459         * wl-summary.el (wl-summary-sync-force-update): Added argument
5460         no-check.
5461         (wl-summary-sync-update): Ditto.
5462         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5463         with `no-check'.
5464
5465         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5466         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5467         already running.
5468
5469 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5470
5471         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5472         `dst-folder-arg'.
5473         (wl-expire-archive-number1): Diito.
5474         (wl-expire-archive-number2): Diito.
5475         (wl-expire-archive-Date): Diito.
5476         (wl-archive-number1): Diito.
5477         (wl-archive-number2): Diito.
5478         (wl-archive-date): Diito.
5479         (wl-archive-folder-p): New function.
5480         (wl-summary-expire): Support of expand folder name at
5481         wl-expire-alist.
5482         * wl-util.el (wl-expand-newtext): Renamed from
5483         `wl-refile-expand-newtext'.
5484
5485 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5486
5487         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5488         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5489         `(elmo-msgdb-get-overview msgdb)'.
5490         (wl-summary-prefetch): Bind match data before call
5491         `wl-summay-prefetch-msg'.
5492         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5493         'off if `wl-summary-buffer-disp-msg' is non-nil.
5494         Fixed problem that couldn't show only one new or unread message when
5495         enter folder.
5496         (wl-summary-reply): Don't call `split-window-vertically' and other
5497         window.
5498
5499 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-expire.el (wl-expire-refile): Fixed.
5502
5503 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5504
5505         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5506
5507         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5508         biff notification is removed.
5509
5510         * wl.el (wl): Changed position of `elmo-init'.
5511
5512         * wl-draft.el (wl-default-draft-cite): Use date field
5513         on the citation buffer.
5514
5515         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5516
5517         * wl-xmas.el (wl-folder-internal-icon-list): Added
5518         `wl-folder-shimbun-image'.
5519
5520         * wl-e21.el (wl-folder-internal-icon-list): Added
5521         `wl-folder-shimbun-image'.
5522
5523 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5524
5525         * wl.el (wl-init): Eliminated argument.
5526         (wl): Rewrite.
5527
5528         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5529         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5530         instead of `elmo-folder-msgdb-internal'.
5531         (wl-summary-sync-update): Ditto.
5532         (wl-summary-flush-pending-append-operations): Eliminated.
5533         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5534         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5535         `elmo-folder-open'.
5536
5537         * wl-mime.el (wl-summary-burst): Fixed.
5538
5539         * wl-folder.el (wl-folder-info-save): Check data type.
5540
5541         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5542         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5543         instead of `elmo-folder-msgdb-internal'.
5544         (wl-expire-hide): Ditto.
5545
5546
5547         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5548
5549 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5550
5551         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5552
5553 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5554
5555         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5556
5557 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5558
5559         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5560         Fixed `match-beginning' argument mismatch.
5561
5562 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5563
5564         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5565         the default value.
5566
5567 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5570         instead of `elmo-nntp-default-port'.
5571
5572         * wl-vars.el: Fixed some doc strings.
5573
5574 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl-summary.el (wl-summary-prefetch-msg): Use
5577         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5578
5579         * wl-vars.el: Define *-func as obsolete variable using
5580         `elmo-define-obsolete-variable'.
5581
5582         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5583         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5584         instead of `wl-message-buffer-prefetch-threshold'.
5585
5586         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5587
5588         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5589
5590         * wl-draft.el (wl-caesar-region-func): Ditto.
5591
5592         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5593         Keep unread status in elmo-folder-move-messages.
5594         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5595
5596 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5597
5598         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5599         `wl-summary-buffer-exit-func'
5600         (wl-summary-buffer-message-redisplay-function): Renamed from
5601         `wl-summary-buffer-message-redisplay-func'
5602         (wl-summary-buffer-next-folder-function): Renamed from
5603         `wl-summary-buffer-next-folder-func'.
5604         (wl-summary-buffer-prev-folder-function): Renamed from
5605         `wl-summary-buffer-prev-folder-func'.
5606         (wl-summary-get-petname-function): Renamed from
5607         `wl-summary-get-petname-func'.
5608
5609         * wl-score.el (wl-score-edit-exit-function): Renamed from
5610         `wl-score-edit-exit-func'.
5611
5612         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5613         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5614
5615         * wl-util.el (wl-load-profile-function): Renamed from
5616         `wl-load-profile-func'.
5617
5618         * wl-folder.el (wl-folder-completion-function): Renamed from
5619         `wl-folder-completion-func'.
5620         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5621
5622         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5623         `wl-expire-archive-get-folder-func'.
5624         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5625         (wl-draft-send-mail-function): Renamed from
5626         `wl-draft-send-mail-func'.
5627         (wl-draft-send-news-function): Renamed from
5628         `wl-draft-send-news-func'.
5629         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5630         (wl-generate-mailer-string-function): Renamed from
5631         `wl-generate-mailer-string-func'.
5632         (wl-highlight-signature-search-function): Renamed from
5633         `wl-highlight-signature-search-func'.
5634         (wl-highlight-x-face-function): Renamed from
5635         `wl-highlight-x-face-func'
5636         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5637         (wl-ps-print-buffer-function): Renamed from
5638         `wl-ps-print-buffer-func'
5639         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5640         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5641         (wl-summary-subject-filter-function): Renamed from
5642         `wl-summary-subject-filter-func'.
5643
5644         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5645         `wl-draft-queue-flush-send-func'
5646         (wl-draft-cite-function): Renamed from
5647         `wl-draft-cite-func'
5648
5649         * wl-address.el (wl-address-init-function): Renamed from
5650         `wl-address-init-func'.
5651
5652 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl-draft.el (wl-draft-queue-flush): Don't call
5655         `elmo-dop-unlock-message'.
5656         * wl-draft.el (wl-draft-queue-append): Don't call
5657         `elmo-dop-lock-message'.
5658
5659         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5660         (wl-summary-buffer-folder-name): Ditto.
5661         (wl-summary-message-regexp): Added '-' (all other related portions
5662         are changed).
5663         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5664         wl-summary-buffer-folder-name.
5665
5666 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5667
5668         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5669         the number of mails in the folder buffer is not updated by wl-biff.
5670
5671 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5672
5673         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5674         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5675
5676 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-summary.el (wl-summary-next-message):
5679         Return next message number when wl-summary-move-order is nil.
5680
5681 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5682
5683         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5684         `wl-summary-move-spec-alist'.
5685         (wl-summary-move-spec-unplugged-alist): New variable
5686         (Move spec for unplugged status).
5687         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5688         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5689
5690 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5691
5692         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5693         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5694
5695 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5696
5697         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5698         simple quotation to quote the anonymous function.
5699         * tm-wl.el (wl-draft-preview-message): Ditto.
5700
5701 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5702
5703         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5704         Eliminate redundant `save-excursion'.
5705         (wl-highlight-summary-current-line): Ditto.
5706
5707         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5708         accessing match data when `looking-at' failed.
5709
5710         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5711         `elmo-match-string' where users don't care about the speed.
5712         (wl-draft-save): Ditto.
5713
5714 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-util.el (wl-regexp-opt): New function.
5717
5718         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5719         number from `wl-summary-buffer-number-list'.
5720         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5721         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5722         (wl-summary-move-spec-alist): Changed default setting.
5723
5724 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5725
5726         * wl-vars.el (wl-biff-notify-hook): New hook.
5727         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5728         the arrival of new mail.
5729         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5730         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5731
5732 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5733
5734         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5735
5736 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5739
5740         * Version number is increased to 2.5.8.
5741
5742         * wl-thread.el (toplevel): require 'cl.
5743         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5744         (wl-thread-make-number-list): New function.
5745         (wl-thread-entity-make-number-list-from-children): Ditto.
5746         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5747         (wl-thread-entity-insert-as-children): Likewise.
5748         (wl-thread-delete-message): Likewise.
5749         (wl-meaning-of-mark): Eliminated.
5750         (wl-thread-next-failure-mark-p): Ditto.
5751         (wl-thread-entity-get-mark): Ditto.
5752         (wl-thread-meaning-alist-get-result): Ditto.
5753         (wl-thread-entity-check-prev-mark): Ditto.
5754         (wl-thread-entity-check-next-mark): Ditto.
5755         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5756         (wl-thread-entity-get-prev-marked-entity): Ditto.
5757         (wl-thread-get-prev-unread): Ditto.
5758         (wl-thread-jump-to-prev-unread): Ditto.
5759         (wl-thread-get-next-unread): Ditto.
5760         (wl-thread-jump-to-next-unread): Ditto.
5761         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5762         (wl-thread-entity-get-next-marked-entity): Ditto.
5763
5764         * wl-summary.el (wl-summary-buffer-number-list):
5765         New bufer-local variable.
5766         (wl-summary-switch-to-clone-buffer): Clone
5767         `wl-summary-buffer-number-list'.
5768         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5769         (wl-summary-cursor-move-regex): Eliminated.
5770         (wl-summary-cursor-up): Rewrite.
5771         (wl-summary-cursor-down): Ditto.
5772         (wl-summary-mode-spec-alist): New variable.
5773         (wl-summary-next-message): New inline function.
5774         (wl-summary-cursor-move): New function.
5775         (wl-summary-default-get-next-msg): Rewrite.
5776         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5777         (wl-summary-rescan): Ditto.
5778         (wl-summary-sync-all-init): Ditto.
5779         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5780         summary is not thread view.
5781         (wl-summary-sync-update): Ditto.
5782         (wl-summary-rescan): Ditto.
5783         (wl-summary-make-number-list): New function.
5784
5785         * wl-draft.el: "FCC" -> "Fcc".
5786
5787 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-highlight.el (wl-highlight-summary-window):
5790         Call `set-buffer-modified-p'.
5791
5792         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5793         (wl): Call `elmo-init' and fix.
5794
5795         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5796         Use new variables.
5797
5798         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5799
5800 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5801
5802         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5803
5804 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5805
5806         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5807
5808 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5809
5810         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5811         `wl-use-toolbar' nor `display-graphic-p'.
5812         (wl-e21-setup-message-toolbar): Ditto.
5813         (wl-e21-setup-summary-toolbar): Ditto.
5814         (wl-e21-setup-folder-toolbar): Ditto.
5815
5816         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5817         (wl-plugged-init-icons): Ditto.
5818
5819         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5820         `display-graphic-p'.
5821         (wl-plugged-set-folder-icon): Ditto.
5822         (wl-highlight-plugged-current-line): Ditto.
5823         (wl-highlight-folder-current-line): Ditto.
5824         (wl-e21-highlight-folder-group-line): Ditto.
5825         (wl-e21-setup-toolbar): Ditto.
5826         (wl-e21-display-image-p): New macro.
5827
5828         * wl-demo.el (wl-demo): Simplified.
5829         (wl-demo-image-type-alist): Use `image-type-available-p' for
5830         checking whether the image type `xbm' is available.
5831
5832 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5835         (wl-summary-input-range): Ditto.
5836
5837 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5838
5839         * wl-summary.el (wl-summary-edit-addresses): Use
5840         `wl-summary-get-original-buffer'
5841         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5842         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5843         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5844         (wl-summary-get-newsgroups): Eliminated.
5845         (wl-summary-set-crosspost): Ditto.
5846         (wl-summary-is-crosspost-folder): Ditto.
5847         (wl-crosspost-alist-load): Ditto.
5848         (wl-crosspost-alist-save): Ditto.
5849
5850         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5851         `elmo-setup-subscribed-newsgroups' instead of
5852         `elmo-nntp-make-groups-hashtb'.
5853         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5854         instead of `wl-crosspost-alist-save'.
5855
5856         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5857         of `elmo-folder-message-appendable-p'.
5858         (wl-mime-header-presentation-method): Eliminated.
5859
5860         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5861         (Error occurs in emacs21).
5862
5863         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5864         the current buffer).
5865
5866         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5867         instead of `wl-crosspost-alist-save'.
5868         (wl-init): `elmo-crosspost-message-alist-load'
5869         instead of `wl-crosspost-alist-load'
5870
5871         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5872         (wl-parse-newsgroups): Likewise.
5873         (wl-biff-notify): Run `wl-biff-notify-hook'.
5874
5875 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5878
5879         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5880         when `wl-summary-lazy-highlight' is non-nil.
5881         (wl-summary-goto-folder-subr): Highlight only when
5882         `wl-summary-lazy-highlight' is non-nil.
5883
5884         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5885         Don't display progress and highlight temp-mark when
5886         `wl-summary-lazy-highlight' is non-nil.
5887         (wl-highlight-summary-window): New function.
5888         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5889
5890 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-summary.el (wl-summary-sync): Change `all-visible'
5893         from `all-shown'
5894         (wl-summary-input-range): Ditto.
5895
5896 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5897
5898         * wl-e21.el (wl-highlight-folder-current-line): Call
5899         `wl-folder-init-icons' when folder icons have not been initialized.
5900
5901         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5902
5903         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5904         (wl-demo-image-type-alist): New macro.
5905
5906 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5907
5908         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5909         display does not support graphics.
5910         (wl-plugged-init-icons): Ditto.
5911         (wl-folder-init-icons): Ditto.
5912
5913         * wl-demo.el (wl-demo): Chech closely whether the display
5914         supports graphics.
5915
5916 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-summary.el (wl-summary-get-original-buffer): New function.
5919         (wl-summary-set-crosspost): Use it.
5920         (wl-summary-target-mark-uudecode): Ditto.
5921         (wl-summary-reedit): Ditto.
5922         (wl-summary-resend-bounced-mail): Ditto.
5923         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5924         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5925
5926         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5927         (wl-message-display-internal): Ditto.
5928
5929 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5930
5931         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5932
5933 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-summary.el (wl-summary-save-view): Renamed from
5936         `wl-summary-save-status'.
5937
5938 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5939
5940         * wl-summary.el (wl-summary-sync): Added `all-shown'
5941
5942 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5943
5944         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5945
5946 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5947
5948         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5949
5950 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5951
5952         * wl-highlight.el (wl-highlight-summary-line-string): Use
5953         `zerop' instead of `= 0'.
5954         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5955
5956         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5957         for comparing numbers.
5958         (wl-template-prev): Use `zerop' instead of `eq 0'.
5959
5960         * wl-draft.el (wl-draft-insert-current-message): Use
5961         `with-current-buffer' instead of `save-excursion'.
5962         Use `zerop' instead of `eq 0'.
5963
5964 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5965
5966         * wl-draft.el (wl-draft-insert-ccs): New function.
5967         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5968         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5969
5970 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5973
5974 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-expire.el (wl-expire-refile): Don't call
5977         elmo-msgdb-add-msgs-to-seen-list;
5978         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5979         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5980
5981 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5982
5983         * wl-message.el (wl-message-prev-page): Ignore errors while
5984         scroll-down.
5985
5986 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-mime.el: Use elmo-original-message-mode instead of
5989         mmelmo-original-mode.
5990
5991         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5992         `elmo-folder-get-spec';
5993         (wl-fldmgr-add-completion-all-completions):
5994         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5995
5996         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5997         of `elmo-folder-get-type'.
5998
5999         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6000         `elmo-folder-get-spec';
6001         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6002         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6003         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6004         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6005         `elmo-read-msg-no-cache';
6006         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6007         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6008         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6009         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6010         `elmo-cache-save';
6011         (wl-draft-reedit): Use `elmo-message-file-name'.
6012
6013         * wl-expire.el: Use `elmo-folder-name-internal';
6014         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6015         Use macro `wl-summary-buffer-msgdb' instead of variable
6016         `wl-summary-buffer-msgdb';
6017         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6018         Use macro `wl-summary-buffer-folder-name' instead of variable
6019         `wl-summary-buffer-folder-name'.
6020         * wl-score.el: Likewise.
6021
6022         * wl-message.el: Rewrite for new message buffer cache mechanism.
6023         (wl-message-buffer-cache-buffer-get): New macro.
6024         (wl-message-buffer-cache-folder-get): Ditto.
6025         (wl-message-buffer-cache-message-get): Ditto.
6026         (wl-message-buffer-cache-entry-make): Ditto.
6027         (wl-message-buffer-cache-hit): Ditto.
6028         (wl-message-buffer-cache-sort): New function.
6029         (wl-message-buffer-cache-add): Ditto.
6030         (wl-message-buffer-cache-delete): Ditto.
6031         (wl-message-buffer-cache-clean-up): Ditto.
6032         (wl-message-buffer-window): Rewrite.
6033         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6034         (wl-message-buffer-display): New function.
6035         (wl-message-display-internal): New function.
6036
6037 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-folder.el: Use `elmo-folder-name-internal';
6040         Use `wl-folder-get-elmo-folder';
6041         Use `elmo-folder-list-messages' instead of
6042         `elmo-list-folder';
6043         Use `elmo-folder-get-primitive-list' instead of
6044         `elmo-folder-get-primitive-spec-list';
6045         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6046         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6047         Use `elmo-folder-create' instead of `elmo-create-folder'.
6048         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6049         (wl-folder-get-elmo-folder): New macro.
6050         (wl-folder-elmo-folder-cache-get): Ditto.
6051         (wl-folder-elmo-folder-cache-put): Ditto.
6052         (wl-folder-suspend): Call `elmo-quit'.
6053
6054         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6055         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6056         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6057         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6058         (toplevel): require 'cl.
6059         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6060
6061         * wl-summary.el: Rewrite to use new elmo interface.
6062
6063 \f
6064 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6065
6066         * wl-mime.el (wl-draft-preview-message):
6067         Run `wl-draft-send-hook' before collecting recipients information;
6068         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6069
6070         * tm-wl.el (wl-draft-preview-message): Ditto.
6071
6072 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6075         wrong receipients are displayed when forwarded message.
6076
6077 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * Version number is increased to 2.5.7.
6080
6081 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6082
6083         * wl-message.el (wl-message-next-page): Bind
6084         `window-pixel-scroll-increment' to nil while scrolling up.
6085
6086 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6087
6088         * wl-vars.el (wl-save-hook): New hook.
6089         * wl.el (wl-save): Call `wl-save-hook'.
6090
6091 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6092
6093         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6094         Argument WITH-ARG instead of NO-ARG (negative mean).
6095         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6096         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6097         * wl-message.el (wl-message-follow-current-entity): Likewise.
6098
6099 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6100
6101         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6102         FROM was optional argument.
6103         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6104
6105 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6106
6107         * Version number is increased to 2.5.6.
6108
6109 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6110
6111         * wl-version.el (wl-version-show): Removed.
6112         (wl-version): Add `interactive'.
6113
6114 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6115
6116         * wl-summary.el (wl-summary-get-petname-func): New variable.
6117         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6118         instead of `wl-address-get-petname-1'.
6119         (wl-summary-simple-from): Ditto.
6120
6121         * wl-address.el (wl-address-get-petname-1): Define as function.
6122
6123 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6126         field in the original message.
6127         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6128
6129 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6130
6131         * wl-expire.el (wl-expire-hide):
6132         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6133
6134 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6137         find decoder for To, Cc, and Subject.
6138
6139 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6142         for checking `elmo-use-buffer-cache'.
6143         (wl-summary-mark-as-important): Fixed typo in comment.
6144
6145 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6148         field in the original message.
6149         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6150
6151 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6152
6153         * wl-expire.el (wl-expire-hide):
6154         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6155
6156 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6159         find decoder for To, Cc, and Subject.
6160
6161 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * Version number is increased to 2.5.5.
6164
6165         * wl-address.el (wl-address-specials-regexp): New constant.
6166         (wl-address-quote-specials): Use it.
6167
6168 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl-summary.el (wl-summary-rescan):
6171         Call `wl-summary-buffer-number-column-detect'.
6172         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6173
6174         * wl-message.el (wl-message-mode-map): Define.
6175         (wl-message-decode): Use it as local-map.
6176
6177 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6180         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6181
6182 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6185
6186         * wl-mule.el (wl-read-event-char): Ditto.
6187
6188         * wl-e21.el (wl-read-event-char): Ditto.
6189
6190         * wl-nemacs.el (wl-read-event-char): Ditto.
6191         (read-event): Removed.
6192
6193         * wl-util.el (toplevel): Removed dummy definition of
6194         `read-event'.
6195         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6196
6197 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6198
6199         * wl-nemacs.el (elmo-archive-call-process): Moved to
6200         elmo-archive.el.
6201
6202 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6203
6204         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6205         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6206
6207         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6208         instead of magic-number 6.  Use `not' instead of `null' for symbol
6209         `nil' check (not empty list).
6210         (wl-draft-insert-x-face-field): Fixed paren style.
6211
6212         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6213         one-branch conditional statement, instead of `and' and `if'.
6214         (wl-draft-forward): Likewise.
6215         (wl-draft-add-references): Likewise.
6216         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6217
6218         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6219         conditional steatment.  Use `cond' instead of `if'.
6220         (wl-draft-confirm): Likewise.
6221
6222 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6223
6224         * wl-version.el (wl-version-show): Use `product-string-1'
6225         instead of `wl-version'.
6226         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6227
6228         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6229
6230 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6231
6232         * wl-highlight.el (wl-highlight-headers): Revert
6233         `wl-highlight-x-face-func' argument (`beg' and `end').
6234
6235 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6236
6237         * wl.el (toplevel): Move `product-provide' declare.
6238         * wl-demo.el (toplevel): Ditto.
6239         * wl-dnd.el (toplevel): Ditto.
6240         * wl-highlight.el (toplevel): Ditto.
6241         * wl-message.el (toplevel): Ditto.
6242         * wl-refile.el (toplevel): Ditto.
6243         * wl-util.el (toplevel): Ditto.
6244
6245 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6246
6247         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6248         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6249         (wl-thread-close-all): keep cursor position.
6250
6251 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6252
6253         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6254         (eq x 0).
6255         (wl-generate-user-agent-string-1): Fix conditional statement.
6256
6257 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6258
6259         * wl.el (wl-check-environment): Additional check for
6260         'wl-local-domain' and `wl-message-id-domain'.
6261
6262 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6263
6264         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6265
6266 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6267
6268         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6269         instead of `smtp-sasl-user-realm'.
6270
6271 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6272
6273         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6274
6275 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6276
6277         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6278         to the default value as well as `eword-lexical-analyzer'.
6279
6280 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6281
6282         * wl-version.el (wl-extended-emacs-version,
6283         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6284         `elmo-match-string' instead of `wl-match-string'.
6285
6286 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6287
6288         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6289         docstring.
6290
6291 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6292
6293         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6294
6295 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6296
6297         * wl-highlight.el (wl-highlight-headers): Remove
6298         `wl-highlight-x-face-func' argument (`beg' and `end').
6299
6300 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-summary.el (wl-summary-mark-as-important):
6303         Remove cache if folder is local.
6304
6305 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6306
6307         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6308         to get existing e-mail address string.
6309
6310 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6311
6312         * wl-version.el (wl-generate-user-agent-string): Commentary.
6313         (wl-generate-user-agent-string-1): Use `when' for
6314         one-branch conditional statement, instead of `and' and `if'.
6315         (wl-extended-emacs-version, wl-extended-emacs-version2,
6316         wl-extended-emacs-version3): Ditto.
6317
6318 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6321         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6322         condition-case; Remove initialization.
6323         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6324         (wl-summary-sync-update3): Added argument `sync-all';
6325         Eliminated local variable `msgdb';
6326         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6327         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6328         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6329
6330 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6331
6332         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6333         connection before call `wl-draft-send-mail-with-smtp'.
6334
6335 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * Version number is increased to 2.5.4.
6338
6339 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6340
6341         * wl.el (wl-check-environment): Additional check for
6342         'wl-local-domain' and `wl-message-id-domain'.
6343
6344 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6345
6346         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6347         buffer as command specific.
6348         (wl-folder-mark-as-read-all-entity): Ditto.
6349         (wl-folder-prefetch-entity): Ditto.
6350         (wl-folder-drop-unsync-entity): Ditto.
6351
6352         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6353         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6354         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6355
6356         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6357         save-excursion.
6358
6359 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * Version number is increased to 2.5.3.
6362
6363         * wl-summary.el (wl-summary-save-view-cache):
6364         Delete duplicated `write-region';
6365         Use `write-region-as-binary' instead of `as-binary-output-file' and
6366         `write-region'.
6367
6368 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6369
6370         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6371
6372 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6375         instead of `smtp-via-smtp'.
6376
6377 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6378
6379         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6380
6381 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6384         instead of `smtp-sasl-user-realm'.
6385
6386 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6387
6388         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6389
6390 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * Version number is increased to 2.5.2.
6393
6394 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6397         does not exist.
6398         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6399         (wl-biff-start): Call `timer-activate' if timer already exists.
6400
6401         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6402         only when it is bound as function.
6403
6404 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * Version number is increased to 2.5.1.
6407
6408 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6409
6410         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6411         Print refile/copy destination.
6412
6413 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6416         queue-flush-only is non-nil.
6417
6418         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6419
6420         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6421         checking cache folder.
6422
6423 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6424
6425         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6426         `regexp-quote'.
6427
6428 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6429
6430         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6431         function.
6432         * wl-summary.el (wl-summary-write-current-folder-functions):
6433         Change default value.  Use it.
6434
6435 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * Version number is increased to 2.5.0.
6438
6439         * wl-version.el (wl-version): Changed codename.
6440
6441 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6442
6443         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6444         (wl-summary-supersedes-message): Ditto.
6445
6446 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6447
6448         * wl-refile.el (wl-refile-guess-functions): Renamed from
6449         `wl-refile-guess-func-list'.
6450
6451 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6454         Fixed problem when no rule was matched.
6455
6456 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6457
6458         * wl-summary.el (wl-summary-get-mark): Fixed
6459         `wl-summary-buffer-target-mark' check logic.
6460
6461 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6462
6463         * wl-folder.el (wl-folder-write-current-folder): Added group
6464         folder check.
6465
6466         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6467         `wl-summary-write-current-newsgroup'.
6468         (wl-summary-write-current-folder-functions): New variable.
6469         * wl-folder.el (wl-folder-get-newsgroups): New function.
6470         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6471         (wl-folder-write-current-folder): Renamed from
6472         `wl-folder-write-current-newsgroup'.
6473
6474 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6475
6476         * Version number is increased to 2.3.93.
6477
6478 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6481         (wl-ldap-make-matched-value-list): Ditto.
6482         (wl-ldap-alias-safe-string): Split e-mail address.
6483
6484         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6485         petname folder default was selected.
6486         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6487         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6488
6489 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6492         to `wl-draft-config-exec'.
6493
6494         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6495         instead of calling `wl-draft-config-exec';
6496         Process group-list and show recipients in minibuffer.
6497
6498         * tm-wl.el (wl-draft-preview-message): Ditto.
6499
6500 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6501
6502         * wl.el (toplevel): Added (C) to copyright notice, and
6503         sync Author header.
6504         * tm-wl.el (toplevel): Ditto.
6505         * wl-address.el (toplevel): Ditto.
6506         * wl-demo.el (toplevel): Ditto.
6507         * wl-dnd.el (toplevel): Ditto.
6508         * wl-draft.el (toplevel): Ditto.
6509         * wl-e21.el (toplevel): Ditto.
6510         * wl-expire.el (toplevel): Ditto.
6511         * wl-folder.el (toplevel): Ditto.
6512         * wl-highlight.el (toplevel): Ditto.
6513         * wl-message.el (toplevel): Ditto.
6514         * wl-mime.el (toplevel): Ditto.
6515         * wl-mule.el (toplevel): Ditto.
6516         * wl-nemacs.el (toplevel): Ditto.
6517         * wl-refile.el (toplevel): Ditto.
6518         * wl-score.el (toplevel): Ditto.
6519         * wl-summary.el (toplevel): Ditto.
6520         * wl-template.el (toplevel): Ditto.
6521         * wl-thread.el (toplevel): Ditto.
6522         * wl-util.el (toplevel): Ditto.
6523         * wl-vars.el (toplevel): Ditto.
6524         * wl-xmas.el (toplevel): Ditto.
6525
6526 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6527
6528         * wl.el (wl-init): Added comment about `wl-init-hook'.
6529         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6530         * wl-vars.el (wl-init-hook): Added docs.
6531         (wl-make-plugged-hook): Removed useless docs.
6532         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6533         * wl-xmas.el (toplevel): Ditto.
6534
6535 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6536
6537         * wl-address.el (toplevel): Fixed multiple Author header format.
6538         * wl-demo.el (toplevel): Ditto.
6539         * wl-draft.el (toplevel): Ditto.
6540         * wl-folder.el (toplevel): Ditto.
6541         * wl-summary.el (toplevel): Ditto.
6542         * wl-thread.el (toplevel): Ditto.
6543         * wl-util.el (toplevel): Ditto.
6544         * wl-vars.el (toplevel): Ditto.
6545         * wl-version.el (toplevel): Ditto.
6546         * wl-xmas.el (toplevel): Ditto.
6547         * wl.el (toplevel): Ditto.
6548
6549         * wl-version.el (toplevel): Added require `elmo-version' for
6550         `product-version-as-string'.
6551
6552 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6553
6554         * wl-vars.el (wl-draft-send-hook): Changed default value to
6555         '(wl-draft-config-exec).
6556
6557         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6558         explicitly.
6559         (wl-draft): Set `wl-draft-config-exec-flag' before running
6560         `wl-mail-setup-hook'.
6561
6562         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6563         `wl-biff-init-icons' to `wl-init-hook' instead of
6564         `wl-make-plugged-hook'.
6565         (Because if `wl-draft' command is invoked at first,
6566         they are not initialized)
6567         Updated copyright notice.
6568
6569         * wl-e21.el (toplevel): Ditto;
6570
6571         * wl-demo.el (toplevel): Updated copyright notice.
6572         * wl-address.el (toplevel): Ditto.
6573         * wl-draft.el (toplevel): Ditto.
6574         * wl-version.el (toplevel): Ditto.
6575         * wl-folder.el (toplevel): Ditto.
6576         * wl-summary.el (toplevel): Ditto.
6577         * wl-thread.el (toplevel): Ditto.
6578         * wl-util.el (toplevel): Ditto.
6579         * wl-vars.el (toplevel): Ditto.
6580         * wl.el (toplevel): Ditto.
6581
6582 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-highlight.el (wl-highlight-message): Fixed problem of
6585         highlighting failure which occured when the last field contains
6586         multiple lines in the draft buffer.
6587
6588         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6589         `wl-biff-start' if plugged.
6590
6591         * wl-util.el (wl-biff-check-folder): New function.
6592         (wl-biff-check-folders): Don't set session name prefix.
6593         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6594         (wl-biff-check-folder-async): Ditto.
6595
6596         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6597         in email address.
6598
6599 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6600
6601         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6602
6603         * wl-draft.el (wl-draft-strip-subject-re): New function.
6604
6605         * wl-draft.el (wl-draft-reply): Use it.
6606
6607 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6608
6609         * wl-message.el (wl-mmelmo-message-redisplay): Use
6610         `mime-display-message' instead of `wl-mime-display-message'.
6611
6612         * wl-mime.el (toplevel): Removed compatibility workaround
6613         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6614         (wl-mime-display-message): Abolished.
6615         (wl-mime-entity-read-field): Ditto.
6616         (wl-mime-combine-message/partial-pieces): Use
6617         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6618
6619 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6620
6621         * wl-template.el: Doc fixes.
6622
6623 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6624
6625         * wl-e21.el (wl-message-overload-functions): Do nothing if
6626         `current-local-map' is not available.
6627         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6628
6629 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6630
6631         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6632         representation.
6633
6634         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6635         number.
6636         (wl-fldmgr-save-folders): Don't use `format' when insert
6637         `wl-fldmgr-folders-header'.
6638
6639 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6640
6641         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6642
6643 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-highlight.el (wl-highlight-message):
6646         Use `std11-field-end' to detect end point of the header field.
6647         Refer `wl-highlight-max-header-size'.
6648
6649         * wl-vars.el (wl-highlight-max-header-size): New variable.
6650
6651         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6652
6653         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6654         Set `for-draft' argument of wl-highlight-headers.
6655         (wl-draft): Ditto.
6656         (wl-draft-reedit): Ditto.
6657         (wl-user-agent-compose-internal): Ditto.
6658
6659 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6660
6661         * wl-message.el (wl-message-add-button): Use overlay.
6662
6663 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6666
6667         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6668         problem when group-list content is nothing.
6669         (Reported by Mito <mit@nines.nec.co.jp>)
6670
6671 2000-10-18  SAITO Atsunori <sai@yedo.com>
6672
6673         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6674
6675 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6676
6677         * tm-wl.el (toplevel): Use product-provide.
6678
6679 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6680
6681         * Version number is increased to 2.3.92.
6682
6683 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6684
6685         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6686         title text, use `display' property for left margin under Emacs 21.
6687
6688         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6689         properties.
6690         (wl-plugged-init-icons): Ditto.
6691
6692 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6693
6694         * wl.el (wl-save-status, wl-init): Remove last period in
6695         "...done." message.
6696         * tm-wl.el (wl-summary-burst): Ditto.
6697         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6698         wl-summary-resume-cache-status,
6699         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6700         wl-summary-sync-update3, wl-summary-highlight-msgs,
6701         wl-summary-flush-pending-append-operations,
6702         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6703         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6704         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6705         wl-thread-open-all): Ditto.
6706         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6707         * wl-mime.el (wl-summary-burst): Ditto.
6708         * wl-highlight.el (wl-highlight-summary): Ditto.
6709         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6710         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6711         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6712         * wl-address.el (wl-local-address-init): Ditto.
6713
6714 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6715
6716         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6717         `add-text-properties'.
6718         (wl-plugged-init-icons): Ditto.
6719         (wl-folder-init-icons): Use `propertize' instead of
6720         `put-text-property'.
6721         (wl-plugged-set-folder-icon): Ditto.
6722         (wl-e21-highlight-folder-group-line): Ditto.
6723
6724 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-version.el (wl-version-status-alist): New variable.
6727         (wl-version-status): New function.
6728
6729         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6730         "Cc" part of the case "Reply-To".
6731
6732         * wl-draft.el (wl-draft-reply): Use result of
6733         `eword-extract-address-components'.
6734
6735         * wl-demo.el (wl-demo-icon-name): New constant.
6736         (wl-logo-xpm): Use it.
6737         (wl-logo-xbm): Ditto.
6738         (wl-logo-bitmap): Ditto.
6739
6740         * Version number is increased to 2.3.91.
6741
6742 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6743
6744         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6745         (wl-extended-emacs-version, wl-extended-emacs-version2,
6746         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6747         docstring.
6748
6749         * wl-version.el (wl-generate-user-agent-string-1): New function.
6750         (wl-generate-user-agent-string): Use it.
6751
6752         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6753         `mime-edit-insert-user-agent-field'.
6754         (wl-generate-user-agent-string): Check
6755         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6756
6757         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6758         instead of `if', when verbose case.
6759
6760 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-expire.el (wl-summary-expire): Fix.
6763
6764 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6765
6766         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6767         and `elmo-lost+found-folder' if 'wl-draft.
6768         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6769
6770 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl-expire.el (wl-summary-expire): Change messages.
6773         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6774         `deleing-info' instead of "Deleting..."
6775
6776 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6777
6778         * wl-summary.el (wl-summary-refile-subr): Fix.
6779
6780 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6783         if pipe folder.
6784
6785 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6788
6789 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6790
6791         * wl-expire.el (wl-expire-hide): New function.
6792         (wl-summary-expire): Add `hide'.
6793
6794 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-vars.el (wl-draft-reply-without-argument-list):
6797         Changed default value to consider `Reply-To:'.
6798         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6799
6800         * Version number is increased to 2.3.90.
6801
6802         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6803         elmo-imap4-get-session with unwind-protect.
6804         Don't cause error.
6805         (wl-summary-sync-marks): Don't check plugged nor folder type.
6806         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6807         (Always keep current buffer).
6808
6809 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6810
6811         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6812         Enclose with `save-excursion'.
6813
6814 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6815
6816         * wl-version.el (wl-version): Remove interactive.
6817
6818 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6819
6820         * wl-version.el (wl-generate-user-agent-string): Use
6821         `product-string-verbose' instead of `product-string-1'.
6822
6823 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6824
6825         * wl-vars.el (wl-draft-use-cache): New variable.
6826         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6827         if wl-draft-use-cache is non-nil.
6828
6829 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6830
6831         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6832         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6833
6834 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6837         (wl-thread-msg-mark-as-unread): Ditto.
6838
6839         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6840         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6841         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6842         Don't set mark in summary if return value of `elmo-mark-as-read'
6843         is nil.
6844         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6845         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6846         instead of `wl-thread-msg-mark-as-read'.
6847         (wl-summary-mark-as-unread-region): Ditto.
6848         (wl-summary-target-mark-mark-as-read): Ditto.
6849
6850         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6851
6852 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6853
6854         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6855
6856         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6857
6858 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6861         face.
6862
6863 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6864
6865         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6866         `running-xemacs'.
6867
6868 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6869
6870         * wl-version.el (toplevel): Use `product-version-as-string' for
6871         set verstion-string, if defined.
6872
6873         * wl-version.el (wl-version-show): Insert string at point, when
6874         call with argument.
6875
6876         * wl-version.el (wl-generate-user-agent-string): Use
6877         `product-string-1' instead of `wl-appname', `wl-version' and
6878         `wl-codename'.
6879
6880 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6881
6882         * wl-address.el (toplevel): Use product-provide.
6883         * wl-demo.el (toplevel): Ditto.
6884         * wl-dnd.el (toplevel): Ditto.
6885         * wl-draft.el (toplevel): Ditto.
6886         * wl-e21.el (toplevel): Ditto.
6887         * wl-expire.el (toplevel): Ditto.
6888         * wl-fldmgr.el (toplevel): Ditto.
6889         * wl-folder.el (toplevel): Ditto.
6890         * wl-highlight.el (toplevel): Ditto.
6891         * wl-message.el (toplevel): Ditto.
6892         * wl-mime.el (toplevel): Ditto.
6893         * wl-mule.el (toplevel): Ditto.
6894         * wl-nemacs.el (toplevel): Ditto.
6895         * wl-refile.el (toplevel): Ditto.
6896         * wl-score.el (toplevel): Ditto.
6897         * wl-summary.el (toplevel): Ditto.
6898         * wl-template.el (toplevel): Ditto.
6899         * wl-thread.el (toplevel): Ditto.
6900         * wl-util.el (toplevel): Ditto.
6901         * wl-vars.el (toplevel): Ditto.
6902         * wl-xmas.el (toplevel): Ditto.
6903         * wl.el (toplevel): Ditto.
6904
6905 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6906
6907         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6908         instead of product.
6909
6910         * wl-version.el (wl-version): Compile time evalution elmo-version.
6911
6912 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-summary.el (wl-summary-sync-force-update): Append queue
6915         `mark-as-read'if unplugged.
6916
6917 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6918
6919         * wl-version.el: New file.  Use product.el.
6920         * wl.el: add (require 'wl-version).
6921         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6922         for ~/.folders header.
6923         (wl-fldmgr-folders-header): Changed.
6924         * wl-demo.el (wl-demo): Use product.el.
6925
6926         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6927         wl-version.el.
6928         * wl-util.el (wl-version, wl-version-show): Ditto.
6929
6930         * wl-util.el (wl-generate-user-agent-string,
6931         wl-extended-emacs-version, wl-extended-emacs-version2,
6932         wl-extended-emacs-version3): Move to wl-version.el.
6933         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6934         xemacs-codename, mime-edit-insert-user-agent-field,
6935         mime-edit-user-agent-value, mime-editor/version,
6936         mime-editor/codename): Compile warning killer move to
6937         wl-version.el
6938
6939 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6940
6941         * wl-summary.el (wl-summary-refile-subr): Fix.
6942
6943 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6946         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6947
6948 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6949
6950         * wl.el (wl-check-environment): Check too many `@'.
6951
6952 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6953
6954         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6955
6956 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6957
6958         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6959         wl-draft-reply-myself-without-argument-list): Add variables.
6960         * wl-draft.el (wl-draft-reply): Use it.
6961
6962 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6963
6964         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6965         the 5th argument of `elmo-network-get-spec'.
6966
6967         * wl-thread.el (wl-thread-reparent-children): New inline function.
6968         (wl-thread-delete-message): Use it.
6969
6970         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6971         (wl-summary-score-update-all-lines): Don't use `dolist'.
6972
6973 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6974
6975         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6976         (require 'elmo-msgdb) for inline function.
6977
6978 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6979
6980         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6981
6982 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6983
6984         * wl-score.el (wl-score-headers): Fix for the confusing macro
6985         `elmo-kill-buffer'.
6986
6987 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6988
6989         * wl-summary.el: Don't use the 3rd argument of `require' because
6990         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6991         * wl-util.el: Ditto.
6992         * wl-draft.el: Ditto.
6993
6994 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6995
6996         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6997         window system is not used.
6998
6999 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7000
7001         * wl-thread.el: Don't use `mapcar' only for iteration.
7002         (wl-thread-resume-entity): Ditto.
7003         (wl-thread-delete-message): Ditto.
7004
7005         * wl-summary.el: Bind `dragdrop-drop-functions',
7006         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7007         of `require' for `timezone', `easymenu' and `ps-print';
7008         don't use `mapcar' only for iteration.
7009
7010         * wl-util.el: Bind `mule-version', `nemacs-version',
7011         `emacs-beta-version', `xemacs-codename',
7012         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7013         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7014         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7015         only for iteration.
7016
7017         * wl-score.el: Don't use `mapcar' only for iteration.
7018         (wl-score-simplify-buffer-fuzzy): Ditto.
7019         (wl-score-simplify-subject): Ditto.
7020         (wl-score-headers): Ditto.
7021         (wl-summary-score-update-all-lines): Ditto.
7022
7023         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7024         `enable-multibyte-characters' and `mule-version'.
7025
7026         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7027         `mapcar' only for iteration.
7028
7029         * wl-demo.el: Don't use `mapcar' only for iteration.
7030
7031         * wl-folder.el: Don't use `mapcar' only for iteration.
7032         (wl-folder-open-all): Ditto.
7033         (wl-folder-count-incorporates): Ditto.
7034
7035         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7036         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7037
7038         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7039         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7040         `smtp-connection-type'; specify 3rd argument of `require' for
7041         `timezone'; don't use `mapcar' only for iteration.
7042         (wl-draft-clone-local-variables): Don't use `mapcar'.
7043         (wl-draft-generate-clone-buffer): Ditto.
7044         (wl-user-agent-compose-internal): Ditto.
7045
7046         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7047
7048         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7049         (wl-save-status): Ditto.
7050
7051         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7052         for iteration.
7053
7054 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7057         removed `Date'.
7058         (wl-fldmgr-make-filter-default): New user option.
7059
7060         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7061         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7062         (wl-fldmgr-filter-completion-alist): Abolish.
7063
7064         * wl.el (wl): Don't check servers if arg is non-nil.
7065
7066         * wl-draft.el (wl-draft-reply): Set only message-id string to
7067         In-Reply-To field.
7068
7069 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-summary.el (wl-summary-pick): Rewrite.
7072
7073         * wl-draft.el (wl-draft-forward): Get references field from
7074         original buffer.
7075         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7076
7077 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7078
7079         * wl-draft.el (wl-draft-forward): Add references field.
7080
7081 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7084         (wl-draft-reply): Use it.
7085
7086 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7087
7088         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7089         when Emacs 21 is running.
7090
7091         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7092         bindings.
7093
7094 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7095
7096         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7097         XPM icons transparent.
7098
7099         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7100         Emacs 21.
7101
7102 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7105         nil.
7106
7107         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7108         when it is persistent.
7109         (wl-summary-sync-marks): Changed argument for
7110         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7111         (wl-summary-virtual): Use `elmo-read-search-condition'.
7112         (wl-summary-redisplay-internal): If folder is local, mark as read
7113         even when folder is plugged.
7114
7115 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7116
7117         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7118         of `tool-bar-lines' in the frame parameters.
7119         (after-make-frame-functions, post-command-hook): Don't modify the
7120         value.
7121         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7122         wl-e21-tool-bar-lines): Removed.
7123
7124 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7125
7126         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7127         properties `evaporate' and `wl-momentary-overlay' as well.
7128         (wl-highlight-summary-displaying): Ditto.
7129         (wl-delete-all-overlays): Don't delete overlay which does not have
7130         a property `wl-momentary-overlay'.
7131
7132         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7133         `display-mouse-p' and `display-graphic-p'.
7134         (wl-folder-init-icons): Don't search for XBM or the other files.
7135         (wl-plugged-set-folder-icon): Make icons if and only if
7136         `display-graphic-p' returns non-nil.
7137         (wl-highlight-plugged-current-line): Use `before-string' overlay
7138         property to show icon images.
7139         (wl-highlight-folder-current-line): Ditto.
7140         (wl-e21-highlight-folder-group-line): Ditto.
7141         (wl-e21-highlight-folder-by-numbers): Ditto.
7142         (wl-e21-insert-image): Removed.
7143         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7144         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7145         said.
7146         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7147         `wl-e21-force-switch-toolbar'.
7148         (wl-e21-make-icon-image): Removed.
7149         (wl-e21-setup-toolbar): Don't search for XBM files.
7150         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7151         the default value.
7152
7153 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-util.el (wl-biff-check-folder-async): Set
7156         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7157
7158 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7159
7160         * wl-e21.el (after-make-frame-functions): Add
7161         `wl-e21-force-switch-toolbar'.
7162         (wl-e21-force-switch-toolbar): New function force to switch the
7163         toolbar appearance automatically.
7164         (post-command-hook): Add `wl-e21-switch-toolbar'.
7165         (wl-e21-switch-toolbar): New function to switch the toolbar
7166         appearance automatically.
7167         (wl-e21-tool-bar-lines): New buffer local variable.
7168
7169 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-util.el (wl-biff-check-folders-running): New variable.
7172         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7173         (wl-biff-check-folder-async-callback):
7174         Set `wl-biff-check-folders-running'.
7175         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7176         with unwind-protect.
7177
7178         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7179         Enclose `wl-folder-auto-check' with unwind-protect.
7180
7181         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7182         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7183
7184         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7185
7186         * wl-util.el (wl-biff-notify): New inline function.
7187         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7188         locally.
7189         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7190         folder-list' is 1.
7191         Use `wl-biff-notify'.
7192         (wl-biff-check-folder-async-callback): New function.
7193         (wl-biff-check-folder-async): Ditto.
7194
7195         * wl-folder.el (wl-folder): Don't check folders.
7196         (wl-folder-auto-check): New function.
7197
7198 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7199
7200         * wl-util.el (wl-biff-start) [Emacs19+]:
7201         Use `timer-next-integral-multiple-of-time'.
7202         (wl-biff-check-folders): Use `wl-default-folder'
7203         if `wl-biff-check-folder-list' is nil.
7204
7205 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7206
7207         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7208         instead of `elmo-delete-lists'.
7209
7210 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7211
7212         * wl.el (wl-plugged-toggle-all): Set the value of
7213         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7214         (wl-plugged-toggle): Ditto.
7215         (wl-toggle-plugged): Ditto.
7216         (wl-plugged-init): Ditto.
7217
7218         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7219         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7220         instead of `wl-biff-state-indicator-off' and
7221         `wl-biff-state-indicator-on'; don't modify the value and the type
7222         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7223         (wl-plugged-init-icons): Set icons data to
7224         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7225         instead of `wl-plug-state-indicator-off' and
7226         `wl-plug-state-indicator-on'; don't modify the value and the type
7227         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7228
7229         * wl-vars.el (wl-modeline-biff-state-off,
7230         wl-modeline-biff-state-on, wl-modeline-biff-status,
7231         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7232         wl-modeline-plug-status): New internal variables.
7233         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7234         wl-biff-check-interval, wl-biff-check-folder-list): Change
7235         customization group from `wl-folder' to `wl-highlight'.
7236         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7237         wl-show-plug-status-on-modeline): Defcustomized.
7238
7239         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7240         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7241         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7242         a flag to `mode-line-buffer-identification'.
7243
7244         * wl-e21.el (wl-biff-init-icons): Set icons data to
7245         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7246         instead of `wl-biff-state-indicator-off' and
7247         `wl-biff-state-indicator-on'.
7248         (wl-plugged-init-icons): Set icons data to
7249         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7250         instead of `wl-plug-state-indicator-off' and
7251         `wl-plug-state-indicator-on'.
7252
7253 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7254
7255         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7256         excessive titles.
7257
7258 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7259
7260         * wl.el (wl-plugged-mode): Use revised
7261         `wl-mode-line-buffer-identification'.
7262         (wl-plugged-init): Don't use `force-mode-line-update'.
7263
7264         * wl-xmas.el (wl-draft-overload-functions): Use revised
7265         `wl-mode-line-buffer-identification'.
7266         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7267         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7268         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7269         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7270         `wl-make-plugged-hook';
7271         add `wl-folder-init-icons' and `wl-setup-folder' to
7272         `wl-folder-mode-hook'.
7273
7274         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7275         19 as well.
7276         (wl-mode-line-display-priority-list): New user option.
7277         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7278         Defcustomized.
7279         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7280         Add docs.
7281
7282         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7283         start.
7284         (wl-mode-line-buffer-identification): Revised as a function.
7285
7286         * wl-summary.el (wl-summary-mode): Use revised
7287         `wl-mode-line-buffer-identification'; don't call
7288         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7289         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7290         `wl-xmas-setup-summary'.
7291
7292         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7293         `wl-mode-line-buffer-identification'.
7294
7295         * wl-mule.el (wl-draft-overload-functions): Use revised
7296         `wl-mode-line-buffer-identification'.
7297
7298         * wl-folder.el (wl-make-plugged-alist): Don't call
7299         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7300         (wl-folder): Don't call `wl-folder-init-icons' directly.
7301         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7302         `wl-xmas-setup-folder' directly;
7303         use revised `wl-mode-line-buffer-identification'.
7304         (TopLevel): Don't bind `wl-biff-init-icons',
7305         `wl-plugged-init-icons', `wl-folder-init-icons',
7306         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7307
7308         * wl-e21.el (wl-draft-overload-functions): Use revised
7309         `wl-mode-line-buffer-identification'.
7310         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7311         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7312         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7313         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7314         `wl-make-plugged-hook';
7315         add `wl-folder-init-icons' and `wl-setup-folder' to
7316         `wl-folder-mode-hook'.
7317
7318 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7319             Katsumi Yamaoka    <yamaoka@jpl.org>
7320
7321         * wl.el (wl): Call `wl-biff-start'.
7322         (wl-exit): Call `wl-biff-stop'.
7323         (wl-plugged-mode): Show biff in modeline.
7324         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7325
7326         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7327         (wl-biff-init-icons): New function.
7328         (wl-plugged-init-icons): Don't make too much keymaps.
7329         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7330
7331         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7332         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7333         variables.
7334         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7335         options.
7336
7337         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7338         wl-biff-start, wl-biff-stop): New functions.
7339         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7340         (wl-biff-timer-name): New variable.
7341
7342         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7343
7344         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7345         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7346
7347         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7348         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7349
7350         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7351         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7352         `wl-folder-init-icons' to `ignore' if they are not available.
7353         (wl-folder-mode): Show biff in modeline.
7354
7355         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7356         (wl-biff-init-icons): New function.
7357         (wl-plugged-init-icons): Don't make too much keymaps.
7358         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7359
7360 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7361
7362         * wl-vars.el (wl-strict-diff-folders): Customization Type
7363         and doc fix.  Define as a list of regular expressions for
7364         folders or nil.
7365         * wl-folder.el (wl-folder-check-one-entity): Use
7366         `wl-string-match-member' instead of `wl-string-member' for
7367         `wl-strict-diff-folders'.
7368
7369 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7370
7371         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7372         (wl-highlight-folder-current-line): Use it; new implementation.
7373         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7374         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7375         `defsubst' instead of `defun'.
7376
7377         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7378         `wl-highlight-group-folder-by-numbers'; made it can also be a
7379         number.  See info for more details.
7380
7381         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7382         running.
7383
7384         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7385         to bind them.
7386
7387         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7388         (wl-highlight-folder-current-line): New implementation.
7389
7390         * wl-highlight.el (wl-highlight-folder-group-line): New
7391         implementation.
7392         (wl-delete-all-overlays): Rewrite as a marco.
7393         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7394
7395         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7396         running.
7397         (wl-folder-*-glyph): No need to bind them.
7398
7399         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7400         `wl-e21-highlight-folder-group-icon'; rewrite.
7401         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7402         `defsubst' instead of `defun'.
7403         (wl-folder-mode-map): Bind it when compiling.
7404
7405 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7408
7409         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7410
7411 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7412
7413         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7414
7415 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7416
7417         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7418         (wl-highlight-folder-current-line): Use it.
7419
7420         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7421         in `id-name'.
7422
7423 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7424
7425         * wl.el: Require `wl-e21' when Emacs 21 is running.
7426
7427         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7428         default when Emacs 21 is running.
7429         (wl-use-highlight-mouse-line): Ditto.
7430         (wl-on-emacs21): New constant.
7431         (wl-on-emacs20): Removed.
7432
7433         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7434         Emacs 21 is running.
7435
7436         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7437         Emacs 21 is running.
7438
7439         * wl-e21.el: New file.
7440
7441 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7442
7443         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7444         (wl-toggle-plugged): Ditto.
7445         (wl-plugged-toggle): Ditto.
7446         (wl-plugged-toggle-all): Ditto.
7447
7448         * wl-vars.el (wl-plug-state-indicator): Refer
7449         `wl-plug-state-indicator-on' indirectly.
7450
7451 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7454         Call `wl-folder-confirm-existence'.
7455
7456         * wl-folder.el (wl-folder-confirm-existence): Added optional
7457         argument `force'.
7458
7459 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7460
7461         * wl-summary.el (wl-summary-refile-subr): Assume
7462         `copy-or-refile' as symbol.
7463         (wl-summary-refile): Follow up above change.
7464         (wl-summary-copy): Ditto.  Doc fix.
7465
7466 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-summary.el (wl-summary-pick): Don't bind
7469         `elmo-search-mime-charset'.
7470
7471         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7472         default using old backquote style.
7473         (wl-search-mime-charset): Abolished.
7474
7475         * wl-highlight.el (wl-highlight-headers):
7476         Call `point' after `re-search-forward'(for Nemacs).
7477
7478         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7479         for elmo-imap4.el.
7480
7481 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7482
7483         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7484         `wl-message-ignored-field-list' instead of
7485         `mime-view-ignored-field-list'.
7486
7487         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7488         Add interactive spec.
7489         (wl-folder-goto-bottom-of-current-folder): Ditto.
7490         (wl-folder-mode-map): Bind them.
7491
7492         * wl-vars.el (wl-message-ignored-field-list): New variable.
7493         (wl-message-visible-field-list): New variable.
7494
7495         * wl-mime.el (wl-mime-header-presentation-method): New function.
7496         (wl-mime-setup): Set header-presentation-method.
7497
7498 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7499
7500         * wl-nemacs.el (wl-draft-overload-functions): Set
7501         `mode-line-buffer-identification' instead of using
7502         `wl-make-modeline'.
7503
7504         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7505         instead of using `wl-make-modeline'.
7506
7507         * wl-xmas.el (wl-plugged-init-icons): Set up
7508         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7509         (wl-make-modeline): Abolish.
7510         (wl-draft-overload-functions): Set
7511         `mode-line-buffer-identification' instead of using
7512         `wl-make-modeline'.
7513
7514         * wl-util.el (wl-make-modeline-subr): Abolish.
7515         (wl-mode-line-buffer-identification): New alias.
7516
7517         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7518         (wl-summary-make-modeline): Abolish.
7519         (wl-summary-buffer-set-folder): Set
7520         `wl-summary-buffer-folder-indicator'.
7521         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7522         of using `wl-make-modeline'.
7523         (wl-summary-switch-to-clone-buffer): Don't set
7524         `mode-line-buffer-identification'.
7525         (wl-summary-goto-folder-subr): Ditto.
7526
7527         * wl-mule.el (wl-draft-overload-functions): Set
7528         `mode-line-buffer-identification' instead of using
7529         `wl-make-modeline'.
7530
7531         * wl-folder.el (wl-folder-mode): Set
7532         `mode-line-buffer-identification' instead of using
7533         `wl-make-modeline'.
7534         (wl-folder): Don't set `mode-line-buffer-identification'.
7535
7536 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7537
7538         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7539         instead of `member' for `wl-refile-guess-func-list' look-ups.
7540         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7541
7542 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7543
7544         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7545         `wl-message-button-dispatcher'.
7546
7547         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7548
7549         * wl-message.el (wl-message-button-dispatcher): Use it.
7550
7551         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7552         "In-Reply-To".
7553
7554         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7555         Bind `case-fold-search' to t.
7556
7557 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7558
7559         * wl-xmas.el (wl-message-overload-functions): Initialize
7560         `wl-message-button-map'.
7561
7562         * wl-mule.el (wl-message-overload-functions): Initialize
7563         `wl-message-button-map'.
7564
7565         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7566
7567         * wl-message.el (wl-message-button-map): New keymap.
7568         (wl-message-add-button): New function.
7569         (wl-message-button-dispatcher): New function.
7570         (wl-message-button-refer-article): New function.
7571
7572         * wl-highlight.el
7573         (wl-highlight-message-add-buttons-to-header): New function.
7574         (wl-highlight-headers): Use it.
7575
7576 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7577
7578         * wl-summary.el (wl-summary-default-from): Use
7579         `wl-address-get-petname-1'.
7580         (wl-summary-simple-from): Ditto.
7581
7582         * wl-address.el (wl-address-get-petname-1): New inline function.
7583         (wl-address-get-petname): Use it.
7584
7585 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7586
7587         * wl-summary.el (wl-summary-default-from): Return full-name part
7588         from the address if no petname was found.
7589         (wl-summary-simple-from): Ditto.
7590
7591         * wl-address.el (wl-address-get-petname): Return nil if no petname
7592         associated with the address was found.
7593
7594 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7595
7596         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7597         display is finished.
7598
7599 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7600
7601         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7602         `elmo-folder-exists-p' argument.
7603
7604 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7605
7606         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7607         the folder.
7608
7609 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7612
7613         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7614         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7615
7616 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7617
7618         * wl-folder.el (wl-folder-create-subr): New function.
7619         (wl-folder-confirm-existence): Use it.
7620         (wl-folder-check-one-entity): Use it.
7621         Check the error symbol is derived from 'elmo-open-error.
7622
7623         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7624         `ignore-error'.
7625
7626 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7627
7628         * wl-util.el (toplevel): Add (eval-when-compile (require
7629         'elmo-util)).  (Maybe `provide' is typo.)
7630
7631 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7634         (I don't know why this was needed.)
7635
7636         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7637         Follow up changes for stream-type.
7638
7639         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7640         (wl-draft-elmo-nntp-send): Ditto.
7641
7642         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7643         (wl-nntp-posting-stream-type): Ditto.
7644         (wl-pop-before-smtp-ssl): Abolished.
7645         (wl-nntp-posting-ssl): Ditto.
7646
7647         * wl-address.el (wl-address-quote-specials): New function.
7648         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7649
7650         * wl-draft.el (wl-draft-reply): Ditto.
7651
7652 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7653
7654         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7655         use function `wl-string-match-assoc'.
7656
7657 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7660
7661         * wl-draft.el (wl-draft-deduce-address-list): New function.
7662         (wl-draft-parse-mailbox-list): Ditto.
7663         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7664         instead of `smtp-deduce-address-list'.
7665         (wl-draft-on-field-p): Follow group list.
7666
7667         * wl-address.el (wl-address-concat-token): New function.
7668         (wl-address-string-without-group-list-contents): Ditto.
7669         (wl-complete-field-body): Fixed problem of completion
7670         by japanese petname.
7671         (wl-address-make-completion-list): Rewrite.
7672
7673 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7674
7675         * wl-address.el (wl-address-make-completion-list): Completion by
7676         petname.
7677         (wl-complete-field-body): Likewise.
7678
7679 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7682         contains invalid address syntax.
7683
7684 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7685
7686         * wl-folder.el (wl-folder-check-entity-async): Use
7687         `elmo-nntp-spec-hostname'.
7688
7689 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7690
7691         * wl-summary.el (wl-summary-msgdb-load-async): Use
7692         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7693
7694 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-draft.el (wl-draft-reply): Set argument
7697         `content-transfer-encoding' as nil.
7698
7699 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7700
7701         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7702         `wl-refile-alist'.
7703
7704 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7705
7706         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7707         (wl-draft-edit-string): Ditto.
7708         (wl-draft-forward): Ditto.
7709         * wl-summary.el (wl-summary-write): Ditto.
7710
7711 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7712
7713         * wl-summary.el (wl-summary-sync-update3): Call
7714         `wl-summary-buffer-number-column-detect'.
7715         (wl-summary-buffer-number-column-detect): Search from point-min.
7716
7717 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7718
7719         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7720         contains an address which is not included in original to or cc.
7721
7722 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7723
7724         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7725         begin-line does not exist.
7726         * wl-message.el (wl-message-uu-substring): Ditto.
7727
7728 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7731         clear local variables.
7732         (wl-summary-exit): Call `elmo-commit'.
7733         (wl-summary-switch-to-clone-buffer): Call
7734         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7735         (wl-summary-goto-folder-subr): Ditto.
7736
7737         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7738         POP folder.
7739
7740 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7743         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7744         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7745         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7746         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7747         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7748
7749         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7750
7751 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7752
7753         * wl-summary.el (wl-summary-search-by-subject):
7754         Search parent message from the latest one.
7755
7756 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7759         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7760
7761         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7762         New user option.
7763
7764         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7765         if elmo-nntp-use-killed-list is nil.
7766         Use `elmo-msgdb-append-to-killed-list'.
7767         (Append numbers confirmed as disappeared to the killed list.)
7768         (wl-summary-confirm-appends): Don't display negative number.
7769
7770 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7771
7772         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7773
7774 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7777         range is `all'.
7778         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7779         `elmo-list-bigger-diff'.
7780
7781 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7782
7783         * wl-summary.el (wl-summary-buffer-exit-func):
7784         New buffer local variable.
7785         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7786
7787 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7788
7789         * wl-demo.el (wl-demo): Fix the last change.
7790
7791 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7792
7793         * wl-demo.el (wl-demo): Don't use `eval'.
7794
7795 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7796
7797         * wl-summary.el (wl-summary-buffer-thread-modified):
7798         New buffer-local variable.
7799         (wl-summary-set-thread-modified): New function.
7800         (wl-summary-thread-modified-p): New function.
7801         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7802         (wl-summary-yank-saved-message): Use function
7803         `wl-summary-set-thread-modified'
7804         (wl-summary-switch-to-clone-buffer): Add
7805         `wl-summary-buffer-thread-modified'.
7806
7807         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7808         (wl-summary-buffer-mark-saved-hook): Ditto.
7809         * wl-summary.el (wl-summary-msgdb-save): New hook
7810         `wl-summary-buffer-message-saved-hook' and
7811         `wl-summary-buffer-mark-saved-hook'.
7812
7813 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7814
7815         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7816
7817 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7818
7819         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7820         don't hide scroll bars under FSF Emacsen because it may incur an
7821         undesirable redrawing.
7822
7823 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7824
7825         * wl-draft.el (wl-draft-edit-string): Call
7826         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7827
7828 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7829
7830         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7831
7832 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7833
7834         * wl-summary.el (wl-summary-msgdb-load-async): Call
7835         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7836
7837 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7838
7839         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7840         fringes in demo buffer; center bitmap logo correctly even if old
7841         Mule is used.
7842
7843 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7844
7845         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7846
7847         * wl-refile.el (wl-refile-subject-alist): New variable.
7848         (wl-refile-subject-alist-file-name): Ditto.
7849         (wl-refile-alist-setup): Rewrite.
7850         (wl-refile-alist-save): Use `elmo-object-save'.
7851         Eliminated arguments.
7852         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7853         (wl-refile-guess-by-subject): New function.
7854         (wl-refile-guess-func-list): Added it.
7855
7856 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7857
7858         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7859         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7860
7861 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7864         New buffer-local variable.
7865         (wl-summary-buffer-next-folder-func): Ditto.
7866         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7867         if non-nil.
7868         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7869         if non-nil.
7870         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7871         if non-nil.
7872         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7873         if non-nil.
7874
7875 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7876
7877         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7878         permanently in the demo buffer.
7879
7880 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7883         `mime-entity-fetch-field'.
7884
7885         * wl.el (wl-exit): Delete plugged buffer.
7886
7887         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7888         XEmacs has menubar feature.
7889
7890 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7891
7892         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7893         cannot arrive at the beginning of the buffer under old Emacsen.
7894
7895 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7896
7897         * wl-address.el (wl-address-ldap-search):
7898         Call `ldap-search-entries' with `withdn' argument t.
7899         (wl-complete-field-body): Bind completion-ignore-case as t.
7900         Clear ldap search hash when it was sole completion.
7901         Use elmo-string for pattern string.
7902         (wl-ldap-alias-safe-string): Eliminated needless let.
7903
7904 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7905
7906         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7907         (wl-ldap-alias-sep): New constant.
7908         (wl-ldap-search-attribute-type-list): Ditto.
7909         (wl-ldap-get-value): New function.
7910         (wl-ldap-make-filter): Ditto.
7911         (wl-ldap-make-matched-value-list): Ditto.
7912         (wl-ldap-alias-safe-string): Ditto.
7913         (wl-ldap-register-dn-string): Ditto.
7914         (wl-address-ldap-search): Rewrite.
7915
7916 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7917
7918         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7919         thread is deleted.
7920         (wl-thread-delete-line-from-buffer): Ditto.
7921         (wl-thread-get-exist-children): New function.
7922
7923 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7924
7925         * wl-demo.el (wl-demo): Made it to select various image types.
7926         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7927         from `wl-title-logo'.
7928         (wl-logo-ascii): New variable.
7929         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7930         (wl-demo-copyright-notice): New constant.
7931
7932         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7933
7934 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7935
7936         * wl-vars.el (wl-summary-target-above): Renamed from
7937         wl-summary-temp-above.
7938         * wl-score.el (wl-score-get-score-alist): Use it.
7939         (wl-summary-score-update-all-lines): Use it.
7940         * wl-summary.el: Ditto. (make-variable-buffer-local).
7941
7942 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-vars.el (wl-ldap-port): New user option.
7945
7946         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7947         Rewite whole implementation.
7948         (wl-complete-field-body): Fixed.
7949
7950 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7951
7952         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7953         Choose implementation at compile time.
7954
7955 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7956
7957         * wl-address.el (wl-ldap-search-internal): New function.
7958         (wl-complete-field-to): Use it.
7959
7960 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7963         Use `let' instead of `let*'.
7964         Require 'wl-vars.
7965
7966         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7967         Define as defcustom.
7968         (wl-ldap-base): Ditto.
7969         (wl-use-ldap): Ditto.
7970
7971 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7972
7973         * wl-address.el (wl-ldap-search): New function.
7974         (wl-complete-field-body): Use `wl-ldap-search'.
7975         (wl-ldap-server): New variable.
7976         (wl-ldap-base): Ditto.
7977         (wl-use-ldap): Ditto.
7978
7979 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7980
7981         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7982         (Pointed out by Mito <mit@nines.nec.co.jp>).
7983         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7984         buffer-local variables like `wl-summary-redisplay-internal'.
7985         (wl-summary-redisplay-all-header): Likewise.  Update
7986         Summary view too.
7987
7988 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * wl-summary.el (wl-summary-jump-to-parent-message):
7991         Consider prefix argument.
7992
7993         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7994         when closed thread is deleted.
7995
7996 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7997
7998         * wl-summary.el (wl-summary-jump-to-parent-message):
7999         Consider thread modification.
8000
8001 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8002
8003         * wl-message.el (wl-message-normal-get-original-buffer): Use
8004         `save-excursion'.
8005
8006         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8007         (wl-summary-showto-folder-regexp): Ditto.
8008
8009 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8010
8011         * wl-util.el (wl-delete-alist): Doc fix.
8012         (wl-delete-associations): New function.
8013         (wl-inverse-alist): New function.
8014         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8015         Split temporary variables. Use `wl-delete-associations'
8016         and `wl-inverse-alist'.
8017         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8018
8019 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * wl-folder.el (wl-folder-prefetch-entity):
8022         Execute prefetching if new count is unknown.
8023
8024 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8025
8026         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8027
8028         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8029         delete entity.
8030         (wl-thread-set-parent): If insert as top, set linked as nil.
8031
8032         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8033         `wl-thread-cleanup-symbols' when view mode is thread.
8034
8035 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8036
8037         * wl-folder.el (wl-folder-create-folder-entity): Use
8038         with-current-buffer.
8039         (wl-local-folder-init): Call set-buffer to make sure we are in
8040         the Folder buffer. Don't touch buffer-local variables here.
8041         (wl-folder-mode): Initialize buffer-local variables here.
8042
8043         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8044         (wl-folder-entity-assign-id): Ditto.
8045         (wl-folder-create-entity-hashtb): Ditto.
8046         (wl-local-folder-init): Ditto.
8047         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8048
8049 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8050
8051         * wl-summary.el (wl-summary-default-from): Fix probrem when
8052         std11-extract-address-components return (nil "foo@bar").
8053
8054 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8055
8056         * wl-draft.el (wl-draft-clone-local-variables):
8057         Remove redundant `setq'.
8058
8059 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8062         Bind wl-highlight-x-face-func as nil while highlighting header.
8063
8064 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8065
8066         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8067
8068 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8069
8070         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8071         elmo-msgdb-overview-hashtb from copy-variables.
8072         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8073         instead of `elmo-msgdb-overview-get-entity-by-number'.
8074         (wl-summary-auto-refile): Ditto.
8075
8076         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8077         `elmo-msgdb-overview-get-entity' instead of
8078         `elmo-msgdb-search-overview-entity'.  Use
8079         `elmo-msgdb-overview-get-entity' instead of
8080         `elmo-msgdb-overview-get-entity-by-number'.
8081         (wl-thread-insert-entity-sub): Ditto.
8082         (wl-thread-insert-message): Ditto.
8083
8084         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8085         `elmo-msgdb-overview-get-entity'.
8086         (wl-normal-message-redisplay): Ditto.
8087
8088 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8089
8090         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8091         `wl-thread-entities'.
8092         (wl-thread-delete-message): Fix remove top message from
8093         `wl-thread-entity-list'.
8094
8095         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8096         wl-append(nconc), because update-list is broken on Meadow.
8097
8098         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8099         updating process.
8100         (wl-summary-rescan): Ditto.
8101         (wl-summary-sync-update3): Ditto.
8102         * wl-thread.el (wl-thread-set-parent): Renamed from
8103         `wl-summary-set-parent'.
8104         (wl-thread-insert-message): Updating buffer faster.
8105         (wl-thread-delete-message): Updating buffer faster.
8106
8107         * wl-score.el (wl-summary-score-update-all-lines): Changed
8108         interval for display progress gauge.
8109
8110 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8111
8112         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8113         folder always-sticky.
8114         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8115         defmacro.
8116
8117 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * wl-vars.el (wl-draft-add-references): New user option.
8120
8121         * wl-draft.el (wl-draft-add-references): New function.
8122         (wl-draft-yank-from-mail-reply-buffer): Use it.
8123         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8124         as nil.
8125
8126 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8127
8128         * wl-thread.el (wl-thread-update-line-msgs): Called
8129         `wl-thread-update-line-on-buffer-sub'.
8130         (wl-thread-update-line-on-buffer): Delete routine of inserting
8131         thread.
8132         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8133         moved from `wl-thread-update-line-on-buffer'.
8134         Add threshold for displaying progress gauge.
8135         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8136         argument of `wl-thread-update-line-msgs'.
8137         Add threshold for displaying progress gauge.
8138         * wl-folder.el:
8139         Add threshold for displaying progress gauge.
8140         * wl-score.el: Ditto.
8141
8142         * wl-expire.el (wl-summary-expire): Display deleting info.
8143
8144 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8147         `no-msg'.
8148         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8149         argument of `wl-thread-update-line-msgs'.
8150         (wl-summary-set-parent): Added optional argument `parent-number'.
8151         (wl-summary-buffer-saved-message): New buffer local variable.
8152         (wl-summary-save-current-message): New command.
8153         (wl-summary-yank-saved-message): Ditto.
8154         (wl-summary-mode-map): Added key binding for
8155         `wl-summary-save-current-message' (\ew) and
8156         `wl-summary-yank-saved-message' (\C-y).
8157         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8158
8159 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8160
8161         * wl-summary.el (wl-summary-mode-map): Added key binding for
8162         `wl-summary-set-parent' (ts).
8163
8164 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8165
8166         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8167         subject faster. If thread number is reverse, delayed updating
8168         thread.
8169         (wl-summary-search-by-subject): Ditto.
8170         (wl-summary-put-alike): Ditto.
8171         (wl-summary-get-alike): Ditto.
8172         (wl-summary-insert-headers): Insert header of all overview in
8173         buffer.
8174         (wl-summary-rescan): Delayed updating thread. Kill search subject
8175         buffer for wl-summary-search-by-subject.
8176         (wl-summary-sync-update3): Ditto.
8177         (wl-summary-exit): Ditto.
8178         (wl-summary-goto-bottom-of-current-thread): Change for linked
8179         thread.
8180         (wl-summary-overview-create-summary-line): Change line for linked
8181         thread.
8182
8183         * wl-summary.el (wl-summary-update-thread): Use
8184         wl-thread-maybe-get-children-num.
8185         (wl-summary-set-parent): If change parent, move sub thread.
8186         (wl-summary-redisplay-internal): Add horizontal recenter.
8187         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8188
8189         * wl-thread.el (wl-thread-entity-get-linked): New function.
8190         (wl-thread-entity-set-linked): New function.
8191         (wl-thread-create-entity): Add linked element.
8192         (wl-thread-entity-insert-as-top): Use wl-append.
8193         (wl-thread-maybe-get-children-num): If closing thread, return
8194         children msgs.
8195         (wl-thread-update-line-msgs): Displaying progress message.
8196         (wl-thread-update-line-on-buffer-sub): Use
8197         wl-thread-maybe-get-children-num.
8198         (wl-thread-update-line-on-buffer): If update line is not exists,
8199         insert thread.
8200         (wl-thread-delete-message): If delete top msg of thread, search
8201         parent by subject.
8202         (wl-thread-insert-entity): Use
8203         wl-thread-maybe-get-children-num.
8204
8205         * wl-highlight.el (wl-highlight-summary-current-line): change
8206         sregexp for linked thread.
8207         * wl-util.el (wl-count-lines): Count lines.
8208         (wl-horizontal-recenter): horizontal recenter.
8209         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8210         (wl-score-get-alike): Ditto.
8211         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8212         (wl-subject-length-limit): New variable.
8213         (wl-highlight-thread-indent-string-regexp): Changed for linked
8214         thread.
8215
8216 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8219         New variable (revival).
8220         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8221         by subject matching if there's no in-reply-to nor references field
8222         (revival).
8223
8224 \f
8225 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8228         message.
8229
8230 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-summary.el (wl-summary-reply): Return t if there was a
8233         message at cursor point.
8234         Added unwind-protect.
8235         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8236         returns t.
8237         (wl-summary-cancel-message): Do nothing when there's no message at
8238         cursor point.
8239         (wl-summary-forward): Ditto.
8240         (wl-summary-jump-to-parent-message): Ditto.
8241         (wl-summary-reedit): Ditto.
8242         (wl-summary-edit-addresses): Ditto.
8243         (wl-summary-pipe-message): Ditto.
8244         (wl-summary-print-message-with-ps-print): Ditto.
8245         (wl-summary-print-message): Ditto.
8246         (wl-summary-mark-as-important): Ditto.
8247         (wl-summary-mark-as-unread): Ditto.
8248
8249         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8250         message at cursor point.
8251         (wl-summary-reply-with-citation): Remove unwind-protect.
8252
8253         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8254         subject searching feature.
8255         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8256         Eliminated.
8257
8258 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8261         New variable.
8262         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8263         by subject matching if there's no in-reply-to nor references field.
8264
8265         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8266
8267         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8268         when display is finished.
8269         (wl-folder-open-all): Ditto.
8270         (wl-folder-update-access-group): Ditto.
8271         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8272         * wl-thread.el (wl-thread-close-all): Ditto.
8273
8274         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8275         progress gauge only when it was displayed.
8276         * wl-folder.el (wl-folder-insert-entity): Ditto.
8277
8278 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * wl-summary.el (wl-summary-incorporate): Enclose
8281         `wl-summary-sync-force-update' with save-excursion.
8282
8283 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8284
8285         * wl-summary.el (wl-summary-prefetch-region):
8286         Pass current cursor point to `pos-visible-in-window-p' after
8287         moving cursor to the started point.
8288
8289 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8290
8291         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8292
8293         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8294         fields from the forwarding message.
8295         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8296         `ignored-fields'.
8297
8298 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-mime.el (wl-message-request-partial):
8301         Eliminated argument `msgdb'.
8302         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8303         (wl-mime-combine-message/partial-pieces): Likewise.
8304         * tm-wl.el (wl-message-request-partial): Likewise.
8305         (wl-mime-combine-message/partial-pieces): Likewise.
8306
8307 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8308
8309         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8310         when display is finished.
8311
8312 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8313
8314         * wl-summary.el (wl-summary-goto-folder-subr):
8315         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8316
8317 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8318
8319         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8320         when cursor point is visible.
8321
8322 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-expire.el (wl-expire-archive-get-max-number):
8325         Don't use `file-name-directory'.
8326
8327 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-expire.el (wl-expire-archive-get-max-number):
8330         Use `file-name-directory'.
8331
8332 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8335         only when there is progress.
8336
8337 2000-04-13  Mito <mit@nines.nec.co.jp>
8338
8339         * wl-summary.el (wl-summary-sync-marks): Display progress.
8340
8341 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8344         (wl-summary-prev): Move cursor regardless of unread status.
8345         (wl-summary-next): Ditto.
8346
8347 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8350         Added argument `target' and `number'.
8351         * tm-wl.el (wl-summary-burst-subr): New function.
8352         (wl-summary-burst): Use it.
8353
8354 2000-04-10  Mito <mit@nines.nec.co.jp>
8355
8356         * wl-mime.el (wl-burst): New function.
8357         (wl-summary-burst): Use it.
8358
8359 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8360
8361         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8362         as petname when there's no candidate.
8363
8364 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8367         New variable.
8368         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8369
8370         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8371
8372         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8373
8374 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8375
8376         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8377         Use substring of `original' instead of buffer-substring.
8378         (wl-refile-evaluate-rule):
8379         Set `original' argument of wl-refile-expand-newtext.
8380
8381         * wl-summary.el
8382         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8383         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8384         (wl-summary-auto-refile): Check existence of destination folder just
8385         before marking.
8386
8387 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8388
8389         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8390         when wl-refile-get-field-value return nil.
8391
8392 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8393
8394         * wl-refile.el
8395         (wl-refile-expand-newtext): New function imported from Gnus.
8396         (wl-refile-evaluate-rule): Use it.
8397
8398 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * wl-summary.el (wl-summary-print-destination):
8401         Duplicate folder string to avoid putting text-property on
8402         original string.
8403
8404         * wl-refile.el (wl-refile-get-field-value): New function.
8405         (wl-refile-evaluate-rule): New function;
8406         Evaluate refile rule recursively.
8407         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8408         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8409         New function; Check existence of a target folder recursively.
8410         (wl-summary-auto-refile-check-refile-rule-alist):
8411         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8412
8413 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8416
8417         * wl-folder.el (wl-create-folder-entity-from-buffer):
8418         Fixed problem when '}' character is contained in folder name.
8419
8420         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8421
8422 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8423
8424         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8425         (wl-fldmgr-add-completion-all-completions):
8426         Use wl-fldmgr-add-completion-hashtb.
8427
8428 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8429
8430         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8431         wl-fldmgr-add-completion-subr): New functions.
8432         * wl-folder.el (wl-folder-completion-func): New variable.
8433         * wl-summary.el (wl-summary-read-folder):
8434         Use wl-folder-completion-func.
8435
8436         * wl-refile.el: Eliminate throw & catch.
8437
8438         * wl.el (wl-plugged-sending-queue-status): Fixed.
8439
8440 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8441
8442         * wl-draft.el (wl-draft): Put category property on
8443         mail-header-separator.