(face-background-name): Defalias to avoid compile
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-demo.el (face-background-name): Defalias to avoid compile
4         warning.
5
6 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-summary.el (wl-summary-decide-flag): Use
9         wl-completing-read-multiple instead of completing-read-multiple.
10
11         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
12         New alias.
13
14         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
15         Use face-background-name instead of face-background.
16
17         * wl-vars.el (wl-summary-save-file-suffix): New user option.
18
19         * wl-summary.el (wl-summary-save): Use it.
20         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
21
22         * wl-mime.el (wl-mime-save-content): Fix last change.
23
24 2004-02-10  Len Trigg <lenbok@myrealbox.com>
25
26         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
27         New function.
28         (wl-summary-sort-specs): Added sort.
29         * wl-mime.el (wl-mime-save-content): Expand file name.
30
31 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
32
33         * wl-mime.el (wl-draft-preview-message): Fixed typo.
34
35         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
36
37 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
40         for flag if it is not defined.
41
42 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
43
44         * wl-e21.el (wl-highlight-folder-current-line): Use
45         elmo-folder-type-internal when elmo-folder-type returns nil.
46
47         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
48
49         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
50
51         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
52
53         * wl-e21.el (wl-summary-toolbar): Ditto.
54
55         * wl-vars.el (wl-demo-background-color): Abolished.
56         (wl-summary-persistent-mark-priority-list): Renamed from
57         wl-summary-flag-priority-list.
58         (wl-summary-flag-alist): New user option.
59         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
60         (wl-message-mode-line-format-spec-alist): Added 'F'.
61         (wl-message-mode-line-format): Likewise.
62         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
63         instead of wl-summary-important-mark.
64         (wl-file-folder-icon): New variable.
65
66         * wl-thread.el (wl-thread-set-flags): Renamed from
67         wl-thread-mark-as-important.
68
69         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
70         warning.
71         (wl-summary-mode-menu-spec): Follow the change of 
72         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
73         (wl-summary-mode-map): Follow the change of
74         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
75         (wl-summary-detect-mark-position): Follow the variable name change.
76         (wl-summary-set-flags-region): New function for the replacement of
77         wl-summary-mark-as-important-region.
78         (wl-summary-sync-marks): Sync all global-flags.
79         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
80         instead of elmo-message-flagged-p.
81         (wl-summary-persistent-mark-string): Follow the variable name change;
82         Put wl-summary-flag-mark if the message has global-flag.
83         (wl-summary-target-mark-set-flags): Renamed from 
84         wl-summary-target-mark-mark-as-important.
85         (wl-summary-decide-flag): New function.
86         (wl-summary-set-flags-internal): Renamed from
87         wl-summary-mark-as-important-internal.
88         (wl-summary-add-flags-internal): New function.
89         (wl-summary-remove-flags-internal): Ditto.
90         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
91         (wl-summary-mark-as-unimportant): Abolish.
92         (wl-summary-move-spec-alist): Changed `important' to `digest'.
93         (wl-summary-next-message): List flagged messages in the msgdb.
94
95         * wl-score.el (wl-summary-score-update-all-lines): Use
96         wl-summary-add-flags-internal instead of 
97
98         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
99
100         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
101         from wl-message-buffer-cur-flag (To avoid misunderstanding).
102         (wl-message-buffer-require-all-header): Renamed from
103         wl-message-buffer-all-header-flag (Ditto).
104         (wl-message-buffer-flag-indicator): New variable.
105         (wl-message-redisplay): Changed local varibale name from `flag' to
106         `display-type'; Set up wl-message-buffer-flag-indicator.
107         (wl-message-buffer-display): Changed varibale name from `flag' to
108         `display-type'.
109         (wl-message-display-internal): Likewise.
110
111         * wl-highlight.el (wl-highlight-demo-face): Define default background
112         color.
113         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
114
115         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
116
117         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
118         (wl-demo-setup-properties): Renamed from
119         `wl-demo-set-background-color'.
120         (wl-demo): Follow the change above.
121         
122         * Version number is increased to 2.11.24.
123
124 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * wl-summary.el (wl-summary-toggle-thread): Call
127         `wl-summary-rescan' with disable-thread as non-nil.
128         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
129
130 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
131
132         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
133         foreground property of the face.
134         (wl-demo-insert-text): Don't set up face property here.
135         (wl-demo): Call wl-demo-set-background-color, anyway.
136
137 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * wl-vars.el (wl-demo-background-color): The value can be nil.
140
141 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
142
143         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
144         to wl-summary-wheel-dispatcher.
145
146         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
147         wl-message-wheel-dispatcher.
148         (wl-message-wheel-dispatcher): New function.
149         (wl-summary-wheel-dispatcher): Ditto.
150
151 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
152
153         * wl-action.el (wl-summary-target-mark-all): List messages which are
154         not in the killed-list.
155
156         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
157         only when the folder is 'flag/important.
158
159         * wl-address.el (wl-complete-field-body): Complete if the last
160         character is a space.
161
162 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-folder.el (wl-folder-clear-entity-info): Use
165         elmo-clear-hash-val.
166
167         * wl-fldmgr.el (wl-fldmgr-rename): Set
168         wl-folder-info-alist-modified as t.
169
170 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
173
174 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
175
176         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
177         (wl-folder-buffer-last-visited-entity-id): New buffer local
178         variable.
179         (wl-folder-revisit-last-visited-folder): New function.
180         (wl-folder-mode-map): Bind it to "C-i".
181         (wl-folder-set-current-entity-id): Set last visited folder.
182         * wl-summary.el (wl-summary-exit): Ditto.
183
184 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
187         before calling `recenter' in order to cope with an XEmacs bug.
188
189 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
192         to the default value.
193
194 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
197         change.
198         (wl-summary-sync-marks): Ditto.
199         (wl-summary-mark-as-read-internal): Ditto.
200         (wl-summary-mark-as-answered-internal): Ditto.
201         (wl-summary-mark-as-important-internal): Ditto.
202         (wl-summary-reply): Ditto.
203
204         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
205         instead of `elmo-folder-unflag-answered'.
206
207         * Version number is increased to 2.11.23.
208
209         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
210         the last change.
211
212 2004-01-11  Kenichi Okada  <okada@opaopa.org>
213
214         * wl-spam.el (wl-summary-exec-action-refile-with-register):
215         Specify "spam" or "good".
216
217 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
218
219         * wl-spam.el (wl-summary-exec-action-spam): Call
220         wl-folder-confirm-existence for spam folder.
221         (wl-spam-setup): Bind "mk".
222
223 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
226
227 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
230         destination folder is empty.
231
232 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
233
234         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
235         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
236
237         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
238         (wl-summary-refile-prev-destination-region): New function.
239         (wl-thread-refile-prev-destination): Ditto.
240         (wl-summary-target-mark-refile-prev-destination): Ditto.
241
242 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
243
244         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
245         (wl-demo-background-color): Changed default value.
246
247         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
248         color.
249
250         * wl-demo.el (wl-demo-set-background-color): New function.
251         (wl-demo): Call it.
252
253 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-address.el (wl-address-delete): Avoid mis-deleting.
256         * wl-address.el (wl-address-add-or-change): Don't add empty
257         address.
258
259 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
260
261         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
262
263 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
264
265         * wl-vars.el (wl-demo-image-filter-alist): New variable
266         (wl-demo-background-color): Ditto.
267
268         * wl-demo.el (wl-demo-xpm-set-background): New function.
269         (wl-demo-image-filter): Ditto.
270         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
271
272         * wl-vars.el (wl-demo-icon-name-alist): New variable.
273
274         * wl-demo.el (wl-demo-icon-name): Define as function.
275         (wl-demo-insert-image): Use it.
276
277 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
278
279         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
280
281 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
282
283         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
284
285 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
286
287         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
288
289 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-thread.el (wl-thread-mark-as-answered): New function.
292
293         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
294         answered" entry.
295         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
296         "r&" and wl-thread-mark-as-answered to "t&".
297         (wl-summary-mark-as-important-region): Refine to toggle mark.
298         (wl-summary-mark-as-answered-region): New function.
299         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
300         and 3rd argument.
301         (wl-summary-mark-as-important-internal): Likewise.
302
303 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-template.el (wl-template-preview): New internal variable.
306         (wl-template-preview-p): New function.
307         (wl-template-show): Bind `wl-template-preview' as t.
308
309 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
312         `elmo-message-entity-field' with 3rd argument which is non-nil.
313
314 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
317         Removed duplicate local bind `folder'.
318
319 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
322
323 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
326         duplicate definition.
327
328 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
329
330         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
331         non-nil, use it; Don't fetch message if there's no message in the
332         current cursor position.
333
334 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-util.el (wl-region-exists-p): Use region-active-p.
337         (wl-deactivate-region): New function.
338         * wl-message.el (wl-message-redisplay): Deactivate region.
339
340         * wl-summary.el (wl-summary-reply): Call
341         `wl-summary-set-message-buffer-or-redisplay' instead of
342         `wl-summary-redisplay-internal', don't move point.
343
344 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
347         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
348         by regexp.
349
350 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
353         if no need.
354
355 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
358         default value to nil.
359         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
360         `wl-summary-prepare-hook'; Replace refile action to
361         `wl-summary-exec-action-refile-with-register'.
362
363         * Version number is increased to 2.11.22.
364
365 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-summary.el (wl-summary-detect-mark-position): Set
368         `wl-summary-buffer-weekday-name-lang'.
369
370 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
371
372         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
373         (wl-summary-mark-as-read-all): Ditto.
374         (wl-summary-delete-messages-on-buffer): Ditto.
375         (wl-summary-sync-update): Ditto.
376         (wl-summary-mark-as-read-internal): Ditto.
377         (wl-summary-mark-as-answered-internal): Ditto.
378         (wl-summary-update-folder-info): Abolished.
379
380 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-summary.el (wl-summary-mark-as-read-all): Use
383         `wl-summary-update-folder-info' instead of
384         `wl-folder-update-unread'.
385
386 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
387
388         * wl-summary.el (wl-summary-update-folder-info): New function derived from
389         `wl-summary-folder-info-update'.
390         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
391         instead of `wl-summary-folder-info-update'.
392         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
393         `wl-folder-set-folder-updated'.
394         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
395         instead of `wl-folder-update-unread'.
396         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
397         the value of `wl-summary-buffer-unread-count' for the second parameter of
398         `wl-folder-update-unread'.
399
400         * Version number is increased to 2.11.21.
401
402 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
403
404         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
405         a local variable.
406
407 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-spam.el (wl-summary-mark-spam): Show message only if call
410         interactively.
411
412         * wl-summary.el (wl-summary-mark-as-important-internal): New
413         internal function.
414         (wl-summary-mark-as-important): Use it.
415         (wl-summary-mark-as-unimportant): New function.
416         (wl-summary-sync-marks): Follow the API change.
417
418         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
419
420         * wl-mime.el (wl-summary-burst): Check target folder is writable.
421
422 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
423
424         * wl-folder.el (wl-folder-update-unread): Re-indent.
425         Narrow the scope of a local variable.
426
427 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
430         (wl-addrmgr-merge-entries): Ditto.
431         (wl-addrmgr): Added to address entry which exists in draft buffer
432         if no entry is in original.
433
434 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
435
436         * wl-batch.el: New file.
437
438 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
439
440         * wl-vars.el (wl-use-semi): Remove unused variable.
441
442 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
443
444         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
445         "?".
446
447 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
450         wl-summary-new-mark.
451         (wl-summary-new-cached-mark): New user option.
452         (wl-summary-score-marks): Follow the change above.
453         (wl-summary-auto-refile-skip-marks): Ditto.
454         (wl-summary-incorporate-marks): Ditto.
455         (wl-summary-expire-reserve-marks): Ditto.
456
457         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
458
459         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
460         (wl-summary-persistent-mark-string): Distinguished between cached
461         and uncached mark when the message is new.
462
463 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-spam.el (wl-spam-domain): Renamed from
466         `wl-spam-folder-guess-domain'.
467         (wl-summary-exec-action-spam): Register as spam if domain of the
468         source folder is good.
469         (wl-summary-exec-action-refile-with-register): Register message if
470         domain of the source folder is not undecided.
471
472 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
475         detect thread loop.
476
477 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
480         and wl-summary-skip-mark-list.
481
482 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
485
486         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
487
488         * wl-spam.el (toplevel): Require wl-highlight.
489         (wl-spam-auto-check-policy-alist): Abolish.
490         (wl-spam-auto-check-folder-regexp-list): New user option.
491         (wl-spam-auto-check-marks): Ditto.
492         (wl-spam-mark-action-list): Ditto.
493         (wl-highlight-summary-spam-face): New face.
494         (wl-spam-auto-check-message-p): New function.
495         (wl-spam-map-spam-messages): Fixed message.
496         (wl-spam-register-spam-messages): Ditto.
497         (wl-spam-register-good-messages): Ditto.
498         (wl-summary-spam-map): Add and remove keybind.
499         (wl-summary-target-mark-spam): Abolish.
500         (wl-summary-refile-spam): Ditto.
501         (wl-summary-test-spam): New function.
502         (wl-summary-mark-spam): Ditto.
503         (wl-summary-auto-check-spam): Follow the above change.
504         (wl-summary-exec-action-spam): New function.
505         (wl-summary-exec-action-refile-with-register): Fixed message.
506         (wl-message-check-spam): New function.
507         (wl-spam-setup): Ditto.
508         (toplevel): Call it if this file is loaded interactivity.
509
510         * Version number is increased to 2.11.20.
511
512 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
515         when new optional argument `force' is non nil or modified.
516
517 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl.el (toplevel): Require wl-spam when compile.
520         (wl-save-status): Call wl-spam-save-status.
521
522         * wl-spam.el (wl-spam-register-spam-messages): New function.
523         (wl-spam-register-good-messages): Ditto.
524         (wl-spam-save-status): Ditto.
525         (wl-summary-mode-map): Bind
526         wl-summary-target-mark-register-as-spam to "ms" and
527         wl-summary-target-mark-register-as-good to "mn".
528         (wl-summary-register-as-spam): Abolish optional argument; Use
529         wl-spam-register-spam-messages.
530         (wl-summary-register-as-spam-all): Use
531         wl-spam-register-spam-messages.
532         (wl-summary-register-as-good): Abolish optional argument; Use
533         wl-spam-register-good-messages.
534         (wl-summary-register-as-good-all): Use
535         wl-spam-register-good-messages.
536         (wl-summary-target-mark-register-as-spam): New funtion.
537         (wl-summary-target-mark-register-as-good): Ditto.
538
539 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-spam.el: New file.
542
543 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
546
547         * wl-action.el (wl-auto-refile-guess-functions): New variable.
548         (wl-summary-auto-refile): Call wl-refile-guess with
549         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
550
551 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
554         with disable-thread argument non-nil.
555
556 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * wl-summary.el (wl-summary-rescan): Added optional argument
559         disable-thread.
560         (wl-summary-sync): Call wl-summary-rescan with argument
561         disable-thread.
562         (wl-summary-input-range): Added new range `rescan-thread'.
563
564 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
565
566         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
567
568 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
571         internal variable.
572         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
573         wl-summary-search-parent-by-subject-regexp and
574         wl-summary-divide-thread-when-subject-changed as nil.
575         (wl-summary-insert-sequential): If entity is nil, nothing to do.
576         (wl-summary-insert-thread): Search parent entity from
577         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
578         thread loop.
579
580 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
581
582         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
583
584         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
585
586         * wl-util.el (wl-require-update-all-folder-p): New function.
587         (wl-get-assoc-list-value): Added `function' to match directive.
588         (wl-collect-draft): Rewrite.
589
590         * wl-summary.el (wl-summary-sync-update): Clear faces
591         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
592         are non-nil.
593         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
594         argument as function.
595         (wl-summary-input-range): Ditto.
596
597         * wl-folder.el (wl-draft-get-folder): New function.
598         (wl-folder-get-elmo-folder): Consider draft folder.
599
600         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
601         (wl-draft-buffer-message-number): New buffer local variable.
602         (wl-draft-folder-internal): New internal variable.
603         (wl-draft-delete): Rewrite.
604         (wl-draft-save): Ditto.
605         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
606         wl-folder-get-elmo-folder.
607         (wl-draft-config-info-operation): Ditto.
608         (wl-jump-to-draft-folder): Ditto.
609         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
610         (wl-draft-reedit): Rewrite.
611
612         * Version number is increased to 2.11.19.
613         
614 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
615
616         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
617         variable.
618
619 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
622         Use ignore-errors instead of unwind-protect.
623
624 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
625
626         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
627         for updating `wl-thread-entity-list'.
628
629 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
630
631         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
632         parameter from calling `wl-thread-entity-get-older-brothers' and
633         `wl-thread-entity-get-younger-brothers'.
634         Replace nested `append' with a single one.
635
636 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-summary.el (wl-summary-mode): Don't use the return value of
639         `make-local-hook'.
640
641 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
642
643         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
644         instead of `let*'.
645         (wl-thread-delete-message): Likewise.  Split and narrow the scope
646         of local variables.
647
648 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
651         Renamed from wl-summary-window-scroll-functions.
652         (wl-summary-window-scroll-functions): Don't set to variable.
653         (wl-summary-display-top): Use run-hooks.
654         (wl-summary-display-bottom): Ditto.
655         (wl-summary-toggle-disp-msg): Ditto.
656         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
657         Use it instead of wl-summary-window-scroll-functions.
658         (wl-summary-goto-folder-subr): Don't call
659         wl-summary-window-scroll-functions, use
660         wl-summary-buffer-window-scroll-functions instead.
661
662 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
665         make-local-variable.
666
667 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
668
669         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
670         set-buffer-modified-p.
671         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
672         (wl-summary-display-bottom): Ditto.
673         (wl-summary-toggle-disp-msg): Ditto.
674
675 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
678
679         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
680         (wl-summary-forward): Use elmo-message-entity-field instead of
681         elmo-message-field.
682
683         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
684
685 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-summary.el (wl-summary-window-scroll-functions): No use
688         `append'.
689
690 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
691
692         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
693         function.
694         (wl-summary-window-scroll-functions): Call it when both
695         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
696         (wl-summary-temp-mark): Added optional argument number.
697         (wl-summary-message-mark): Added optional argument flag.
698         (wl-summary-persistent-mark): Added optional argument number and flag.
699         (wl-summary-update-persistent-mark): Ditto.
700         (wl-summary-update-status-marks): Set "r" for interactive spec.
701
702         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
703         argument number and flag.
704
705         * wl-action.el (wl-summary-registered-temp-mark): 
706         Do nothing when wl-summary-buffer-temp-mark-list is nil.
707
708 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
711         internal variable (buffer local).
712         (wl-summary-window-scroll-functions): New function.
713         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
714         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
715         as nil.
716         (wl-summary-update-status-marks): Added arguments beg, end and
717         check.
718         (wl-summary-update-mark-window): Use function.
719         (wl-summary-sync-update): Follow the change above.
720         (wl-summary-switch-to-clone-buffer): Copy
721         wl-summary-buffer-unsync-mark-number-list.
722         (wl-summary-goto-folder-subr): Set
723         wl-summary-buffer-unsync-mark-number-list and
724         use wl-summary-window-scroll-functions insteaf of
725         wl-summary-lazy-highlight.
726
727         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
728
729 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
732
733         * wl-summary.el (wl-summary-update-persistent-mark): Call
734         wl-summary-set-message-modified.
735
736         * wl-summary.el (wl-summary-sync-update): Don't call
737         wl-summary-update-status-marks.
738
739         * Version number is increased to 2.11.18.
740
741 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
742
743         * wl-message.el (wl-message-prev-page): Use save-selected-window.
744         (wl-message-next-page): Ditto.
745
746 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
747
748         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
749         local variable.  Change the order of a collected list into the
750         same as the specified range.  Remove nil from a collected list.
751
752 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-summary.el (wl-summary-insert-headers): Set visible-only
755         argument for elmo-folder-list-messages.
756
757 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
760         change (wl-summary-count-unreads return a list instead of a cons
761         cell).
762
763 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
764
765         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
766         `wl-summary-folder-info-update'.
767
768 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-summary.el (wl-summary-set-message-modified): No use
771         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
772         (wl-summary-set-mark-modified): Abolish.
773         (wl-summary-mark-modified-p): Ditto.
774         (wl-summary-save-view): Follow the change above.
775
776         * wl-expire.el (wl-summary-expire): Likewise.
777
778 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
779
780         * wl-summary.el (wl-summary-detect-mark-position): Use
781         modb-entity-handler.
782         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
783
784         * Version number is increased to 2.11.17.
785
786 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
789         entity field value.
790         (wl-summary-prefetch-msg): Ditto.
791         (wl-summary-print-message-with-ps-print): Ditto.
792
793 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
794
795         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
796         for dummy entity.
797         (wl-summary-insert-thread): Use elmo-message-entity-field.
798         (wl-summary-update-thread): Use elmo-message-entity-field and
799         elmo-message-entity-number.
800         (wl-summary-line-number):  Use elmo-message-entity-number.
801         (wl-summary-line-size): Use elmo-message-entity-field.
802         (wl-summary-line-subject): Ditto.
803         (wl-summary-line-from): Ditto.
804         (wl-summary-line-attached): Ditto.
805         (wl-summary-create-line): Ditto.
806         (wl-summary-create-line): Use elmo-message-entity-number.
807         (wl-summary-print-message-with-ps-print): Use
808         elmo-message-entity-field.
809
810 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
813         change in elmo-msgdb-make-message-entity.
814         (wl-summary-buffer-set-folder): Don't call
815         wl-summary-detect-mark-position here.
816         (wl-summary-rescan): Call elmo-message-entity-number.
817         (wl-summary-sync-update): Ditto.
818         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
819
820         * wl-score.el (wl-score-header-index): Redefine 2th element.
821         (wl-score-overview-entity-get-extra): Abolish.
822         (wl-score-ov-entity-get): Rewrite.
823         (wl-score-string-index<, wl-score-string-func<): Abolish.
824         (wl-score-string<): New function.
825         (wl-score-string-sort): Use it.
826
827         * wl-refile.el (wl-refile-guess-by-history): Use
828         elmo-message-entity-field.
829         (wl-refile-guess-by-from): Ditto.
830         (wl-refile-guess-by-msgid): Ditto.
831
832         * Version number is increased to 2.11.16.
833
834 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-folder.el (wl-folder-confirm-existence): Don't call
837         file-exists-p if msgdb-path is nil.
838         * wl-summary.el, wl-draft.el, wl-action.el: Rename
839         `wl-read-folder-hist' to `wl-read-folder-history'.
840
841 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
842
843         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
844         `y-or-n-p'.
845
846 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-score.el (wl-score-headers): Don't use
849         elmo-folder-do-each-message-entity.
850
851         * Version number is increased to 2.11.15.
852
853 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
854
855         * wl-summary.el (wl-summary-delete-all-msgs): Use
856         elmo-folder-move-messages instead of elmo-folder-delete-messages
857         and elmo-folder-detach-messages.
858         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
859
860         * wl-expire.el (wl-expire-delete): Ditto.
861         (wl-expire-refile-with-copy-reserve-msg): Ditto.
862
863 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
864
865         * wl-vars.el (wl-message-use-header-narrowing): New user option.
866         (wl-message-header-narrowing-fields): Ditto.
867         (wl-message-header-narrowing-lines): Ditto.
868         (wl-message-header-narrowing-string): Ditto.
869
870         * wl-summary.el (wl-summary-mode-map): Bind
871         wl-summary-toggle-header-narrowing to "C-cC-f".
872         (wl-summary-toggle-header-narrowing): New function.
873
874         * wl-message.el (wl-message-buffer-create): Call
875         wl-message-header-narrowing-setup.
876         (wl-message-redisplay): Call wl-message-header-narrowing.
877         (wl-message-header-narrowing): New function.
878         (wl-message-header-narrowing-map): New keymap.
879         (wl-message-header-narrowing-widen-map): New keymap.
880         (wl-message-header-narrowing-again-at-mouse): New function.
881         (wl-message-header-narrowing-1): Ditto.
882         (wl-message-header-narrowing-widen-at-mouse): Ditto.
883         (wl-message-header-narrowing-setup): Ditto.
884         (wl-message-header-narrowing-toggle): Ditto.
885         
886         * wl-highlight.el (wl-message-header-narrowing-face): New face.
887
888         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
889         'flag as all.
890         (wl-use-flag-folder-help-echo): New user option.
891
892         * wl-summary.el (wl-summary-detect-mark-position): Bind 
893         wl-summary-highlight as nil.
894         (wl-summary-set-mark-modified): Follow the API change.
895         (wl-summary-mark-modified-p): Ditto.
896         (wl-summary-mark-as-read-all): Ditto.
897         (wl-summary-sync-marks): Don't call
898         elmo-folder-list-messages-with-global-mark.
899         (wl-summary-mark-as-read-internal): Follow the API change.
900         (wl-summary-mark-as-answered-internal): Ditto.
901         (wl-summary-mark-as-important): Cause an error when 'flag folder;
902         Follow the API change.
903         (wl-summary-create-line): Call with number argument.
904         (wl-summary-reply): Follow the API change.
905
906         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
907         function.
908         (wl-highlight-summary-line-string): Call it when
909         wl-use-flag-folder-help-echo is non-nil.
910         (wl-highlight-summary-current-line): Ditto.
911         (elmo-flag-folder-referrer): Added autoload setting.
912
913         * wl-draft.el (wl-draft-kill): Follow the API change.
914
915         * Version number is increased to 2.11.14.
916         
917 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
920
921 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * Version number is increased to 2.11.13.
924
925 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-draft.el (wl-draft-previous-history-element): Fixed
928         unbalanced parenthesis and bind unbound local variables.
929
930 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
931
932         * wl-draft.el (wl-draft-previous-history-element): New function.
933         (wl-draft-next-history-element): Ditto.
934         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
935         them to M-p and M-n.
936
937 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * Version number is increased to 2.11.12.
940
941 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-draft.el (wl-draft-hide): Select buffer-window.
944
945 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
946
947         * wl-summary.el (wl-summary-narrow-to-region): New function.
948         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
949         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
950         (wl-summary-save-region): Use it.
951         * wl-action.el (wl-summary-collect-numbers-region)
952         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
953
954 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-folder.el (wl-folder-count-incorporates): Don't use
957         `elmo-msgdb-mark-load'
958
959         * Version number is increased to 2.11.11.
960
961 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
962
963         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
964         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
965
966 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
967
968         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
969
970 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * Version number is increased to 2.11.10.
973
974 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-mime.el (wl-draft-attribute-value): Fixed.
977
978 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-util.el (wl-copy-local-variables): New function.
981
982         * wl-mime.el (wl-draft-attribute-recipients): New function.
983         (wl-draft-attribute-envelope-from): Ditto.
984         (wl-draft-attribute-smtp-posting-server): Ditto.
985         (wl-draft-attribute-smtp-posting-port): Ditto.
986         (wl-draft-attribute-value): Ditto.
987         (wl-draft-preview-message): Use it to get value for
988         attributes. Reflect result of `wl-draft-config'.
989
990         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
991         and call `wl-summary-mark-as-read' before to call
992         `wl-summary-unset-mark'.
993         (wl-summary-target-mark-mark-as-unread): Likewise.
994         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
995
996 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-mime.el (wl-draft-preview-message): Use actual value for
999         attributes; Fix for small window.
1000
1001 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-refile.el (wl-refile-get-field-value): Call
1004         `elmo-message-entity-field' with 3rd argument is non-nil.
1005
1006 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1007
1008         * wl-vars.el (wl-draft-preview-attributes): New user option.
1009         (wl-draft-preview-attributes-list): Ditto.
1010         (wl-draft-preview-attributes-buffer-lines): Ditto.
1011         (wl-draft-preview-attributes-buffer-name): Ditto.
1012
1013         * wl-mime.el (wl-draft-preview-message): Display attributes.
1014
1015 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-summary.el (wl-summary-detect-mark-position): Bind
1018         wl-summary-flag-priority-list to '(new).
1019
1020 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1023         funtion.
1024         (wl-highlight-summary-line-string): Use it.
1025         (wl-highlight-summary-current-line): Ditto.
1026
1027 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1028
1029         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1030         line even when the mark string is not changed.
1031
1032         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1033         argument change in the wl-summary-create-line.
1034         (wl-thread-insert-entity-sub): Ditto.
1035
1036         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1037         argument change in the wl-summary-create-line.
1038         (wl-summary-insert-sequential): Ditto.
1039         (wl-summary-update-thread): Ditto.
1040         (wl-summary-persistent-mark-string): New inline function.
1041         (wl-summary-message-mark): Use it.
1042         (wl-summary-create-line): Abolish argument wl-persistent-mark
1043         and added wl-flags, wl-cached.
1044
1045         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1046         mark to flags.
1047         (wl-highlight-summary-current-line): Decide the face not by the 
1048         persistent mark but flags.
1049
1050 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1053         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1054         wl-summary-read-uncached-mark): Revive.
1055         (wl-summary-answered-cached-mark,
1056         wl-summary-answered-uncached-mark): New user option.
1057         (wl-summary-score-marks): Follow the change above.
1058         (wl-summary-auto-refile-skip-marks): Ditto.
1059         (wl-summary-incorporate-marks): Ditto.
1060         (wl-summary-expire-reserve-marks): Ditto.
1061         (wl-summary-flag-priority-list): New user option.
1062
1063         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1064         changes.
1065         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1066         of elmo-message-mark.
1067         (wl-summary-mark-as-read-internal): Ditto.
1068         (wl-summary-mark-as-answered): Ditto.
1069         (wl-summary-mark-as-important): Ditto.
1070         (wl-summary-redisplay-internal): Ditto.
1071         (wl-summary-redisplay-no-mime-internal): Ditto.
1072         (wl-summary-message-mark): New function.
1073         (wl-summary-insert-sequential): Use wl-summary-message-mark
1074         instead of elmo-message-mark.
1075         (wl-summary-update-thread): Ditto.
1076         (wl-summary-persistent-mark): Ditto.
1077         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1078         instead of elmo-message-mark.
1079
1080         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1081         wl-summary-message-mark instead of elmo-message-mark.
1082         (wl-thread-insert-entity-sub): Ditto.
1083         (wl-thread-get-children-msgs-uncached): Ditto.
1084
1085         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1086         variable name changes.
1087         (wl-highlight-summary-current-line): Ditto.
1088
1089         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1090         wl-summary-message-mark instead of elmo-message-mark.
1091
1092         * wl-expire.el (wl-expire-message-p): Ditto.
1093
1094         * wl-score.el (wl-score-headers): Ditto.
1095
1096         * Version number is increased to 2.11.9.
1097
1098         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1099         (wl-summary-sync-update): Follow the change above.
1100         (wl-summary-switch-to-clone-buffer): Ditto.
1101         (wl-summary-open-folder): Ditto.
1102
1103 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1106         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1107
1108         * Version number is increased to 2.11.8.
1109
1110         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1111
1112         * wl-expire.el (wl-expire-refile): Follow the API change on
1113         `elmo-folder-move-messages'.
1114         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1115
1116         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1117         (wl-summary-exec-action-refile): Ditto.
1118         (wl-summary-exec-action-copy): Ditto.
1119         (wl-summary-no-auto-refile-message-p): No use
1120         `wl-summary-buffer-msgdb'.
1121         (wl-summary-auto-refile): Ditto.
1122
1123 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1126
1127 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl-summary.el (wl-summary-sync): Treat no-sync.
1130
1131         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1132         (wl-default-sync-range): Ditto.
1133
1134 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-refile.el (wl-refile-subject-learn): Call
1137         `elmo-message-entity-field' with 3rd argument is non-nil.
1138         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1139         instead of `elmo-msgdb-overview-entity-get-subject'.
1140
1141 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1142
1143         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1144         scan-type is rescan.
1145         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1146         new optional argument force is non-nil.
1147         (wl-summary-save-view-cache): Call it with force argument non-nil.
1148
1149         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1150
1151 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-action.el (wl-summary-print-argument): Fixed last change.
1154
1155 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1158         simplified.
1159         (wl-summary-target-mark-mark-as-unread): Likewise.
1160         (wl-summary-target-mark-mark-as-important): Likewise.
1161
1162 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1163
1164         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1165         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1166         (wl-summary-mark-as-important-region): Change accordingly.
1167         (wl-summary-target-mark-mark-as-important): Ditto.
1168
1169 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1170
1171         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1172
1173         * wl-action.el (wl-summary-print-argument): Print argument to
1174         right side of window if `wl-summary-print-argument-within-window'
1175         is non-nil.
1176
1177 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1178
1179         * wl-action.el (wl-summary-set-mark): Use
1180         `wl-summary-message-visible-p' to check visibility of the message
1181         and jump to message only when the message line is visible and have
1182         different number; Call wl-summary-unset-mark with number argument.
1183         (wl-summary-unset-mark): 
1184         Use `wl-summary-message-visible-p'
1185         to check visibility of the message and jump to message only when
1186         the message line is visible and have different number;
1187
1188 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1189
1190         * Version number is increased to 2.11.7.
1191
1192         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1193         and wl-folder-summary-line-format.
1194
1195         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1196         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1197         (wl-summary-set-score-mark): Use it.
1198         (wl-summary-target-mark-mark-as-read): Ditto.
1199         (wl-summary-target-mark-mark-as-unread): Ditto.
1200         (wl-summary-target-mark-mark-as-important): Ditto.
1201         (wl-summary-target-mark-msgs): Simplified.
1202         (wl-summary-detect-mark-position): Fixed problem when
1203         summary-line-format no contain persisten/temp mark spec.
1204         (wl-summary-temp-mark): Ditto.
1205         (wl-summary-persistent-mark): Ditto.
1206         (wl-summary-update-persistent-mark): Ditto.
1207
1208         * wl-action.el (wl-summary-set-mark): Ditto.
1209         (wl-summary-unset-mark): Ditto.
1210         All other related portions are changed.
1211
1212 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1213
1214         * Version number is increased to 2.11.6.
1215
1216 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1217
1218         * wl-util.el (wl-current-message-buffer): Define as function;
1219         Don't use the value of wl-messge-buffer.
1220
1221         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1222         persistent mark.
1223
1224         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1225         no current message, cause an error.
1226
1227 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-summary.el (wl-summary-set-message-modified): Use
1230         elmo-folder-set-message-modified instead of
1231         elmo-folder-set-message-modified-internal.
1232
1233 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1234
1235         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1236         interactively.
1237         (wl-summary-sync): nokill->entirely.
1238         (wl-summary-sync-marks): Fixed message.
1239         (wl-summary-input-range): Added mark, nokill->entirely.
1240
1241         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1242         messages as read.
1243
1244 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1245
1246         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1247         update-noscore.
1248         (wl-summary-sync): Follow the change above.
1249
1250 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-action.el (wl-summary-target-mark-all): Use
1253         elmo-folder-list-messages.
1254
1255 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1256
1257         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1258         (wl-summary-rescan): Set wl-summary-scored as nil.
1259         (wl-summary-sync-force-update): Follow the change above.
1260         (wl-summary-sync): Ditto.
1261         (wl-summary-sync-update): Added argument disable-killed.
1262         (wl-summary-insert-headers): Set visible-only argument for
1263         elmo-folder-list-messages.
1264         (wl-summary-input-range): Added update-nokill, update-noscore,
1265         all-nokill, all-noscore and mark.
1266
1267         * Version number is increased to 2.11.5.
1268
1269         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1270
1271 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1272
1273         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1274         (wl-summary-prefetch-region-no-mark): Change accordingly.
1275         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1276
1277 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1278
1279         * wl-address.el (wl-complete-field-to): Abolished.
1280         (wl-complete-address): Completion function for completing-read.
1281         * wl-action.el (wl-summary-get-resend-address): Use it.
1282
1283         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1284         wl-summary-update-mark and abolish unused argument.
1285         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1286         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1287         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1288         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1289         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1290         * wl-draft.el (wl-draft-kill): Ditto.
1291
1292         * wl-summary.el: Remove unused binding of case-fold-search.
1293         (wl-summary-replace-status-marks): Abolished.
1294
1295 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1296
1297         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1298         is specified or folder length is zero.
1299
1300 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1301
1302         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1303         (wl-folder-archive-current-entity): Ditto.
1304
1305 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1306
1307         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1308         retrieving message mark.
1309         (wl-summary-redisplay-internal): Ditto.
1310
1311         * wl-message.el (wl-message-buffer-display): Ignore errors while
1312         retrieving message-id field.
1313
1314         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1315         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1316         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1317         order of the arguments for `wl-expire-message-p'.
1318         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1319
1320         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1321         Check return value of wl-summary-reply.
1322         (wl-summary-reply): Recover window configuration when an error occured.
1323
1324 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-summary.el (wl-summary-resend-message): Abolished, the
1327         feature is inherited by wl-summary-resend (put resend mark).
1328
1329 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1332         wl-message-buffer to nil when the message is hide.
1333
1334 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1335
1336         * .cvsignore: New file.
1337
1338 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1339
1340         * wl-action.el (wl-summary-action-docstring): Add more info.
1341         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1342         duplicate definition.
1343         (wl-summary-define-mark-action): Functions wl-summary-*-region
1344         keep current position.
1345         (wl-summary-unregister-target-mark): Store result to the variable.
1346
1347 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1348
1349         * Version number is increased to 2.11.4.
1350
1351 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1354         wl-summary-delete-all-temp-marks.
1355         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1356
1357         * wl-action.el (wl-summary-set-mark): Changed terminology
1358         refile-destination -> action-argument.
1359         (wl-summary-unset-mark): Ditto.
1360         (wl-summary-remove-argument): Ditto.
1361         (wl-summary-print-argument): Ditto.
1362
1363         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1364         (wl-thread-remove-argument-region): Ditto.
1365         (wl-thread-print-argument-region): Ditto.
1366         (wl-thread-close): Ditto.
1367         (wl-thread-open): Ditto.
1368
1369         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1370         (wl-highlight-refile-destination-face is abolished)
1371         (wl-highlight-action-argument-string): Ditto.
1372         (wl-highlight-summary-current-line): Highlight action argument.
1373
1374         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1375         color for light backgrounds.
1376         (wl-highlight-summary-answered-face): Ditto.
1377
1378 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1381
1382         * wl-score.el (wl-summary-score-update-all-lines): Use
1383         wl-summary-set-mark.
1384         (wl-summary-score-update-all-lines): Kill expunged messages.
1385
1386         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1387
1388 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1389
1390         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1391         directly.
1392         (wl-score-overview-entity-get-lines): Ditto.
1393         (wl-score-overview-entity-get-xref): Ditto.
1394         (wl-score-get-latest-msgs): Ditto.
1395         (wl-summary-rescore): Ditto.
1396
1397         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1398         to "&".
1399         (wl-summary-mark-as-answered-internal): New inline function.
1400         (wl-summary-mark-as-answered): New function.
1401         (wl-summary-mark-as-unanswered): Ditto.
1402         (wl-summary-sync-marks): Modified for answered-mark synching.
1403
1404 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1405
1406         * wl-action.el (wl-summary-set-mark): Fixed last change.
1407
1408 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1409
1410         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1411         behavior of wl-summary-unread-message-hook
1412         (Pointed out by akira yamada <akira@arika.org>).
1413
1414 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1417         wl-summary-delete.
1418         * wl-xmas.el (wl-summary-toolbar): Ditto.
1419
1420         * wl-action.el (wl-summary-set-mark): Don't override current
1421         temp-mark.
1422
1423         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1424
1425 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1428         (wl-refile-msgid-learn): Ditto.
1429         (wl-refile-get-field-value): Ditto.
1430
1431         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1432
1433         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1434         (wl-expire-delete-reserved-messages): Renamed from
1435         wl-expire-reserve-marked-msgs-from-list.
1436         (wl-expire-delete): Removed argument `msgdb'.
1437         (wl-expire-refile): Ditto.
1438         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1439         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1440         mark-alist as argument.
1441         (wl-expire-archive-number1): Removed argument `msgdb'.
1442         (wl-expire-archive-number2): Ditto.
1443         (wl-expire-archive-date): Ditto.
1444         (wl-expire-localdir-date): Ditto.
1445         (wl-expire-hide): Ditto.
1446         (wl-archive-number1): Ditto.
1447         (wl-archive-number2): Ditto.
1448         (wl-archive-date): Ditto.
1449         (wl-archive-folder): Ditto.
1450         All other related portions are changed.
1451
1452 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1455         mean move up and down. (suggested by Takashi Kawachi)
1456
1457 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * wl-acap.el (toplevel): Don't require un-define.
1460
1461 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1462
1463         * wl-thread.el (wl-thread-delete-message): Always update
1464         wl-summary-buffer-number-list.
1465
1466         * wl-action.el (wl-summary-print-destination): 
1467         Do nothing when folder is nil.
1468
1469 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1472         persistent mark when prefetch is succeeded.
1473
1474 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1475
1476         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1477         instead of elmo-msgdb-delete-msgs.
1478         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1479         (wl-expire-hide): Ditto.
1480
1481         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1482
1483         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1484         elmo-msgdb interface.
1485         (wl-thread-get-exist-children): Likewise.
1486         (wl-thread-insert-message): Likewise.
1487         (wl-thread-msg-mark-as-important): Likewise.
1488         (wl-thread-insert-entity-sub): Likewise.
1489         (wl-thread-get-children-msgs-uncached): Likewise.
1490
1491         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1492         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1493         (wl-summary-sync-update): Likewise.
1494         (wl-summary-auto-select-msg-p): Likewise.
1495         (wl-summary-update-thread): Likewise.
1496         (wl-summary-mark-as-important): Likewise.
1497         (wl-summary-jump-to-msg-internal): Likewise.
1498         (wl-summary-redisplay-internal): Likewise.
1499         (wl-summary-print-message-with-ps-print): Likewise.
1500         (wl-summary-folder-info-update): Likewise.
1501
1502         * wl-folder.el (wl-folder-check-one-entity):
1503         elmo-folder-count-flags instead of wl-summary-count-unread.
1504
1505         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1506
1507         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1508
1509         * wl-summary.el (wl-summary-set-message-modified): 
1510         Call wl-summary-set-mark-modified.
1511         (wl-summary-delete-messages-on-buffer): Call
1512         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1513         (wl-summary-sync-update): Call elmo-folder-length instead of
1514         elmo-folder-messages.
1515         (wl-summary-insert-headers): Don't call
1516         elmo-folder-list-message-entities.
1517
1518 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1519
1520         * wl-action.el (wl-summary-define-mark-action): Call
1521         `wl-summary-set-mark' with argument `data'.
1522         (wl-summary-auto-refile): Fixed order of arguments when call
1523         `wl-summary-refile'.
1524
1525 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1526
1527         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1528
1529         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1530
1531         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1532         (Renamed from wl-highlight-summary-deleted-face).
1533         (wl-highlight-summary-resend-face): New face.
1534
1535         (wl-highlight-summary-deleted-face): Renamed from
1536         wl-highlight-summary-erased-face.
1537
1538         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1539
1540         * wl-action.el (wl-summary-get-resend-address): New function.
1541         (wl-summary-exec-action-resend): Ditto.
1542         (wl-summary-exec-action-resend-subr): Ditto.
1543
1544         * w-thread.el (wl-thread-copy): Removed definition.
1545         (wl-thread-refile): Ditto.
1546         (wl-thread-delete): Ditto.
1547         (wl-thread-target-mark): Ditto.
1548
1549         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1550         (wl-summary-target-mark-set-action): Fixed.
1551         (wl-summary-define-mark-action): Fixed quotation.
1552         (wl-summary-move-mark-list-messages): Display message.
1553         (wl-summary-define-mark-action): Define thread functions.
1554         (wl-summary-exec-action-refile): Changed message.
1555         (wl-summary-exec): Ditto.
1556
1557 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1558         
1559         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1560         '%%'.
1561
1562 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1563
1564         * wl.el (toplevel): Require wl-action.
1565         (wl-init): Call wl-summary-define-mark-action.
1566
1567         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1568
1569         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1570         wl-summary-delete and wl-summary-erase.
1571         (wl-summary-mode-map): Ditto.
1572
1573         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1574         wl-delete-folder-alist.
1575
1576         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1577         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1578         (toplevel): Moved mark & action related functions to the wl-action.el.
1579
1580         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1581         in wl-summary-mark-action-list.
1582         (wl-highlight-summary-current-line): Ditto.
1583
1584         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1585         empty lines.
1586
1587         * wl-action.el: New file. 
1588
1589 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1590
1591         * wl-summary.el (wl-summary-target-mark-replace): New function.
1592         (wl-summary-target-mark-prefetch): Use it.
1593         (wl-summary-target-mark-delete): Ditto.
1594         (toplevel): Rearranged definition order.
1595         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1596         (wl-summary-target-mark-erase): Rewrite.
1597         (wl-summary-erase-region): New function.
1598         (wl-summary-exec-action-erase): Changed message.
1599         (wl-summary-move-mark-list-messages): New function.
1600         (wl-summary-exec-action-delete): Use it.
1601         (wl-summary-exec-action-erase): Ditto.
1602
1603         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1604         (wl-summary-skip-mark-list): Added "d".
1605
1606         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1607         while searching.
1608
1609         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1610         and define using defcustom;
1611         Define 4th element as a face.
1612         
1613         * wl-summary.el (wl-summary-incorporate): Use 
1614         `wl-summary-prefetch-region-no-mark' instead of
1615         `wl-summary-prefetch-region'.
1616         (wl-summary-prefetch-region-no-mark): Revival of old
1617         `wl-summary-prefetch-region'.
1618         (wl-summary-mark-action-list): Moved to wl-vars.el
1619
1620         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1621         face according to the `wl-summary-mark-action-list'.
1622         (wl-highlight-summary-current-line): Ditto;
1623         Removed destination highlighting.
1624
1625         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1626         (wl-highlight-summary-line-string): Highlight for "i" mark.
1627         (wl-highlight-summary-current-line): Ditto.
1628
1629         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1630         no destination.
1631
1632         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1633         exists, just go ahead.
1634         (wl-summary-prefetch-region): Rewrite.
1635         (wl-summary-prefetch): Ditto.
1636         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1637         (wl-summary-exec-action-prefetch): New function.
1638         (wl-summary-target-mark-prefetch): Rewrite.
1639
1640 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1641
1642         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1643         (wl-highlight-summary-line-string): Added "d" and "D".
1644         (wl-highlight-summary-current-line): Ditto.
1645
1646         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1647         in wl-summary.el.
1648         (wl-thread-insert-entity-sub): Ditto.
1649         (wl-thread-remove-destination-region): Ditto.
1650         (wl-thread-print-destination-region): Ditto.
1651
1652         * wl-summary.el (wl-summary-buffer-refile-list,
1653         wl-summary-buffer-delete-list,
1654         wl-summary-buffer-copy-list): Abolish.
1655         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1656         All other related portions are changed.
1657         (wl-summary-mark-action-list): New variable.
1658         (wl-summary-set-mark): New function.
1659         (wl-summary-register-target-mark): Ditto.
1660         (wl-summary-unregister-target-mark): Ditto.
1661         (wl-summary-have-target-mark-p): Ditto.
1662         (wl-summary-register-temp-mark): Ditto.
1663         (wl-summary-unregister-temp-mark): Ditto.
1664         (wl-summary-registered-temp-mark): Ditto.
1665         (wl-summary-collect-temp-mark): Ditto.
1666         (wl-summary-unset-mark): Ditto.
1667         (wl-summary-set-target-mark): Ditto.
1668         (wl-summary-unset-target-mark): Ditto.
1669         (wl-summary-set-action-generic): Ditto.
1670         (wl-summary-unset-action-generic): Ditto.
1671         (wl-summary-exec-action-delete): Ditto.
1672         (wl-summary-exec-action-erase): Ditto.
1673         (wl-summary-set-action-refile): Ditto.
1674         (wl-summary-set-action-refile-subr): Ditto.
1675         (wl-summary-unset-action-refile): Ditto.
1676         (wl-summary-make-destination-numbers-list): Ditto.
1677         (wl-summary-exec-action-refile): Ditto.
1678         (wl-summary-set-action-copy): Ditto.
1679         (wl-summary-unset-action-copy): Ditto.
1680         (wl-summary-exec-action-copy): Ditto.
1681         (wl-summary-collect-numbers-region): Ditto.
1682         (wl-summary-delete): Rewrite.
1683         (wl-summary-erase): Ditto.
1684         (wl-summary-remove-destination): Ditto.
1685         (wl-summary-exec): Ditto.
1686         (wl-summary-exec-region): Ditto.
1687         (wl-summary-target-mark-erase): Ditto.
1688         (wl-summary-refile): Ditto.
1689         (wl-summary-copy): Ditto.
1690         (wl-summary-unmark): Ditto.
1691         (wl-summary-delete-all-mark): Ditto.
1692         (wl-summary-mark-line): Don't highlight.
1693         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1694         (wl-summary-target-mark-refile-subr): Rewrite.
1695
1696         (wl-summary-copy-prev-destination): Abolish.
1697
1698 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1701         default values along the value of wl-on-mule.
1702         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1703         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1704         It is not used anywhere.
1705
1706 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1707
1708         * wl-summary.el (wl-summary-print-destination): Keep position.
1709         (wl-summary-cursor-move-surface): Keep horizontal position.
1710
1711 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1714         write sendlog.
1715
1716 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717
1718         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1719         `wl-summary-highlight'.
1720
1721 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1724         trivial condition for temp-mark.
1725
1726 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1727
1728         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1729         when it hits killed buffer.
1730
1731 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1732
1733         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1734         * wl-news.el.in: `message' and `error' take format string.
1735
1736 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1737
1738         * wl-folder (wl-folder-insert-entity): Display a message,
1739         `...done', when the work finish.
1740         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1741
1742 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1743
1744         * wl-message.el (wl-message-redisplay): Remove unused local
1745         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1746
1747 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1748
1749         * wl-summary.el (wl-summary-replace-status-marks): Disable
1750         interactive use.
1751         (wl-summary-reedit): Check message existence at first.
1752         (wl-summary-mark-line): Fix doc, return value is indefinite.
1753
1754         * wl-highlight.el (wl-highlight-message): Arranged.
1755
1756         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1757         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1758         check temp-mark by wl-summary-temp-mark always.
1759         (wl-highlight-summary): Change accordingly.
1760         * wl-summary.el (wl-summary-mark-as-read-all)
1761         (wl-summary-delete-cache, wl-summary-set-score-mark)
1762         (wl-summary-mark-as-unread, wl-summary-unmark)
1763         (wl-summary-mark-line, wl-summary-mark-as-read)
1764         (wl-summary-mark-as-important): Ditto.
1765
1766         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1767         end of the window if possible.
1768         * wl-summary.el (wl-summary-sync-update): Support lazy
1769         highlighting.
1770         (wl-summary-toggle-disp-msg): Ditto.
1771
1772 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1773
1774         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1775
1776 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1779         change.
1780
1781 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1782
1783         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1784         API.
1785         (wl-summary-sync-update): Ditto.
1786
1787         * wl-score.el (wl-score-get-score-alist): Changed argument.
1788         (wl-summary-rescore-msgs): Likewise.
1789         (wl-summary-score-headers): Likewise.
1790         (wl-score-headers): Likewise;
1791         Use elmo-folder-do-each-message-entity, etc.
1792         (wl-summary-score-effect): Follow the changes above.
1793         (wl-summary-rescore): Ditto.
1794         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1795         (wl-score-get-overview): Abolish.
1796
1797         * wl-summary.el (wl-summary-default-from): Follow the API change in
1798         elmo-msgdb.
1799         (wl-summary-count-unread): Ditto.
1800         (wl-summary-detect-mark-position): Ditto.
1801         (wl-summary-overview-entity-compare-by-date): Ditto.
1802         (wl-summary-overview-entity-compare-by-number): Ditto.
1803         (wl-summary-overview-entity-compare-by-from): Ditto.
1804         (wl-summary-overview-entity-compare-by-subject): Ditto.
1805         (wl-summary-get-list-info): Ditto.
1806         (wl-summary-rescan): Ditto.
1807         (wl-summary-jump-to-msg-by-message-id): Ditto.
1808         (wl-summary-sync-update): Ditto; Removed comment.
1809         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1810         (wl-summary-insert-message): Use wl-summary-insert
1811         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1812         (wl-summary-insert-headers): Changed argument overview to folder.
1813         (wl-summary-search-by-subject): Likewise.
1814         (wl-summary-insert-thread): Renamed from 
1815         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1816
1817         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1818         too.
1819
1820         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1821         wl-string-member.
1822
1823 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1824
1825         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1826         elmo-folder-append-buffer.
1827         (wl-draft-queue-append): Likewise.
1828
1829         * wl-mime.el (wl-message-delete-current-part): Ditto.
1830         (wl-summary-burst-subr): Ditto.
1831
1832         * wl-news.el.in (wl-news-send-news): Ditto.
1833
1834 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1835
1836         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1837         function.
1838         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1839         (wl-summary-update-mark): Enclose with save-excursion.
1840         (wl-summary-mark-as-read-internal): Fixed last change.
1841         (wl-summary-mark-as-important): Use 3rd argument of
1842         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1843         Don't use elmo-msgdb-set-mark.
1844         (wl-summary-redisplay-internal): If msgdb flag is already read,
1845         just update the mark on buffer.
1846
1847 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1848
1849         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1850         cut visible folder when elmo-folder-delete returns non-nil value.
1851
1852 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1853
1854         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1855         by Kenichi OKADA <okada@opaopa.org>).
1856
1857 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1858
1859         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1860
1861 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1862
1863         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1864         Fixed the last change, search group entity by its real name.
1865         (Thanks to: KOBAYASHI Shinji)
1866
1867 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1868
1869         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1870         (wl-fldmgr-access-display-all): Don't refer visible name.
1871         * wl-expire.el (wl-folder-archive-current-entity)
1872         (wl-folder-expire-current-entity): Ditto.
1873         * wl-folder.el (wl-folder-jump-to-current-entity)
1874         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1875         (wl-folder-open-folder-sub,wl-folder-open-all)
1876         (wl-folder-write-current-folder): Ditto.
1877         (wl-folder-insert-entity): Don't use petname for normal group.
1878         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1879         is the real name.
1880         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1881         Abolished.
1882
1883 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1884
1885         * wl-draft.el (wl-draft-create-buffer): Add
1886         `wl-summary-reply-with-citation'
1887
1888 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1889
1890         * wl-draft.el (wl-draft-reply): Fixed.
1891
1892 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1893
1894         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1895         when `wl-draft-send-confirm-with-preview' is non-nil.
1896         You can scroll up/down by j/k.
1897         (wl-draft-send-confirm-with-preview): New variable (default=t).
1898
1899 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1900
1901         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1902         (wl-fldmgr-save-folders): Fix comment.
1903
1904 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1905
1906         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1907         along the last change in `wl-folder-buffer-group-p'.
1908
1909 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1910
1911         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1912         folder.
1913
1914         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1915         the default value.
1916
1917         * wl-mime.el (wl-summary-burst): Update summary only when target
1918         folder equals current folder.
1919
1920 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1921
1922         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1923
1924 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1925
1926         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1927         value.
1928
1929 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1932         `map-extents' instead of `extent-at' repeatedly.
1933         (wl-highlight-folder-current-line): Ditto.
1934
1935         * wl-highlight.el: Remove useless dummy functions.
1936
1937 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1938
1939         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1940         (wl-folder-put-folder-property): New function to put text property.
1941         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1942         (wl-folder-insert-entity, wl-folder-update-diff-line)
1943         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1944         * wl-e21.el, wl-xmas.el, wl-mule.el
1945         (wl-highlight-folder-current-line): Ditto.
1946         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1947         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1948         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1949         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1950
1951 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1952
1953         * Version number is increased to 2.11.3.
1954
1955 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1956
1957         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1958         Resume current-buffer since it is assumed by remaining tasks.
1959
1960 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1961
1962         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1963         (wl-folder-completion-function): Abolished.
1964         (wl-folder-complete-folder): New function.
1965         (wl-folder-complete-filter-condition): Ditto.
1966         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1967         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1968
1969 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1970
1971         * wl-draft.el (wl-draft-send-confirm): New function.
1972         (wl-draft-send): Use it.
1973
1974         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1975         cursor-in-echo-area while confirming.
1976
1977         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1978
1979         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1980         searching via nntp if wl-summary-search-via-nntp is 'force.
1981         Otherwise, invoke searching in nntp folder only.
1982         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1983
1984         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1985         explicitly for mime-make-text-tag.
1986
1987 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1988
1989         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1990         `mime-make-text-tag' instead of `mime-create-tag'.
1991
1992 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1993
1994         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1995         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1996
1997 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1998
1999         * wl-score.el (wl-score-save): Bind print-length and print-level.
2000         (wl-score-pretty-print): Ditto.
2001         (wl-score-edit-insert-header-entry): Ditto.
2002
2003         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2004         "From" entry to be treated with wl-draft-eword-encode-address-list.
2005         * wl-mime.el (wl-draft-preview-message): Ditto.
2006
2007         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2008         (wl-summary-mark-as-unread): Ditto.
2009         (wl-summary-mark-as-read-region): Change accordingly.
2010         (wl-summary-mark-as-unread-region): Ditto.
2011         (wl-summary-target-mark-mark-as-read): Ditto.
2012         (wl-summary-target-mark-mark-as-unread): Ditto.
2013
2014 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2015
2016         * Version number is increased to 2.11.2.
2017
2018 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2019
2020         * wl-news.el.in (wl-news-previous-version-save): Bind
2021         print-length and print-level.
2022         * wl-thread.el (wl-thread-save-entities): Ditto.
2023         (wl-thread-save-top-list): Bind print-length.
2024
2025 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2026
2027         * wl-highlight.el (wl-highlight-summary-line-string): Use
2028         wl-summary-score-below-mark, wl-summary-score-over-mark.
2029         (wl-highlight-summary-current-line): Ditto.
2030
2031 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2032
2033         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2034         insert it.
2035
2036 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2037
2038         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2039
2040 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2041
2042         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2043         message without msgid.
2044         Rewrite with elmo-folder-move-messages.
2045         Set wl-message-buffer to nil.
2046
2047         * wl-summary.el (wl-summary-erase-subr): New function. Use
2048         elmo-folder-move-messages.
2049         (wl-summary-erase): Call it.
2050         (wl-summary-target-mark-erase): Ditto.
2051
2052 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2053
2054         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2055         it is not up-tp-date.
2056
2057 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2058
2059         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2060         buffer after calling `wl-summary-goto-folder-subr' without the
2061         argument `interactive'.
2062         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2063
2064 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2065
2066         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2067         `mime-create-tag'. Use `string=' instead of `looking-at'.
2068
2069 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2070
2071         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2072         to avoid compile warning.
2073
2074         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2075         entity-id when folder is given.
2076         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2077         save-excursion, use save-selected-window instead.
2078         Select folder buffer window if exists.
2079         (To correct behavior with wl-folder-move-cur-folder.)
2080
2081 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2082
2083         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2084
2085 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2086
2087         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2088         list-count instead of %d.
2089
2090 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2091
2092         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2093         (wl-news): Set it.
2094         (wl-news-append-to-folder): Use it.
2095
2096         * wl-news.el.in (wl-news-send-news): Append to specified folder
2097         instead of wl-default-folder.
2098         (wl-news-append-to-folder): Show error message with specified folder.
2099
2100         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2101                 In most major modes, Emacs assumes that any opening
2102                 delimiter found at the left margin is the start of a
2103                 top-level definition, or defun. Therefore, *never put an
2104                 opening delimiter at the left margin unless it should have
2105                 that significance.*
2106
2107         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2108
2109 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2110
2111         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2112
2113 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2114
2115         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2116
2117 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2118
2119         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2120         for sequential numbering case.
2121
2122 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2123
2124         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2125         value.
2126         (wl-draft-reply-without-argument-list): Ditto.
2127         (wl-draft-reply-myself-with-argument-list): Abolish.
2128         (wl-draft-reply-myself-without-argument-list): Ditto.
2129         * wl-draft.el (wl-draft-self-reply-p): New function.
2130         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2131
2132 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2133
2134         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2135         (avoid error for the case without byte-compiling)
2136
2137 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2138
2139         * wl-news.el.in (wl-news-append-to-folder): New function.
2140         (wl-news-exit): Rewrite.
2141         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2142
2143 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2144
2145         * wl-draft.el (wl-draft-reply-position): New function.
2146         (wl-draft-reply-position): Fix.
2147         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2148         (wl-summary-target-mark-reply-with-citation): Ditto.
2149         (wl-summary-reply-with-citation): Ditto.
2150         * wl-vars.el (wl-draft-reply-default-position): New variable.
2151
2152 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2153
2154         * wl-draft.el (wl-draft-send): Preview when interactive send.
2155
2156 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2157
2158         * wl-draft.el (wl-draft-reply): Set default position.
2159         * wl-summary.el (wl-summary-reply): Ditto.
2160         (wl-summary-reply-with-citation): Ditto.
2161         (wl-summary-target-mark-reply-with-citation): Ditto.
2162
2163 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2164
2165         * wl-news.el.in (wl-news-lang): Set default value according to
2166         current-language-environment.
2167         (wl-news-append-news): Do nothing when news-list is nil.
2168
2169 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2170
2171         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2172         (wl-news): Change message.
2173         (wl-news-exit): Check buffer.
2174         (wl-news-force-exit): New function.
2175         (wl-news-show-all): New function.
2176         (wl-news-discard-and-exit): Fix.
2177
2178 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2179
2180         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2181         according to current-language-environment.
2182
2183         * wl-news.el.in (wl-news): If arg, show all NEWS after
2184         wl-news-default-previous-version.
2185
2186 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2187
2188         * wl-news.el.in (wl-news-check): Rewritten.
2189         (wl-news-previous-version-load): Change data type.
2190         (wl-news-previous-version-save): Change data type.
2191         (wl-news-append-news): Add return value.
2192         (wl-news-check-news): New function.
2193         (wl-news-already-current-p): New function.
2194         (wl-news-send-news): Rewritten.
2195         (wl-news-mode-map): Add new keybind.
2196         (wl-news): Rewritten.
2197         (wl-news-exit): Rewritten.
2198         (wl-news-discard-and-mail): New function.
2199         (wl-news-send-to-address): Abolished.
2200         * wl.el (wl-init): Delete a message.
2201
2202 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2203
2204         * wl-news.el.in (wl-news-exit): Update previous version.
2205         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2206
2207 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2208
2209         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2210
2211 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2212
2213         * wl-news.el.in (wl-news): New function.
2214         (wl-news-mode): New function.
2215         (wl-news-next-line): New function.
2216         (wl-news-next-page): New function.
2217         (wl-news-exit): New function.
2218         (wl-news-buf-name): New variable.
2219         (wl-news-mode-map): New variable.
2220         (wl-news-winconf): New variable.
2221         (wl-news-append-news): Add an option.
2222
2223 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2224
2225         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2226
2227 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2228
2229         * wl-news.el.in (wl-news-send-to-address): New variable.
2230         (wl-news-send-news): Use it.
2231         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2232         Return updating status.
2233         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2234
2235 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2236
2237         * wl-news.el.in (wl-news-send-news): Delete
2238         Organization and X-Face.
2239
2240 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2241
2242         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2243         (wl-news-append-news): New function.
2244         (wl-news-send-news): New function.
2245
2246 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2247
2248         * Version number is increased to 2.11.1.
2249
2250 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2251
2252         * wl-news.el.in : New file.
2253
2254 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2255
2256         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2257         default value.
2258         (wl-draft-reply-without-argument-list): Ditto.
2259
2260 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2261
2262         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2263         (wl-message-buffer-prefetch-idle-time): Ditto.
2264         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2265
2266 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-thread.el (wl-thread-insert-message): Use
2269         wl-summary-max-thread-depth.
2270
2271         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2272         loop detection.
2273
2274         * wl-message.el (wl-message-buffer-display): Back to the first page
2275         when cache is hit.
2276
2277 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2278
2279         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2280
2281         * wl-summary.el (wl-summary-insert-thread-entity):
2282         If the thread depth is reached to wl-summary-max-thread-depth,
2283         divide the thread.
2284
2285 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2286
2287         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2288         for elmo-remove-passwd.
2289
2290 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2291
2292         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2293         folder is sticky.
2294         (wl-folder-mark-as-read-all-entity): Ditto.
2295         (wl-folder-prefetch-entity): Ditto.
2296
2297 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2298
2299         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2300
2301 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2302
2303         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2304         Delete messages on buffer for unplugged operation.
2305         (wl-summary-erase): Ditto.
2306
2307 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2308
2309         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2310         take nil so as not to search parent by subject.
2311
2312 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2313
2314         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2315         (wl-folder-get-next-folder): Ditto.
2316         (wl-folder-get-path): Ditto.
2317
2318 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2319
2320         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2321         system and encode the region with it before verifying.
2322
2323 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2324
2325         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2326         system of the echo buffer before decoding.
2327
2328 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2329
2330         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2331         original contents.
2332
2333 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2336         with argument 'any-exists.
2337
2338 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2339
2340         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2341         Use `wl-cs-autoconv'.
2342
2343 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2344
2345         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2346         by `mime-view-automatic-conversion'.
2347
2348         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2349         (wl-message-verify-pgp-nonmime): Ditto.
2350         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2351         Bind them to C-c:d and C-c:v respectively.
2352
2353         Merge following code by Teranishi-san from [wl-en:00167].
2354         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2355         (wl-mime-preview-application/pgp-encrypted): Ditto.
2356         (wl-mime-setup): Add entry.
2357
2358 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2359
2360         * wl-summary.el (wl-summary-target-mark-erase): New function.
2361         Bind it to "mD".
2362
2363 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2364
2365         * wl-vars.el (wl-draft-write-file-function): Fix.
2366         (wl-draft-reedit-hook): Changed default value.
2367
2368         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2369         wl-draft-reedit-hook.
2370         (wl-draft-remove-text-plain-tag): New function.
2371         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2372
2373         * wl-vars.el (wl-draft-write-file-function): New user option.
2374
2375         * wl-draft.el (wl-draft-prepare-edit): Use it for
2376         local-write-file-hooks.
2377         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2378
2379         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2380         (wl-draft-insert-mail-header-separator): Return the body beginning
2381         point.
2382         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2383         text/plain.
2384         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2385
2386 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2387
2388         * wl-summary.el (wl-summary-erase): New function to erase message
2389         without moving it to trash. Bind to "D".
2390
2391         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2392         as `keep' unless switch-function.
2393
2394 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2395
2396         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2397         message buffer by using `wl-summary-toggle-disp-msg'.
2398         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2399         buffer window.
2400         (wl-summary-supresedes-message): Ditto.
2401
2402         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2403         Do not delete other windows.
2404         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2405         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2406         (wl-draft-create-buffer): Set reply-or-forward also for target
2407         mark commands.
2408
2409 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2410
2411         * wl-draft.el (wl-user-agent-compose): Delete special case for
2412         switch-to-buffer-other-window.
2413
2414         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2415         (wl-summary-forward): Ditto.
2416
2417         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2418         function.
2419         (wl-draft-buffer-style): New use option.
2420
2421         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2422         (wl-draft): Follow the change above.
2423         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2424         wl-draft-buffer-style.
2425         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2426         switch-function.
2427
2428 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2429
2430         * wl-draft.el (wl-user-agent-compose): Delete special case for
2431         switch-to-buffer-other-window.
2432
2433         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2434         (wl-summary-forward): Ditto.
2435
2436         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2437         function.
2438         (wl-draft-buffer-style): New use option.
2439
2440         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2441         (wl-draft): Follow the change above.
2442         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2443         wl-draft-buffer-style.
2444         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2445         switch-function.
2446
2447 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2448
2449         * wl-address.el (wl-address-make-completion-entry): Extracted from
2450         `wl-address-make-completion-list'.
2451         (wl-address-enable-strict-loading): New variable.
2452         (wl-address-make-completion-list): Revive petname duplication
2453         inquiry, and enable it if `wl-address-enable-strict-loading'.
2454         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2455
2456 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2457
2458         * wl-message.el (wl-message-get-original-buffer): Avoid
2459         'Selecting deleted buffer' error when original buffer is killed.
2460
2461 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl-summary.el (wl-summary-next-message): Use
2464         elmo-message-accessible-p instead of elmo-message-cached-p.
2465
2466 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2467
2468         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2469
2470         * wl-thread.el (wl-thread-open-all-unread): Use
2471         elmo-folder-list-flagged instead of
2472         elmo-folder-list-messages-mark-match.
2473
2474         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2475         instead of elmo-folder-list-messages-mark-match.
2476         (wl-summary-move-spec-alist): New variable.
2477         (wl-summary-move-spec-plugged-alist,
2478         wl-summary-move-spec-unplugged-alist): Abolish.
2479         (wl-summary-next-message): Follow the change above.
2480         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2481         with 'no-msg' argument.
2482
2483         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2484         variable.
2485         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2486         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2487         (wl-message-buffer-prefetch-get-next): Follow the change above.
2488
2489 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-version.el (wl-version): Changed codename.
2492
2493         * Version number is increased to 2.11.0.
2494
2495 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2498         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2499         `wl-draft-config-variables'.
2500         (wl-draft-kill): Fixed problem when the draft is reedit.
2501
2502 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2503
2504         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2505         buffer-modified status (Thanks to
2506         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2507
2508 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2509
2510         * wl-util.el (wl-region-exists-p): New function.
2511
2512         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2513         Remove defvars for byte-compile warnings.
2514
2515 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2516
2517         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2518         defvar-maybe. Removed unused bind.
2519
2520 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2521
2522         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2523         summary buffer window before creating new frame.
2524         (wl-draft-reply): Ditto.
2525
2526 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2527
2528         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2529
2530 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2531
2532         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2533
2534 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2535
2536         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2537         instead of `kill-region'.
2538
2539 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2542         (wl-highlight-summary-line-string): Use it.
2543         (wl-highlight-summary-current-line): Ditto.
2544
2545         * wl-mime.el (wl-message-delete-current-part): Check the class of
2546         mime-entity.
2547
2548         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2549
2550         * wl-summary.el (wl-summary-make-number-list): Initialize.
2551         (wl-summary-update-mark): New function.
2552         (wl-summary-reply): Put `answered' mark on the message.
2553         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2554
2555         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2556         (wl-draft-reply): Added optional argument `number';
2557         Set wl-draft-parent-number.
2558         (wl-draft-kill): Delete answered mark if it is a reply.
2559
2560 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2561
2562         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2563         that originates in mime-preview-follow-current-entity.
2564         (wl-draft-yank-current-message-entity): Use it if region is active.
2565
2566         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2567         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2568         `wl-message-delete-current-part'.
2569         * wl-mule.el (wl-message-define-keymap): Ditto.
2570         * wl-xmas.el (wl-message-define-keymap): Ditto.
2571
2572 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-mime.el (wl-message-delete-current-part): New function.
2575         (wl-mime-node-id-to-string): Ditto.
2576
2577         * wl-mime.el (wl-message-delete-current-part): Use existing
2578         original buffer which corresponds current mime-view buffer.
2579         (fetched buffer might have different structure, possibly)
2580
2581         * wl-mime.el (wl-message-delete-current-part): Quit if the
2582         message content differs from the actual message.
2583
2584 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2585
2586         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2587         order.
2588         (wl-summary-search-by-subject): Search parent message from tail;
2589         Check the existence of the parent message on the current thread tree.
2590         (wl-summary-update-thread): Check whether the line is inserted.
2591
2592 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2593
2594         * wl-vars.el (wl-summary-line-format): Undo last change.
2595         * wl-summary.el (wl-summary-print-destination): Do not put
2596         invisible property when `wl-summary-width' is nil.
2597         (wl-summary-line-subject-minimum-length): Abolished.
2598         (wl-summary-line-subject): Ditto.
2599
2600 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2601
2602         * wl-vars.el (wl-summary-line-format): Change default value.
2603         (wl-summary-subject-length-limit): Abolished.
2604         * wl-summary.el (wl-summary-line-subject): Ditto.
2605
2606 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-template.el (wl-template-select): Added optional argument.
2609         If optional argument is specified, reverse
2610         `wl-template-visible-select'.
2611
2612 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2613
2614         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2615         Take prefix argument to force asking the destination folder.
2616
2617 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2620         count and update status.
2621
2622 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-summary.el (wl-summary-redisplay-internal): If
2625         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2626         after fetching.
2627
2628 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2629
2630         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2631         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2632
2633         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2634
2635 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2638         (All other related portions are changed).
2639         (wl-summary-mark-as-read-all): Rewrite.
2640
2641 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2642
2643         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2644         `wl-summary-mark-as-read'.
2645         (wl-summary-mark-as-unread): Rewrite.
2646         (wl-summary-mark-as-read): Added no-modeline argument.
2647         (wl-summary-resume-cache-status): Rewrite.
2648         (wl-summary-exec-subr): Remove unused local variable.
2649
2650 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2651
2652         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2653         logic to call `wl-summary-buffer-prev-folder-function'.
2654         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2655
2656 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2657
2658         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2659         is nil.
2660
2661 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2662
2663         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2664         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2665         (wl-mime-setup): Add its entry.
2666
2667 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2670         (wl-summary-delete-cache): Likewise.
2671         (wl-summary-mark-as-read): Rewrite.
2672
2673 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2674
2675         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2676         `wl-summary-count-unread'.
2677
2678         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2679
2680         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2681
2682 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2685         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2686         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2687         Renamed to the elmo-msgdb-*-mark.
2688         (wl-summary-score-marks): Follow the change above.
2689         (wl-summary-auto-refile-skip-marks): Ditto.
2690         (wl-summary-incorporate-marks): Ditto.
2691         (wl-summary-expire-reserve-marks): Ditto.
2692
2693         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2694         changes.
2695         (wl-thread-insert-top): Changed updating message.
2696
2697         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2698         variable.
2699         (wl-summary-count-unread): Count answered marks.
2700         (wl-summary-rescan): Call wl-summary-insert-message instead of
2701         wl-summary-append-message-func-internal.
2702         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2703         (wl-summary-prefetch-msg): Follow the variable name changes.
2704         (wl-summary-prefetch-region): Ditto.
2705         (wl-summary-mark-as-read-all): Follow the API changes;
2706         Don't call elmo-folder-replace-marks.
2707         (wl-summary-delete-cache): Follow the variable name changes.
2708         (wl-summary-resume-cache-status): Ditto.
2709         (wl-summary-update-status-marks): New function.
2710         (wl-summary-insert-message): New function.
2711         (wl-summary-sync-marks): Follow the variable name changes.
2712         (wl-summary-sync-update): Synchronize to the msgdb, too;
2713         Changed update messages.
2714         (wl-summary-make-number-list): Rewrite.
2715         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2716         (wl-summary-mark-as-unread): Follow the API changes.
2717         (wl-summary-exec-subr): Follow the variable name changes.
2718         (wl-summary-mark-as-read): Ditto.
2719         (wl-summary-move-spec-plugged-alist): Ditto.
2720         (wl-summary-move-spec-unplugged-alist): Ditto.
2721         (wl-summary-cursor-move-surface): Ditto.
2722
2723         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2724         variable name changes.
2725         (wl-highlight-summary-current-line): Ditto.
2726
2727         * wl-expire.el (wl-expire-refile): Follow the API change in
2728         elmo-folder-move-messages.
2729         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2730         (wl-summary-archive): Use elmo-folder-msgdb instead of
2731         elmo-msgdb-load.
2732
2733 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2734
2735         * wl-mime.el (wl-draft-preview-message): Restore the position
2736         before evaluating wl-draft-send-hook in preview buffer.
2737
2738 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2739
2740         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2741         when it creates new draft buffer.
2742
2743         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2744         without argument.
2745
2746         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2747         Evaluate content and if the value is string, insert it.
2748         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2749         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2750         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2751         wl-draft-config-sub-part-bottom): Use it.
2752
2753         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2754         with the folder name. The question was unintelligible when it is
2755         called from wl-save-status.
2756
2757 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2758
2759         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2760         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2761         cannot take second argument).
2762
2763 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2764
2765         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2766         as t. Since type and subtype are not case sensitive (RFC 2045).
2767
2768 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2769
2770         * wl-vars.el (wl-message-mode-line-format): New variable.
2771         (wl-message-mode-line-format-spec-alist): Ditto.
2772         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2773         (wl-message-redisplay): Use wl-message-mode-line-format.
2774
2775 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2778
2779 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2780
2781         * wl-summary.el (wl-summary-default-from): Write description.
2782
2783 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * wl-vars.el (wl-ldap-objectclass): Abolish.
2786
2787         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2788         (wl-ldap-make-filter): Removed condition for objectclass.
2789         (wl-ldap-make-matched-value-list): Remove meaningless process.
2790         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2791         (wl-address-ldap-search): Don't add `*' to `pat' string;
2792         use ignore-errors; added `email';
2793         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2794         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2795         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2796
2797
2798 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2799
2800         * wl-draft.el (wl-draft-parent-folder): Write description.
2801         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2802
2803 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2804
2805         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2806         as "" (zero-length string) if no parent.
2807         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2808
2809 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2810
2811         * wl-address.el (wl-address-make-completion-list): Skip duplication
2812         checking.
2813         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2814         `append'.
2815
2816 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2817
2818         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2819         instead of `beginning-of-buffer'.
2820
2821 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2824
2825 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2826
2827         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2828         Refer wl-message-buffer-name.
2829         (wl-message-wheel-down): Ditto.
2830
2831 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-vars.el (wl-message-buffer-name): New user option.
2834
2835         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2836         directly instead of making alist dinamically.
2837
2838         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2839         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2840         wl-message-buffer-cache-name.
2841         (wl-message-buffer-cache-clean-up): Ditto.
2842
2843         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2844
2845         * Version number is increased to 2.9.15.
2846
2847 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-vars.el (wl-summary-default-view-alist): New user option.
2850
2851         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2852
2853         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2854         while deleting address.
2855         (wl-draft-delete-myself-from-cc): Ditto.
2856
2857         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2858         If optional argument is specified, reverse sort order.
2859
2860         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2861
2862 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2863
2864         * wl-thread.el (wl-thread-insert-message): Return parent number if
2865         exists.
2866         (wl-thread-update-indent-string-region): Use
2867         wl-thread-update-line-on-buffer-sub instead of
2868         wl-thread-update-line-on-buffer.
2869
2870 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2871
2872         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2873         (wl-folder-close-all): Ditto.
2874
2875 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2876
2877         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2878         and mailing-list:.
2879         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2880         value.
2881         (wl-summary-line-list-info): Print mailing-list name even when 
2882         list-number is empty.
2883
2884 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2885
2886         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2887
2888         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2889         (wl-draft-open-file): Ditto.
2890         (wl-draft-random-alphabet): Ditto.
2891
2892         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2893         bindings.
2894
2895 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2896
2897         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2898         * wl-vars.el (wl-draft-config-alist): Ditto.
2899
2900 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2901
2902         * Version number is increased to 2.9.14.
2903
2904         * wl.el (wl): Don't set wl-init as nil when error occured while
2905         auto-checking folders.
2906
2907         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2908         `elmo-expand-newtext'.
2909
2910 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2911
2912         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2913         `this-command' so that `wl-folder-goto-folder' contained in
2914         `wl-summary-keep-cursor-command' work.
2915
2916 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2917
2918         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2919         message buffer displaying state.
2920
2921 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2922
2923         * wl-vars.el (wl-summary-default-view): New variable to specify
2924         default value for `wl-summary-buffer-view' instead of using
2925         set-default.
2926         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2927
2928 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2929
2930         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2931
2932         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2933
2934 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2935
2936         * wl-vars.el (wl-forward-subject-prefix): New variable.
2937         * wl-draft.el (wl-draft-forward): Use it.
2938
2939 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2940
2941         * wl-message.el (wl-message-prev-page): When it is called without
2942         lines argument, scroll down by wl-message-scroll-amount lines.
2943         (wl-message-next-page): Ditto.
2944         * wl-vars.el (wl-message-scroll-amount): Change default value
2945         to preserve current behavior.
2946
2947 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl-summary.el (wl-summary-prefetch-msg): Bind
2950         `wl-message-entity' to call `wl-summary-from-function'.
2951
2952 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2953
2954         * wl-message.el (wl-message-buffer-create): Run
2955         wl-message-buffer-created-hook.
2956
2957 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2958
2959         * wl-summary.el (wl-summary-sort-specs): New variable.
2960         (wl-summary-default-sort-spec): Ditto.
2961         (wl-summary-sort): Rewrite.
2962         (wl-summary-sort-by-list-info): New function.
2963
2964 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2965
2966         * wl-summary.el (wl-summary-get-list-info): New function.
2967         (wl-summary-sort): Rewrite.
2968         (wl-summary-line-list-info): Ditto.
2969         (wl-summary-line-list-count): Ditto.
2970         (wl-summary-refile-region): Fixed docstring.
2971
2972 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2975         `wl-folder-entity-hashtb' as completion table.
2976
2977 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2980         only when this command is called interactively; silence the byte-
2981         compiler.
2982
2983 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2984
2985         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2986         active in XEmacs.
2987
2988 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2989
2990         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2991         plural lines.
2992
2993 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2994
2995         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2996         of current line when the cursor is on the header name.
2997         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2998
2999 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3000
3001         * wl-util.el (wl-read-directory-name): Return displayed directory
3002         as the default value also on XEmacs.
3003
3004 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3005
3006         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3007         formatting.
3008
3009 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3012         argument and when it is non-nil, check face property before
3013         highlighting for each line.
3014         (wl-highlight-summary-window): Set it.
3015
3016 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3017
3018         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3019         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3020
3021         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3022         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3023         (wl-draft-get-fcc-list): Likewise.
3024
3025 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3028         (wl-thread-entity-cur): Ditto.
3029         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3030         wl-thread-indent-regexp setting.
3031         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3032
3033         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3034         wl-summary-lazy-highlight.
3035         (wl-summary-display-bottom): Ditto.
3036
3037         * wl-thread.el (wl-thread-open-close): Likewise.
3038
3039         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3040         from and subject;
3041         Bind wl-draft-use-frame;
3042         Enclose with save-window-excursion;
3043         Use wl-draft-create-buffer instead of with-temp-buffer;
3044         Use wl-draft-prepare-edit;
3045         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3046         Use wl-draft-send instead of wl-draft-raw-send.
3047
3048 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3049
3050         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3051         of using wl-from.
3052
3053 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3054
3055         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3056         insert-buffer instead of clone-buffer.
3057         (wl-draft-doing-mime-bcc): New variable.
3058         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3059         infinite loop.
3060         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3061
3062         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3063         (wl-draft-mime-bcc-body): Ditto.
3064
3065         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3066         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3067         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3068         wl-draft-do-mime-bcc.
3069         (wl-draft-mime-bcc-field): New function.
3070         (wl-draft-do-mime-bcc): Ditto.
3071
3072         * wl-address.el (wl-address-complete-header-list): New variable.
3073         (wl-address-complete-header-regexp): Changed default value.
3074
3075         * Version number is increased to 2.9.13.
3076
3077 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3078
3079         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3080         it is differed.
3081
3082 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3085         (wl-summary-line-list-count): Ditto.
3086
3087 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3088
3089         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3090         (wl-nntp-posting-function): New variable.
3091         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3092         `wl-nntp-posting-config-alist'.
3093
3094 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3095
3096         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3097         FLIM.
3098
3099 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3100
3101         * wl-summary.el (wl-summary-target-mark-refile-sub):
3102         Remove a nuisance funcall.
3103
3104 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3105
3106         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3107         as t for `try-completion'.
3108
3109 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3110
3111         * wl-summary.el (wl-summary-default-from): Use
3112         wl-address-header-extract-address instead of
3113         std11-extract-address-components.
3114         (wl-summary-simple-from): Ditto.
3115         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3116         (wl-summary-insert-headers): Show message.
3117         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3118         for whole line.
3119         (wl-summary-default-from): Revert last change.
3120         (wl-summary-simple-from): Ditto.
3121         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3122         (wl-summary-mark-as-read-region): Follow the change above.
3123         (wl-summary-sync-marks): Ditto.
3124         (wl-summary-target-mark-mark-as-read): Ditto.
3125         (wl-summary-redisplay-internal): Ditto.
3126         (wl-summary-redisplay-no-mime-internal): Ditto.
3127         (wl-summary-redisplay-all-header): Ditto.
3128         (wl-summary-mark-as-read): Removed argument `cached';
3129         Use current cache status to set cache mark.
3130         (wl-summary-redisplay-internal): Follow the change above.
3131         (wl-summary-redisplay-no-mime-internal): Ditto.
3132         (wl-summary-redisplay-all-header): Ditto.
3133
3134         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3135
3136         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3137         Don't call itself recursively (Adviced by Yamaoka-san).
3138
3139 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3142         bind wl-summary-highlight as nil to avoid error caused by missing
3143         local variables.
3144
3145 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-vars.el (wl-invalid-character-message): New user option.
3148
3149         * wl-util.el (wl-set-string-width): If truncated string-width is
3150         larger than specified width, use `wl-invalid-character-message'.
3151
3152 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3153
3154         * wl-summary.el (wl-summary-prefetch-msg): 
3155         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3156
3157 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3158
3159         * wl-vars.el (wl-summary-check-line-format): New user option.
3160         (wl-summary-line-format-file): Ditto.
3161
3162         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3163         variable.
3164         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3165         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3166         and `wl-summary-view-old-p' to check whether do a rescan or not.
3167         (wl-summary-view-old-p): New function.
3168         (wl-summary-line-format-changed-p): Ditto.
3169         (wl-summary-line-format-save): Ditto.
3170         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3171
3172         * wl-util.el (wl-set-string-width): Avoid using negative number
3173         for make-string.
3174
3175 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3178         return value.
3179
3180         * wl-util.el (wl-set-string-width): Added optional argument
3181         `padding' (All other related portions are changed).
3182         (wl-line-parse-format): If the first letter of column number is
3183         `0', zero-padding the result (ex: "%05l").
3184
3185         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3186
3187 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3188
3189         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3190         sequential summary view.
3191
3192 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3195         if it doesn't have a -unix version.
3196
3197 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3200
3201 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3204         content.
3205         (wl-draft): Follow the change above.
3206
3207         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3208
3209         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3210         and wl-folder-summary-line-format-alist contain %T and %P.
3211
3212         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3213         (wl-summary-mode-line-format): New user option.
3214         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3215         (wl-summary-line-format): Changed default value.
3216         (wl-summary-lazy-highlight): Changed default value.
3217
3218         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3219         change in wl-summary-create-line.
3220         (wl-thread-insert-entity-sub): Ditto.
3221
3222         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3223         (wl-summary-buffer-unread-status): Ditto.
3224         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3225         (wl-summary-buffer-persistent-mark-column): Ditto.
3226         (wl-summary-buffer-mode-line-formatter): Ditto.
3227         (wl-summary-buffer-mode-line): Ditto.
3228         (wl-summary-message-regexp): Abolished.
3229         (All other related portions are changed.)
3230         (wl-summary-detect-mark-position): New function.
3231         (wl-summary-buffer-set-folder): Setup
3232         wl-summary-buffer-mode-line-formatter.
3233         (wl-summary-mode): Setup selective-display;
3234         Setup pre-idle-hook when xemacs.
3235         (wl-summary-update-modeline): Rewrite.
3236         (wl-summary-jump-to-msg): Define as function;
3237         Changed regexp for searching messages.
3238         (wl-summary-message-number): Rewrite.
3239         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3240         Do rescan when old type summary cache.
3241         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3242         (wl-summary-remove-destination): Use '\r' to detect EOL.
3243         (wl-summary-print-destination): Ditto.
3244         (wl-summary-temp-mark): New inline function.
3245         (wl-summary-persistent-mark): Ditto.
3246         (wl-summary-line-number): New function.
3247         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3248         (wl-summary-line-list-count): New function.
3249         (wl-summary-create-line): Added argument persistent-mark.
3250         (All other related portions are changed)
3251         (wl-summary-create-line): Insert '\r'.
3252         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3253         (wl-summary-cursor-move-surface): New inline function.
3254         (wl-summary-prev): Use it.
3255         (wl-summary-next): Ditto.
3256
3257         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3258         wl-summary-message-regexp.
3259         (wl-highlight-summary): Delete progress message.
3260         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3261
3262         * Version number is increased to 2.9.12.
3263
3264 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3265
3266         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3267         variable (nil: no minimum).
3268         (wl-summary-line-subject): Add some spaces after subject by
3269         wl-summary-line-subject-minimum-length.
3270
3271 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3274         and removed `F'.
3275         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3276         change above).
3277
3278 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3279
3280         * wl-summary.el (wl-summary-line-list-count): Reverted.
3281         (example setting in samples/*/dot.wl is also updated)
3282
3283 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3286
3287         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3288
3289         * wl-vars.el (wl-summary-line-format): Addes some description to the
3290         docstring.
3291
3292         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3293         (wl-summary-line-close-bracket): Ditto.
3294         (wl-summary-line-children-number): Ditto.
3295         (wl-summary-line-thread-indent): Ditto.
3296         (wl-summary-line-children-and-from): Ditto.
3297
3298         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3299         't', 'c', 'F' and added 'C'.
3300
3301         * wl-util.el (wl-set-string-width): Accept negative value.
3302         (wl-line-parse-format): Added "%number(" and "%)".
3303
3304 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3305
3306         * wl-summary.el (wl-summary-line-list-count): Change format of the
3307         return value.
3308
3309 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3310
3311         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3312         from the recent message.el.
3313         (wl-draft-point-in-header-p): Ditto.
3314         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3315         wl-draft-beginning-of-line.
3316         * wl-e21.el (wl-draft-mode-map): Ditto.
3317         * wl-xmas.el (wl-draft-mode-map): Ditto.
3318
3319         * wl-folder.el: Sort macrodefs by dependencies.
3320
3321 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3322
3323         * wl-summary.el (wl-summary-prev): Fixed regexp.
3324         (wl-summary-next): Ditto.
3325
3326 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3329
3330 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3331
3332         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3333         for backward compatibility.
3334
3335 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3336
3337         * wl-summary.el (wl-summary-line-list-count): New function, merged
3338         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3339         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3340         list counts.
3341
3342 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3343
3344         * wl-summary.el (wl-summary-create-line): Ignore errors while
3345         timezone-fix-time.
3346
3347         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3348
3349         * wl-summary.el (wl-summary-sync-update): Ditto.
3350         (wl-summary-default-from): Use wl-message-entity
3351         instead of entity.
3352
3353         * wl-summary.el (wl-summary-create-line): Fix.
3354
3355         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3356         (wl-summary-line-format): New user option.
3357         (wl-folder-summary-line-format-alist): Ditto.
3358         (wl-summary-from-width): Abolished.
3359
3360         * wl-util.el (toplevel): Require 'bytecomp.
3361         (wl-line-parse-format): New function.
3362         (wl-line-formatter-setup): New macro.
3363
3364         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3365         (wl-summary-buffer-line-formatter): New buffer local variable.
3366         (wl-summary-switch-to-clone-buffer): Follow the change above.
3367         (wl-summary-message-regexp): Fix.
3368         (wl-summary-from-func-internal): Abolished.
3369         (wl-summary-subject-func-internal): Ditto.
3370         (wl-summary-subject-filter-func-internal): Ditto.
3371         (All other related portions are changed.)
3372         (wl-summary-buffer-set-folder):
3373         Set up wl-summary-buffer-number-column and 
3374         wl-summary-buffer-line-formatter
3375         (All other related portions are changed.)
3376         (wl-summary-buffer-number-column-detect): Abolished.
3377         (All other related portions are changed.)
3378         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3379         (wl-summary-delete-all-temp-marks-on-buffer): Use
3380         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3381         (wl-summary-target-mark-delete): Ditto.
3382         (wl-summary-target-mark-refile-subr): Ditto.
3383         (wl-summary-target-mark-mark-as-read): Ditto.
3384         (wl-summary-target-mark-mark-as-unread): Ditto.
3385         (wl-summary-target-mark-mark-as-important): Ditto.
3386         (wl-summary-target-mark-save): Ditto.
3387         (wl-summary-replace-status-marks): Renamed from
3388         wl-summary-set-status-marks-on-buffer;
3389         Use wl-summary-message-regexp instead of
3390         wl-summary-buffer-number-regexp.
3391         (wl-summary-sync-update): Follow the change above.
3392         (wl-summary-goto-previous-message-beginning): New function.
3393         (wl-summary-mark-as-unread): Use it.
3394         (wl-summary-mark-as-important): Ditto.
3395         (wl-summary-line-formatter): New variable.
3396         (wl-summary-line-year): New function.
3397         (wl-summary-line-day): Ditto.
3398         (wl-summary-line-day-of-week): Ditto.
3399         (wl-summary-line-hour): Ditto.
3400         (wl-summary-line-minute): Ditto.
3401         (wl-summary-line-open-bracket): Ditto.
3402         (wl-summary-line-close-bracket): Ditto.
3403         (wl-summary-line-children-number): Ditto.
3404         (wl-summary-line-thread-indent): Ditto.
3405         (wl-summary-line-size): Ditto.
3406         (wl-summary-line-subject): Ditto.
3407         (wl-summary-line-from): Ditto.
3408         (wl-summary-line-children-and-from): Ditto.
3409         (wl-summary-create-line): Rewritten.
3410         (wl-summary-format-date): Abolished.
3411
3412         * wl-highlight.el (wl-highlight-summary-current-line): Use
3413         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3414         Use thread structure to detect thread top message.
3415
3416         * wl-draft.el (wl-default-draft-cite): Don't use
3417         wl-summary-from-func-internal.
3418
3419         * wl-refile.el (wl-refile-subject-learn): Don't use
3420         wl-summary-subject-filter-func-internal.
3421         (wl-refile-guess-by-subject): Ditto.
3422
3423         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3424         parameters.
3425
3426         * wl-thread.el (wl-thread-update-indent-string-region):
3427         Use wl-thread-update-line-on-buffer instead of
3428         wl-thread-update-indent-string.
3429         (wl-thread-update-children-number): Redefine using
3430         wl-thread-update-line-on-buffer.
3431         (wl-thread-update-indent-string): Abolished.
3432
3433         * Version number is increased to 2.9.11.
3434
3435 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3436
3437         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3438         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3439         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3440
3441         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3442         as nil.
3443
3444         * wl-thread.el (wl-thread-open-all-unread): Use 
3445         elmo-folder-list-messages-mark-match.
3446         (wl-thread-insert-message): Removed argument `mark-alist'.
3447         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3448         elmo-msgdb-set-mark.
3449         (wl-thread-get-children-msgs-uncached): Likewise.
3450         (wl-thread-get-exist-children): Added argument include-self.
3451         (wl-thread-delete-message): Follow the change above.
3452
3453         * wl-summary.el (wl-summary-count-unread): Removed argument.
3454         (wl-summary-rescan): Follow the change above.
3455         (wl-summary-mark-as-read-region): Ditto
3456         (wl-summary-mark-as-unread-region): Ditto.
3457         (wl-summary-delete-messages-on-buffer): Ditto.
3458         (wl-summary-sync-update): Ditto.
3459         (wl-summary-switch-to-clone-buffer): Ditto.
3460         (wl-summary-goto-folder-subr): Ditto.
3461         (wl-summary-target-mark-mark-as-read): Ditto.
3462         (wl-summary-target-mark-mark-as-unread): Ditto.
3463         (wl-summary-target-mark-mark-as-important): Ditto.
3464         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3465         (wl-summary-update-thread): Removed argument `mark-alist'.
3466         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3467         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3468         (wl-summary-resume-cache-status): Likewise.
3469         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3470         elmo-msgdb-set-mark.
3471         (wl-summary-mark-as-read-all): Likewise.
3472         (wl-summary-delete-cache): Ditto.
3473         (wl-summary-auto-select-msg-p): Ditto.
3474         (wl-summary-mark-as-unread): Ditto.
3475         (wl-summary-no-auto-refile-message-p): Ditto.
3476         (wl-summary-mark-as-read): Ditto.
3477         (wl-summary-mark-as-important): Ditto.
3478         (wl-summary-auto-refile): Follow the change above.
3479         (wl-summary-delete-all-marks): Removed.
3480         (wl-summary-resume-marks-and-highlight): Ditto.
3481         (wl-summary-resume-marks): Ditto.
3482         (wl-summary-delete-important-msgs-from-list): Ditto.
3483         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3484
3485         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3486         wl-summary-count-unread.
3487
3488         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3489         (wl-summary-score-update-all-lines): Use
3490         elmo-msgdb-set-mark.
3491
3492 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3495         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3496         (wl-summary-create-line): Renamed from
3497         wl-summary-overview-create-summary-line;
3498         Argument rearrangement.
3499         (wl-summary-update-thread): Follow the change above.
3500
3501         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3502         (wl-thread-insert-entity-sub): Likewise.
3503
3504         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3505         argument `overview', `mark-alist' and added `msgdb'.
3506
3507         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3508
3509         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3510         (wl-summary-rescan): Follow the change above.
3511         (wl-summary-sync-update): Ditto.
3512         (wl-summary-insert-thread-entity): Ditto;
3513         Don't use `let*' in every while loop;
3514         Detect infinite loop of threads.
3515         (wl-summary-update-thread): Removed argument `overview'.
3516
3517         * wl-thread.el (wl-thread-insert-message): Ditto.
3518
3519         * Version number is increased to 2.9.10.
3520
3521         * wl-message.el (wl-message-redisplay): Ignore errors while
3522         wl-message-redisplay-hook.
3523
3524 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3525
3526         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3527
3528 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3529
3530         * wl.el (wl): inhibit-quit while wl-folder.
3531
3532 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3533
3534         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3535         while msgdb access.
3536
3537 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3538
3539         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3540         even if no folder is not created.
3541
3542 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3543
3544         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3545
3546         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3547         implementation.
3548         (wl-summary-target-mark-thread): Ditto.
3549
3550         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3551
3552 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3553
3554         * wl-util.el (wl-display-bytes): Remove unused function.
3555
3556 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3557
3558         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3559         seems critical one (partially reverse the change in 2002/03/17).
3560
3561 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3562
3563         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3564         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3565
3566 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3567
3568         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3569         is not writable.
3570         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3571         plugged status instead of `'force' as 2nd argument.
3572
3573         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3574         is not creatable.
3575
3576         * Version number is increased to 2.9.9.
3577
3578 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3579
3580         * wl-summary.el (wl-summary-suspend): New function.
3581
3582 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3583
3584         * wl.el (wl): Do not check variables if check is nil.
3585         * wl-utils.el (wl-collect-draft): New function.
3586         * wl-folder.el (wl-folder-suspend): Put summary buffers
3587         and draft buffers at the end of buffer list.
3588         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3589
3590 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3591
3592         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3593         loop instead of recursive call.
3594
3595         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3596         2nd argument.
3597
3598 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * wl-draft.el (wl-draft-create-contents): Don't take neither
3601         (function . args) nor (string . something) any more.
3602
3603         * wl-version.el (wl-generate-user-agent-string): Return string
3604         without header symbol.
3605         * wl-draft.el (wl-draft-default-headers): Use it.
3606
3607         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3608         `wl-draft-insert-ccs' and return field value instead of inserting
3609         the header. Abolish cc argument.
3610         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3611
3612         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3613         rather than one with string car.
3614
3615         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3616         * wl-draft.el (wl-draft-create-contents): Add it after the default
3617         headers.
3618
3619         * wl-draft.el (wl-draft-create-contents): For the case of
3620         (symbol-or-string . function) insert header only when the function
3621         returns string value.
3622
3623 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3624
3625         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3626         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3627
3628 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3629
3630         * wl.el (wl-check-environment): Don't check Message-ID when
3631         `wl-insert-message-id' is nil.
3632         Revive checking if `wl-message-id-domain' contains "@".
3633
3634 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl.el (wl-check-environment): Merge examination for "@" at
3637         inappropriate position into the first string-match.
3638
3639         * wl-summary.el (wl-summary-target-mark-print): New function.
3640         (wl-summary-pipe-message-subr): Extracted from
3641         `wl-summary-pipe-message'.
3642         (wl-summary-target-mark-pipe): New function.
3643         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3644         `wl-summary-target-mark-pipe'.
3645
3646 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3649
3650 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3651
3652         * wl.el (wl-check-environment): Use elmo-warning instead of
3653         error for non-critical ones.
3654         Remove trash folder check.
3655         (wl): Don't ignore error in wl-check-environment.
3656
3657         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3658         check, which is moved from `wl-check-environment'.
3659         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3660
3661 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3662
3663         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3664         guess anything, call wl-summary-write.
3665         (wl-summary-write): Create draft with blank To field.
3666         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3667
3668 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3671         argument full as well for wl-folder-write-current-folder.
3672         If wl-*-write-current-folder cannot guess addressee, add blank
3673         To header.
3674         Rewrite condition for positioning cursor.
3675
3676 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3677
3678         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3679         summary buffer is present, use it.
3680         (wl-folder-jump-to-previous-summary): Ditto.
3681
3682 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3683
3684         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3685
3686         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3687         wl-summary-previous-buffer and wl-summary-next-buffer.
3688
3689         * wl-folder.el (wl-folder-mode-map): Bind
3690         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3691         (wl-folder-jump-to-next-summary): New function.
3692         (wl-folder-jump-to-previous-summary): Ditto.
3693
3694         * wl-draft.el (wl-draft): Rearranged.
3695
3696 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3697
3698         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3699         of header.
3700         (wl-draft): Collect arguments for the header as header-alist.
3701         (wl-draft-forward): Arrange arguments for wl-draft.
3702         (wl-draft-reply): Ditto.
3703         (wl-draft-edit-string): Ditto.
3704         * wl-summary.el (wl-summary-write): Ditto.
3705         (wl-summary-write-current-folder): Ditto.
3706
3707         * Version number is increased to 2.9.8.
3708
3709 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3710
3711         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3712
3713         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3714
3715         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3716         even if the guess failed.
3717
3718         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3719         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3720         wl-summary-write-current-folder.
3721         * wl-xmas.el: Ditto.
3722
3723 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-summary.el (wl-summary-next-page): Force display message if
3726         message is not displayed yet.
3727         (wl-summary-prev-page): Ditto.
3728
3729 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3730
3731         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3732
3733 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3734
3735         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3736         add "Preview Message" and "Save Draft and Exit".
3737
3738 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3741         if addrmgr is called from draft in splitted window.
3742
3743         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3744         * wl-mule.el: Ditto.
3745         * wl-xmas.el: Ditto.
3746
3747 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3750
3751         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3752         * wl-xmas.el (wl-folder-toolbar): Ditto.
3753
3754 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3755
3756         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3757         and wl-draft-save-and-exit.
3758         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3759         * wl-xmas.el: Ditto.
3760         * wl-mule.el: Ditto.
3761
3762         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3763         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3764
3765 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3766
3767         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3768         lists for saving buffer.
3769
3770 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3773         parent-folder argument instead of it.
3774         (wl-draft-create-buffer): Ditto.
3775         (wl-draft-forward): Ditto.
3776         (wl-draft-reply): Ditto.
3777         * wl-summary.el (wl-summary-write): Ditto.
3778         (wl-summary-write-current-folder): Ditto.
3779
3780         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3781         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3782         Folder buffer after composing.
3783
3784 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3787         header if the file `wl-x-face-file' already contains it.
3788
3789 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3792         folder" entry.
3793         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3794         * wl-e21.el (wl-folder-toolbar): Ditto.
3795         * wl-xmas.el (wl-folder-toolbar): Ditto.
3796
3797 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3798
3799         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3800         wl-folder-goto-folder with sticky argument.
3801         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3802
3803 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3806         and wl-summary-previous-buffer.
3807         (wl-summary-next-buffer): New function.
3808         (wl-summary-previous-buffer): Ditto.
3809
3810 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3813         wl-folder-jump-to-current-entity-with-arg.
3814         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3815         `wl-folder-jump-to-current-entity'.
3816         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3817         `wl-summary-goto-folder-sticky'.
3818         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3819         `wl-summary-goto-folder'.
3820         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3821         Unless force-exit, do not clean temp. marks for sticky summary.
3822         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3823
3824 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3825
3826         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3827         not entire.
3828
3829 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3832         to `C-x C-s'.
3833         (wl-summary-save-status): New command.
3834         (wl-summary-exit): Don't clean-up temp marks when sticky.
3835         (Applied patch from Nakayama-san [wl: 09548])
3836         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3837         Do nothing when no mark data.
3838         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3839         Call `wl-summary-delete-all-temp-marks' before saving.
3840
3841 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3842
3843         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3844
3845 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3846
3847         * wl.el (wl-check-environment): Also cause error when (system-name)
3848         returns "localhost.localdomain". (Although it doesn't affect because
3849         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3850
3851 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3852
3853         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3854         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3855
3856         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3857         value.
3858
3859 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3860
3861         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3862         Likewise r-cc-list and r-ng-list.
3863
3864 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3865
3866         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3867         only if it is bound as variable.
3868
3869         * wl-mime.el (wl-draft-preview-message): Ditto.
3870
3871 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3874         needless `goto-char'.
3875
3876         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3877         `wl-summary-redisplay-no-mime-internal' instead of
3878         `wl-summary-redisplay-no-mime'.
3879         (wl-summary-redisplay-no-mime): Changed argument;
3880         Call `wl-summary-redisplay-no-mime-internal'.
3881
3882         * wl-mime.el (wl-draft-preview-message): Bind
3883         `mime-header-encode-method-alist' locally.
3884
3885         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3886         (wl-draft-std11-parse-addresses): Added the first address check.
3887         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3888
3889         * Version number is increased to 2.9.7.
3890
3891 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3892
3893         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3894
3895 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3896
3897         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3898         related to scrollbar support, if there is no such a feature
3899         compiled in.
3900
3901 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3902
3903         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3904         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3905         for prefetch.
3906
3907 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3908
3909         * wl-summary.el (wl-summary-pick): Fix for no match.
3910
3911 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3912
3913         * wl-draft.el (wl-draft-save):
3914         Override `mime-header-encode-method-alist'.
3915
3916 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3917
3918         * wl-folder.el (wl-folder-pick): New function.
3919         Define key as "?".
3920
3921 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3922
3923         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3924         Fix for unplugged.
3925
3926 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3927
3928         * wl-folder.el (wl-folder-virtual): New function.
3929         Define key as "V".
3930
3931 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3932
3933         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3934         multi folder if entity is group.
3935
3936 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3937
3938         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3939         is nil.
3940
3941 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3942
3943         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3944         (wl-summary-target-mark-msgs): Return the number of marked messages.
3945
3946 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3947
3948         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3949         "first:" is specified.
3950
3951 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-vars.el (wl-from): Use return value of function
3954         user-full-name instead of the variable user-full-name since
3955         XEmacs-20.4 doesn't set this variable.
3956
3957 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3958
3959         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3960         call `wl' directly.
3961
3962 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3963
3964         * wl-draft.el (wl-draft-reedit): Removed duplicated
3965         switch-to-buffers.
3966
3967 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * wl.el (wl-other-frame): Removed garbages.
3970
3971 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3974
3975         * wl-xmas.el (wl-draft-key-setup): Ditto.
3976
3977         * wl-mule.el (wl-draft-key-setup): Ditto.
3978
3979         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3980         (wl-draft-reedit): Ditto.
3981         (wl-draft-prepare-edit): Add `wl-draft-save' to
3982         `local-write-file-hooks'.
3983         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3984         (wl-draft-reedit): Set buffer-file-name.
3985         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3986
3987
3988         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3989         call it.
3990         (wl-delete-startup-frame-function): New variable.
3991         (wl-other-frame): New function
3992         (Original was written by Yamaoka san [wl: 09239]).
3993
3994         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3995         if `wl-folder-use-frame'.
3996
3997 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3998
3999         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4000
4001 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4002
4003         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4004         New variable.
4005         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4006         (wl-message-buffer-prefetch-get-next): Use them.
4007         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4008
4009 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4010
4011         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4012         with unwind-protect.
4013
4014         * wl-draft.el (wl-draft-reedit): Rewrite.
4015         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4016         (wl-draft-save): Insert header separator if it does not exist;
4017         Removed condition-case.
4018
4019         * wl-summary.el (wl-summary-reedit): Revert last change.
4020
4021         * wl-draft.el (wl-draft-save): Rewrite.
4022         (wl-draft-create-buffer): Set buffer-file-name as nil.
4023
4024         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4025
4026         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4027
4028         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4029         nil.
4030
4031 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4032
4033         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4034         If count is nil, do not prefetch.
4035         (wl-message-buffer-prefetch-next): Next.
4036
4037 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4038
4039         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4040
4041 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4042
4043         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4044         `delete-backward-char'
4045         (wl-draft-prepare-edit): Check major-mode.
4046         (wl-draft-decode-header): Rewrite.
4047         (wl-draft): Fix.
4048
4049 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4050
4051         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4052
4053 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4054
4055         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4056         (wl-message-buffer-prefetch-get-next): Remove size checking.
4057         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4058
4059 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4060
4061         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4062         (wl-draft-default-headers): Fix.
4063
4064 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-draft.el (wl-draft-default-headers): Insert return value of
4067         `wl-generate-mailer-string-function'.
4068
4069 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4070
4071         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4072         (wl-draft-insert-mail-header-separator): Ditto.
4073
4074         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4075         again (Reverted the change on 2002-01-17 by OKADA san).
4076
4077 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4078
4079         * wl-draft.el (wl-draft): Rewrite.
4080         (wl-draft-create-buffer): New function.
4081         (wl-draft-create-contents): Ditto.
4082         (wl-draft-prepare-edit): Ditto.
4083         (wl-draft-decode-header): Ditto.
4084         (wl-draft-decode-body): Ditto.
4085         (wl-draft-check-new-line): Ditto.
4086         (wl-draft-default-headers): Ditto.
4087         (wl-draft-insert-mail-header-separator): Ditto.
4088
4089 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4090
4091         * Version number is increased to 2.9.6.
4092
4093 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4094
4095         * wl-draft.el (wl-draft-delete-field): Optional argument.
4096         (wl-draft-delete-fields): Ditto.
4097
4098 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4099
4100         * wl-message.el (toplevel): Eliminated byte-compile warning.
4101         for `itimer-function', `delete-timer' and `itimer-list'.
4102
4103 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4104
4105         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4106         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4107         `wl-message-buffer-prefetch-threshold'.
4108         * wl-summary.el (wl-summary-redisplay-internal): Remove
4109         the check of `wl-message-buffer-prefetch-depth'.
4110
4111 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4112
4113         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4114         size of article.
4115         (wl-message-buffer-prefetch-subr): Remove size check.
4116
4117 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4118
4119         * wl-vars.el (wl-plugged): Make customizable.
4120
4121 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4122
4123         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4124         (wl-message-buffer-prefetch-set-timer): New function.
4125         (wl-message-buffer-prefetch-get-next): New function.
4126         (wl-message-buffer-prefetch): New function.
4127         (wl-message-buffer-prefetch-next): Rewrite.
4128         (wl-message-buffer-prefetch-subr): Rewrite.
4129         * wl-vars.el (wl-auto-prefetch-first): New variable.
4130         * wl-summary.el (wl-summary-goto-folder-subr): Call
4131         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4132
4133 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4134
4135         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4136         `wl-summary-unread-message-hook'.
4137
4138 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4139
4140         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4141         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4142         if range is `cache-status'.
4143
4144 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-message.el (wl-message-buffer-prefetch-subr):
4147         Improve debug message.
4148
4149 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4150
4151         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4152         `wl-mail-send-pre-hook'.
4153         (wl-draft-send-mail-with-qmail): Ditto.
4154         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4155
4156 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4157
4158         * wl-message.el (wl-message-buffer-prefetch-subr):
4159         Fix for cancel-function-timers bug.
4160         (wl-message-buffer-prefetch-debug): Default value is t.
4161
4162 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4163
4164         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4165         (wl-message-buffer-prefetch-subr): Rewrite.
4166         Rename from `wl-message-buffer-prefetch'.
4167
4168 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4169
4170         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4171         (wl-default-draft-cite-decorate-author): Ditto.
4172
4173         * wl-draft.el (wl-draft-cite-function): Removed.
4174         (wl-default-draft-cite-decorate-author): Ditto.
4175
4176 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4179         (wl-default-draft-cite): Do not arrange author name if the value of
4180         `wl-default-draft-cite-decorate-author' is nil.
4181
4182 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4185
4186         * wl-folder.el (wl-folder-check-one-entity): Don't care
4187         `elmo-folder-use-flag-p'.
4188
4189 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4190
4191         * wl-folder (wl-folder-check-one-entity): Fix
4192         problem if unread is nil.
4193
4194 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4195
4196         * wl-address.el (wl-address-make-completion-list): Check whether
4197         the address is a group list.
4198         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4199
4200 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4201
4202         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4203         The number of the messages of new and unread does not count
4204         correctly.
4205
4206         * wl-summary.el (wl-summary-count-unread): Changed to return
4207         `(new . unread)' instead of total.
4208         (wl-summary-sync-update): Follow the change above.
4209
4210         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4211
4212 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4213
4214         * wl-address.el (wl-address-make-completion-list): Do not enclose
4215         address by " <" and ">" if associated realname is "".
4216         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4217         This is against the promblem with group list in .addresses pointed
4218         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4219
4220 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4223         message is a format control string.
4224         * wl-expire.el (wl-expire-append-log): Ditto.
4225         * wl-mime.el (wl-summary-burst-subr): Ditto.
4226         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4227         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4228
4229 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4232         wl.el (wl-check-variables): Rename from `wl-check-type'.
4233         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4234         (wl-check-variables-2): New function.
4235         (wl): Call `wl-check-variables-2'.
4236
4237 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4238
4239         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4240         after renaming folder in access group.
4241
4242 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4243
4244         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4245         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4246         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4247         (wl-message-buffer-prefetch): Rewrite.
4248         (wl-message-buffer-prefetch-idle-time): Removed.
4249         * wl-summary.el (wl-summary-redisplay-internal):
4250         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4251         Error check for `wl-message-buffer-prefetch-depht'.
4252
4253 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4254
4255         * Version number is increased to 2.9.5.
4256         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4257
4258 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4259
4260         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4261         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4262         Based on the patch written by
4263         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4266
4267         * wl-draft.el (wl-draft-raw-send): Fix for
4268         `wl-news-send-pre-hook'
4269
4270 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4271
4272         * wl-utils.el (wl-message-id-function): New variable.
4273         * wl-draft.el (wl-draft-insert-required-fields):
4274         Use `wl-message-id-function'.
4275
4276 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4279         * wl-utils.el (wl-draft-make-message-id-string):
4280         Use `wl-from' for domain part of Message-ID
4281         if `wl-message-id-use-wl-from' if non-nil.
4282         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4283
4284 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4285
4286         * wl.el (wl): Call `wl-check-type'
4287         Do not 'condition-case'.
4288
4289 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4290
4291         * wl.el (wl-check-type): New function.
4292         (wl-check-type-variables): New variable.
4293
4294 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4297
4298 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-draft.el (wl-smtp-password-key): New function.
4301         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4302         (wl-draft-send-mail-with-smtp): Ditto.
4303         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4304
4305 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4308         * wl-utils.el (wl-unique-id-suffix): Remove.
4309
4310 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4311
4312         * Version number is increased to 2.9.4.
4313
4314 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4315
4316         * wl-utils.el (wl-unique-id-suffix): New variable.
4317         (wl-unique-id): Use `wl-unique-id-suffix'
4318
4319 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4320
4321         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4322         instead of `elmo-msgdb-search'.
4323
4324         * Version number is increased to 2.9.3.
4325
4326 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4327
4328         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4329
4330 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4333         (wl-draft-dispatch-message): Changed for send-later.
4334         (wl-draft-queue-flush): Ditto.
4335         (wl-draft): Clear `wl-sent-message-queued'.
4336         (wl-draft-reedit): Ditto.
4337         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4338         * wl-vars.el (wl-draft-force-queuing): New variable.
4339         (wl-draft-force-queuing-mail): New variable.
4340         (wl-draft-force-queuing-news): New variable.
4341
4342 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4343
4344         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4345         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4346
4347 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4348
4349         * Version number is increased to 2.9.2.
4350
4351 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * wl-draft.el (wl-draft-elide-region): New user command.
4354         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4355
4356         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4357         command `wl-draft-elide-region'.
4358         * wl-mule.el: Ditto.
4359         * wl-xmas.el: Ditto.
4360
4361 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4364         (wl-biff-check-folder-async): Removed needless let.
4365
4366 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4367
4368         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4369         wl-folder-get-elmo-folder.
4370         (wl-biff-check-folder): Set `biff' argument of
4371         `wl-folder-check-one-entity'.
4372         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4373
4374         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4375         (wl-folder-check-one-entity): Added `biff' argument;
4376         Setup `biff' slot of folder.
4377
4378         * Version number is increased to 2.9.1.
4379
4380 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4381
4382         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4383         comment out and fixed.
4384         (wl-fldmgr-add-completion-subr): Ditto.
4385
4386         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4387         and msgdb.
4388
4389         * wl.el (wl-toggle-plugged): Save summary view.
4390
4391 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4394
4395 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4396
4397         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4398
4399 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4402         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4403         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4404
4405         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4406         if it was failed.
4407         (wl-demo): Disable undo in the demo buffer.
4408
4409 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4410
4411         * wl-version.el (wl-version): Changed codename.
4412
4413         * Version number is increased to 2.9.0.
4414
4415 2001-12-14  Takuo KITAME <kitame@northeye.org>
4416
4417         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4418         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4419         (wl-folder-mark-as-read-all-current-entity): Ditto.
4420
4421 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4422
4423         * wl-vars.el (wl-from-width): Define as obsolete variable.
4424         (wl-subject-length-limit): Ditto.
4425
4426         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4427
4428         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4429         wl-summary-save-view.
4430
4431         * wl.el (wl-save-status): Ditto.
4432         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4433
4434         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4435         (wl-summary-exit): Follow the change above.
4436         (wl-summary-goto-folder-subr): Ditto.
4437
4438         * wl-folder.el (wl-folder-create-subr): Don't use
4439         `elmo-folder-creatable-p'.
4440
4441 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4444
4445 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4448         rather than bitmap on Emacs 21.
4449         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4450         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4451         for xbm if the new redisplay engine is not available.
4452
4453 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl-folder.el (wl-folder-init-hook): New hook.
4456         (wl-folder-init): Run `wl-folder-init-hook'.
4457
4458 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4461
4462 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-acap.el (wl-acap-cache-filename): New variable.
4465         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4466         (wl-acap-init): Use cache if no ACAP server found.
4467
4468 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4469
4470         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4471         `wl-acap-original-msgdb-dir'.
4472
4473         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4474         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4475
4476         * wl-mime.el (wl-mime-save-directory): Renamed from
4477         `wl-mime-save-dir'.
4478
4479 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4482
4483         * wl-demo.el: Require `path-util'.
4484         (wl-demo-bitmap-mule-available-p): New internal variable.
4485         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4486         `module-installed-p' instead.
4487         (wl-demo-insert-image): Use *.img file for a bitmap image.
4488         (wl-demo): Don't call the ascii demo recursively.
4489
4490 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4491
4492         * Version number is increased to 2.7.7.
4493
4494 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4495
4496         * wl.el (wl-exit): Eliminated byte-compile warning.
4497
4498 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4499
4500         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4501         obsolete variable using `elmo-define-obsolete-variable'.
4502         (wl-fetch-confirm-threshold): Ditto.
4503         (wl-cache-prefetch-folder-type-list): Ditto.
4504         (wl-cache-prefetch-folder-list): Ditto.
4505
4506 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4509         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4510         (wl-demo-insert-image): New function.
4511         (wl-demo-insert-text): New function.
4512         (wl-demo-image-type-alist): Redefine as a function.
4513         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4514         (wl-demo-with-temp-file-buffer): Removed.
4515         (wl-logo-xpm): Removed.
4516         (wl-logo-xbm): Removed.
4517         (wl-logo-bitmap): Removed.
4518
4519 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4520
4521         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4522         (wl-expire-localdir-get-folder-function): New user option.
4523         (wl-expire-localdir-get-folder): New function.
4524         (wl-expire-localdir-date): Ditto.
4525
4526 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4527
4528         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4529         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4530         Fixed unread number mismatch when all-unread < unread.
4531
4532 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4535         (wl-fetch-confirm-threshold): Ditto.
4536
4537         * wl-summary.el (wl-summary-confirm-appends): Removed.
4538         (wl-summary-sync-update): Don't refer
4539         `wl-summary-update-confirm-threshold' (It is now abolished).
4540
4541         * wl-message.el (wl-message-display-internal): Don't refer
4542         `wl-fetch-confirm-threshold' (It is now abolished).
4543
4544 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4547
4548 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4551         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4552         Change default value to nil.
4553         (wl-summary-indent-length-limit): The value can be nil, nil means
4554         unlimited.
4555
4556         * wl-summary.el: Don't set limit for indent length if the value of
4557         wl-summary-indent-length-limit is nil.
4558         If the value of wl-summary-width is nil, it means only that the width
4559         of summary is unlimited (nil doesn't mean that the indent length is
4560         unlimited).
4561
4562         * wl-thread.el: Ditto.
4563
4564 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4565
4566         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4567         be nil, nil means never confirm.
4568         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4569
4570 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4571
4572         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4573         means unlimited).
4574
4575 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4576
4577         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4578         Use `with-temp-buffer'.
4579
4580 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4581
4582         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4583         with new backquote style).
4584         (wl-folder-get-entity-from-buffer): Ditto.
4585
4586 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4587
4588         * wl-version.el (nemacs-version): Eliminated.
4589         (wl-extended-emacs-version2): Ignore nemacs.
4590         (wl-extended-emacs-version3): Ditto.
4591
4592 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4593
4594         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4595         (wl-draft-add-in-reply-to): New variable.
4596         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4597         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4598         (wl-draft-yank-from-mail-reply-buffer): Use
4599         `wl-draft-add-in-reply-to'.
4600         (wl-draft-insert-current-message): Ditto.
4601
4602 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4603
4604         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4605         typo (kill->hide).
4606         (wl-message-buffer-prefetch-folder-type-list): Added elements
4607         `mark' and `cache' instead of `internal'.
4608
4609 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4612         resume msgdb directory.
4613
4614 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl.el (wl-exit): Call `wl-acap-exit'.
4617
4618         * wl-summary.el (wl-summary-message-string): New function.
4619         (wl-summary-reedit): Use it.
4620         (wl-summary-resend-bounced-mail): Remove needless let.
4621         (wl-summary-supersedes-message): Ditto.
4622         (wl-summary-save): Ditto.
4623
4624         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4625         (wl-acap-init): Set it.
4626         (wl-acap-exit): New function.
4627
4628 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4629
4630         * wl.el (wl-init): Revert (require 'mime-setup). move from
4631         toplevel.
4632
4633 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4634
4635         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4636         local variables.  Add error when guess function return invalid
4637         value.
4638
4639 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4640
4641         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4642         Change local variable name.
4643         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4644         (wl-folder-get-newsgroups): Return nil when non-news folder.
4645         * wl-summary.el (wl-summary-write-current-folder): State through
4646         when guess-list return nil.
4647         (wl-summary-write-current-folder-functions): Fixed docstring.
4648
4649         * wl.el (wl-exit): Changed confirm message.
4650
4651         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4652         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4653
4654         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4655
4656 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4657
4658         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4659         user option (Renamed from wl-cache-prefetch-folder-type-list).
4660         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4661         from wl-cache-prefetch-folder-list).
4662
4663         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4664         Move to wl-vars.el.
4665         (wl-message-buffer-prefetch-p): Changed to enable
4666         `wl-message-buffer-prefetch-folder-list'.
4667
4668         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4669         `ignore-cache'.
4670
4671 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4674         `part-top' and `part-bottom'.
4675         (wl-draft-config-sub-part-top): New function.
4676         (wl-draft-config-sub-part-bottom): New function.
4677
4678 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4681
4682 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4683
4684         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4685
4686 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4689
4690         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4691         (wl-summary-write-current-folder): Ditto.
4692
4693 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-folder.el (wl-folder-get-newsgroups): Use
4696         `elmo-folder-newsgroups'.
4697
4698 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4701         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4702         `wl-draft-config-sub-header-bottom'.
4703
4704 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4705
4706         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4707         localnews folder.
4708
4709 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-summary.el (wl-summary-mode): Undo last change.
4712
4713         * wl-folder.el (wl-folder-mode): Ditto.
4714
4715 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-summary.el (wl-summary-mode): Locally set
4718         truncate-partial-window-width to nil.
4719         (for XEmacs)
4720
4721         * wl-folder.el (wl-folder-mode): Ditto.
4722
4723 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4724
4725         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4726
4727 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4730         number.
4731
4732         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4733
4734         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4735
4736         * Version number is increased to 2.7.6.
4737
4738 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4741
4742 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * wl-summary.el (wl-summary-sync-update): Enclose network
4745         related portion with `unwind-protect'.
4746
4747 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4750
4751 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4752
4753         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4754         element.
4755         * wl-vars.el (wl-message-body-button-alist): Ditto.
4756
4757         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4758         max match length.
4759         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4760
4761         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4762         for the max match length;
4763         Use 4th element value for the button string regexp group.
4764
4765         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4766         candidate exists, prompt to select.
4767
4768 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4769
4770         * wl-summary.el (wl-summary-jump-to-msg): Search before
4771         calibration point by `beginning-of-line'.
4772
4773 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4776         for access group.
4777
4778 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-message.el (wl-message-display-internal): Bind
4781         `default-mime-charset'.
4782
4783         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4784
4785         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4786
4787         * Version number is increased to 2.7.5.
4788
4789 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4790
4791         * wl-expire.el (wl-summary-archive): Fixed;
4792         Use `elmo-folder-name-internal'.
4793
4794 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4795
4796         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4797         from `elmo-folder-move-messages' caller.
4798         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4799
4800         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4801         related portions are changed).
4802
4803 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4804
4805         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4806         counter.
4807
4808 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4811         buffer local and set it to nil.
4812
4813         * wl-message.el (wl-message-redisplay): Ditto.
4814
4815 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl-summary.el (wl-summary-mark-as-important): If message is
4818         already cached, set messag as read, otherwise encache and mark as read.
4819
4820 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4823         point-min.
4824
4825 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4828         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4829         a keymap.
4830
4831 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4834         parent.
4835
4836         * wl-mule.el (wl-message-define-keymap): Ditto.
4837
4838         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4839
4840         * wl-xmas.el (wl-message-display-internal-hook): Define.
4841         (wl-xmas-setup-message-toolbar): Define as function.
4842         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4843         (wl-message-overload-functions): Abolished.
4844         (wl-message-define-keymap): New function.
4845
4846         * wl-vars.el (wl-message-display-internal-hook): New variable.
4847         (wl-message-header-button-alist): New variable (Renamed from
4848         wl-highlight-message-header-button-alist).
4849         (wl-message-body-button-alist): Ditto.
4850
4851         * wl-mule.el (wl-message-define-keymap): New function.
4852         (wl-message-overload-functions): Abolished.
4853
4854         * wl-message.el (wl-message-add-buttons-to-body): New function.
4855         (wl-message-redisplay): Don't call wl-message-overload-functions;
4856         Call wl-message-add-buttons-to-header and
4857         wl-message-add-buttons-to-body.
4858         (wl-message-display-internal): Set keymap argument for
4859         elmo-mime-display-as-is, elmo-mime-message-display;
4860         Run wl-message-display-internal-hook.
4861         (wl-message-refer-article-or-url): Abolished.
4862
4863         * wl-highlight.el (wl-highlight-headers): Don't call
4864         wl-highlight-message-add-buttons-to-header.
4865         (wl-highlight-message-add-buttons-to-header): Abolished.
4866
4867
4868         * wl-e21.el (wl-message-display-internal-hook): Define.
4869         (wl-e21-setup-toolbar): Deleted duplicated binding.
4870         (wl-e21-setup-message-toolbar): Define as function.
4871         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4872         (wl-message-define-keymap): New function.
4873         (wl-message-overload-functions): Abolished.
4874
4875 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4876
4877         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4878         and elmo-folder-close.
4879
4880         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4881
4882 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4883
4884         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4885         boolean value.
4886         * wl-draft.el (wl-draft-do-fcc): Ditto.
4887
4888 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4889
4890         * wl-vars.el (wl-fcc-force-as-read): New variable.
4891         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4892         mark copied message as read.
4893
4894 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4895
4896         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4897
4898 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4899
4900         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4901         `wl-summary-target-above' instead of obsolete variable
4902         `wl-summary-temp-above'.
4903
4904         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4905         instead of `make-obsolete-variable'.
4906         * wl-refile.el (toplevel): Ditto.
4907
4908 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4911         with third argument t.
4912         (wl-draft): Set first argument for wl-plugged-init as t.
4913
4914         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4915         definition.
4916
4917 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4918
4919         * wl-vars.el: Tabify.
4920         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4921
4922         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4923         message.
4924
4925 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4928         and set default to beep.
4929
4930 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-vars.el (wl-draft-truncate-lines): New variable.
4933
4934         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4935         instead of wl-message-truncate-lines for truncate-lines.
4936
4937 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-message.el (wl-message-display-internal): Call
4940         `wl-highlight-message' after `elmo-mime-display-as-is'.
4941
4942         * wl-mime.el (wl-mime-display-text/plain): New function.
4943         (wl-mime-display-header): Ditto.
4944         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4945         body-presentation-method for text/plain;
4946         Register `wl-mime-display-header' as a header-presentation-method;
4947         Don't set up `elmo-message-text-content-inserted-hook' and
4948         `elmo-message-header-inserted-hook'.
4949
4950         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4951         variable.
4952         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4953         as t if flag is 'all-header;
4954         Don't bind `elmo-message-ignored-field-list',
4955         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4956
4957 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4960         for xemacs with non-mule environment.
4961
4962 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4963
4964         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4965         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4966         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4967
4968 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4969
4970         * wl-vars.el (wl-interactive-send): Set default value as t.
4971
4972 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4973
4974         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4975         (wl-addrmgr-method-list): Abolished.
4976         (wl-addrmgr-change-method): Follow above change.
4977
4978         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4979
4980 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4981
4982         * wl-vars.el (wl-message-truncate-lines): Change default value
4983         to default-truncate-lines.
4984
4985         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4986
4987 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-vars.el (wl-message-truncate-lines): New variable.
4990
4991         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4992         wl-message-truncate-lines.
4993
4994 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4995
4996         * wl-acap.el (wl-acap-init): Remove period from error message.
4997         (wl-acap-find-acap-service): Remove period from message.
4998
4999 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl.el (wl-check-environment): Undo last change.
5002
5003         * wl-vars.el (wl-from): Changed default value.
5004
5005         * wl-util.el (toplevel): Don't require tm-edit.
5006
5007         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5008         `wl-folder-init';
5009         Don't set mark on mail body.
5010         (wl-draft-reedit): Ditto.
5011
5012         * wl-address.el (wl-address-quote-specials): Define as an alias for
5013         elmo-address-quote-specials.
5014
5015 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5016
5017         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5018
5019         * wl-vars.el (wl-from): Set default value as nil.
5020         (wl-organization): Set default value as ORGANIZATION environment
5021         variable.
5022
5023         * wl-draft.el (wl-smtp-extension-bind): Check value of
5024         wl-smtp-connection-type.
5025
5026         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5027         error.
5028
5029 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5030
5031         * Version number is increased to 2.7.4.
5032
5033         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5034         arguments from `wl-highlight-x-face-function' caller.
5035         Use x-face-1.3.6.12 or later.
5036
5037 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5038
5039         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5040
5041 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5044         (wl-fcc): Fix to accept function.
5045         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5046
5047 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5048
5049         * wl-acap.el (toplevel): Added `product-provide' declare.
5050         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5051
5052 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl.el (wl): Changed order of calling `elmo-init'
5055         and `elmo-folder-init'.
5056
5057 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5058
5059         * wl-mime.el (wl-summary-burst): Extract message when content-type
5060         of root entity is not only `multipart' but also `message/rfc822'.
5061         (wl-summary-burst-subr): Ditto.
5062
5063 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl-vars.el (toplevel): Require 'custom.
5066         (wl-trash-folder): Added to `wl-setting' group.
5067
5068         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5069         exists.
5070         (wl-addrmgr-draw): Insert empty line when no entry exists.
5071
5072         * wl-mule.el (wl-message-wheel-up): Fixed.
5073         (wl-message-wheel-down): Ditto.
5074
5075 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5076
5077         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5078         config is an anonymous lambda expression.
5079
5080 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5083         when Mule 2 is running.
5084
5085 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5086
5087         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5088
5089 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5090
5091         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5092         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5093
5094         * wl-address.el (wl-address-specials-regexp): Eliminated.
5095         (wl-address-quote-specials): Rewrite.
5096
5097 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5100         shy-groups for regexp.
5101
5102         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5103         character classes and Perl style shy-groups for regexp.
5104         (wl-highlight-plugged-current-line): Use Posix style character
5105         classes for regexp.
5106         (wl-e21-highlight-folder-by-numbers): Ditto.
5107         (wl-e21-display-image-p): Use `display-images-p' instead of
5108         `display-graphic-p'.
5109         (display-images-p): Make an alias to `display-graphic-p' if it is
5110         not available.  It is for Emacs version prior to 21.0.105.
5111
5112         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5113         `display-graphic-p'.
5114         (wl-demo-image-type-alist): Ditto.
5115         (display-images-p): Make an alias to `display-graphic-p' if it is
5116         not available.  It is for Emacs version prior to 21.0.105.
5117
5118 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5119
5120         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5121         support.
5122         (wl-generate-user-agent-string): Ditto.
5123
5124         * wl-version.el (wl-version): Update docsting.
5125         (wl-version-status): Ditto.
5126
5127 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5128
5129         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5130         21.0.105.  For Emacs 21.0.104 or earlier.
5131
5132 2001-09-03  Takuo KITAME <kitame@northeye.org>
5133
5134         * wl-e21.el (wl-plugged-init-icons): Use
5135         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5136         (wl-biff-init-icons): Ditto.
5137
5138 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-highlight.el (wl-highlight-summary-current-line):
5141         Fixed highlighting refile/copy destination.
5142
5143         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5144         (wl-acap-store): Encode string by wl-acap-coding-system.
5145
5146 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-acap.el (toplevel): Check and require 'un-define before
5149         'xemacs-ucs;
5150          Added checking for UTF-2000.
5151
5152 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5155         Don't enclose with `eval-and-compile'.
5156
5157         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5158         wl-init is non-nil.
5159
5160         * wl-draft.el (wl-draft): Ditto.
5161
5162         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5163
5164         * wl-acap.el (toplevel): Require 'wl.
5165         (wl-acap-store): Call `elmo-init'.
5166
5167         * wl.el (wl): Changed position of `wl-check-environment'.
5168         (toplevel): Added autoload setting for wl-acap.
5169
5170         * wl-vars.el (wl-setting): New custom group.
5171         (wl-from): Added wl-setting group.
5172         (wl-user-mail-address-list): Ditto.
5173         (wl-organization): Ditto.
5174         (wl-subscribed-mailing-list): Ditto.
5175         (wl-envelope-from): Ditto.
5176         (wl-smtp-posting-user): Ditto.
5177         (wl-smtp-posting-server): Ditto.
5178         (wl-smtp-posting-port): Ditto.
5179         (wl-smtp-authenticate-type): Ditto.
5180         (wl-pop-before-smtp-user): Ditto.
5181         (wl-pop-before-smtp-server): Ditto.
5182         (wl-pop-before-smtp-port): Ditto.
5183         (wl-pop-before-smtp-authenticate-type): Ditto.
5184         (wl-nntp-posting-server): Ditto.
5185         (wl-nntp-posting-user): Ditto.
5186         (wl-nntp-posting-port): Ditto.
5187         (wl-fetch-confirm-threshold): Ditto.
5188         (wl-prefetch-threshold): Ditto.
5189         (wl-thread-insert-opened): Ditto.
5190         (wl-ldap-server): Ditto.
5191         (wl-ldap-port): Ditto.
5192         (wl-ldap-base): Ditto.
5193         (wl-ldap-objectclass): Ditto.
5194         (wl-use-ldap): Ditto.
5195         (wl-draft-config-alist): Ditto.
5196         (wl-draft-config-matchone): Ditto.
5197         (wl-template-alist): Ditto.
5198         (wl-message-sort-field-list): Ditto.
5199         (wl-message-ignored-field-list): Ditto.
5200         (wl-message-visible-field-list): Ditto.
5201         (wl-interactive-send): Ditto.
5202         (wl-summary-move-order): Ditto.
5203         (wl-auto-select-first): Ditto.
5204         (wl-auto-select-next): Ditto.
5205         (wl-interactive-save-folders): Ditto.
5206
5207         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5208         Initialization codes are moved from wl-local-folder-init.
5209         (wl-local-folder-init): Follow the change above.
5210         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5211
5212         * wl-acap.el: New file.
5213
5214         * Version number is increased to 2.7.3.
5215
5216 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5217
5218         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5219
5220 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5221
5222         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5223         (wl-addrmgr-address-entry-list): Ditto.
5224
5225 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-e21.el (wl-draft-mode-map): Removed binding for
5228         `wl-draft-insert-x-face-field'.
5229
5230         * wl-mule.el (wl-draft-mode-map): Ditto.
5231
5232         * wl-xmas.el (wl-draft-mode-map): Ditto.
5233
5234         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5235         (wl-cs-autoconv): Ditto.
5236         (wl-cs-local): Ditto.
5237         (wl-use-scoring): Ditto.
5238         (wl-mime-charset): Ditto.
5239         (wl-folder-check-async): Ditto.
5240
5241         * wl.el (toplevel): Ignore nemacs and tm.
5242         (wl-exit): Ditto.
5243
5244         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5245         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5246         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5247         instead of wl-address-petname-add-or-change.
5248         (wl-summary-edit-addresses-subr): Use wl-address-delete
5249         instead of wl-address-petname-delete.
5250
5251         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5252
5253         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5254         if error occured.
5255
5256         * wl-message.el (require): Remove tm support.
5257
5258         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5259
5260         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5261         (wl-folder-jump-to-current-entity): Ditto.
5262         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5263
5264         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5265         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5266         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5267
5268         * wl-mule.el (wl-draft-key-setup): Ditto.
5269
5270         * wl-xmas.el (wl-draft-key-setup): Ditto.
5271
5272         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5273         (wl-draft-std11-parse-addresses): New function.
5274         (wl-draft-parse-mailbox-list): Use it.
5275         (wl-draft): Ignore nemacs.
5276         (wl-draft-reedit): Ditto.
5277
5278         * wl-addrmgr.el: New file.
5279         (Original is wl-rcpt.el written by
5280         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5281         Thanks Kitamoto-san.)
5282
5283         * wl-address.el (wl-address-make-address-list): Modified parsing
5284         process.
5285         (wl-address-delete): Renamed from `wl-address-petname-delete';
5286         Modify wl-address-list too.
5287         (wl-address-add-or-change): Renamed from
5288         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5289
5290 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5291
5292         * wl-highlight.el (wl-highlight-summary-current-line):
5293           Work with transient-mark-mode
5294
5295 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * Version number is increased to 2.7.2.
5298
5299         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5300         instead of elmo-dop-queue-method.
5301
5302 2001-08-06  SAITO Atsunori <sai@yedo.com>
5303
5304         * wl-vars.el (wl-ldap-objectclass): New user option.
5305
5306         * wl-address.el (wl-ldap-make-filter): Use it.
5307
5308 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5311
5312 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-folder.el (wl-folder): redisplay after folder insertion.
5315
5316         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5317
5318         * wl-summary.el (wl-summary-sync-update):
5319         Change status mark only when new-msgdb exists.
5320         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5321
5322 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5323
5324         * wl-summary.el (wl-summary-open-folder): New function.
5325         (wl-summary-goto-folder-subr): Use it.
5326         (wl-summary-mark-as-important): Fix;
5327         Encache only when no cache exists.
5328
5329 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5332         Use with-current-buffer.
5333
5334 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5335
5336         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5337         before call `get-buffer'. Fixed parenthesis.
5338         (wl-score-get-header-entry): Clear message and help window when
5339         keyboard quit.
5340         (wl-score-edit-insert-header): Ditto.
5341
5342 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5343
5344         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5345         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5346         (wl-default-draft-cite): Fix.
5347
5348         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5349         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5350
5351 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-message.el (wl-message-prev-page): Do same bahavior
5354         as summary when it is called in the message buffer.
5355         (wl-message-next-page): Ditto.
5356
5357 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-summary.el (wl-summary-forward): Use cache if it is not
5360         section cache.
5361
5362 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5365         Removed redundant require of elmo-vars.
5366         (wl-biff-state-indicator-on): Changed default value for
5367         xemacs with non-mule environment.
5368
5369         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5370         wl-message-buffer is nil;
5371         Hide progress bar after moving messages.
5372
5373 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5374
5375         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5376         message at cursor point is deleted.
5377
5378 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-vars.el: Changed file coding system to euc-japan.
5381         Added -*-coding:-*- magic to the first line.
5382
5383         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5384         Search parent from the first message.
5385
5386         * Version number is increased to 2.7.1.
5387
5388 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5389
5390         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5391
5392 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5395         refile/delete execution.
5396
5397         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5398         Fixed docstring.
5399
5400 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5403         do update process;
5404         Don't update marks when update process is interrupted.
5405
5406 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5407
5408         * wl-summary.el (wl-summary-reply): Fixed problem when
5409         wl-draft-use-frame is non-nil.
5410         (wl-summary-forward): Ditto.
5411
5412         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5413         as nil.
5414         (wl-folder-mark-as-read-all-entity): Ditto.
5415         (wl-folder-prefetch-entity): Ditto.
5416
5417         * wl.el (wl): Check environment before wl-init.
5418
5419         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5420         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5421         instead of wl-summary-collect-unread.
5422         (wl-summary-reply): Split message window.
5423
5424 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5427         only if current language environment is japanese,
5428
5429         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5430         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5431         (wl-folder-goto-folder-subr): Ditto.
5432
5433         * wl-draft.el (wl-draft-dispatch-message): Call
5434         `elmo-file-cache-get-path'.
5435
5436 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-summary.el (wl-summary-cursor-move): If return value of
5439         wl-summary-next-message is not number, don't jump.
5440
5441 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5442
5443         * wl-summary.el (wl-summary-buffer-next-message-function): New
5444         variable.
5445         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5446         if it is bound.
5447
5448         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5449         string.
5450
5451         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5452         (wl-plugged-drawing): Ditto.
5453
5454 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5457         process.
5458         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5459         with unwind-protect.
5460
5461         * wl.el (wl-init): Require mime-setup.
5462         (wl-check-environment): Don't require mime-setup.
5463
5464         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5465         instead of elmo-folder-type.
5466
5467         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5468         value as nil.
5469
5470 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * Version number is increased to 2.7.0.
5473
5474         * wl-version.el (wl-version): Changed codename.
5475
5476         * wl-summary.el (wl-summary-delete-cache): Fixed.
5477
5478         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5479         Workaround for net folders.
5480         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5481
5482         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5483         value to nil (According to the patch from
5484         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5485
5486         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5487         of elmo-folder-close.
5488
5489 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5490
5491         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5492         for postfix.
5493
5494 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-summary.el (wl-summary-resend-message): Fixed.
5497
5498         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5499         Call wl-draft with `from' argument if its address is included in
5500         `wl-user-mail-address-list'.
5501         (wl-draft): Added `from' argument.
5502
5503         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5504         non-nil.
5505         (wl): Don't show demo if wl-demo is nil.
5506
5507         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5508         wl-summary-use-frame.
5509
5510         * wl-vars.el (wl-summary-use-frame): New user option.
5511         (wl-folder-use-frame): Changed docstring.
5512
5513         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5514         non-nil.
5515         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5516         wl-summary-use-frame.
5517
5518         * wl-vars.el (wl-folder-use-frame): New user option.
5519
5520         * wl-summary.el (wl-summary-exit): Back to folder frame if
5521         wl-folder-use-frame is non-nil.
5522         (wl-summary-redisplay-internal): Ignore cache if current folder
5523         is draft folder,
5524         (wl-summary-redisplay-no-mime): Ditto.
5525         (wl-summary-redisplay-all-header): Ditto.
5526
5527         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5528         if wl-folder-use-frame is non-nil.
5529
5530 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-summary.el (wl-summary-sync-update): Bind
5533         elmo-folder-update-threshold.
5534         (wl-summary-mark-as-important): Enclosed server mark processing
5535         with `save-match-data'.
5536
5537         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5538         only when it is already defined.
5539
5540 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5541
5542         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5543         name of folder exclude localdir is wrong.
5544         * wl-folder.el (wl-folder-sync-entity):
5545         Set `wl-summary-always-sticky-folder-list' as nil.
5546         (wl-folder-mark-as-read-all-entity): Ditto.
5547         (wl-folder-prefetch-entity): Ditto.
5548
5549 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5550
5551         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5552         instead of `wl-summary-write-current-newsgroup'.
5553
5554 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5555
5556         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5557         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5558         non-nil and selected message is important, do not display.
5559
5560 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5561
5562         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5563
5564 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5567
5568         * wl-summary.el (wl-summary-mark-as-important): Set message number
5569         using wl-summary-message-number.
5570
5571 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5572
5573         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5574         destination folder is 'null.
5575
5576 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5577
5578         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5579         New function.
5580         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5581         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5582         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5583
5584 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-mime.el (wl-mime-setup): Added setting for
5587         `mime-setup-signature-key-alist' to avoid overriding key bind for
5588         `wl-draft-send'.
5589
5590         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5591         for `wl-draft-send'.
5592         * wl-mule.el (wl-draft-overload-functions): Ditto.
5593         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5594         * wl-draft.el (wl-draft-send): Ditto.
5595
5596         * wl-message.el (wl-message-display-internal):
5597         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5598         (Patch is provided by <kita@coe.nttdata.co.jp>).
5599
5600 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5601
5602         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5603
5604 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5605
5606         * wl.el (wl): Fix for wl-demo.
5607
5608 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5611
5612 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5613
5614         * wl-folder.el (wl-folder-prefetch-entity): Use
5615         `wl-folder-get-elmo-folder'.
5616         (wl-folder-count-incorporates): Do not use
5617         `wl-folder-get-elmo-folder'.
5618
5619 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5620
5621         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5622         instead of `elmo-folder-get-type'.
5623
5624 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5625
5626         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5627         position on Subject: field.
5628         (Advised by Mito <mit@nines.nec.co.jp>)
5629
5630 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5631
5632         * wl-folder.el (wl-folder-prefetch-entity): Use
5633         `wl-folder-get-elmo-folder'.
5634
5635 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5636
5637         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5638
5639         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5640         `process-duplicates' slot.
5641
5642         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5643         if detection failed.
5644
5645 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5646
5647         * wl-version.el (wl-version-status): Set to "alpha".
5648
5649 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5652         Check wl-message-buffer lives before set-buffer.
5653
5654 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5655
5656         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5657         called in folder mode.
5658         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5659         * wl-summary.el (wl-summary-exit-pre-hook): Run
5660         `wl-summary-exit-pre-hook' before exit summary mode.
5661
5662 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5663
5664         * wl-version.el (wl-version-status): New variable.
5665         (wl-version-status-alist): Removed.
5666         (wl-version-status): Rule included.
5667
5668 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5671         @sponichi.
5672
5673         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5674         when `mail-reply-buffer' is buffer-local variable.
5675         (Reported by <kita@coe.nttdata.co.jp>).
5676
5677 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-vars.el (toplevel): Require 'elmo-util.
5680
5681 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5682
5683         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5684         (All other related portions are changed)
5685
5686         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5687
5688         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5689
5690 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5691
5692         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5693
5694 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5697         Delete other windows to avoid an error.
5698         Use `point-marker' instead of `point' to remember the start point
5699         of body.
5700
5701         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5702
5703         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5704         number not to exceed all message number.
5705
5706 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5707
5708         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5709         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5710
5711 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-summary.el (wl-summary-sync-force-update): Added argument
5714         no-check.
5715         (wl-summary-sync-update): Ditto.
5716         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5717         with `no-check'.
5718
5719         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5720         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5721         already running.
5722
5723 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5724
5725         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5726         `dst-folder-arg'.
5727         (wl-expire-archive-number1): Diito.
5728         (wl-expire-archive-number2): Diito.
5729         (wl-expire-archive-Date): Diito.
5730         (wl-archive-number1): Diito.
5731         (wl-archive-number2): Diito.
5732         (wl-archive-date): Diito.
5733         (wl-archive-folder-p): New function.
5734         (wl-summary-expire): Support of expand folder name at
5735         wl-expire-alist.
5736         * wl-util.el (wl-expand-newtext): Renamed from
5737         `wl-refile-expand-newtext'.
5738
5739 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5740
5741         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5742         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5743         `(elmo-msgdb-get-overview msgdb)'.
5744         (wl-summary-prefetch): Bind match data before call
5745         `wl-summay-prefetch-msg'.
5746         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5747         'off if `wl-summary-buffer-disp-msg' is non-nil.
5748         Fixed problem that couldn't show only one new or unread message when
5749         enter folder.
5750         (wl-summary-reply): Don't call `split-window-vertically' and other
5751         window.
5752
5753 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-expire.el (wl-expire-refile): Fixed.
5756
5757 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5760
5761         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5762         biff notification is removed.
5763
5764         * wl.el (wl): Changed position of `elmo-init'.
5765
5766         * wl-draft.el (wl-default-draft-cite): Use date field
5767         on the citation buffer.
5768
5769         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5770
5771         * wl-xmas.el (wl-folder-internal-icon-list): Added
5772         `wl-folder-shimbun-image'.
5773
5774         * wl-e21.el (wl-folder-internal-icon-list): Added
5775         `wl-folder-shimbun-image'.
5776
5777 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl.el (wl-init): Eliminated argument.
5780         (wl): Rewrite.
5781
5782         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5783         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5784         instead of `elmo-folder-msgdb-internal'.
5785         (wl-summary-sync-update): Ditto.
5786         (wl-summary-flush-pending-append-operations): Eliminated.
5787         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5788         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5789         `elmo-folder-open'.
5790
5791         * wl-mime.el (wl-summary-burst): Fixed.
5792
5793         * wl-folder.el (wl-folder-info-save): Check data type.
5794
5795         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5796         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5797         instead of `elmo-folder-msgdb-internal'.
5798         (wl-expire-hide): Ditto.
5799
5800
5801         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5802
5803 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5804
5805         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5806
5807 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5808
5809         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5810
5811 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5812
5813         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5814         Fixed `match-beginning' argument mismatch.
5815
5816 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5817
5818         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5819         the default value.
5820
5821 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5824         instead of `elmo-nntp-default-port'.
5825
5826         * wl-vars.el: Fixed some doc strings.
5827
5828 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-summary.el (wl-summary-prefetch-msg): Use
5831         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5832
5833         * wl-vars.el: Define *-func as obsolete variable using
5834         `elmo-define-obsolete-variable'.
5835
5836         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5837         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5838         instead of `wl-message-buffer-prefetch-threshold'.
5839
5840         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5841
5842         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5843
5844         * wl-draft.el (wl-caesar-region-func): Ditto.
5845
5846         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5847         Keep unread status in elmo-folder-move-messages.
5848         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5849
5850 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5851
5852         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5853         `wl-summary-buffer-exit-func'
5854         (wl-summary-buffer-message-redisplay-function): Renamed from
5855         `wl-summary-buffer-message-redisplay-func'
5856         (wl-summary-buffer-next-folder-function): Renamed from
5857         `wl-summary-buffer-next-folder-func'.
5858         (wl-summary-buffer-prev-folder-function): Renamed from
5859         `wl-summary-buffer-prev-folder-func'.
5860         (wl-summary-get-petname-function): Renamed from
5861         `wl-summary-get-petname-func'.
5862
5863         * wl-score.el (wl-score-edit-exit-function): Renamed from
5864         `wl-score-edit-exit-func'.
5865
5866         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5867         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5868
5869         * wl-util.el (wl-load-profile-function): Renamed from
5870         `wl-load-profile-func'.
5871
5872         * wl-folder.el (wl-folder-completion-function): Renamed from
5873         `wl-folder-completion-func'.
5874         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5875
5876         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5877         `wl-expire-archive-get-folder-func'.
5878         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5879         (wl-draft-send-mail-function): Renamed from
5880         `wl-draft-send-mail-func'.
5881         (wl-draft-send-news-function): Renamed from
5882         `wl-draft-send-news-func'.
5883         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5884         (wl-generate-mailer-string-function): Renamed from
5885         `wl-generate-mailer-string-func'.
5886         (wl-highlight-signature-search-function): Renamed from
5887         `wl-highlight-signature-search-func'.
5888         (wl-highlight-x-face-function): Renamed from
5889         `wl-highlight-x-face-func'
5890         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5891         (wl-ps-print-buffer-function): Renamed from
5892         `wl-ps-print-buffer-func'
5893         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5894         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5895         (wl-summary-subject-filter-function): Renamed from
5896         `wl-summary-subject-filter-func'.
5897
5898         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5899         `wl-draft-queue-flush-send-func'
5900         (wl-draft-cite-function): Renamed from
5901         `wl-draft-cite-func'
5902
5903         * wl-address.el (wl-address-init-function): Renamed from
5904         `wl-address-init-func'.
5905
5906 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * wl-draft.el (wl-draft-queue-flush): Don't call
5909         `elmo-dop-unlock-message'.
5910         * wl-draft.el (wl-draft-queue-append): Don't call
5911         `elmo-dop-lock-message'.
5912
5913         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5914         (wl-summary-buffer-folder-name): Ditto.
5915         (wl-summary-message-regexp): Added '-' (all other related portions
5916         are changed).
5917         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5918         wl-summary-buffer-folder-name.
5919
5920 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5921
5922         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5923         the number of mails in the folder buffer is not updated by wl-biff.
5924
5925 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5928         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5929
5930 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5931
5932         * wl-summary.el (wl-summary-next-message):
5933         Return next message number when wl-summary-move-order is nil.
5934
5935 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5936
5937         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5938         `wl-summary-move-spec-alist'.
5939         (wl-summary-move-spec-unplugged-alist): New variable
5940         (Move spec for unplugged status).
5941         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5942         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5943
5944 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5945
5946         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5947         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5948
5949 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5950
5951         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5952         simple quotation to quote the anonymous function.
5953         * tm-wl.el (wl-draft-preview-message): Ditto.
5954
5955 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5956
5957         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5958         Eliminate redundant `save-excursion'.
5959         (wl-highlight-summary-current-line): Ditto.
5960
5961         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5962         accessing match data when `looking-at' failed.
5963
5964         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5965         `elmo-match-string' where users don't care about the speed.
5966         (wl-draft-save): Ditto.
5967
5968 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-util.el (wl-regexp-opt): New function.
5971
5972         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5973         number from `wl-summary-buffer-number-list'.
5974         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5975         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5976         (wl-summary-move-spec-alist): Changed default setting.
5977
5978 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5979
5980         * wl-vars.el (wl-biff-notify-hook): New hook.
5981         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5982         the arrival of new mail.
5983         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5984         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5985
5986 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5989
5990 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5993
5994         * Version number is increased to 2.5.8.
5995
5996         * wl-thread.el (toplevel): require 'cl.
5997         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5998         (wl-thread-make-number-list): New function.
5999         (wl-thread-entity-make-number-list-from-children): Ditto.
6000         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6001         (wl-thread-entity-insert-as-children): Likewise.
6002         (wl-thread-delete-message): Likewise.
6003         (wl-meaning-of-mark): Eliminated.
6004         (wl-thread-next-failure-mark-p): Ditto.
6005         (wl-thread-entity-get-mark): Ditto.
6006         (wl-thread-meaning-alist-get-result): Ditto.
6007         (wl-thread-entity-check-prev-mark): Ditto.
6008         (wl-thread-entity-check-next-mark): Ditto.
6009         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6010         (wl-thread-entity-get-prev-marked-entity): Ditto.
6011         (wl-thread-get-prev-unread): Ditto.
6012         (wl-thread-jump-to-prev-unread): Ditto.
6013         (wl-thread-get-next-unread): Ditto.
6014         (wl-thread-jump-to-next-unread): Ditto.
6015         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6016         (wl-thread-entity-get-next-marked-entity): Ditto.
6017
6018         * wl-summary.el (wl-summary-buffer-number-list):
6019         New bufer-local variable.
6020         (wl-summary-switch-to-clone-buffer): Clone
6021         `wl-summary-buffer-number-list'.
6022         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6023         (wl-summary-cursor-move-regex): Eliminated.
6024         (wl-summary-cursor-up): Rewrite.
6025         (wl-summary-cursor-down): Ditto.
6026         (wl-summary-mode-spec-alist): New variable.
6027         (wl-summary-next-message): New inline function.
6028         (wl-summary-cursor-move): New function.
6029         (wl-summary-default-get-next-msg): Rewrite.
6030         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6031         (wl-summary-rescan): Ditto.
6032         (wl-summary-sync-all-init): Ditto.
6033         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6034         summary is not thread view.
6035         (wl-summary-sync-update): Ditto.
6036         (wl-summary-rescan): Ditto.
6037         (wl-summary-make-number-list): New function.
6038
6039         * wl-draft.el: "FCC" -> "Fcc".
6040
6041 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6042
6043         * wl-highlight.el (wl-highlight-summary-window):
6044         Call `set-buffer-modified-p'.
6045
6046         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6047         (wl): Call `elmo-init' and fix.
6048
6049         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6050         Use new variables.
6051
6052         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6053
6054 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6057
6058 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6059
6060         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6061
6062 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6063
6064         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6065         `wl-use-toolbar' nor `display-graphic-p'.
6066         (wl-e21-setup-message-toolbar): Ditto.
6067         (wl-e21-setup-summary-toolbar): Ditto.
6068         (wl-e21-setup-folder-toolbar): Ditto.
6069
6070         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6071         (wl-plugged-init-icons): Ditto.
6072
6073         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6074         `display-graphic-p'.
6075         (wl-plugged-set-folder-icon): Ditto.
6076         (wl-highlight-plugged-current-line): Ditto.
6077         (wl-highlight-folder-current-line): Ditto.
6078         (wl-e21-highlight-folder-group-line): Ditto.
6079         (wl-e21-setup-toolbar): Ditto.
6080         (wl-e21-display-image-p): New macro.
6081
6082         * wl-demo.el (wl-demo): Simplified.
6083         (wl-demo-image-type-alist): Use `image-type-available-p' for
6084         checking whether the image type `xbm' is available.
6085
6086 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6087
6088         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6089         (wl-summary-input-range): Ditto.
6090
6091 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6092
6093         * wl-summary.el (wl-summary-edit-addresses): Use
6094         `wl-summary-get-original-buffer'
6095         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6096         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6097         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6098         (wl-summary-get-newsgroups): Eliminated.
6099         (wl-summary-set-crosspost): Ditto.
6100         (wl-summary-is-crosspost-folder): Ditto.
6101         (wl-crosspost-alist-load): Ditto.
6102         (wl-crosspost-alist-save): Ditto.
6103
6104         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6105         `elmo-setup-subscribed-newsgroups' instead of
6106         `elmo-nntp-make-groups-hashtb'.
6107         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6108         instead of `wl-crosspost-alist-save'.
6109
6110         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6111         of `elmo-folder-message-appendable-p'.
6112         (wl-mime-header-presentation-method): Eliminated.
6113
6114         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6115         (Error occurs in emacs21).
6116
6117         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6118         the current buffer).
6119
6120         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6121         instead of `wl-crosspost-alist-save'.
6122         (wl-init): `elmo-crosspost-message-alist-load'
6123         instead of `wl-crosspost-alist-load'
6124
6125         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6126         (wl-parse-newsgroups): Likewise.
6127         (wl-biff-notify): Run `wl-biff-notify-hook'.
6128
6129 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6130
6131         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6132
6133         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6134         when `wl-summary-lazy-highlight' is non-nil.
6135         (wl-summary-goto-folder-subr): Highlight only when
6136         `wl-summary-lazy-highlight' is non-nil.
6137
6138         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6139         Don't display progress and highlight temp-mark when
6140         `wl-summary-lazy-highlight' is non-nil.
6141         (wl-highlight-summary-window): New function.
6142         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6143
6144 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * wl-summary.el (wl-summary-sync): Change `all-visible'
6147         from `all-shown'
6148         (wl-summary-input-range): Ditto.
6149
6150 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6151
6152         * wl-e21.el (wl-highlight-folder-current-line): Call
6153         `wl-folder-init-icons' when folder icons have not been initialized.
6154
6155         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6156
6157         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6158         (wl-demo-image-type-alist): New macro.
6159
6160 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6161
6162         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6163         display does not support graphics.
6164         (wl-plugged-init-icons): Ditto.
6165         (wl-folder-init-icons): Ditto.
6166
6167         * wl-demo.el (wl-demo): Chech closely whether the display
6168         supports graphics.
6169
6170 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * wl-summary.el (wl-summary-get-original-buffer): New function.
6173         (wl-summary-set-crosspost): Use it.
6174         (wl-summary-target-mark-uudecode): Ditto.
6175         (wl-summary-reedit): Ditto.
6176         (wl-summary-resend-bounced-mail): Ditto.
6177         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6178         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6179
6180         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6181         (wl-message-display-internal): Ditto.
6182
6183 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6184
6185         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6186
6187 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6188
6189         * wl-summary.el (wl-summary-save-view): Renamed from
6190         `wl-summary-save-status'.
6191
6192 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6193
6194         * wl-summary.el (wl-summary-sync): Added `all-shown'
6195
6196 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6197
6198         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6199
6200 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6201
6202         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6203
6204 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6205
6206         * wl-highlight.el (wl-highlight-summary-line-string): Use
6207         `zerop' instead of `= 0'.
6208         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6209
6210         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6211         for comparing numbers.
6212         (wl-template-prev): Use `zerop' instead of `eq 0'.
6213
6214         * wl-draft.el (wl-draft-insert-current-message): Use
6215         `with-current-buffer' instead of `save-excursion'.
6216         Use `zerop' instead of `eq 0'.
6217
6218 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6219
6220         * wl-draft.el (wl-draft-insert-ccs): New function.
6221         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6222         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6223
6224 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6227
6228 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-expire.el (wl-expire-refile): Don't call
6231         elmo-msgdb-add-msgs-to-seen-list;
6232         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6233         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6234
6235 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6236
6237         * wl-message.el (wl-message-prev-page): Ignore errors while
6238         scroll-down.
6239
6240 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl-mime.el: Use elmo-original-message-mode instead of
6243         mmelmo-original-mode.
6244
6245         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6246         `elmo-folder-get-spec';
6247         (wl-fldmgr-add-completion-all-completions):
6248         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6249
6250         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6251         of `elmo-folder-get-type'.
6252
6253         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6254         `elmo-folder-get-spec';
6255         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6256         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6257         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6258         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6259         `elmo-read-msg-no-cache';
6260         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6261         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6262         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6263         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6264         `elmo-cache-save';
6265         (wl-draft-reedit): Use `elmo-message-file-name'.
6266
6267         * wl-expire.el: Use `elmo-folder-name-internal';
6268         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6269         Use macro `wl-summary-buffer-msgdb' instead of variable
6270         `wl-summary-buffer-msgdb';
6271         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6272         Use macro `wl-summary-buffer-folder-name' instead of variable
6273         `wl-summary-buffer-folder-name'.
6274         * wl-score.el: Likewise.
6275
6276         * wl-message.el: Rewrite for new message buffer cache mechanism.
6277         (wl-message-buffer-cache-buffer-get): New macro.
6278         (wl-message-buffer-cache-folder-get): Ditto.
6279         (wl-message-buffer-cache-message-get): Ditto.
6280         (wl-message-buffer-cache-entry-make): Ditto.
6281         (wl-message-buffer-cache-hit): Ditto.
6282         (wl-message-buffer-cache-sort): New function.
6283         (wl-message-buffer-cache-add): Ditto.
6284         (wl-message-buffer-cache-delete): Ditto.
6285         (wl-message-buffer-cache-clean-up): Ditto.
6286         (wl-message-buffer-window): Rewrite.
6287         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6288         (wl-message-buffer-display): New function.
6289         (wl-message-display-internal): New function.
6290
6291 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * wl-folder.el: Use `elmo-folder-name-internal';
6294         Use `wl-folder-get-elmo-folder';
6295         Use `elmo-folder-list-messages' instead of
6296         `elmo-list-folder';
6297         Use `elmo-folder-get-primitive-list' instead of
6298         `elmo-folder-get-primitive-spec-list';
6299         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6300         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6301         Use `elmo-folder-create' instead of `elmo-create-folder'.
6302         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6303         (wl-folder-get-elmo-folder): New macro.
6304         (wl-folder-elmo-folder-cache-get): Ditto.
6305         (wl-folder-elmo-folder-cache-put): Ditto.
6306         (wl-folder-suspend): Call `elmo-quit'.
6307
6308         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6309         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6310         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6311         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6312         (toplevel): require 'cl.
6313         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6314
6315         * wl-summary.el: Rewrite to use new elmo interface.
6316
6317 \f
6318 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-mime.el (wl-draft-preview-message):
6321         Run `wl-draft-send-hook' before collecting recipients information;
6322         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6323
6324         * tm-wl.el (wl-draft-preview-message): Ditto.
6325
6326 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6329         wrong recipients are displayed when forwarded message.
6330
6331 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * Version number is increased to 2.5.7.
6334
6335 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6336
6337         * wl-message.el (wl-message-next-page): Bind
6338         `window-pixel-scroll-increment' to nil while scrolling up.
6339
6340 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6341
6342         * wl-vars.el (wl-save-hook): New hook.
6343         * wl.el (wl-save): Call `wl-save-hook'.
6344
6345 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6346
6347         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6348         Argument WITH-ARG instead of NO-ARG (negative mean).
6349         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6350         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6351         * wl-message.el (wl-message-follow-current-entity): Likewise.
6352
6353 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6354
6355         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6356         FROM was optional argument.
6357         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6358
6359 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6360
6361         * Version number is increased to 2.5.6.
6362
6363 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6364
6365         * wl-version.el (wl-version-show): Removed.
6366         (wl-version): Add `interactive'.
6367
6368 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6369
6370         * wl-summary.el (wl-summary-get-petname-func): New variable.
6371         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6372         instead of `wl-address-get-petname-1'.
6373         (wl-summary-simple-from): Ditto.
6374
6375         * wl-address.el (wl-address-get-petname-1): Define as function.
6376
6377 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6378
6379         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6380         field in the original message.
6381         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6382
6383 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6384
6385         * wl-expire.el (wl-expire-hide):
6386         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6387
6388 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6389
6390         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6391         find decoder for To, Cc, and Subject.
6392
6393 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6396         for checking `elmo-use-buffer-cache'.
6397         (wl-summary-mark-as-important): Fixed typo in comment.
6398
6399 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6402         field in the original message.
6403         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6404
6405 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6406
6407         * wl-expire.el (wl-expire-hide):
6408         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6409
6410 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6413         find decoder for To, Cc, and Subject.
6414
6415 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6416
6417         * Version number is increased to 2.5.5.
6418
6419         * wl-address.el (wl-address-specials-regexp): New constant.
6420         (wl-address-quote-specials): Use it.
6421
6422 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-summary.el (wl-summary-rescan):
6425         Call `wl-summary-buffer-number-column-detect'.
6426         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6427
6428         * wl-message.el (wl-message-mode-map): Define.
6429         (wl-message-decode): Use it as local-map.
6430
6431 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6434         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6435
6436 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6439
6440         * wl-mule.el (wl-read-event-char): Ditto.
6441
6442         * wl-e21.el (wl-read-event-char): Ditto.
6443
6444         * wl-nemacs.el (wl-read-event-char): Ditto.
6445         (read-event): Removed.
6446
6447         * wl-util.el (toplevel): Removed dummy definition of
6448         `read-event'.
6449         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6450
6451 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6452
6453         * wl-nemacs.el (elmo-archive-call-process): Moved to
6454         elmo-archive.el.
6455
6456 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6457
6458         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6459         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6460
6461         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6462         instead of magic-number 6.  Use `not' instead of `null' for symbol
6463         `nil' check (not empty list).
6464         (wl-draft-insert-x-face-field): Fixed paren style.
6465
6466         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6467         one-branch conditional statement, instead of `and' and `if'.
6468         (wl-draft-forward): Likewise.
6469         (wl-draft-add-references): Likewise.
6470         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6471
6472         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6473         conditional steatment.  Use `cond' instead of `if'.
6474         (wl-draft-confirm): Likewise.
6475
6476 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6477
6478         * wl-version.el (wl-version-show): Use `product-string-1'
6479         instead of `wl-version'.
6480         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6481
6482         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6483
6484 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6485
6486         * wl-highlight.el (wl-highlight-headers): Revert
6487         `wl-highlight-x-face-func' argument (`beg' and `end').
6488
6489 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6490
6491         * wl.el (toplevel): Move `product-provide' declare.
6492         * wl-demo.el (toplevel): Ditto.
6493         * wl-dnd.el (toplevel): Ditto.
6494         * wl-highlight.el (toplevel): Ditto.
6495         * wl-message.el (toplevel): Ditto.
6496         * wl-refile.el (toplevel): Ditto.
6497         * wl-util.el (toplevel): Ditto.
6498
6499 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6500
6501         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6502         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6503         (wl-thread-close-all): keep cursor position.
6504
6505 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6506
6507         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6508         (eq x 0).
6509         (wl-generate-user-agent-string-1): Fix conditional statement.
6510
6511 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl.el (wl-check-environment): Additional check for
6514         'wl-local-domain' and `wl-message-id-domain'.
6515
6516 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6519
6520 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6521
6522         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6523         instead of `smtp-sasl-user-realm'.
6524
6525 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6526
6527         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6528
6529 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6530
6531         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6532         to the default value as well as `eword-lexical-analyzer'.
6533
6534 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6535
6536         * wl-version.el (wl-extended-emacs-version,
6537         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6538         `elmo-match-string' instead of `wl-match-string'.
6539
6540 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6541
6542         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6543         docstring.
6544
6545 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6546
6547         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6548
6549 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6550
6551         * wl-highlight.el (wl-highlight-headers): Remove
6552         `wl-highlight-x-face-func' argument (`beg' and `end').
6553
6554 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6555
6556         * wl-summary.el (wl-summary-mark-as-important):
6557         Remove cache if folder is local.
6558
6559 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6560
6561         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6562         to get existing e-mail address string.
6563
6564 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6565
6566         * wl-version.el (wl-generate-user-agent-string): Commentary.
6567         (wl-generate-user-agent-string-1): Use `when' for
6568         one-branch conditional statement, instead of `and' and `if'.
6569         (wl-extended-emacs-version, wl-extended-emacs-version2,
6570         wl-extended-emacs-version3): Ditto.
6571
6572 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6575         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6576         condition-case; Remove initialization.
6577         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6578         (wl-summary-sync-update3): Added argument `sync-all';
6579         Eliminated local variable `msgdb';
6580         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6581         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6582         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6583
6584 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6585
6586         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6587         connection before call `wl-draft-send-mail-with-smtp'.
6588
6589 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * Version number is increased to 2.5.4.
6592
6593 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6594
6595         * wl.el (wl-check-environment): Additional check for
6596         'wl-local-domain' and `wl-message-id-domain'.
6597
6598 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6601         buffer as command specific.
6602         (wl-folder-mark-as-read-all-entity): Ditto.
6603         (wl-folder-prefetch-entity): Ditto.
6604         (wl-folder-drop-unsync-entity): Ditto.
6605
6606         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6607         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6608         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6609
6610         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6611         save-excursion.
6612
6613 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * Version number is increased to 2.5.3.
6616
6617         * wl-summary.el (wl-summary-save-view-cache):
6618         Delete duplicated `write-region';
6619         Use `write-region-as-binary' instead of `as-binary-output-file' and
6620         `write-region'.
6621
6622 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6623
6624         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6625
6626 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6629         instead of `smtp-via-smtp'.
6630
6631 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6634
6635 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6638         instead of `smtp-sasl-user-realm'.
6639
6640 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6641
6642         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6643
6644 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * Version number is increased to 2.5.2.
6647
6648 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6651         does not exist.
6652         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6653         (wl-biff-start): Call `timer-activate' if timer already exists.
6654
6655         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6656         only when it is bound as function.
6657
6658 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6659
6660         * Version number is increased to 2.5.1.
6661
6662 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6665         Print refile/copy destination.
6666
6667 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6670         queue-flush-only is non-nil.
6671
6672         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6673
6674         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6675         checking cache folder.
6676
6677 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6678
6679         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6680         `regexp-quote'.
6681
6682 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6683
6684         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6685         function.
6686         * wl-summary.el (wl-summary-write-current-folder-functions):
6687         Change default value.  Use it.
6688
6689 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * Version number is increased to 2.5.0.
6692
6693         * wl-version.el (wl-version): Changed codename.
6694
6695 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6696
6697         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6698         (wl-summary-supersedes-message): Ditto.
6699
6700 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6701
6702         * wl-refile.el (wl-refile-guess-functions): Renamed from
6703         `wl-refile-guess-func-list'.
6704
6705 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6708         Fixed problem when no rule was matched.
6709
6710 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6711
6712         * wl-summary.el (wl-summary-get-mark): Fixed
6713         `wl-summary-buffer-target-mark' check logic.
6714
6715 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6716
6717         * wl-folder.el (wl-folder-write-current-folder): Added group
6718         folder check.
6719
6720         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6721         `wl-summary-write-current-newsgroup'.
6722         (wl-summary-write-current-folder-functions): New variable.
6723         * wl-folder.el (wl-folder-get-newsgroups): New function.
6724         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6725         (wl-folder-write-current-folder): Renamed from
6726         `wl-folder-write-current-newsgroup'.
6727
6728 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6729
6730         * Version number is increased to 2.3.93.
6731
6732 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6735         (wl-ldap-make-matched-value-list): Ditto.
6736         (wl-ldap-alias-safe-string): Split e-mail address.
6737
6738         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6739         petname folder default was selected.
6740         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6741         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6742
6743 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6746         to `wl-draft-config-exec'.
6747
6748         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6749         instead of calling `wl-draft-config-exec';
6750         Process group-list and show recipients in minibuffer.
6751
6752         * tm-wl.el (wl-draft-preview-message): Ditto.
6753
6754 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6755
6756         * wl.el (toplevel): Added (C) to copyright notice, and
6757         sync Author header.
6758         * tm-wl.el (toplevel): Ditto.
6759         * wl-address.el (toplevel): Ditto.
6760         * wl-demo.el (toplevel): Ditto.
6761         * wl-dnd.el (toplevel): Ditto.
6762         * wl-draft.el (toplevel): Ditto.
6763         * wl-e21.el (toplevel): Ditto.
6764         * wl-expire.el (toplevel): Ditto.
6765         * wl-folder.el (toplevel): Ditto.
6766         * wl-highlight.el (toplevel): Ditto.
6767         * wl-message.el (toplevel): Ditto.
6768         * wl-mime.el (toplevel): Ditto.
6769         * wl-mule.el (toplevel): Ditto.
6770         * wl-nemacs.el (toplevel): Ditto.
6771         * wl-refile.el (toplevel): Ditto.
6772         * wl-score.el (toplevel): Ditto.
6773         * wl-summary.el (toplevel): Ditto.
6774         * wl-template.el (toplevel): Ditto.
6775         * wl-thread.el (toplevel): Ditto.
6776         * wl-util.el (toplevel): Ditto.
6777         * wl-vars.el (toplevel): Ditto.
6778         * wl-xmas.el (toplevel): Ditto.
6779
6780 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6781
6782         * wl.el (wl-init): Added comment about `wl-init-hook'.
6783         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6784         * wl-vars.el (wl-init-hook): Added docs.
6785         (wl-make-plugged-hook): Removed useless docs.
6786         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6787         * wl-xmas.el (toplevel): Ditto.
6788
6789 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6790
6791         * wl-address.el (toplevel): Fixed multiple Author header format.
6792         * wl-demo.el (toplevel): Ditto.
6793         * wl-draft.el (toplevel): Ditto.
6794         * wl-folder.el (toplevel): Ditto.
6795         * wl-summary.el (toplevel): Ditto.
6796         * wl-thread.el (toplevel): Ditto.
6797         * wl-util.el (toplevel): Ditto.
6798         * wl-vars.el (toplevel): Ditto.
6799         * wl-version.el (toplevel): Ditto.
6800         * wl-xmas.el (toplevel): Ditto.
6801         * wl.el (toplevel): Ditto.
6802
6803         * wl-version.el (toplevel): Added require `elmo-version' for
6804         `product-version-as-string'.
6805
6806 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-vars.el (wl-draft-send-hook): Changed default value to
6809         '(wl-draft-config-exec).
6810
6811         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6812         explicitly.
6813         (wl-draft): Set `wl-draft-config-exec-flag' before running
6814         `wl-mail-setup-hook'.
6815
6816         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6817         `wl-biff-init-icons' to `wl-init-hook' instead of
6818         `wl-make-plugged-hook'.
6819         (Because if `wl-draft' command is invoked at first,
6820         they are not initialized)
6821         Updated copyright notice.
6822
6823         * wl-e21.el (toplevel): Ditto;
6824
6825         * wl-demo.el (toplevel): Updated copyright notice.
6826         * wl-address.el (toplevel): Ditto.
6827         * wl-draft.el (toplevel): Ditto.
6828         * wl-version.el (toplevel): Ditto.
6829         * wl-folder.el (toplevel): Ditto.
6830         * wl-summary.el (toplevel): Ditto.
6831         * wl-thread.el (toplevel): Ditto.
6832         * wl-util.el (toplevel): Ditto.
6833         * wl-vars.el (toplevel): Ditto.
6834         * wl.el (toplevel): Ditto.
6835
6836 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-highlight.el (wl-highlight-message): Fixed problem of
6839         highlighting failure which occured when the last field contains
6840         multiple lines in the draft buffer.
6841
6842         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6843         `wl-biff-start' if plugged.
6844
6845         * wl-util.el (wl-biff-check-folder): New function.
6846         (wl-biff-check-folders): Don't set session name prefix.
6847         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6848         (wl-biff-check-folder-async): Ditto.
6849
6850         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6851         in email address.
6852
6853 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6854
6855         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6856
6857         * wl-draft.el (wl-draft-strip-subject-re): New function.
6858
6859         * wl-draft.el (wl-draft-reply): Use it.
6860
6861 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-message.el (wl-mmelmo-message-redisplay): Use
6864         `mime-display-message' instead of `wl-mime-display-message'.
6865
6866         * wl-mime.el (toplevel): Removed compatibility workaround
6867         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6868         (wl-mime-display-message): Abolished.
6869         (wl-mime-entity-read-field): Ditto.
6870         (wl-mime-combine-message/partial-pieces): Use
6871         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6872
6873 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6874
6875         * wl-template.el: Doc fixes.
6876
6877 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6878
6879         * wl-e21.el (wl-message-overload-functions): Do nothing if
6880         `current-local-map' is not available.
6881         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6882
6883 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6884
6885         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6886         representation.
6887
6888         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6889         number.
6890         (wl-fldmgr-save-folders): Don't use `format' when insert
6891         `wl-fldmgr-folders-header'.
6892
6893 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6894
6895         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6896
6897 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-highlight.el (wl-highlight-message):
6900         Use `std11-field-end' to detect end point of the header field.
6901         Refer `wl-highlight-max-header-size'.
6902
6903         * wl-vars.el (wl-highlight-max-header-size): New variable.
6904
6905         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6906
6907         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6908         Set `for-draft' argument of wl-highlight-headers.
6909         (wl-draft): Ditto.
6910         (wl-draft-reedit): Ditto.
6911         (wl-user-agent-compose-internal): Ditto.
6912
6913 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6914
6915         * wl-message.el (wl-message-add-button): Use overlay.
6916
6917 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6920
6921         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6922         problem when group-list content is nothing.
6923         (Reported by Mito <mit@nines.nec.co.jp>)
6924
6925 2000-10-18  SAITO Atsunori <sai@yedo.com>
6926
6927         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6928
6929 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6930
6931         * tm-wl.el (toplevel): Use product-provide.
6932
6933 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * Version number is increased to 2.3.92.
6936
6937 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6938
6939         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6940         title text, use `display' property for left margin under Emacs 21.
6941
6942         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6943         properties.
6944         (wl-plugged-init-icons): Ditto.
6945
6946 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6947
6948         * wl.el (wl-save-status, wl-init): Remove last period in
6949         "...done." message.
6950         * tm-wl.el (wl-summary-burst): Ditto.
6951         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6952         wl-summary-resume-cache-status,
6953         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6954         wl-summary-sync-update3, wl-summary-highlight-msgs,
6955         wl-summary-flush-pending-append-operations,
6956         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6957         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6958         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6959         wl-thread-open-all): Ditto.
6960         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6961         * wl-mime.el (wl-summary-burst): Ditto.
6962         * wl-highlight.el (wl-highlight-summary): Ditto.
6963         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6964         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6965         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6966         * wl-address.el (wl-local-address-init): Ditto.
6967
6968 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6969
6970         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6971         `add-text-properties'.
6972         (wl-plugged-init-icons): Ditto.
6973         (wl-folder-init-icons): Use `propertize' instead of
6974         `put-text-property'.
6975         (wl-plugged-set-folder-icon): Ditto.
6976         (wl-e21-highlight-folder-group-line): Ditto.
6977
6978 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6979
6980         * wl-version.el (wl-version-status-alist): New variable.
6981         (wl-version-status): New function.
6982
6983         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6984         "Cc" part of the case "Reply-To".
6985
6986         * wl-draft.el (wl-draft-reply): Use result of
6987         `eword-extract-address-components'.
6988
6989         * wl-demo.el (wl-demo-icon-name): New constant.
6990         (wl-logo-xpm): Use it.
6991         (wl-logo-xbm): Ditto.
6992         (wl-logo-bitmap): Ditto.
6993
6994         * Version number is increased to 2.3.91.
6995
6996 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6997
6998         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6999         (wl-extended-emacs-version, wl-extended-emacs-version2,
7000         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7001         docstring.
7002
7003         * wl-version.el (wl-generate-user-agent-string-1): New function.
7004         (wl-generate-user-agent-string): Use it.
7005
7006         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7007         `mime-edit-insert-user-agent-field'.
7008         (wl-generate-user-agent-string): Check
7009         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7010
7011         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7012         instead of `if', when verbose case.
7013
7014 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * wl-expire.el (wl-summary-expire): Fix.
7017
7018 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7019
7020         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7021         and `elmo-lost+found-folder' if 'wl-draft.
7022         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7023
7024 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7025
7026         * wl-expire.el (wl-summary-expire): Change messages.
7027         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7028         `deleing-info' instead of "Deleting..."
7029
7030 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7031
7032         * wl-summary.el (wl-summary-refile-subr): Fix.
7033
7034 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7035
7036         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7037         if pipe folder.
7038
7039 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7040
7041         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7042
7043 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7044
7045         * wl-expire.el (wl-expire-hide): New function.
7046         (wl-summary-expire): Add `hide'.
7047
7048 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * wl-vars.el (wl-draft-reply-without-argument-list):
7051         Changed default value to consider `Reply-To:'.
7052         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7053
7054         * Version number is increased to 2.3.90.
7055
7056         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7057         elmo-imap4-get-session with unwind-protect.
7058         Don't cause error.
7059         (wl-summary-sync-marks): Don't check plugged nor folder type.
7060         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7061         (Always keep current buffer).
7062
7063 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7064
7065         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7066         Enclose with `save-excursion'.
7067
7068 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7069
7070         * wl-version.el (wl-version): Remove interactive.
7071
7072 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7073
7074         * wl-version.el (wl-generate-user-agent-string): Use
7075         `product-string-verbose' instead of `product-string-1'.
7076
7077 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7078
7079         * wl-vars.el (wl-draft-use-cache): New variable.
7080         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7081         if wl-draft-use-cache is non-nil.
7082
7083 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7084
7085         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7086         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7087
7088 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7091         (wl-thread-msg-mark-as-unread): Ditto.
7092
7093         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7094         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7095         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7096         Don't set mark in summary if return value of `elmo-mark-as-read'
7097         is nil.
7098         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7099         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7100         instead of `wl-thread-msg-mark-as-read'.
7101         (wl-summary-mark-as-unread-region): Ditto.
7102         (wl-summary-target-mark-mark-as-read): Ditto.
7103
7104         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7105
7106 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7109
7110         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7111
7112 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7113
7114         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7115         face.
7116
7117 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7118
7119         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7120         `running-xemacs'.
7121
7122 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7123
7124         * wl-version.el (toplevel): Use `product-version-as-string' for
7125         set verstion-string, if defined.
7126
7127         * wl-version.el (wl-version-show): Insert string at point, when
7128         call with argument.
7129
7130         * wl-version.el (wl-generate-user-agent-string): Use
7131         `product-string-1' instead of `wl-appname', `wl-version' and
7132         `wl-codename'.
7133
7134 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7135
7136         * wl-address.el (toplevel): Use product-provide.
7137         * wl-demo.el (toplevel): Ditto.
7138         * wl-dnd.el (toplevel): Ditto.
7139         * wl-draft.el (toplevel): Ditto.
7140         * wl-e21.el (toplevel): Ditto.
7141         * wl-expire.el (toplevel): Ditto.
7142         * wl-fldmgr.el (toplevel): Ditto.
7143         * wl-folder.el (toplevel): Ditto.
7144         * wl-highlight.el (toplevel): Ditto.
7145         * wl-message.el (toplevel): Ditto.
7146         * wl-mime.el (toplevel): Ditto.
7147         * wl-mule.el (toplevel): Ditto.
7148         * wl-nemacs.el (toplevel): Ditto.
7149         * wl-refile.el (toplevel): Ditto.
7150         * wl-score.el (toplevel): Ditto.
7151         * wl-summary.el (toplevel): Ditto.
7152         * wl-template.el (toplevel): Ditto.
7153         * wl-thread.el (toplevel): Ditto.
7154         * wl-util.el (toplevel): Ditto.
7155         * wl-vars.el (toplevel): Ditto.
7156         * wl-xmas.el (toplevel): Ditto.
7157         * wl.el (toplevel): Ditto.
7158
7159 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7160
7161         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7162         instead of product.
7163
7164         * wl-version.el (wl-version): Compile time evalution elmo-version.
7165
7166 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7167
7168         * wl-summary.el (wl-summary-sync-force-update): Append queue
7169         `mark-as-read'if unplugged.
7170
7171 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7172
7173         * wl-version.el: New file.  Use product.el.
7174         * wl.el: add (require 'wl-version).
7175         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7176         for ~/.folders header.
7177         (wl-fldmgr-folders-header): Changed.
7178         * wl-demo.el (wl-demo): Use product.el.
7179
7180         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7181         wl-version.el.
7182         * wl-util.el (wl-version, wl-version-show): Ditto.
7183
7184         * wl-util.el (wl-generate-user-agent-string,
7185         wl-extended-emacs-version, wl-extended-emacs-version2,
7186         wl-extended-emacs-version3): Move to wl-version.el.
7187         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7188         xemacs-codename, mime-edit-insert-user-agent-field,
7189         mime-edit-user-agent-value, mime-editor/version,
7190         mime-editor/codename): Compile warning killer move to
7191         wl-version.el
7192
7193 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7194
7195         * wl-summary.el (wl-summary-refile-subr): Fix.
7196
7197 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7200         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7201
7202 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7203
7204         * wl.el (wl-check-environment): Check too many `@'.
7205
7206 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7207
7208         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7209
7210 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7211
7212         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7213         wl-draft-reply-myself-without-argument-list): Add variables.
7214         * wl-draft.el (wl-draft-reply): Use it.
7215
7216 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7217
7218         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7219         the 5th argument of `elmo-network-get-spec'.
7220
7221         * wl-thread.el (wl-thread-reparent-children): New inline function.
7222         (wl-thread-delete-message): Use it.
7223
7224         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7225         (wl-summary-score-update-all-lines): Don't use `dolist'.
7226
7227 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7228
7229         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7230         (require 'elmo-msgdb) for inline function.
7231
7232 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7233
7234         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7235
7236 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7237
7238         * wl-score.el (wl-score-headers): Fix for the confusing macro
7239         `elmo-kill-buffer'.
7240
7241 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7242
7243         * wl-summary.el: Don't use the 3rd argument of `require' because
7244         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7245         * wl-util.el: Ditto.
7246         * wl-draft.el: Ditto.
7247
7248 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7249
7250         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7251         window system is not used.
7252
7253 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7254
7255         * wl-thread.el: Don't use `mapcar' only for iteration.
7256         (wl-thread-resume-entity): Ditto.
7257         (wl-thread-delete-message): Ditto.
7258
7259         * wl-summary.el: Bind `dragdrop-drop-functions',
7260         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7261         of `require' for `timezone', `easymenu' and `ps-print';
7262         don't use `mapcar' only for iteration.
7263
7264         * wl-util.el: Bind `mule-version', `nemacs-version',
7265         `emacs-beta-version', `xemacs-codename',
7266         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7267         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7268         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7269         only for iteration.
7270
7271         * wl-score.el: Don't use `mapcar' only for iteration.
7272         (wl-score-simplify-buffer-fuzzy): Ditto.
7273         (wl-score-simplify-subject): Ditto.
7274         (wl-score-headers): Ditto.
7275         (wl-summary-score-update-all-lines): Ditto.
7276
7277         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7278         `enable-multibyte-characters' and `mule-version'.
7279
7280         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7281         `mapcar' only for iteration.
7282
7283         * wl-demo.el: Don't use `mapcar' only for iteration.
7284
7285         * wl-folder.el: Don't use `mapcar' only for iteration.
7286         (wl-folder-open-all): Ditto.
7287         (wl-folder-count-incorporates): Ditto.
7288
7289         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7290         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7291
7292         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7293         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7294         `smtp-connection-type'; specify 3rd argument of `require' for
7295         `timezone'; don't use `mapcar' only for iteration.
7296         (wl-draft-clone-local-variables): Don't use `mapcar'.
7297         (wl-draft-generate-clone-buffer): Ditto.
7298         (wl-user-agent-compose-internal): Ditto.
7299
7300         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7301
7302         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7303         (wl-save-status): Ditto.
7304
7305         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7306         for iteration.
7307
7308 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7311         removed `Date'.
7312         (wl-fldmgr-make-filter-default): New user option.
7313
7314         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7315         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7316         (wl-fldmgr-filter-completion-alist): Abolish.
7317
7318         * wl.el (wl): Don't check servers if arg is non-nil.
7319
7320         * wl-draft.el (wl-draft-reply): Set only message-id string to
7321         In-Reply-To field.
7322
7323 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-summary.el (wl-summary-pick): Rewrite.
7326
7327         * wl-draft.el (wl-draft-forward): Get references field from
7328         original buffer.
7329         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7330
7331 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7332
7333         * wl-draft.el (wl-draft-forward): Add references field.
7334
7335 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7338         (wl-draft-reply): Use it.
7339
7340 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7341
7342         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7343         when Emacs 21 is running.
7344
7345         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7346         bindings.
7347
7348 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7349
7350         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7351         XPM icons transparent.
7352
7353         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7354         Emacs 21.
7355
7356 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7359         nil.
7360
7361         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7362         when it is persistent.
7363         (wl-summary-sync-marks): Changed argument for
7364         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7365         (wl-summary-virtual): Use `elmo-read-search-condition'.
7366         (wl-summary-redisplay-internal): If folder is local, mark as read
7367         even when folder is plugged.
7368
7369 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7370
7371         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7372         of `tool-bar-lines' in the frame parameters.
7373         (after-make-frame-functions, post-command-hook): Don't modify the
7374         value.
7375         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7376         wl-e21-tool-bar-lines): Removed.
7377
7378 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7379
7380         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7381         properties `evaporate' and `wl-momentary-overlay' as well.
7382         (wl-highlight-summary-displaying): Ditto.
7383         (wl-delete-all-overlays): Don't delete overlay which does not have
7384         a property `wl-momentary-overlay'.
7385
7386         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7387         `display-mouse-p' and `display-graphic-p'.
7388         (wl-folder-init-icons): Don't search for XBM or the other files.
7389         (wl-plugged-set-folder-icon): Make icons if and only if
7390         `display-graphic-p' returns non-nil.
7391         (wl-highlight-plugged-current-line): Use `before-string' overlay
7392         property to show icon images.
7393         (wl-highlight-folder-current-line): Ditto.
7394         (wl-e21-highlight-folder-group-line): Ditto.
7395         (wl-e21-highlight-folder-by-numbers): Ditto.
7396         (wl-e21-insert-image): Removed.
7397         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7398         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7399         said.
7400         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7401         `wl-e21-force-switch-toolbar'.
7402         (wl-e21-make-icon-image): Removed.
7403         (wl-e21-setup-toolbar): Don't search for XBM files.
7404         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7405         the default value.
7406
7407 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7408
7409         * wl-util.el (wl-biff-check-folder-async): Set
7410         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7411
7412 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7413
7414         * wl-e21.el (after-make-frame-functions): Add
7415         `wl-e21-force-switch-toolbar'.
7416         (wl-e21-force-switch-toolbar): New function force to switch the
7417         toolbar appearance automatically.
7418         (post-command-hook): Add `wl-e21-switch-toolbar'.
7419         (wl-e21-switch-toolbar): New function to switch the toolbar
7420         appearance automatically.
7421         (wl-e21-tool-bar-lines): New buffer local variable.
7422
7423 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-util.el (wl-biff-check-folders-running): New variable.
7426         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7427         (wl-biff-check-folder-async-callback):
7428         Set `wl-biff-check-folders-running'.
7429         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7430         with unwind-protect.
7431
7432         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7433         Enclose `wl-folder-auto-check' with unwind-protect.
7434
7435         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7436         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7437
7438         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7439
7440         * wl-util.el (wl-biff-notify): New inline function.
7441         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7442         locally.
7443         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7444         folder-list' is 1.
7445         Use `wl-biff-notify'.
7446         (wl-biff-check-folder-async-callback): New function.
7447         (wl-biff-check-folder-async): Ditto.
7448
7449         * wl-folder.el (wl-folder): Don't check folders.
7450         (wl-folder-auto-check): New function.
7451
7452 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7453
7454         * wl-util.el (wl-biff-start) [Emacs19+]:
7455         Use `timer-next-integral-multiple-of-time'.
7456         (wl-biff-check-folders): Use `wl-default-folder'
7457         if `wl-biff-check-folder-list' is nil.
7458
7459 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7460
7461         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7462         instead of `elmo-delete-lists'.
7463
7464 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7465
7466         * wl.el (wl-plugged-toggle-all): Set the value of
7467         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7468         (wl-plugged-toggle): Ditto.
7469         (wl-toggle-plugged): Ditto.
7470         (wl-plugged-init): Ditto.
7471
7472         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7473         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7474         instead of `wl-biff-state-indicator-off' and
7475         `wl-biff-state-indicator-on'; don't modify the value and the type
7476         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7477         (wl-plugged-init-icons): Set icons data to
7478         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7479         instead of `wl-plug-state-indicator-off' and
7480         `wl-plug-state-indicator-on'; don't modify the value and the type
7481         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7482
7483         * wl-vars.el (wl-modeline-biff-state-off,
7484         wl-modeline-biff-state-on, wl-modeline-biff-status,
7485         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7486         wl-modeline-plug-status): New internal variables.
7487         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7488         wl-biff-check-interval, wl-biff-check-folder-list): Change
7489         customization group from `wl-folder' to `wl-highlight'.
7490         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7491         wl-show-plug-status-on-modeline): Defcustomized.
7492
7493         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7494         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7495         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7496         a flag to `mode-line-buffer-identification'.
7497
7498         * wl-e21.el (wl-biff-init-icons): Set icons data to
7499         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7500         instead of `wl-biff-state-indicator-off' and
7501         `wl-biff-state-indicator-on'.
7502         (wl-plugged-init-icons): Set icons data to
7503         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7504         instead of `wl-plug-state-indicator-off' and
7505         `wl-plug-state-indicator-on'.
7506
7507 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7508
7509         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7510         excessive titles.
7511
7512 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7513
7514         * wl.el (wl-plugged-mode): Use revised
7515         `wl-mode-line-buffer-identification'.
7516         (wl-plugged-init): Don't use `force-mode-line-update'.
7517
7518         * wl-xmas.el (wl-draft-overload-functions): Use revised
7519         `wl-mode-line-buffer-identification'.
7520         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7521         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7522         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7523         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7524         `wl-make-plugged-hook';
7525         add `wl-folder-init-icons' and `wl-setup-folder' to
7526         `wl-folder-mode-hook'.
7527
7528         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7529         19 as well.
7530         (wl-mode-line-display-priority-list): New user option.
7531         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7532         Defcustomized.
7533         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7534         Add docs.
7535
7536         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7537         start.
7538         (wl-mode-line-buffer-identification): Revised as a function.
7539
7540         * wl-summary.el (wl-summary-mode): Use revised
7541         `wl-mode-line-buffer-identification'; don't call
7542         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7543         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7544         `wl-xmas-setup-summary'.
7545
7546         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7547         `wl-mode-line-buffer-identification'.
7548
7549         * wl-mule.el (wl-draft-overload-functions): Use revised
7550         `wl-mode-line-buffer-identification'.
7551
7552         * wl-folder.el (wl-make-plugged-alist): Don't call
7553         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7554         (wl-folder): Don't call `wl-folder-init-icons' directly.
7555         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7556         `wl-xmas-setup-folder' directly;
7557         use revised `wl-mode-line-buffer-identification'.
7558         (TopLevel): Don't bind `wl-biff-init-icons',
7559         `wl-plugged-init-icons', `wl-folder-init-icons',
7560         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7561
7562         * wl-e21.el (wl-draft-overload-functions): Use revised
7563         `wl-mode-line-buffer-identification'.
7564         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7565         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7566         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7567         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7568         `wl-make-plugged-hook';
7569         add `wl-folder-init-icons' and `wl-setup-folder' to
7570         `wl-folder-mode-hook'.
7571
7572 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7573             Katsumi Yamaoka    <yamaoka@jpl.org>
7574
7575         * wl.el (wl): Call `wl-biff-start'.
7576         (wl-exit): Call `wl-biff-stop'.
7577         (wl-plugged-mode): Show biff in modeline.
7578         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7579
7580         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7581         (wl-biff-init-icons): New function.
7582         (wl-plugged-init-icons): Don't make too much keymaps.
7583         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7584
7585         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7586         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7587         variables.
7588         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7589         options.
7590
7591         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7592         wl-biff-start, wl-biff-stop): New functions.
7593         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7594         (wl-biff-timer-name): New variable.
7595
7596         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7597
7598         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7599         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7600
7601         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7602         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7603
7604         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7605         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7606         `wl-folder-init-icons' to `ignore' if they are not available.
7607         (wl-folder-mode): Show biff in modeline.
7608
7609         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7610         (wl-biff-init-icons): New function.
7611         (wl-plugged-init-icons): Don't make too much keymaps.
7612         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7613
7614 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7615
7616         * wl-vars.el (wl-strict-diff-folders): Customization Type
7617         and doc fix.  Define as a list of regular expressions for
7618         folders or nil.
7619         * wl-folder.el (wl-folder-check-one-entity): Use
7620         `wl-string-match-member' instead of `wl-string-member' for
7621         `wl-strict-diff-folders'.
7622
7623 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7624
7625         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7626         (wl-highlight-folder-current-line): Use it; new implementation.
7627         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7628         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7629         `defsubst' instead of `defun'.
7630
7631         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7632         `wl-highlight-group-folder-by-numbers'; made it can also be a
7633         number.  See info for more details.
7634
7635         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7636         running.
7637
7638         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7639         to bind them.
7640
7641         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7642         (wl-highlight-folder-current-line): New implementation.
7643
7644         * wl-highlight.el (wl-highlight-folder-group-line): New
7645         implementation.
7646         (wl-delete-all-overlays): Rewrite as a marco.
7647         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7648
7649         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7650         running.
7651         (wl-folder-*-glyph): No need to bind them.
7652
7653         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7654         `wl-e21-highlight-folder-group-icon'; rewrite.
7655         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7656         `defsubst' instead of `defun'.
7657         (wl-folder-mode-map): Bind it when compiling.
7658
7659 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7662
7663         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7664
7665 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7666
7667         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7668
7669 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7670
7671         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7672         (wl-highlight-folder-current-line): Use it.
7673
7674         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7675         in `id-name'.
7676
7677 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7678
7679         * wl.el: Require `wl-e21' when Emacs 21 is running.
7680
7681         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7682         default when Emacs 21 is running.
7683         (wl-use-highlight-mouse-line): Ditto.
7684         (wl-on-emacs21): New constant.
7685         (wl-on-emacs20): Removed.
7686
7687         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7688         Emacs 21 is running.
7689
7690         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7691         Emacs 21 is running.
7692
7693         * wl-e21.el: New file.
7694
7695 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7696
7697         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7698         (wl-toggle-plugged): Ditto.
7699         (wl-plugged-toggle): Ditto.
7700         (wl-plugged-toggle-all): Ditto.
7701
7702         * wl-vars.el (wl-plug-state-indicator): Refer
7703         `wl-plug-state-indicator-on' indirectly.
7704
7705 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7708         Call `wl-folder-confirm-existence'.
7709
7710         * wl-folder.el (wl-folder-confirm-existence): Added optional
7711         argument `force'.
7712
7713 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7714
7715         * wl-summary.el (wl-summary-refile-subr): Assume
7716         `copy-or-refile' as symbol.
7717         (wl-summary-refile): Follow up above change.
7718         (wl-summary-copy): Ditto.  Doc fix.
7719
7720 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-summary.el (wl-summary-pick): Don't bind
7723         `elmo-search-mime-charset'.
7724
7725         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7726         default using old backquote style.
7727         (wl-search-mime-charset): Abolished.
7728
7729         * wl-highlight.el (wl-highlight-headers):
7730         Call `point' after `re-search-forward'(for Nemacs).
7731
7732         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7733         for elmo-imap4.el.
7734
7735 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7736
7737         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7738         `wl-message-ignored-field-list' instead of
7739         `mime-view-ignored-field-list'.
7740
7741         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7742         Add interactive spec.
7743         (wl-folder-goto-bottom-of-current-folder): Ditto.
7744         (wl-folder-mode-map): Bind them.
7745
7746         * wl-vars.el (wl-message-ignored-field-list): New variable.
7747         (wl-message-visible-field-list): New variable.
7748
7749         * wl-mime.el (wl-mime-header-presentation-method): New function.
7750         (wl-mime-setup): Set header-presentation-method.
7751
7752 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7753
7754         * wl-nemacs.el (wl-draft-overload-functions): Set
7755         `mode-line-buffer-identification' instead of using
7756         `wl-make-modeline'.
7757
7758         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7759         instead of using `wl-make-modeline'.
7760
7761         * wl-xmas.el (wl-plugged-init-icons): Set up
7762         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7763         (wl-make-modeline): Abolish.
7764         (wl-draft-overload-functions): Set
7765         `mode-line-buffer-identification' instead of using
7766         `wl-make-modeline'.
7767
7768         * wl-util.el (wl-make-modeline-subr): Abolish.
7769         (wl-mode-line-buffer-identification): New alias.
7770
7771         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7772         (wl-summary-make-modeline): Abolish.
7773         (wl-summary-buffer-set-folder): Set
7774         `wl-summary-buffer-folder-indicator'.
7775         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7776         of using `wl-make-modeline'.
7777         (wl-summary-switch-to-clone-buffer): Don't set
7778         `mode-line-buffer-identification'.
7779         (wl-summary-goto-folder-subr): Ditto.
7780
7781         * wl-mule.el (wl-draft-overload-functions): Set
7782         `mode-line-buffer-identification' instead of using
7783         `wl-make-modeline'.
7784
7785         * wl-folder.el (wl-folder-mode): Set
7786         `mode-line-buffer-identification' instead of using
7787         `wl-make-modeline'.
7788         (wl-folder): Don't set `mode-line-buffer-identification'.
7789
7790 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7791
7792         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7793         instead of `member' for `wl-refile-guess-func-list' look-ups.
7794         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7795
7796 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7797
7798         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7799         `wl-message-button-dispatcher'.
7800
7801         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7802
7803         * wl-message.el (wl-message-button-dispatcher): Use it.
7804
7805         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7806         "In-Reply-To".
7807
7808         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7809         Bind `case-fold-search' to t.
7810
7811 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7812
7813         * wl-xmas.el (wl-message-overload-functions): Initialize
7814         `wl-message-button-map'.
7815
7816         * wl-mule.el (wl-message-overload-functions): Initialize
7817         `wl-message-button-map'.
7818
7819         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7820
7821         * wl-message.el (wl-message-button-map): New keymap.
7822         (wl-message-add-button): New function.
7823         (wl-message-button-dispatcher): New function.
7824         (wl-message-button-refer-article): New function.
7825
7826         * wl-highlight.el
7827         (wl-highlight-message-add-buttons-to-header): New function.
7828         (wl-highlight-headers): Use it.
7829
7830 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7831
7832         * wl-summary.el (wl-summary-default-from): Use
7833         `wl-address-get-petname-1'.
7834         (wl-summary-simple-from): Ditto.
7835
7836         * wl-address.el (wl-address-get-petname-1): New inline function.
7837         (wl-address-get-petname): Use it.
7838
7839 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7840
7841         * wl-summary.el (wl-summary-default-from): Return full-name part
7842         from the address if no petname was found.
7843         (wl-summary-simple-from): Ditto.
7844
7845         * wl-address.el (wl-address-get-petname): Return nil if no petname
7846         associated with the address was found.
7847
7848 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7849
7850         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7851         display is finished.
7852
7853 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7854
7855         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7856         `elmo-folder-exists-p' argument.
7857
7858 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7859
7860         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7861         the folder.
7862
7863 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7866
7867         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7868         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7869
7870 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7871
7872         * wl-folder.el (wl-folder-create-subr): New function.
7873         (wl-folder-confirm-existence): Use it.
7874         (wl-folder-check-one-entity): Use it.
7875         Check the error symbol is derived from 'elmo-open-error.
7876
7877         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7878         `ignore-error'.
7879
7880 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7881
7882         * wl-util.el (toplevel): Add (eval-when-compile (require
7883         'elmo-util)).  (Maybe `provide' is typo.)
7884
7885 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7888         (I don't know why this was needed.)
7889
7890         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7891         Follow up changes for stream-type.
7892
7893         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7894         (wl-draft-elmo-nntp-send): Ditto.
7895
7896         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7897         (wl-nntp-posting-stream-type): Ditto.
7898         (wl-pop-before-smtp-ssl): Abolished.
7899         (wl-nntp-posting-ssl): Ditto.
7900
7901         * wl-address.el (wl-address-quote-specials): New function.
7902         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7903
7904         * wl-draft.el (wl-draft-reply): Ditto.
7905
7906 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7907
7908         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7909         use function `wl-string-match-assoc'.
7910
7911 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7912
7913         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7914
7915         * wl-draft.el (wl-draft-deduce-address-list): New function.
7916         (wl-draft-parse-mailbox-list): Ditto.
7917         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7918         instead of `smtp-deduce-address-list'.
7919         (wl-draft-on-field-p): Follow group list.
7920
7921         * wl-address.el (wl-address-concat-token): New function.
7922         (wl-address-string-without-group-list-contents): Ditto.
7923         (wl-complete-field-body): Fixed problem of completion
7924         by japanese petname.
7925         (wl-address-make-completion-list): Rewrite.
7926
7927 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7928
7929         * wl-address.el (wl-address-make-completion-list): Completion by
7930         petname.
7931         (wl-complete-field-body): Likewise.
7932
7933 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7936         contains invalid address syntax.
7937
7938 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7939
7940         * wl-folder.el (wl-folder-check-entity-async): Use
7941         `elmo-nntp-spec-hostname'.
7942
7943 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7944
7945         * wl-summary.el (wl-summary-msgdb-load-async): Use
7946         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7947
7948 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7949
7950         * wl-draft.el (wl-draft-reply): Set argument
7951         `content-transfer-encoding' as nil.
7952
7953 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7954
7955         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7956         `wl-refile-alist'.
7957
7958 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7959
7960         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7961         (wl-draft-edit-string): Ditto.
7962         (wl-draft-forward): Ditto.
7963         * wl-summary.el (wl-summary-write): Ditto.
7964
7965 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-summary.el (wl-summary-sync-update3): Call
7968         `wl-summary-buffer-number-column-detect'.
7969         (wl-summary-buffer-number-column-detect): Search from point-min.
7970
7971 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7974         contains an address which is not included in original to or cc.
7975
7976 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7977
7978         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7979         begin-line does not exist.
7980         * wl-message.el (wl-message-uu-substring): Ditto.
7981
7982 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7985         clear local variables.
7986         (wl-summary-exit): Call `elmo-commit'.
7987         (wl-summary-switch-to-clone-buffer): Call
7988         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7989         (wl-summary-goto-folder-subr): Ditto.
7990
7991         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7992         POP folder.
7993
7994 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7997         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7998         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7999         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8000         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8001         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8002
8003         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8004
8005 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8006
8007         * wl-summary.el (wl-summary-search-by-subject):
8008         Search parent message from the latest one.
8009
8010 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8013         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8014
8015         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8016         New user option.
8017
8018         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8019         if elmo-nntp-use-killed-list is nil.
8020         Use `elmo-msgdb-append-to-killed-list'.
8021         (Append numbers confirmed as disappeared to the killed list.)
8022         (wl-summary-confirm-appends): Don't display negative number.
8023
8024 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8025
8026         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8027
8028 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8031         range is `all'.
8032         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8033         `elmo-list-bigger-diff'.
8034
8035 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-summary.el (wl-summary-buffer-exit-func):
8038         New buffer local variable.
8039         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8040
8041 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8042
8043         * wl-demo.el (wl-demo): Fix the last change.
8044
8045 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8046
8047         * wl-demo.el (wl-demo): Don't use `eval'.
8048
8049 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8050
8051         * wl-summary.el (wl-summary-buffer-thread-modified):
8052         New buffer-local variable.
8053         (wl-summary-set-thread-modified): New function.
8054         (wl-summary-thread-modified-p): New function.
8055         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8056         (wl-summary-yank-saved-message): Use function
8057         `wl-summary-set-thread-modified'
8058         (wl-summary-switch-to-clone-buffer): Add
8059         `wl-summary-buffer-thread-modified'.
8060
8061         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8062         (wl-summary-buffer-mark-saved-hook): Ditto.
8063         * wl-summary.el (wl-summary-msgdb-save): New hook
8064         `wl-summary-buffer-message-saved-hook' and
8065         `wl-summary-buffer-mark-saved-hook'.
8066
8067 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8068
8069         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8070
8071 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8072
8073         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8074         don't hide scroll bars under FSF Emacsen because it may incur an
8075         undesirable redrawing.
8076
8077 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8078
8079         * wl-draft.el (wl-draft-edit-string): Call
8080         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8081
8082 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8083
8084         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8085
8086 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8087
8088         * wl-summary.el (wl-summary-msgdb-load-async): Call
8089         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8090
8091 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8092
8093         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8094         fringes in demo buffer; center bitmap logo correctly even if old
8095         Mule is used.
8096
8097 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8098
8099         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8100
8101         * wl-refile.el (wl-refile-subject-alist): New variable.
8102         (wl-refile-subject-alist-file-name): Ditto.
8103         (wl-refile-alist-setup): Rewrite.
8104         (wl-refile-alist-save): Use `elmo-object-save'.
8105         Eliminated arguments.
8106         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8107         (wl-refile-guess-by-subject): New function.
8108         (wl-refile-guess-func-list): Added it.
8109
8110 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8111
8112         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8113         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8114
8115 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8118         New buffer-local variable.
8119         (wl-summary-buffer-next-folder-func): Ditto.
8120         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8121         if non-nil.
8122         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8123         if non-nil.
8124         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8125         if non-nil.
8126         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8127         if non-nil.
8128
8129 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8130
8131         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8132         permanently in the demo buffer.
8133
8134 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8135
8136         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8137         `mime-entity-fetch-field'.
8138
8139         * wl.el (wl-exit): Delete plugged buffer.
8140
8141         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8142         XEmacs has menubar feature.
8143
8144 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8145
8146         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8147         cannot arrive at the beginning of the buffer under old Emacsen.
8148
8149 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-address.el (wl-address-ldap-search):
8152         Call `ldap-search-entries' with `withdn' argument t.
8153         (wl-complete-field-body): Bind completion-ignore-case as t.
8154         Clear ldap search hash when it was sole completion.
8155         Use elmo-string for pattern string.
8156         (wl-ldap-alias-safe-string): Eliminated needless let.
8157
8158 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8159
8160         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8161         (wl-ldap-alias-sep): New constant.
8162         (wl-ldap-search-attribute-type-list): Ditto.
8163         (wl-ldap-get-value): New function.
8164         (wl-ldap-make-filter): Ditto.
8165         (wl-ldap-make-matched-value-list): Ditto.
8166         (wl-ldap-alias-safe-string): Ditto.
8167         (wl-ldap-register-dn-string): Ditto.
8168         (wl-address-ldap-search): Rewrite.
8169
8170 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8171
8172         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8173         thread is deleted.
8174         (wl-thread-delete-line-from-buffer): Ditto.
8175         (wl-thread-get-exist-children): New function.
8176
8177 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8178
8179         * wl-demo.el (wl-demo): Made it to select various image types.
8180         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8181         from `wl-title-logo'.
8182         (wl-logo-ascii): New variable.
8183         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8184         (wl-demo-copyright-notice): New constant.
8185
8186         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8187
8188 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8189
8190         * wl-vars.el (wl-summary-target-above): Renamed from
8191         wl-summary-temp-above.
8192         * wl-score.el (wl-score-get-score-alist): Use it.
8193         (wl-summary-score-update-all-lines): Use it.
8194         * wl-summary.el: Ditto. (make-variable-buffer-local).
8195
8196 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8197
8198         * wl-vars.el (wl-ldap-port): New user option.
8199
8200         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8201         Rewite whole implementation.
8202         (wl-complete-field-body): Fixed.
8203
8204 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8205
8206         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8207         Choose implementation at compile time.
8208
8209 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8210
8211         * wl-address.el (wl-ldap-search-internal): New function.
8212         (wl-complete-field-to): Use it.
8213
8214 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8215
8216         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8217         Use `let' instead of `let*'.
8218         Require 'wl-vars.
8219
8220         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8221         Define as defcustom.
8222         (wl-ldap-base): Ditto.
8223         (wl-use-ldap): Ditto.
8224
8225 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8226
8227         * wl-address.el (wl-ldap-search): New function.
8228         (wl-complete-field-body): Use `wl-ldap-search'.
8229         (wl-ldap-server): New variable.
8230         (wl-ldap-base): Ditto.
8231         (wl-use-ldap): Ditto.
8232
8233 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8234
8235         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8236         (Pointed out by Mito <mit@nines.nec.co.jp>).
8237         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8238         buffer-local variables like `wl-summary-redisplay-internal'.
8239         (wl-summary-redisplay-all-header): Likewise.  Update
8240         Summary view too.
8241
8242 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * wl-summary.el (wl-summary-jump-to-parent-message):
8245         Consider prefix argument.
8246
8247         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8248         when closed thread is deleted.
8249
8250 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8251
8252         * wl-summary.el (wl-summary-jump-to-parent-message):
8253         Consider thread modification.
8254
8255 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8256
8257         * wl-message.el (wl-message-normal-get-original-buffer): Use
8258         `save-excursion'.
8259
8260         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8261         (wl-summary-showto-folder-regexp): Ditto.
8262
8263 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8264
8265         * wl-util.el (wl-delete-alist): Doc fix.
8266         (wl-delete-associations): New function.
8267         (wl-inverse-alist): New function.
8268         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8269         Split temporary variables. Use `wl-delete-associations'
8270         and `wl-inverse-alist'.
8271         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8272
8273 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-folder.el (wl-folder-prefetch-entity):
8276         Execute prefetching if new count is unknown.
8277
8278 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8279
8280         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8281
8282         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8283         delete entity.
8284         (wl-thread-set-parent): If insert as top, set linked as nil.
8285
8286         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8287         `wl-thread-cleanup-symbols' when view mode is thread.
8288
8289 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8290
8291         * wl-folder.el (wl-folder-create-folder-entity): Use
8292         with-current-buffer.
8293         (wl-local-folder-init): Call set-buffer to make sure we are in
8294         the Folder buffer. Don't touch buffer-local variables here.
8295         (wl-folder-mode): Initialize buffer-local variables here.
8296
8297         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8298         (wl-folder-entity-assign-id): Ditto.
8299         (wl-folder-create-entity-hashtb): Ditto.
8300         (wl-local-folder-init): Ditto.
8301         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8302
8303 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8304
8305         * wl-summary.el (wl-summary-default-from): Fix probrem when
8306         std11-extract-address-components return (nil "foo@bar").
8307
8308 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8309
8310         * wl-draft.el (wl-draft-clone-local-variables):
8311         Remove redundant `setq'.
8312
8313 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8316         Bind wl-highlight-x-face-func as nil while highlighting header.
8317
8318 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8319
8320         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8321
8322 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8323
8324         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8325         elmo-msgdb-overview-hashtb from copy-variables.
8326         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8327         instead of `elmo-msgdb-overview-get-entity-by-number'.
8328         (wl-summary-auto-refile): Ditto.
8329
8330         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8331         `elmo-msgdb-overview-get-entity' instead of
8332         `elmo-msgdb-search-overview-entity'.  Use
8333         `elmo-msgdb-overview-get-entity' instead of
8334         `elmo-msgdb-overview-get-entity-by-number'.
8335         (wl-thread-insert-entity-sub): Ditto.
8336         (wl-thread-insert-message): Ditto.
8337
8338         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8339         `elmo-msgdb-overview-get-entity'.
8340         (wl-normal-message-redisplay): Ditto.
8341
8342 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8343
8344         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8345         `wl-thread-entities'.
8346         (wl-thread-delete-message): Fix remove top message from
8347         `wl-thread-entity-list'.
8348
8349         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8350         wl-append(nconc), because update-list is broken on Meadow.
8351
8352         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8353         updating process.
8354         (wl-summary-rescan): Ditto.
8355         (wl-summary-sync-update3): Ditto.
8356         * wl-thread.el (wl-thread-set-parent): Renamed from
8357         `wl-summary-set-parent'.
8358         (wl-thread-insert-message): Updating buffer faster.
8359         (wl-thread-delete-message): Updating buffer faster.
8360
8361         * wl-score.el (wl-summary-score-update-all-lines): Changed
8362         interval for display progress gauge.
8363
8364 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8365
8366         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8367         folder always-sticky.
8368         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8369         defmacro.
8370
8371 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8372
8373         * wl-vars.el (wl-draft-add-references): New user option.
8374
8375         * wl-draft.el (wl-draft-add-references): New function.
8376         (wl-draft-yank-from-mail-reply-buffer): Use it.
8377         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8378         as nil.
8379
8380 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8381
8382         * wl-thread.el (wl-thread-update-line-msgs): Called
8383         `wl-thread-update-line-on-buffer-sub'.
8384         (wl-thread-update-line-on-buffer): Delete routine of inserting
8385         thread.
8386         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8387         moved from `wl-thread-update-line-on-buffer'.
8388         Add threshold for displaying progress gauge.
8389         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8390         argument of `wl-thread-update-line-msgs'.
8391         Add threshold for displaying progress gauge.
8392         * wl-folder.el:
8393         Add threshold for displaying progress gauge.
8394         * wl-score.el: Ditto.
8395
8396         * wl-expire.el (wl-summary-expire): Display deleting info.
8397
8398 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8401         `no-msg'.
8402         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8403         argument of `wl-thread-update-line-msgs'.
8404         (wl-summary-set-parent): Added optional argument `parent-number'.
8405         (wl-summary-buffer-saved-message): New buffer local variable.
8406         (wl-summary-save-current-message): New command.
8407         (wl-summary-yank-saved-message): Ditto.
8408         (wl-summary-mode-map): Added key binding for
8409         `wl-summary-save-current-message' (\ew) and
8410         `wl-summary-yank-saved-message' (\C-y).
8411         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8412
8413 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-summary.el (wl-summary-mode-map): Added key binding for
8416         `wl-summary-set-parent' (ts).
8417
8418 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8419
8420         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8421         subject faster. If thread number is reverse, delayed updating
8422         thread.
8423         (wl-summary-search-by-subject): Ditto.
8424         (wl-summary-put-alike): Ditto.
8425         (wl-summary-get-alike): Ditto.
8426         (wl-summary-insert-headers): Insert header of all overview in
8427         buffer.
8428         (wl-summary-rescan): Delayed updating thread. Kill search subject
8429         buffer for wl-summary-search-by-subject.
8430         (wl-summary-sync-update3): Ditto.
8431         (wl-summary-exit): Ditto.
8432         (wl-summary-goto-bottom-of-current-thread): Change for linked
8433         thread.
8434         (wl-summary-overview-create-summary-line): Change line for linked
8435         thread.
8436
8437         * wl-summary.el (wl-summary-update-thread): Use
8438         wl-thread-maybe-get-children-num.
8439         (wl-summary-set-parent): If change parent, move sub thread.
8440         (wl-summary-redisplay-internal): Add horizontal recenter.
8441         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8442
8443         * wl-thread.el (wl-thread-entity-get-linked): New function.
8444         (wl-thread-entity-set-linked): New function.
8445         (wl-thread-create-entity): Add linked element.
8446         (wl-thread-entity-insert-as-top): Use wl-append.
8447         (wl-thread-maybe-get-children-num): If closing thread, return
8448         children msgs.
8449         (wl-thread-update-line-msgs): Displaying progress message.
8450         (wl-thread-update-line-on-buffer-sub): Use
8451         wl-thread-maybe-get-children-num.
8452         (wl-thread-update-line-on-buffer): If update line is not exists,
8453         insert thread.
8454         (wl-thread-delete-message): If delete top msg of thread, search
8455         parent by subject.
8456         (wl-thread-insert-entity): Use
8457         wl-thread-maybe-get-children-num.
8458
8459         * wl-highlight.el (wl-highlight-summary-current-line): change
8460         sregexp for linked thread.
8461         * wl-util.el (wl-count-lines): Count lines.
8462         (wl-horizontal-recenter): horizontal recenter.
8463         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8464         (wl-score-get-alike): Ditto.
8465         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8466         (wl-subject-length-limit): New variable.
8467         (wl-highlight-thread-indent-string-regexp): Changed for linked
8468         thread.
8469
8470 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8471
8472         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8473         New variable (revival).
8474         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8475         by subject matching if there's no in-reply-to nor references field
8476         (revival).
8477
8478 \f
8479 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8482         message.
8483
8484 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-summary.el (wl-summary-reply): Return t if there was a
8487         message at cursor point.
8488         Added unwind-protect.
8489         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8490         returns t.
8491         (wl-summary-cancel-message): Do nothing when there's no message at
8492         cursor point.
8493         (wl-summary-forward): Ditto.
8494         (wl-summary-jump-to-parent-message): Ditto.
8495         (wl-summary-reedit): Ditto.
8496         (wl-summary-edit-addresses): Ditto.
8497         (wl-summary-pipe-message): Ditto.
8498         (wl-summary-print-message-with-ps-print): Ditto.
8499         (wl-summary-print-message): Ditto.
8500         (wl-summary-mark-as-important): Ditto.
8501         (wl-summary-mark-as-unread): Ditto.
8502
8503         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8504         message at cursor point.
8505         (wl-summary-reply-with-citation): Remove unwind-protect.
8506
8507         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8508         subject searching feature.
8509         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8510         Eliminated.
8511
8512 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8515         New variable.
8516         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8517         by subject matching if there's no in-reply-to nor references field.
8518
8519         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8520
8521         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8522         when display is finished.
8523         (wl-folder-open-all): Ditto.
8524         (wl-folder-update-access-group): Ditto.
8525         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8526         * wl-thread.el (wl-thread-close-all): Ditto.
8527
8528         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8529         progress gauge only when it was displayed.
8530         * wl-folder.el (wl-folder-insert-entity): Ditto.
8531
8532 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8533
8534         * wl-summary.el (wl-summary-incorporate): Enclose
8535         `wl-summary-sync-force-update' with save-excursion.
8536
8537 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8538
8539         * wl-summary.el (wl-summary-prefetch-region):
8540         Pass current cursor point to `pos-visible-in-window-p' after
8541         moving cursor to the started point.
8542
8543 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8544
8545         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8546
8547         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8548         fields from the forwarding message.
8549         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8550         `ignored-fields'.
8551
8552 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * wl-mime.el (wl-message-request-partial):
8555         Eliminated argument `msgdb'.
8556         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8557         (wl-mime-combine-message/partial-pieces): Likewise.
8558         * tm-wl.el (wl-message-request-partial): Likewise.
8559         (wl-mime-combine-message/partial-pieces): Likewise.
8560
8561 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8562
8563         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8564         when display is finished.
8565
8566 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8567
8568         * wl-summary.el (wl-summary-goto-folder-subr):
8569         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8570
8571 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8572
8573         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8574         when cursor point is visible.
8575
8576 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8577
8578         * wl-expire.el (wl-expire-archive-get-max-number):
8579         Don't use `file-name-directory'.
8580
8581 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * wl-expire.el (wl-expire-archive-get-max-number):
8584         Use `file-name-directory'.
8585
8586 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8587
8588         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8589         only when there is progress.
8590
8591 2000-04-13  Mito <mit@nines.nec.co.jp>
8592
8593         * wl-summary.el (wl-summary-sync-marks): Display progress.
8594
8595 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8598         (wl-summary-prev): Move cursor regardless of unread status.
8599         (wl-summary-next): Ditto.
8600
8601 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8602
8603         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8604         Added argument `target' and `number'.
8605         * tm-wl.el (wl-summary-burst-subr): New function.
8606         (wl-summary-burst): Use it.
8607
8608 2000-04-10  Mito <mit@nines.nec.co.jp>
8609
8610         * wl-mime.el (wl-burst): New function.
8611         (wl-summary-burst): Use it.
8612
8613 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8614
8615         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8616         as petname when there's no candidate.
8617
8618 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8621         New variable.
8622         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8623
8624         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8625
8626         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8627
8628 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8631         Use substring of `original' instead of buffer-substring.
8632         (wl-refile-evaluate-rule):
8633         Set `original' argument of wl-refile-expand-newtext.
8634
8635         * wl-summary.el
8636         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8637         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8638         (wl-summary-auto-refile): Check existence of destination folder just
8639         before marking.
8640
8641 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8642
8643         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8644         when wl-refile-get-field-value return nil.
8645
8646 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8647
8648         * wl-refile.el
8649         (wl-refile-expand-newtext): New function imported from Gnus.
8650         (wl-refile-evaluate-rule): Use it.
8651
8652 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-summary.el (wl-summary-print-destination):
8655         Duplicate folder string to avoid putting text-property on
8656         original string.
8657
8658         * wl-refile.el (wl-refile-get-field-value): New function.
8659         (wl-refile-evaluate-rule): New function;
8660         Evaluate refile rule recursively.
8661         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8662         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8663         New function; Check existence of a target folder recursively.
8664         (wl-summary-auto-refile-check-refile-rule-alist):
8665         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8666
8667 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8670
8671         * wl-folder.el (wl-create-folder-entity-from-buffer):
8672         Fixed problem when '}' character is contained in folder name.
8673
8674         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8675
8676 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8677
8678         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8679         (wl-fldmgr-add-completion-all-completions):
8680         Use wl-fldmgr-add-completion-hashtb.
8681
8682 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8683
8684         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8685         wl-fldmgr-add-completion-subr): New functions.
8686         * wl-folder.el (wl-folder-completion-func): New variable.
8687         * wl-summary.el (wl-summary-read-folder):
8688         Use wl-folder-completion-func.
8689
8690         * wl-refile.el: Eliminate throw & catch.
8691
8692         * wl.el (wl-plugged-sending-queue-status): Fixed.
8693
8694 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8695
8696         * wl-draft.el (wl-draft): Put category property on
8697         mail-header-separator.