d8c4308fa4258348ea8f7615de593afb423c5f9f
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
4         argument for wl-summary-sync-force-update.
5
6 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-summary.el (wl-summary-mode-map): Revival of
9         wl-summary-mark-as-important related bindings;
10         Bind 'F','tF','mF','rF','m&'.
11         (wl-summary-mark-as-important-region): Revival.
12         (wl-summary-target-mark-mark-as-important): Ditto.
13         (wl-summary-target-mark-operation): New function.
14         (wl-summary-target-mark-mark-as-answered): Use it.
15         (wl-summary-decide-flag): Don't set Important as default.
16         (wl-summary-mark-as-important-internal): Revival.
17         (wl-summary-mark-as-important): Ditto.
18
19         * wl-thread.el (wl-thread-mark-as-important): Ditto.
20
21         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
22         instead of facep.
23
24 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
25
26         * wl-dnd.el (wl-dnd-drop-func): Fix.
27
28         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
29         mouse-set-point instead of posn-point.
30
31         * wl-xmas.el (wl-completing-read-multiple): Define as function.
32
33         * wl-mule.el (wl-completing-read-multiple): Ditto.
34
35 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-demo.el (face-background-name): Defalias to avoid compile
38         warning.
39
40 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
41
42         * wl-summary.el (wl-summary-decide-flag): Use
43         wl-completing-read-multiple instead of completing-read-multiple.
44
45         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
46         New alias.
47
48         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
49         Use face-background-name instead of face-background.
50
51         * wl-vars.el (wl-summary-save-file-suffix): New user option.
52
53         * wl-summary.el (wl-summary-save): Use it.
54         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
55
56         * wl-mime.el (wl-mime-save-content): Fix last change.
57
58 2004-02-10  Len Trigg <lenbok@myrealbox.com>
59
60         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
61         New function.
62         (wl-summary-sort-specs): Added sort.
63         * wl-mime.el (wl-mime-save-content): Expand file name.
64
65 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
66
67         * wl-mime.el (wl-draft-preview-message): Fixed typo.
68
69         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
70
71 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
74         for flag if it is not defined.
75
76 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
77
78         * wl-e21.el (wl-highlight-folder-current-line): Use
79         elmo-folder-type-internal when elmo-folder-type returns nil.
80
81         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
82
83         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
84
85         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
86
87         * wl-e21.el (wl-summary-toolbar): Ditto.
88
89         * wl-vars.el (wl-demo-background-color): Abolished.
90         (wl-summary-persistent-mark-priority-list): Renamed from
91         wl-summary-flag-priority-list.
92         (wl-summary-flag-alist): New user option.
93         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
94         (wl-message-mode-line-format-spec-alist): Added 'F'.
95         (wl-message-mode-line-format): Likewise.
96         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
97         instead of wl-summary-important-mark.
98         (wl-file-folder-icon): New variable.
99
100         * wl-thread.el (wl-thread-set-flags): Renamed from
101         wl-thread-mark-as-important.
102
103         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
104         warning.
105         (wl-summary-mode-menu-spec): Follow the change of 
106         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
107         (wl-summary-mode-map): Follow the change of
108         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
109         (wl-summary-detect-mark-position): Follow the variable name change.
110         (wl-summary-set-flags-region): New function for the replacement of
111         wl-summary-mark-as-important-region.
112         (wl-summary-sync-marks): Sync all global-flags.
113         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
114         instead of elmo-message-flagged-p.
115         (wl-summary-persistent-mark-string): Follow the variable name change;
116         Put wl-summary-flag-mark if the message has global-flag.
117         (wl-summary-target-mark-set-flags): Renamed from 
118         wl-summary-target-mark-mark-as-important.
119         (wl-summary-decide-flag): New function.
120         (wl-summary-set-flags-internal): Renamed from
121         wl-summary-mark-as-important-internal.
122         (wl-summary-add-flags-internal): New function.
123         (wl-summary-remove-flags-internal): Ditto.
124         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
125         (wl-summary-mark-as-unimportant): Abolish.
126         (wl-summary-move-spec-alist): Changed `important' to `digest'.
127         (wl-summary-next-message): List flagged messages in the msgdb.
128
129         * wl-score.el (wl-summary-score-update-all-lines): Use
130         wl-summary-add-flags-internal instead of 
131
132         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
133
134         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
135         from wl-message-buffer-cur-flag (To avoid misunderstanding).
136         (wl-message-buffer-require-all-header): Renamed from
137         wl-message-buffer-all-header-flag (Ditto).
138         (wl-message-buffer-flag-indicator): New variable.
139         (wl-message-redisplay): Changed local varibale name from `flag' to
140         `display-type'; Set up wl-message-buffer-flag-indicator.
141         (wl-message-buffer-display): Changed varibale name from `flag' to
142         `display-type'.
143         (wl-message-display-internal): Likewise.
144
145         * wl-highlight.el (wl-highlight-demo-face): Define default background
146         color.
147         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
148
149         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
150
151         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
152         (wl-demo-setup-properties): Renamed from
153         `wl-demo-set-background-color'.
154         (wl-demo): Follow the change above.
155         
156         * Version number is increased to 2.11.24.
157
158 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-summary.el (wl-summary-toggle-thread): Call
161         `wl-summary-rescan' with disable-thread as non-nil.
162         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
163
164 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
165
166         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
167         foreground property of the face.
168         (wl-demo-insert-text): Don't set up face property here.
169         (wl-demo): Call wl-demo-set-background-color, anyway.
170
171 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
172
173         * wl-vars.el (wl-demo-background-color): The value can be nil.
174
175 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
176
177         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
178         to wl-summary-wheel-dispatcher.
179
180         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
181         wl-message-wheel-dispatcher.
182         (wl-message-wheel-dispatcher): New function.
183         (wl-summary-wheel-dispatcher): Ditto.
184
185 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
186
187         * wl-action.el (wl-summary-target-mark-all): List messages which are
188         not in the killed-list.
189
190         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
191         only when the folder is 'flag/important.
192
193         * wl-address.el (wl-complete-field-body): Complete if the last
194         character is a space.
195
196 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-folder.el (wl-folder-clear-entity-info): Use
199         elmo-clear-hash-val.
200
201         * wl-fldmgr.el (wl-fldmgr-rename): Set
202         wl-folder-info-alist-modified as t.
203
204 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
205
206         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
207
208 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
211         (wl-folder-buffer-last-visited-entity-id): New buffer local
212         variable.
213         (wl-folder-revisit-last-visited-folder): New function.
214         (wl-folder-mode-map): Bind it to "C-i".
215         (wl-folder-set-current-entity-id): Set last visited folder.
216         * wl-summary.el (wl-summary-exit): Ditto.
217
218 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
221         before calling `recenter' in order to cope with an XEmacs bug.
222
223 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
226         to the default value.
227
228 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
231         change.
232         (wl-summary-sync-marks): Ditto.
233         (wl-summary-mark-as-read-internal): Ditto.
234         (wl-summary-mark-as-answered-internal): Ditto.
235         (wl-summary-mark-as-important-internal): Ditto.
236         (wl-summary-reply): Ditto.
237
238         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
239         instead of `elmo-folder-unflag-answered'.
240
241         * Version number is increased to 2.11.23.
242
243         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
244         the last change.
245
246 2004-01-11  Kenichi Okada  <okada@opaopa.org>
247
248         * wl-spam.el (wl-summary-exec-action-refile-with-register):
249         Specify "spam" or "good".
250
251 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
252
253         * wl-spam.el (wl-summary-exec-action-spam): Call
254         wl-folder-confirm-existence for spam folder.
255         (wl-spam-setup): Bind "mk".
256
257 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
260
261 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
262
263         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
264         destination folder is empty.
265
266 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
267
268         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
269         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
270
271         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
272         (wl-summary-refile-prev-destination-region): New function.
273         (wl-thread-refile-prev-destination): Ditto.
274         (wl-summary-target-mark-refile-prev-destination): Ditto.
275
276 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
277
278         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
279         (wl-demo-background-color): Changed default value.
280
281         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
282         color.
283
284         * wl-demo.el (wl-demo-set-background-color): New function.
285         (wl-demo): Call it.
286
287 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
288
289         * wl-address.el (wl-address-delete): Avoid mis-deleting.
290         * wl-address.el (wl-address-add-or-change): Don't add empty
291         address.
292
293 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
294
295         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
296
297 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
298
299         * wl-vars.el (wl-demo-image-filter-alist): New variable
300         (wl-demo-background-color): Ditto.
301
302         * wl-demo.el (wl-demo-xpm-set-background): New function.
303         (wl-demo-image-filter): Ditto.
304         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
305
306         * wl-vars.el (wl-demo-icon-name-alist): New variable.
307
308         * wl-demo.el (wl-demo-icon-name): Define as function.
309         (wl-demo-insert-image): Use it.
310
311 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
312
313         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
314
315 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
316
317         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
318
319 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
320
321         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
322
323 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-thread.el (wl-thread-mark-as-answered): New function.
326
327         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
328         answered" entry.
329         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
330         "r&" and wl-thread-mark-as-answered to "t&".
331         (wl-summary-mark-as-important-region): Refine to toggle mark.
332         (wl-summary-mark-as-answered-region): New function.
333         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
334         and 3rd argument.
335         (wl-summary-mark-as-important-internal): Likewise.
336
337 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
338
339         * wl-template.el (wl-template-preview): New internal variable.
340         (wl-template-preview-p): New function.
341         (wl-template-show): Bind `wl-template-preview' as t.
342
343 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
346         `elmo-message-entity-field' with 3rd argument which is non-nil.
347
348 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349
350         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
351         Removed duplicate local bind `folder'.
352
353 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
356
357 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
360         duplicate definition.
361
362 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
363
364         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
365         non-nil, use it; Don't fetch message if there's no message in the
366         current cursor position.
367
368 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-util.el (wl-region-exists-p): Use region-active-p.
371         (wl-deactivate-region): New function.
372         * wl-message.el (wl-message-redisplay): Deactivate region.
373
374         * wl-summary.el (wl-summary-reply): Call
375         `wl-summary-set-message-buffer-or-redisplay' instead of
376         `wl-summary-redisplay-internal', don't move point.
377
378 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
381         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
382         by regexp.
383
384 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
387         if no need.
388
389 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
392         default value to nil.
393         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
394         `wl-summary-prepare-hook'; Replace refile action to
395         `wl-summary-exec-action-refile-with-register'.
396
397         * Version number is increased to 2.11.22.
398
399 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-summary.el (wl-summary-detect-mark-position): Set
402         `wl-summary-buffer-weekday-name-lang'.
403
404 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
405
406         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
407         (wl-summary-mark-as-read-all): Ditto.
408         (wl-summary-delete-messages-on-buffer): Ditto.
409         (wl-summary-sync-update): Ditto.
410         (wl-summary-mark-as-read-internal): Ditto.
411         (wl-summary-mark-as-answered-internal): Ditto.
412         (wl-summary-update-folder-info): Abolished.
413
414 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-summary.el (wl-summary-mark-as-read-all): Use
417         `wl-summary-update-folder-info' instead of
418         `wl-folder-update-unread'.
419
420 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
421
422         * wl-summary.el (wl-summary-update-folder-info): New function derived from
423         `wl-summary-folder-info-update'.
424         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
425         instead of `wl-summary-folder-info-update'.
426         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
427         `wl-folder-set-folder-updated'.
428         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
429         instead of `wl-folder-update-unread'.
430         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
431         the value of `wl-summary-buffer-unread-count' for the second parameter of
432         `wl-folder-update-unread'.
433
434         * Version number is increased to 2.11.21.
435
436 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
437
438         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
439         a local variable.
440
441 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-spam.el (wl-summary-mark-spam): Show message only if call
444         interactively.
445
446         * wl-summary.el (wl-summary-mark-as-important-internal): New
447         internal function.
448         (wl-summary-mark-as-important): Use it.
449         (wl-summary-mark-as-unimportant): New function.
450         (wl-summary-sync-marks): Follow the API change.
451
452         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
453
454         * wl-mime.el (wl-summary-burst): Check target folder is writable.
455
456 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
457
458         * wl-folder.el (wl-folder-update-unread): Re-indent.
459         Narrow the scope of a local variable.
460
461 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
464         (wl-addrmgr-merge-entries): Ditto.
465         (wl-addrmgr): Added to address entry which exists in draft buffer
466         if no entry is in original.
467
468 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
469
470         * wl-batch.el: New file.
471
472 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
473
474         * wl-vars.el (wl-use-semi): Remove unused variable.
475
476 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
477
478         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
479         "?".
480
481 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
482
483         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
484         wl-summary-new-mark.
485         (wl-summary-new-cached-mark): New user option.
486         (wl-summary-score-marks): Follow the change above.
487         (wl-summary-auto-refile-skip-marks): Ditto.
488         (wl-summary-incorporate-marks): Ditto.
489         (wl-summary-expire-reserve-marks): Ditto.
490
491         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
492
493         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
494         (wl-summary-persistent-mark-string): Distinguished between cached
495         and uncached mark when the message is new.
496
497 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-spam.el (wl-spam-domain): Renamed from
500         `wl-spam-folder-guess-domain'.
501         (wl-summary-exec-action-spam): Register as spam if domain of the
502         source folder is good.
503         (wl-summary-exec-action-refile-with-register): Register message if
504         domain of the source folder is not undecided.
505
506 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
509         detect thread loop.
510
511 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
514         and wl-summary-skip-mark-list.
515
516 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
519
520         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
521
522         * wl-spam.el (toplevel): Require wl-highlight.
523         (wl-spam-auto-check-policy-alist): Abolish.
524         (wl-spam-auto-check-folder-regexp-list): New user option.
525         (wl-spam-auto-check-marks): Ditto.
526         (wl-spam-mark-action-list): Ditto.
527         (wl-highlight-summary-spam-face): New face.
528         (wl-spam-auto-check-message-p): New function.
529         (wl-spam-map-spam-messages): Fixed message.
530         (wl-spam-register-spam-messages): Ditto.
531         (wl-spam-register-good-messages): Ditto.
532         (wl-summary-spam-map): Add and remove keybind.
533         (wl-summary-target-mark-spam): Abolish.
534         (wl-summary-refile-spam): Ditto.
535         (wl-summary-test-spam): New function.
536         (wl-summary-mark-spam): Ditto.
537         (wl-summary-auto-check-spam): Follow the above change.
538         (wl-summary-exec-action-spam): New function.
539         (wl-summary-exec-action-refile-with-register): Fixed message.
540         (wl-message-check-spam): New function.
541         (wl-spam-setup): Ditto.
542         (toplevel): Call it if this file is loaded interactivity.
543
544         * Version number is increased to 2.11.20.
545
546 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
547
548         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
549         when new optional argument `force' is non nil or modified.
550
551 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl.el (toplevel): Require wl-spam when compile.
554         (wl-save-status): Call wl-spam-save-status.
555
556         * wl-spam.el (wl-spam-register-spam-messages): New function.
557         (wl-spam-register-good-messages): Ditto.
558         (wl-spam-save-status): Ditto.
559         (wl-summary-mode-map): Bind
560         wl-summary-target-mark-register-as-spam to "ms" and
561         wl-summary-target-mark-register-as-good to "mn".
562         (wl-summary-register-as-spam): Abolish optional argument; Use
563         wl-spam-register-spam-messages.
564         (wl-summary-register-as-spam-all): Use
565         wl-spam-register-spam-messages.
566         (wl-summary-register-as-good): Abolish optional argument; Use
567         wl-spam-register-good-messages.
568         (wl-summary-register-as-good-all): Use
569         wl-spam-register-good-messages.
570         (wl-summary-target-mark-register-as-spam): New funtion.
571         (wl-summary-target-mark-register-as-good): Ditto.
572
573 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-spam.el: New file.
576
577 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
580
581         * wl-action.el (wl-auto-refile-guess-functions): New variable.
582         (wl-summary-auto-refile): Call wl-refile-guess with
583         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
584
585 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
588         with disable-thread argument non-nil.
589
590 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-summary.el (wl-summary-rescan): Added optional argument
593         disable-thread.
594         (wl-summary-sync): Call wl-summary-rescan with argument
595         disable-thread.
596         (wl-summary-input-range): Added new range `rescan-thread'.
597
598 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
599
600         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
601
602 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
605         internal variable.
606         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
607         wl-summary-search-parent-by-subject-regexp and
608         wl-summary-divide-thread-when-subject-changed as nil.
609         (wl-summary-insert-sequential): If entity is nil, nothing to do.
610         (wl-summary-insert-thread): Search parent entity from
611         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
612         thread loop.
613
614 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
615
616         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
617
618         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
619
620         * wl-util.el (wl-require-update-all-folder-p): New function.
621         (wl-get-assoc-list-value): Added `function' to match directive.
622         (wl-collect-draft): Rewrite.
623
624         * wl-summary.el (wl-summary-sync-update): Clear faces
625         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
626         are non-nil.
627         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
628         argument as function.
629         (wl-summary-input-range): Ditto.
630
631         * wl-folder.el (wl-draft-get-folder): New function.
632         (wl-folder-get-elmo-folder): Consider draft folder.
633
634         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
635         (wl-draft-buffer-message-number): New buffer local variable.
636         (wl-draft-folder-internal): New internal variable.
637         (wl-draft-delete): Rewrite.
638         (wl-draft-save): Ditto.
639         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
640         wl-folder-get-elmo-folder.
641         (wl-draft-config-info-operation): Ditto.
642         (wl-jump-to-draft-folder): Ditto.
643         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
644         (wl-draft-reedit): Rewrite.
645
646         * Version number is increased to 2.11.19.
647         
648 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
649
650         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
651         variable.
652
653 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
656         Use ignore-errors instead of unwind-protect.
657
658 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
659
660         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
661         for updating `wl-thread-entity-list'.
662
663 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
664
665         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
666         parameter from calling `wl-thread-entity-get-older-brothers' and
667         `wl-thread-entity-get-younger-brothers'.
668         Replace nested `append' with a single one.
669
670 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-summary.el (wl-summary-mode): Don't use the return value of
673         `make-local-hook'.
674
675 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
676
677         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
678         instead of `let*'.
679         (wl-thread-delete-message): Likewise.  Split and narrow the scope
680         of local variables.
681
682 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
685         Renamed from wl-summary-window-scroll-functions.
686         (wl-summary-window-scroll-functions): Don't set to variable.
687         (wl-summary-display-top): Use run-hooks.
688         (wl-summary-display-bottom): Ditto.
689         (wl-summary-toggle-disp-msg): Ditto.
690         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
691         Use it instead of wl-summary-window-scroll-functions.
692         (wl-summary-goto-folder-subr): Don't call
693         wl-summary-window-scroll-functions, use
694         wl-summary-buffer-window-scroll-functions instead.
695
696 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
699         make-local-variable.
700
701 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
702
703         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
704         set-buffer-modified-p.
705         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
706         (wl-summary-display-bottom): Ditto.
707         (wl-summary-toggle-disp-msg): Ditto.
708
709 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
712
713         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
714         (wl-summary-forward): Use elmo-message-entity-field instead of
715         elmo-message-field.
716
717         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
718
719 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-summary.el (wl-summary-window-scroll-functions): No use
722         `append'.
723
724 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
725
726         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
727         function.
728         (wl-summary-window-scroll-functions): Call it when both
729         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
730         (wl-summary-temp-mark): Added optional argument number.
731         (wl-summary-message-mark): Added optional argument flag.
732         (wl-summary-persistent-mark): Added optional argument number and flag.
733         (wl-summary-update-persistent-mark): Ditto.
734         (wl-summary-update-status-marks): Set "r" for interactive spec.
735
736         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
737         argument number and flag.
738
739         * wl-action.el (wl-summary-registered-temp-mark): 
740         Do nothing when wl-summary-buffer-temp-mark-list is nil.
741
742 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
745         internal variable (buffer local).
746         (wl-summary-window-scroll-functions): New function.
747         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
748         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
749         as nil.
750         (wl-summary-update-status-marks): Added arguments beg, end and
751         check.
752         (wl-summary-update-mark-window): Use function.
753         (wl-summary-sync-update): Follow the change above.
754         (wl-summary-switch-to-clone-buffer): Copy
755         wl-summary-buffer-unsync-mark-number-list.
756         (wl-summary-goto-folder-subr): Set
757         wl-summary-buffer-unsync-mark-number-list and
758         use wl-summary-window-scroll-functions insteaf of
759         wl-summary-lazy-highlight.
760
761         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
762
763 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
766
767         * wl-summary.el (wl-summary-update-persistent-mark): Call
768         wl-summary-set-message-modified.
769
770         * wl-summary.el (wl-summary-sync-update): Don't call
771         wl-summary-update-status-marks.
772
773         * Version number is increased to 2.11.18.
774
775 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
776
777         * wl-message.el (wl-message-prev-page): Use save-selected-window.
778         (wl-message-next-page): Ditto.
779
780 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
781
782         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
783         local variable.  Change the order of a collected list into the
784         same as the specified range.  Remove nil from a collected list.
785
786 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * wl-summary.el (wl-summary-insert-headers): Set visible-only
789         argument for elmo-folder-list-messages.
790
791 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
794         change (wl-summary-count-unreads return a list instead of a cons
795         cell).
796
797 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
798
799         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
800         `wl-summary-folder-info-update'.
801
802 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * wl-summary.el (wl-summary-set-message-modified): No use
805         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
806         (wl-summary-set-mark-modified): Abolish.
807         (wl-summary-mark-modified-p): Ditto.
808         (wl-summary-save-view): Follow the change above.
809
810         * wl-expire.el (wl-summary-expire): Likewise.
811
812 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
813
814         * wl-summary.el (wl-summary-detect-mark-position): Use
815         modb-entity-handler.
816         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
817
818         * Version number is increased to 2.11.17.
819
820 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
821
822         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
823         entity field value.
824         (wl-summary-prefetch-msg): Ditto.
825         (wl-summary-print-message-with-ps-print): Ditto.
826
827 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
828
829         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
830         for dummy entity.
831         (wl-summary-insert-thread): Use elmo-message-entity-field.
832         (wl-summary-update-thread): Use elmo-message-entity-field and
833         elmo-message-entity-number.
834         (wl-summary-line-number):  Use elmo-message-entity-number.
835         (wl-summary-line-size): Use elmo-message-entity-field.
836         (wl-summary-line-subject): Ditto.
837         (wl-summary-line-from): Ditto.
838         (wl-summary-line-attached): Ditto.
839         (wl-summary-create-line): Ditto.
840         (wl-summary-create-line): Use elmo-message-entity-number.
841         (wl-summary-print-message-with-ps-print): Use
842         elmo-message-entity-field.
843
844 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
845
846         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
847         change in elmo-msgdb-make-message-entity.
848         (wl-summary-buffer-set-folder): Don't call
849         wl-summary-detect-mark-position here.
850         (wl-summary-rescan): Call elmo-message-entity-number.
851         (wl-summary-sync-update): Ditto.
852         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
853
854         * wl-score.el (wl-score-header-index): Redefine 2th element.
855         (wl-score-overview-entity-get-extra): Abolish.
856         (wl-score-ov-entity-get): Rewrite.
857         (wl-score-string-index<, wl-score-string-func<): Abolish.
858         (wl-score-string<): New function.
859         (wl-score-string-sort): Use it.
860
861         * wl-refile.el (wl-refile-guess-by-history): Use
862         elmo-message-entity-field.
863         (wl-refile-guess-by-from): Ditto.
864         (wl-refile-guess-by-msgid): Ditto.
865
866         * Version number is increased to 2.11.16.
867
868 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-folder.el (wl-folder-confirm-existence): Don't call
871         file-exists-p if msgdb-path is nil.
872         * wl-summary.el, wl-draft.el, wl-action.el: Rename
873         `wl-read-folder-hist' to `wl-read-folder-history'.
874
875 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
876
877         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
878         `y-or-n-p'.
879
880 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-score.el (wl-score-headers): Don't use
883         elmo-folder-do-each-message-entity.
884
885         * Version number is increased to 2.11.15.
886
887 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
888
889         * wl-summary.el (wl-summary-delete-all-msgs): Use
890         elmo-folder-move-messages instead of elmo-folder-delete-messages
891         and elmo-folder-detach-messages.
892         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
893
894         * wl-expire.el (wl-expire-delete): Ditto.
895         (wl-expire-refile-with-copy-reserve-msg): Ditto.
896
897 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
898
899         * wl-vars.el (wl-message-use-header-narrowing): New user option.
900         (wl-message-header-narrowing-fields): Ditto.
901         (wl-message-header-narrowing-lines): Ditto.
902         (wl-message-header-narrowing-string): Ditto.
903
904         * wl-summary.el (wl-summary-mode-map): Bind
905         wl-summary-toggle-header-narrowing to "C-cC-f".
906         (wl-summary-toggle-header-narrowing): New function.
907
908         * wl-message.el (wl-message-buffer-create): Call
909         wl-message-header-narrowing-setup.
910         (wl-message-redisplay): Call wl-message-header-narrowing.
911         (wl-message-header-narrowing): New function.
912         (wl-message-header-narrowing-map): New keymap.
913         (wl-message-header-narrowing-widen-map): New keymap.
914         (wl-message-header-narrowing-again-at-mouse): New function.
915         (wl-message-header-narrowing-1): Ditto.
916         (wl-message-header-narrowing-widen-at-mouse): Ditto.
917         (wl-message-header-narrowing-setup): Ditto.
918         (wl-message-header-narrowing-toggle): Ditto.
919         
920         * wl-highlight.el (wl-message-header-narrowing-face): New face.
921
922         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
923         'flag as all.
924         (wl-use-flag-folder-help-echo): New user option.
925
926         * wl-summary.el (wl-summary-detect-mark-position): Bind 
927         wl-summary-highlight as nil.
928         (wl-summary-set-mark-modified): Follow the API change.
929         (wl-summary-mark-modified-p): Ditto.
930         (wl-summary-mark-as-read-all): Ditto.
931         (wl-summary-sync-marks): Don't call
932         elmo-folder-list-messages-with-global-mark.
933         (wl-summary-mark-as-read-internal): Follow the API change.
934         (wl-summary-mark-as-answered-internal): Ditto.
935         (wl-summary-mark-as-important): Cause an error when 'flag folder;
936         Follow the API change.
937         (wl-summary-create-line): Call with number argument.
938         (wl-summary-reply): Follow the API change.
939
940         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
941         function.
942         (wl-highlight-summary-line-string): Call it when
943         wl-use-flag-folder-help-echo is non-nil.
944         (wl-highlight-summary-current-line): Ditto.
945         (elmo-flag-folder-referrer): Added autoload setting.
946
947         * wl-draft.el (wl-draft-kill): Follow the API change.
948
949         * Version number is increased to 2.11.14.
950         
951 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
954
955 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * Version number is increased to 2.11.13.
958
959 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-draft.el (wl-draft-previous-history-element): Fixed
962         unbalanced parenthesis and bind unbound local variables.
963
964 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
965
966         * wl-draft.el (wl-draft-previous-history-element): New function.
967         (wl-draft-next-history-element): Ditto.
968         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
969         them to M-p and M-n.
970
971 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * Version number is increased to 2.11.12.
974
975 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
976
977         * wl-draft.el (wl-draft-hide): Select buffer-window.
978
979 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
980
981         * wl-summary.el (wl-summary-narrow-to-region): New function.
982         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
983         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
984         (wl-summary-save-region): Use it.
985         * wl-action.el (wl-summary-collect-numbers-region)
986         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
987
988 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-folder.el (wl-folder-count-incorporates): Don't use
991         `elmo-msgdb-mark-load'
992
993         * Version number is increased to 2.11.11.
994
995 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
996
997         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
998         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
999
1000 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1001
1002         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1003
1004 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * Version number is increased to 2.11.10.
1007
1008 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-mime.el (wl-draft-attribute-value): Fixed.
1011
1012 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-util.el (wl-copy-local-variables): New function.
1015
1016         * wl-mime.el (wl-draft-attribute-recipients): New function.
1017         (wl-draft-attribute-envelope-from): Ditto.
1018         (wl-draft-attribute-smtp-posting-server): Ditto.
1019         (wl-draft-attribute-smtp-posting-port): Ditto.
1020         (wl-draft-attribute-value): Ditto.
1021         (wl-draft-preview-message): Use it to get value for
1022         attributes. Reflect result of `wl-draft-config'.
1023
1024         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1025         and call `wl-summary-mark-as-read' before to call
1026         `wl-summary-unset-mark'.
1027         (wl-summary-target-mark-mark-as-unread): Likewise.
1028         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1029
1030 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1031
1032         * wl-mime.el (wl-draft-preview-message): Use actual value for
1033         attributes; Fix for small window.
1034
1035 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * wl-refile.el (wl-refile-get-field-value): Call
1038         `elmo-message-entity-field' with 3rd argument is non-nil.
1039
1040 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1041
1042         * wl-vars.el (wl-draft-preview-attributes): New user option.
1043         (wl-draft-preview-attributes-list): Ditto.
1044         (wl-draft-preview-attributes-buffer-lines): Ditto.
1045         (wl-draft-preview-attributes-buffer-name): Ditto.
1046
1047         * wl-mime.el (wl-draft-preview-message): Display attributes.
1048
1049 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-summary.el (wl-summary-detect-mark-position): Bind
1052         wl-summary-flag-priority-list to '(new).
1053
1054 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1057         funtion.
1058         (wl-highlight-summary-line-string): Use it.
1059         (wl-highlight-summary-current-line): Ditto.
1060
1061 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1062
1063         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1064         line even when the mark string is not changed.
1065
1066         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1067         argument change in the wl-summary-create-line.
1068         (wl-thread-insert-entity-sub): Ditto.
1069
1070         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1071         argument change in the wl-summary-create-line.
1072         (wl-summary-insert-sequential): Ditto.
1073         (wl-summary-update-thread): Ditto.
1074         (wl-summary-persistent-mark-string): New inline function.
1075         (wl-summary-message-mark): Use it.
1076         (wl-summary-create-line): Abolish argument wl-persistent-mark
1077         and added wl-flags, wl-cached.
1078
1079         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1080         mark to flags.
1081         (wl-highlight-summary-current-line): Decide the face not by the 
1082         persistent mark but flags.
1083
1084 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1087         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1088         wl-summary-read-uncached-mark): Revive.
1089         (wl-summary-answered-cached-mark,
1090         wl-summary-answered-uncached-mark): New user option.
1091         (wl-summary-score-marks): Follow the change above.
1092         (wl-summary-auto-refile-skip-marks): Ditto.
1093         (wl-summary-incorporate-marks): Ditto.
1094         (wl-summary-expire-reserve-marks): Ditto.
1095         (wl-summary-flag-priority-list): New user option.
1096
1097         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1098         changes.
1099         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1100         of elmo-message-mark.
1101         (wl-summary-mark-as-read-internal): Ditto.
1102         (wl-summary-mark-as-answered): Ditto.
1103         (wl-summary-mark-as-important): Ditto.
1104         (wl-summary-redisplay-internal): Ditto.
1105         (wl-summary-redisplay-no-mime-internal): Ditto.
1106         (wl-summary-message-mark): New function.
1107         (wl-summary-insert-sequential): Use wl-summary-message-mark
1108         instead of elmo-message-mark.
1109         (wl-summary-update-thread): Ditto.
1110         (wl-summary-persistent-mark): Ditto.
1111         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1112         instead of elmo-message-mark.
1113
1114         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1115         wl-summary-message-mark instead of elmo-message-mark.
1116         (wl-thread-insert-entity-sub): Ditto.
1117         (wl-thread-get-children-msgs-uncached): Ditto.
1118
1119         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1120         variable name changes.
1121         (wl-highlight-summary-current-line): Ditto.
1122
1123         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1124         wl-summary-message-mark instead of elmo-message-mark.
1125
1126         * wl-expire.el (wl-expire-message-p): Ditto.
1127
1128         * wl-score.el (wl-score-headers): Ditto.
1129
1130         * Version number is increased to 2.11.9.
1131
1132         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1133         (wl-summary-sync-update): Follow the change above.
1134         (wl-summary-switch-to-clone-buffer): Ditto.
1135         (wl-summary-open-folder): Ditto.
1136
1137 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1138
1139         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1140         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1141
1142         * Version number is increased to 2.11.8.
1143
1144         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1145
1146         * wl-expire.el (wl-expire-refile): Follow the API change on
1147         `elmo-folder-move-messages'.
1148         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1149
1150         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1151         (wl-summary-exec-action-refile): Ditto.
1152         (wl-summary-exec-action-copy): Ditto.
1153         (wl-summary-no-auto-refile-message-p): No use
1154         `wl-summary-buffer-msgdb'.
1155         (wl-summary-auto-refile): Ditto.
1156
1157 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1160
1161 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1162
1163         * wl-summary.el (wl-summary-sync): Treat no-sync.
1164
1165         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1166         (wl-default-sync-range): Ditto.
1167
1168 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-refile.el (wl-refile-subject-learn): Call
1171         `elmo-message-entity-field' with 3rd argument is non-nil.
1172         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1173         instead of `elmo-msgdb-overview-entity-get-subject'.
1174
1175 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1176
1177         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1178         scan-type is rescan.
1179         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1180         new optional argument force is non-nil.
1181         (wl-summary-save-view-cache): Call it with force argument non-nil.
1182
1183         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1184
1185 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-action.el (wl-summary-print-argument): Fixed last change.
1188
1189 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1190
1191         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1192         simplified.
1193         (wl-summary-target-mark-mark-as-unread): Likewise.
1194         (wl-summary-target-mark-mark-as-important): Likewise.
1195
1196 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1199         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1200         (wl-summary-mark-as-important-region): Change accordingly.
1201         (wl-summary-target-mark-mark-as-important): Ditto.
1202
1203 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1204
1205         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1206
1207         * wl-action.el (wl-summary-print-argument): Print argument to
1208         right side of window if `wl-summary-print-argument-within-window'
1209         is non-nil.
1210
1211 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1212
1213         * wl-action.el (wl-summary-set-mark): Use
1214         `wl-summary-message-visible-p' to check visibility of the message
1215         and jump to message only when the message line is visible and have
1216         different number; Call wl-summary-unset-mark with number argument.
1217         (wl-summary-unset-mark): 
1218         Use `wl-summary-message-visible-p'
1219         to check visibility of the message and jump to message only when
1220         the message line is visible and have different number;
1221
1222 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * Version number is increased to 2.11.7.
1225
1226         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1227         and wl-folder-summary-line-format.
1228
1229         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1230         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1231         (wl-summary-set-score-mark): Use it.
1232         (wl-summary-target-mark-mark-as-read): Ditto.
1233         (wl-summary-target-mark-mark-as-unread): Ditto.
1234         (wl-summary-target-mark-mark-as-important): Ditto.
1235         (wl-summary-target-mark-msgs): Simplified.
1236         (wl-summary-detect-mark-position): Fixed problem when
1237         summary-line-format no contain persisten/temp mark spec.
1238         (wl-summary-temp-mark): Ditto.
1239         (wl-summary-persistent-mark): Ditto.
1240         (wl-summary-update-persistent-mark): Ditto.
1241
1242         * wl-action.el (wl-summary-set-mark): Ditto.
1243         (wl-summary-unset-mark): Ditto.
1244         All other related portions are changed.
1245
1246 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1247
1248         * Version number is increased to 2.11.6.
1249
1250 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-util.el (wl-current-message-buffer): Define as function;
1253         Don't use the value of wl-messge-buffer.
1254
1255         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1256         persistent mark.
1257
1258         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1259         no current message, cause an error.
1260
1261 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl-summary.el (wl-summary-set-message-modified): Use
1264         elmo-folder-set-message-modified instead of
1265         elmo-folder-set-message-modified-internal.
1266
1267 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1268
1269         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1270         interactively.
1271         (wl-summary-sync): nokill->entirely.
1272         (wl-summary-sync-marks): Fixed message.
1273         (wl-summary-input-range): Added mark, nokill->entirely.
1274
1275         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1276         messages as read.
1277
1278 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1279
1280         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1281         update-noscore.
1282         (wl-summary-sync): Follow the change above.
1283
1284 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * wl-action.el (wl-summary-target-mark-all): Use
1287         elmo-folder-list-messages.
1288
1289 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1290
1291         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1292         (wl-summary-rescan): Set wl-summary-scored as nil.
1293         (wl-summary-sync-force-update): Follow the change above.
1294         (wl-summary-sync): Ditto.
1295         (wl-summary-sync-update): Added argument disable-killed.
1296         (wl-summary-insert-headers): Set visible-only argument for
1297         elmo-folder-list-messages.
1298         (wl-summary-input-range): Added update-nokill, update-noscore,
1299         all-nokill, all-noscore and mark.
1300
1301         * Version number is increased to 2.11.5.
1302
1303         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1304
1305 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1306
1307         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1308         (wl-summary-prefetch-region-no-mark): Change accordingly.
1309         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1310
1311 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-address.el (wl-complete-field-to): Abolished.
1314         (wl-complete-address): Completion function for completing-read.
1315         * wl-action.el (wl-summary-get-resend-address): Use it.
1316
1317         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1318         wl-summary-update-mark and abolish unused argument.
1319         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1320         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1321         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1322         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1323         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1324         * wl-draft.el (wl-draft-kill): Ditto.
1325
1326         * wl-summary.el: Remove unused binding of case-fold-search.
1327         (wl-summary-replace-status-marks): Abolished.
1328
1329 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1332         is specified or folder length is zero.
1333
1334 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1335
1336         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1337         (wl-folder-archive-current-entity): Ditto.
1338
1339 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1342         retrieving message mark.
1343         (wl-summary-redisplay-internal): Ditto.
1344
1345         * wl-message.el (wl-message-buffer-display): Ignore errors while
1346         retrieving message-id field.
1347
1348         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1349         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1350         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1351         order of the arguments for `wl-expire-message-p'.
1352         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1353
1354         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1355         Check return value of wl-summary-reply.
1356         (wl-summary-reply): Recover window configuration when an error occured.
1357
1358 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1359
1360         * wl-summary.el (wl-summary-resend-message): Abolished, the
1361         feature is inherited by wl-summary-resend (put resend mark).
1362
1363 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1366         wl-message-buffer to nil when the message is hide.
1367
1368 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * .cvsignore: New file.
1371
1372 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-action.el (wl-summary-action-docstring): Add more info.
1375         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1376         duplicate definition.
1377         (wl-summary-define-mark-action): Functions wl-summary-*-region
1378         keep current position.
1379         (wl-summary-unregister-target-mark): Store result to the variable.
1380
1381 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1382
1383         * Version number is increased to 2.11.4.
1384
1385 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1386
1387         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1388         wl-summary-delete-all-temp-marks.
1389         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1390
1391         * wl-action.el (wl-summary-set-mark): Changed terminology
1392         refile-destination -> action-argument.
1393         (wl-summary-unset-mark): Ditto.
1394         (wl-summary-remove-argument): Ditto.
1395         (wl-summary-print-argument): Ditto.
1396
1397         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1398         (wl-thread-remove-argument-region): Ditto.
1399         (wl-thread-print-argument-region): Ditto.
1400         (wl-thread-close): Ditto.
1401         (wl-thread-open): Ditto.
1402
1403         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1404         (wl-highlight-refile-destination-face is abolished)
1405         (wl-highlight-action-argument-string): Ditto.
1406         (wl-highlight-summary-current-line): Highlight action argument.
1407
1408         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1409         color for light backgrounds.
1410         (wl-highlight-summary-answered-face): Ditto.
1411
1412 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1413
1414         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1415
1416         * wl-score.el (wl-summary-score-update-all-lines): Use
1417         wl-summary-set-mark.
1418         (wl-summary-score-update-all-lines): Kill expunged messages.
1419
1420         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1421
1422 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1423
1424         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1425         directly.
1426         (wl-score-overview-entity-get-lines): Ditto.
1427         (wl-score-overview-entity-get-xref): Ditto.
1428         (wl-score-get-latest-msgs): Ditto.
1429         (wl-summary-rescore): Ditto.
1430
1431         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1432         to "&".
1433         (wl-summary-mark-as-answered-internal): New inline function.
1434         (wl-summary-mark-as-answered): New function.
1435         (wl-summary-mark-as-unanswered): Ditto.
1436         (wl-summary-sync-marks): Modified for answered-mark synching.
1437
1438 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1439
1440         * wl-action.el (wl-summary-set-mark): Fixed last change.
1441
1442 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1443
1444         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1445         behavior of wl-summary-unread-message-hook
1446         (Pointed out by akira yamada <akira@arika.org>).
1447
1448 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1451         wl-summary-delete.
1452         * wl-xmas.el (wl-summary-toolbar): Ditto.
1453
1454         * wl-action.el (wl-summary-set-mark): Don't override current
1455         temp-mark.
1456
1457         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1458
1459 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1460
1461         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1462         (wl-refile-msgid-learn): Ditto.
1463         (wl-refile-get-field-value): Ditto.
1464
1465         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1466
1467         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1468         (wl-expire-delete-reserved-messages): Renamed from
1469         wl-expire-reserve-marked-msgs-from-list.
1470         (wl-expire-delete): Removed argument `msgdb'.
1471         (wl-expire-refile): Ditto.
1472         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1473         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1474         mark-alist as argument.
1475         (wl-expire-archive-number1): Removed argument `msgdb'.
1476         (wl-expire-archive-number2): Ditto.
1477         (wl-expire-archive-date): Ditto.
1478         (wl-expire-localdir-date): Ditto.
1479         (wl-expire-hide): Ditto.
1480         (wl-archive-number1): Ditto.
1481         (wl-archive-number2): Ditto.
1482         (wl-archive-date): Ditto.
1483         (wl-archive-folder): Ditto.
1484         All other related portions are changed.
1485
1486 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487
1488         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1489         mean move up and down. (suggested by Takashi Kawachi)
1490
1491 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1492
1493         * wl-acap.el (toplevel): Don't require un-define.
1494
1495 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-thread.el (wl-thread-delete-message): Always update
1498         wl-summary-buffer-number-list.
1499
1500         * wl-action.el (wl-summary-print-destination): 
1501         Do nothing when folder is nil.
1502
1503 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1504
1505         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1506         persistent mark when prefetch is succeeded.
1507
1508 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1509
1510         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1511         instead of elmo-msgdb-delete-msgs.
1512         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1513         (wl-expire-hide): Ditto.
1514
1515         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1516
1517         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1518         elmo-msgdb interface.
1519         (wl-thread-get-exist-children): Likewise.
1520         (wl-thread-insert-message): Likewise.
1521         (wl-thread-msg-mark-as-important): Likewise.
1522         (wl-thread-insert-entity-sub): Likewise.
1523         (wl-thread-get-children-msgs-uncached): Likewise.
1524
1525         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1526         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1527         (wl-summary-sync-update): Likewise.
1528         (wl-summary-auto-select-msg-p): Likewise.
1529         (wl-summary-update-thread): Likewise.
1530         (wl-summary-mark-as-important): Likewise.
1531         (wl-summary-jump-to-msg-internal): Likewise.
1532         (wl-summary-redisplay-internal): Likewise.
1533         (wl-summary-print-message-with-ps-print): Likewise.
1534         (wl-summary-folder-info-update): Likewise.
1535
1536         * wl-folder.el (wl-folder-check-one-entity):
1537         elmo-folder-count-flags instead of wl-summary-count-unread.
1538
1539         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1540
1541         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1542
1543         * wl-summary.el (wl-summary-set-message-modified): 
1544         Call wl-summary-set-mark-modified.
1545         (wl-summary-delete-messages-on-buffer): Call
1546         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1547         (wl-summary-sync-update): Call elmo-folder-length instead of
1548         elmo-folder-messages.
1549         (wl-summary-insert-headers): Don't call
1550         elmo-folder-list-message-entities.
1551
1552 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-action.el (wl-summary-define-mark-action): Call
1555         `wl-summary-set-mark' with argument `data'.
1556         (wl-summary-auto-refile): Fixed order of arguments when call
1557         `wl-summary-refile'.
1558
1559 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1560
1561         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1562
1563         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1564
1565         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1566         (Renamed from wl-highlight-summary-deleted-face).
1567         (wl-highlight-summary-resend-face): New face.
1568
1569         (wl-highlight-summary-deleted-face): Renamed from
1570         wl-highlight-summary-erased-face.
1571
1572         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1573
1574         * wl-action.el (wl-summary-get-resend-address): New function.
1575         (wl-summary-exec-action-resend): Ditto.
1576         (wl-summary-exec-action-resend-subr): Ditto.
1577
1578         * w-thread.el (wl-thread-copy): Removed definition.
1579         (wl-thread-refile): Ditto.
1580         (wl-thread-delete): Ditto.
1581         (wl-thread-target-mark): Ditto.
1582
1583         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1584         (wl-summary-target-mark-set-action): Fixed.
1585         (wl-summary-define-mark-action): Fixed quotation.
1586         (wl-summary-move-mark-list-messages): Display message.
1587         (wl-summary-define-mark-action): Define thread functions.
1588         (wl-summary-exec-action-refile): Changed message.
1589         (wl-summary-exec): Ditto.
1590
1591 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1592         
1593         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1594         '%%'.
1595
1596 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1597
1598         * wl.el (toplevel): Require wl-action.
1599         (wl-init): Call wl-summary-define-mark-action.
1600
1601         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1602
1603         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1604         wl-summary-delete and wl-summary-erase.
1605         (wl-summary-mode-map): Ditto.
1606
1607         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1608         wl-delete-folder-alist.
1609
1610         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1611         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1612         (toplevel): Moved mark & action related functions to the wl-action.el.
1613
1614         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1615         in wl-summary-mark-action-list.
1616         (wl-highlight-summary-current-line): Ditto.
1617
1618         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1619         empty lines.
1620
1621         * wl-action.el: New file. 
1622
1623 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-summary.el (wl-summary-target-mark-replace): New function.
1626         (wl-summary-target-mark-prefetch): Use it.
1627         (wl-summary-target-mark-delete): Ditto.
1628         (toplevel): Rearranged definition order.
1629         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1630         (wl-summary-target-mark-erase): Rewrite.
1631         (wl-summary-erase-region): New function.
1632         (wl-summary-exec-action-erase): Changed message.
1633         (wl-summary-move-mark-list-messages): New function.
1634         (wl-summary-exec-action-delete): Use it.
1635         (wl-summary-exec-action-erase): Ditto.
1636
1637         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1638         (wl-summary-skip-mark-list): Added "d".
1639
1640         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1641         while searching.
1642
1643         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1644         and define using defcustom;
1645         Define 4th element as a face.
1646         
1647         * wl-summary.el (wl-summary-incorporate): Use 
1648         `wl-summary-prefetch-region-no-mark' instead of
1649         `wl-summary-prefetch-region'.
1650         (wl-summary-prefetch-region-no-mark): Revival of old
1651         `wl-summary-prefetch-region'.
1652         (wl-summary-mark-action-list): Moved to wl-vars.el
1653
1654         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1655         face according to the `wl-summary-mark-action-list'.
1656         (wl-highlight-summary-current-line): Ditto;
1657         Removed destination highlighting.
1658
1659         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1660         (wl-highlight-summary-line-string): Highlight for "i" mark.
1661         (wl-highlight-summary-current-line): Ditto.
1662
1663         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1664         no destination.
1665
1666         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1667         exists, just go ahead.
1668         (wl-summary-prefetch-region): Rewrite.
1669         (wl-summary-prefetch): Ditto.
1670         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1671         (wl-summary-exec-action-prefetch): New function.
1672         (wl-summary-target-mark-prefetch): Rewrite.
1673
1674 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1675
1676         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1677         (wl-highlight-summary-line-string): Added "d" and "D".
1678         (wl-highlight-summary-current-line): Ditto.
1679
1680         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1681         in wl-summary.el.
1682         (wl-thread-insert-entity-sub): Ditto.
1683         (wl-thread-remove-destination-region): Ditto.
1684         (wl-thread-print-destination-region): Ditto.
1685
1686         * wl-summary.el (wl-summary-buffer-refile-list,
1687         wl-summary-buffer-delete-list,
1688         wl-summary-buffer-copy-list): Abolish.
1689         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1690         All other related portions are changed.
1691         (wl-summary-mark-action-list): New variable.
1692         (wl-summary-set-mark): New function.
1693         (wl-summary-register-target-mark): Ditto.
1694         (wl-summary-unregister-target-mark): Ditto.
1695         (wl-summary-have-target-mark-p): Ditto.
1696         (wl-summary-register-temp-mark): Ditto.
1697         (wl-summary-unregister-temp-mark): Ditto.
1698         (wl-summary-registered-temp-mark): Ditto.
1699         (wl-summary-collect-temp-mark): Ditto.
1700         (wl-summary-unset-mark): Ditto.
1701         (wl-summary-set-target-mark): Ditto.
1702         (wl-summary-unset-target-mark): Ditto.
1703         (wl-summary-set-action-generic): Ditto.
1704         (wl-summary-unset-action-generic): Ditto.
1705         (wl-summary-exec-action-delete): Ditto.
1706         (wl-summary-exec-action-erase): Ditto.
1707         (wl-summary-set-action-refile): Ditto.
1708         (wl-summary-set-action-refile-subr): Ditto.
1709         (wl-summary-unset-action-refile): Ditto.
1710         (wl-summary-make-destination-numbers-list): Ditto.
1711         (wl-summary-exec-action-refile): Ditto.
1712         (wl-summary-set-action-copy): Ditto.
1713         (wl-summary-unset-action-copy): Ditto.
1714         (wl-summary-exec-action-copy): Ditto.
1715         (wl-summary-collect-numbers-region): Ditto.
1716         (wl-summary-delete): Rewrite.
1717         (wl-summary-erase): Ditto.
1718         (wl-summary-remove-destination): Ditto.
1719         (wl-summary-exec): Ditto.
1720         (wl-summary-exec-region): Ditto.
1721         (wl-summary-target-mark-erase): Ditto.
1722         (wl-summary-refile): Ditto.
1723         (wl-summary-copy): Ditto.
1724         (wl-summary-unmark): Ditto.
1725         (wl-summary-delete-all-mark): Ditto.
1726         (wl-summary-mark-line): Don't highlight.
1727         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1728         (wl-summary-target-mark-refile-subr): Rewrite.
1729
1730         (wl-summary-copy-prev-destination): Abolish.
1731
1732 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1733
1734         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1735         default values along the value of wl-on-mule.
1736         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1737         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1738         It is not used anywhere.
1739
1740 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741
1742         * wl-summary.el (wl-summary-print-destination): Keep position.
1743         (wl-summary-cursor-move-surface): Keep horizontal position.
1744
1745 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1746
1747         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1748         write sendlog.
1749
1750 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1751
1752         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1753         `wl-summary-highlight'.
1754
1755 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1758         trivial condition for temp-mark.
1759
1760 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1761
1762         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1763         when it hits killed buffer.
1764
1765 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1766
1767         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1768         * wl-news.el.in: `message' and `error' take format string.
1769
1770 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl-folder (wl-folder-insert-entity): Display a message,
1773         `...done', when the work finish.
1774         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1775
1776 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * wl-message.el (wl-message-redisplay): Remove unused local
1779         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1780
1781 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1782
1783         * wl-summary.el (wl-summary-replace-status-marks): Disable
1784         interactive use.
1785         (wl-summary-reedit): Check message existence at first.
1786         (wl-summary-mark-line): Fix doc, return value is indefinite.
1787
1788         * wl-highlight.el (wl-highlight-message): Arranged.
1789
1790         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1791         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1792         check temp-mark by wl-summary-temp-mark always.
1793         (wl-highlight-summary): Change accordingly.
1794         * wl-summary.el (wl-summary-mark-as-read-all)
1795         (wl-summary-delete-cache, wl-summary-set-score-mark)
1796         (wl-summary-mark-as-unread, wl-summary-unmark)
1797         (wl-summary-mark-line, wl-summary-mark-as-read)
1798         (wl-summary-mark-as-important): Ditto.
1799
1800         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1801         end of the window if possible.
1802         * wl-summary.el (wl-summary-sync-update): Support lazy
1803         highlighting.
1804         (wl-summary-toggle-disp-msg): Ditto.
1805
1806 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1807
1808         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1809
1810 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1813         change.
1814
1815 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1816
1817         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1818         API.
1819         (wl-summary-sync-update): Ditto.
1820
1821         * wl-score.el (wl-score-get-score-alist): Changed argument.
1822         (wl-summary-rescore-msgs): Likewise.
1823         (wl-summary-score-headers): Likewise.
1824         (wl-score-headers): Likewise;
1825         Use elmo-folder-do-each-message-entity, etc.
1826         (wl-summary-score-effect): Follow the changes above.
1827         (wl-summary-rescore): Ditto.
1828         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1829         (wl-score-get-overview): Abolish.
1830
1831         * wl-summary.el (wl-summary-default-from): Follow the API change in
1832         elmo-msgdb.
1833         (wl-summary-count-unread): Ditto.
1834         (wl-summary-detect-mark-position): Ditto.
1835         (wl-summary-overview-entity-compare-by-date): Ditto.
1836         (wl-summary-overview-entity-compare-by-number): Ditto.
1837         (wl-summary-overview-entity-compare-by-from): Ditto.
1838         (wl-summary-overview-entity-compare-by-subject): Ditto.
1839         (wl-summary-get-list-info): Ditto.
1840         (wl-summary-rescan): Ditto.
1841         (wl-summary-jump-to-msg-by-message-id): Ditto.
1842         (wl-summary-sync-update): Ditto; Removed comment.
1843         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1844         (wl-summary-insert-message): Use wl-summary-insert
1845         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1846         (wl-summary-insert-headers): Changed argument overview to folder.
1847         (wl-summary-search-by-subject): Likewise.
1848         (wl-summary-insert-thread): Renamed from 
1849         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1850
1851         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1852         too.
1853
1854         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1855         wl-string-member.
1856
1857 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1860         elmo-folder-append-buffer.
1861         (wl-draft-queue-append): Likewise.
1862
1863         * wl-mime.el (wl-message-delete-current-part): Ditto.
1864         (wl-summary-burst-subr): Ditto.
1865
1866         * wl-news.el.in (wl-news-send-news): Ditto.
1867
1868 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1869
1870         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1871         function.
1872         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1873         (wl-summary-update-mark): Enclose with save-excursion.
1874         (wl-summary-mark-as-read-internal): Fixed last change.
1875         (wl-summary-mark-as-important): Use 3rd argument of
1876         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1877         Don't use elmo-msgdb-set-mark.
1878         (wl-summary-redisplay-internal): If msgdb flag is already read,
1879         just update the mark on buffer.
1880
1881 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1882
1883         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1884         cut visible folder when elmo-folder-delete returns non-nil value.
1885
1886 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1887
1888         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1889         by Kenichi OKADA <okada@opaopa.org>).
1890
1891 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1894
1895 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1896
1897         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1898         Fixed the last change, search group entity by its real name.
1899         (Thanks to: KOBAYASHI Shinji)
1900
1901 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1902
1903         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1904         (wl-fldmgr-access-display-all): Don't refer visible name.
1905         * wl-expire.el (wl-folder-archive-current-entity)
1906         (wl-folder-expire-current-entity): Ditto.
1907         * wl-folder.el (wl-folder-jump-to-current-entity)
1908         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1909         (wl-folder-open-folder-sub,wl-folder-open-all)
1910         (wl-folder-write-current-folder): Ditto.
1911         (wl-folder-insert-entity): Don't use petname for normal group.
1912         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1913         is the real name.
1914         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1915         Abolished.
1916
1917 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1918
1919         * wl-draft.el (wl-draft-create-buffer): Add
1920         `wl-summary-reply-with-citation'
1921
1922 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1923
1924         * wl-draft.el (wl-draft-reply): Fixed.
1925
1926 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1927
1928         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1929         when `wl-draft-send-confirm-with-preview' is non-nil.
1930         You can scroll up/down by j/k.
1931         (wl-draft-send-confirm-with-preview): New variable (default=t).
1932
1933 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1934
1935         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1936         (wl-fldmgr-save-folders): Fix comment.
1937
1938 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1939
1940         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1941         along the last change in `wl-folder-buffer-group-p'.
1942
1943 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1944
1945         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1946         folder.
1947
1948         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1949         the default value.
1950
1951         * wl-mime.el (wl-summary-burst): Update summary only when target
1952         folder equals current folder.
1953
1954 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1955
1956         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1957
1958 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1959
1960         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1961         value.
1962
1963 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1966         `map-extents' instead of `extent-at' repeatedly.
1967         (wl-highlight-folder-current-line): Ditto.
1968
1969         * wl-highlight.el: Remove useless dummy functions.
1970
1971 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1972
1973         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1974         (wl-folder-put-folder-property): New function to put text property.
1975         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1976         (wl-folder-insert-entity, wl-folder-update-diff-line)
1977         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1978         * wl-e21.el, wl-xmas.el, wl-mule.el
1979         (wl-highlight-folder-current-line): Ditto.
1980         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1981         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1982         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1983         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1984
1985 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1986
1987         * Version number is increased to 2.11.3.
1988
1989 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1990
1991         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1992         Resume current-buffer since it is assumed by remaining tasks.
1993
1994 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1995
1996         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1997         (wl-folder-completion-function): Abolished.
1998         (wl-folder-complete-folder): New function.
1999         (wl-folder-complete-filter-condition): Ditto.
2000         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2001         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2002
2003 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2004
2005         * wl-draft.el (wl-draft-send-confirm): New function.
2006         (wl-draft-send): Use it.
2007
2008         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2009         cursor-in-echo-area while confirming.
2010
2011         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2012
2013         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2014         searching via nntp if wl-summary-search-via-nntp is 'force.
2015         Otherwise, invoke searching in nntp folder only.
2016         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2017
2018         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2019         explicitly for mime-make-text-tag.
2020
2021 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2022
2023         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2024         `mime-make-text-tag' instead of `mime-create-tag'.
2025
2026 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2027
2028         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2029         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2030
2031 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2032
2033         * wl-score.el (wl-score-save): Bind print-length and print-level.
2034         (wl-score-pretty-print): Ditto.
2035         (wl-score-edit-insert-header-entry): Ditto.
2036
2037         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2038         "From" entry to be treated with wl-draft-eword-encode-address-list.
2039         * wl-mime.el (wl-draft-preview-message): Ditto.
2040
2041         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2042         (wl-summary-mark-as-unread): Ditto.
2043         (wl-summary-mark-as-read-region): Change accordingly.
2044         (wl-summary-mark-as-unread-region): Ditto.
2045         (wl-summary-target-mark-mark-as-read): Ditto.
2046         (wl-summary-target-mark-mark-as-unread): Ditto.
2047
2048 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2049
2050         * Version number is increased to 2.11.2.
2051
2052 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2053
2054         * wl-news.el.in (wl-news-previous-version-save): Bind
2055         print-length and print-level.
2056         * wl-thread.el (wl-thread-save-entities): Ditto.
2057         (wl-thread-save-top-list): Bind print-length.
2058
2059 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2060
2061         * wl-highlight.el (wl-highlight-summary-line-string): Use
2062         wl-summary-score-below-mark, wl-summary-score-over-mark.
2063         (wl-highlight-summary-current-line): Ditto.
2064
2065 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2066
2067         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2068         insert it.
2069
2070 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2071
2072         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2073
2074 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2075
2076         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2077         message without msgid.
2078         Rewrite with elmo-folder-move-messages.
2079         Set wl-message-buffer to nil.
2080
2081         * wl-summary.el (wl-summary-erase-subr): New function. Use
2082         elmo-folder-move-messages.
2083         (wl-summary-erase): Call it.
2084         (wl-summary-target-mark-erase): Ditto.
2085
2086 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2087
2088         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2089         it is not up-tp-date.
2090
2091 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2092
2093         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2094         buffer after calling `wl-summary-goto-folder-subr' without the
2095         argument `interactive'.
2096         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2097
2098 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2099
2100         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2101         `mime-create-tag'. Use `string=' instead of `looking-at'.
2102
2103 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2104
2105         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2106         to avoid compile warning.
2107
2108         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2109         entity-id when folder is given.
2110         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2111         save-excursion, use save-selected-window instead.
2112         Select folder buffer window if exists.
2113         (To correct behavior with wl-folder-move-cur-folder.)
2114
2115 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2116
2117         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2118
2119 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2120
2121         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2122         list-count instead of %d.
2123
2124 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2125
2126         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2127         (wl-news): Set it.
2128         (wl-news-append-to-folder): Use it.
2129
2130         * wl-news.el.in (wl-news-send-news): Append to specified folder
2131         instead of wl-default-folder.
2132         (wl-news-append-to-folder): Show error message with specified folder.
2133
2134         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2135                 In most major modes, Emacs assumes that any opening
2136                 delimiter found at the left margin is the start of a
2137                 top-level definition, or defun. Therefore, *never put an
2138                 opening delimiter at the left margin unless it should have
2139                 that significance.*
2140
2141         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2142
2143 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2144
2145         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2146
2147 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2148
2149         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2150
2151 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2152
2153         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2154         for sequential numbering case.
2155
2156 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2157
2158         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2159         value.
2160         (wl-draft-reply-without-argument-list): Ditto.
2161         (wl-draft-reply-myself-with-argument-list): Abolish.
2162         (wl-draft-reply-myself-without-argument-list): Ditto.
2163         * wl-draft.el (wl-draft-self-reply-p): New function.
2164         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2165
2166 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2167
2168         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2169         (avoid error for the case without byte-compiling)
2170
2171 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2172
2173         * wl-news.el.in (wl-news-append-to-folder): New function.
2174         (wl-news-exit): Rewrite.
2175         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2176
2177 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2178
2179         * wl-draft.el (wl-draft-reply-position): New function.
2180         (wl-draft-reply-position): Fix.
2181         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2182         (wl-summary-target-mark-reply-with-citation): Ditto.
2183         (wl-summary-reply-with-citation): Ditto.
2184         * wl-vars.el (wl-draft-reply-default-position): New variable.
2185
2186 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2187
2188         * wl-draft.el (wl-draft-send): Preview when interactive send.
2189
2190 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2191
2192         * wl-draft.el (wl-draft-reply): Set default position.
2193         * wl-summary.el (wl-summary-reply): Ditto.
2194         (wl-summary-reply-with-citation): Ditto.
2195         (wl-summary-target-mark-reply-with-citation): Ditto.
2196
2197 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2198
2199         * wl-news.el.in (wl-news-lang): Set default value according to
2200         current-language-environment.
2201         (wl-news-append-news): Do nothing when news-list is nil.
2202
2203 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2204
2205         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2206         (wl-news): Change message.
2207         (wl-news-exit): Check buffer.
2208         (wl-news-force-exit): New function.
2209         (wl-news-show-all): New function.
2210         (wl-news-discard-and-exit): Fix.
2211
2212 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2213
2214         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2215         according to current-language-environment.
2216
2217         * wl-news.el.in (wl-news): If arg, show all NEWS after
2218         wl-news-default-previous-version.
2219
2220 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2221
2222         * wl-news.el.in (wl-news-check): Rewritten.
2223         (wl-news-previous-version-load): Change data type.
2224         (wl-news-previous-version-save): Change data type.
2225         (wl-news-append-news): Add return value.
2226         (wl-news-check-news): New function.
2227         (wl-news-already-current-p): New function.
2228         (wl-news-send-news): Rewritten.
2229         (wl-news-mode-map): Add new keybind.
2230         (wl-news): Rewritten.
2231         (wl-news-exit): Rewritten.
2232         (wl-news-discard-and-mail): New function.
2233         (wl-news-send-to-address): Abolished.
2234         * wl.el (wl-init): Delete a message.
2235
2236 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2237
2238         * wl-news.el.in (wl-news-exit): Update previous version.
2239         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2240
2241 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2242
2243         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2244
2245 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2246
2247         * wl-news.el.in (wl-news): New function.
2248         (wl-news-mode): New function.
2249         (wl-news-next-line): New function.
2250         (wl-news-next-page): New function.
2251         (wl-news-exit): New function.
2252         (wl-news-buf-name): New variable.
2253         (wl-news-mode-map): New variable.
2254         (wl-news-winconf): New variable.
2255         (wl-news-append-news): Add an option.
2256
2257 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2258
2259         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2260
2261 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2262
2263         * wl-news.el.in (wl-news-send-to-address): New variable.
2264         (wl-news-send-news): Use it.
2265         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2266         Return updating status.
2267         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2268
2269 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2270
2271         * wl-news.el.in (wl-news-send-news): Delete
2272         Organization and X-Face.
2273
2274 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2275
2276         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2277         (wl-news-append-news): New function.
2278         (wl-news-send-news): New function.
2279
2280 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2281
2282         * Version number is increased to 2.11.1.
2283
2284 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2285
2286         * wl-news.el.in : New file.
2287
2288 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2289
2290         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2291         default value.
2292         (wl-draft-reply-without-argument-list): Ditto.
2293
2294 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2295
2296         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2297         (wl-message-buffer-prefetch-idle-time): Ditto.
2298         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2299
2300 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl-thread.el (wl-thread-insert-message): Use
2303         wl-summary-max-thread-depth.
2304
2305         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2306         loop detection.
2307
2308         * wl-message.el (wl-message-buffer-display): Back to the first page
2309         when cache is hit.
2310
2311 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2312
2313         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2314
2315         * wl-summary.el (wl-summary-insert-thread-entity):
2316         If the thread depth is reached to wl-summary-max-thread-depth,
2317         divide the thread.
2318
2319 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2320
2321         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2322         for elmo-remove-passwd.
2323
2324 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2325
2326         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2327         folder is sticky.
2328         (wl-folder-mark-as-read-all-entity): Ditto.
2329         (wl-folder-prefetch-entity): Ditto.
2330
2331 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2332
2333         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2334
2335 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2336
2337         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2338         Delete messages on buffer for unplugged operation.
2339         (wl-summary-erase): Ditto.
2340
2341 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2342
2343         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2344         take nil so as not to search parent by subject.
2345
2346 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2347
2348         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2349         (wl-folder-get-next-folder): Ditto.
2350         (wl-folder-get-path): Ditto.
2351
2352 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2353
2354         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2355         system and encode the region with it before verifying.
2356
2357 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2358
2359         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2360         system of the echo buffer before decoding.
2361
2362 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2363
2364         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2365         original contents.
2366
2367 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2368
2369         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2370         with argument 'any-exists.
2371
2372 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2373
2374         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2375         Use `wl-cs-autoconv'.
2376
2377 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2378
2379         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2380         by `mime-view-automatic-conversion'.
2381
2382         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2383         (wl-message-verify-pgp-nonmime): Ditto.
2384         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2385         Bind them to C-c:d and C-c:v respectively.
2386
2387         Merge following code by Teranishi-san from [wl-en:00167].
2388         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2389         (wl-mime-preview-application/pgp-encrypted): Ditto.
2390         (wl-mime-setup): Add entry.
2391
2392 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2393
2394         * wl-summary.el (wl-summary-target-mark-erase): New function.
2395         Bind it to "mD".
2396
2397 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2398
2399         * wl-vars.el (wl-draft-write-file-function): Fix.
2400         (wl-draft-reedit-hook): Changed default value.
2401
2402         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2403         wl-draft-reedit-hook.
2404         (wl-draft-remove-text-plain-tag): New function.
2405         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2406
2407         * wl-vars.el (wl-draft-write-file-function): New user option.
2408
2409         * wl-draft.el (wl-draft-prepare-edit): Use it for
2410         local-write-file-hooks.
2411         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2412
2413         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2414         (wl-draft-insert-mail-header-separator): Return the body beginning
2415         point.
2416         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2417         text/plain.
2418         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2419
2420 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2421
2422         * wl-summary.el (wl-summary-erase): New function to erase message
2423         without moving it to trash. Bind to "D".
2424
2425         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2426         as `keep' unless switch-function.
2427
2428 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2429
2430         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2431         message buffer by using `wl-summary-toggle-disp-msg'.
2432         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2433         buffer window.
2434         (wl-summary-supresedes-message): Ditto.
2435
2436         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2437         Do not delete other windows.
2438         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2439         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2440         (wl-draft-create-buffer): Set reply-or-forward also for target
2441         mark commands.
2442
2443 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * wl-draft.el (wl-user-agent-compose): Delete special case for
2446         switch-to-buffer-other-window.
2447
2448         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2449         (wl-summary-forward): Ditto.
2450
2451         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2452         function.
2453         (wl-draft-buffer-style): New use option.
2454
2455         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2456         (wl-draft): Follow the change above.
2457         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2458         wl-draft-buffer-style.
2459         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2460         switch-function.
2461
2462 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-draft.el (wl-user-agent-compose): Delete special case for
2465         switch-to-buffer-other-window.
2466
2467         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2468         (wl-summary-forward): Ditto.
2469
2470         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2471         function.
2472         (wl-draft-buffer-style): New use option.
2473
2474         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2475         (wl-draft): Follow the change above.
2476         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2477         wl-draft-buffer-style.
2478         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2479         switch-function.
2480
2481 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2482
2483         * wl-address.el (wl-address-make-completion-entry): Extracted from
2484         `wl-address-make-completion-list'.
2485         (wl-address-enable-strict-loading): New variable.
2486         (wl-address-make-completion-list): Revive petname duplication
2487         inquiry, and enable it if `wl-address-enable-strict-loading'.
2488         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2489
2490 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2491
2492         * wl-message.el (wl-message-get-original-buffer): Avoid
2493         'Selecting deleted buffer' error when original buffer is killed.
2494
2495 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-summary.el (wl-summary-next-message): Use
2498         elmo-message-accessible-p instead of elmo-message-cached-p.
2499
2500 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2503
2504         * wl-thread.el (wl-thread-open-all-unread): Use
2505         elmo-folder-list-flagged instead of
2506         elmo-folder-list-messages-mark-match.
2507
2508         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2509         instead of elmo-folder-list-messages-mark-match.
2510         (wl-summary-move-spec-alist): New variable.
2511         (wl-summary-move-spec-plugged-alist,
2512         wl-summary-move-spec-unplugged-alist): Abolish.
2513         (wl-summary-next-message): Follow the change above.
2514         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2515         with 'no-msg' argument.
2516
2517         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2518         variable.
2519         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2520         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2521         (wl-message-buffer-prefetch-get-next): Follow the change above.
2522
2523 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-version.el (wl-version): Changed codename.
2526
2527         * Version number is increased to 2.11.0.
2528
2529 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2532         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2533         `wl-draft-config-variables'.
2534         (wl-draft-kill): Fixed problem when the draft is reedit.
2535
2536 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2537
2538         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2539         buffer-modified status (Thanks to
2540         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2541
2542 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2543
2544         * wl-util.el (wl-region-exists-p): New function.
2545
2546         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2547         Remove defvars for byte-compile warnings.
2548
2549 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2552         defvar-maybe. Removed unused bind.
2553
2554 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2555
2556         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2557         summary buffer window before creating new frame.
2558         (wl-draft-reply): Ditto.
2559
2560 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2563
2564 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2565
2566         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2567
2568 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2569
2570         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2571         instead of `kill-region'.
2572
2573 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2574
2575         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2576         (wl-highlight-summary-line-string): Use it.
2577         (wl-highlight-summary-current-line): Ditto.
2578
2579         * wl-mime.el (wl-message-delete-current-part): Check the class of
2580         mime-entity.
2581
2582         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2583
2584         * wl-summary.el (wl-summary-make-number-list): Initialize.
2585         (wl-summary-update-mark): New function.
2586         (wl-summary-reply): Put `answered' mark on the message.
2587         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2588
2589         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2590         (wl-draft-reply): Added optional argument `number';
2591         Set wl-draft-parent-number.
2592         (wl-draft-kill): Delete answered mark if it is a reply.
2593
2594 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2595
2596         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2597         that originates in mime-preview-follow-current-entity.
2598         (wl-draft-yank-current-message-entity): Use it if region is active.
2599
2600         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2601         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2602         `wl-message-delete-current-part'.
2603         * wl-mule.el (wl-message-define-keymap): Ditto.
2604         * wl-xmas.el (wl-message-define-keymap): Ditto.
2605
2606 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2607
2608         * wl-mime.el (wl-message-delete-current-part): New function.
2609         (wl-mime-node-id-to-string): Ditto.
2610
2611         * wl-mime.el (wl-message-delete-current-part): Use existing
2612         original buffer which corresponds current mime-view buffer.
2613         (fetched buffer might have different structure, possibly)
2614
2615         * wl-mime.el (wl-message-delete-current-part): Quit if the
2616         message content differs from the actual message.
2617
2618 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2621         order.
2622         (wl-summary-search-by-subject): Search parent message from tail;
2623         Check the existence of the parent message on the current thread tree.
2624         (wl-summary-update-thread): Check whether the line is inserted.
2625
2626 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2627
2628         * wl-vars.el (wl-summary-line-format): Undo last change.
2629         * wl-summary.el (wl-summary-print-destination): Do not put
2630         invisible property when `wl-summary-width' is nil.
2631         (wl-summary-line-subject-minimum-length): Abolished.
2632         (wl-summary-line-subject): Ditto.
2633
2634 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2635
2636         * wl-vars.el (wl-summary-line-format): Change default value.
2637         (wl-summary-subject-length-limit): Abolished.
2638         * wl-summary.el (wl-summary-line-subject): Ditto.
2639
2640 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2641
2642         * wl-template.el (wl-template-select): Added optional argument.
2643         If optional argument is specified, reverse
2644         `wl-template-visible-select'.
2645
2646 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2647
2648         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2649         Take prefix argument to force asking the destination folder.
2650
2651 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2652
2653         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2654         count and update status.
2655
2656 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2657
2658         * wl-summary.el (wl-summary-redisplay-internal): If
2659         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2660         after fetching.
2661
2662 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2665         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2666
2667         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2668
2669 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2672         (All other related portions are changed).
2673         (wl-summary-mark-as-read-all): Rewrite.
2674
2675 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2678         `wl-summary-mark-as-read'.
2679         (wl-summary-mark-as-unread): Rewrite.
2680         (wl-summary-mark-as-read): Added no-modeline argument.
2681         (wl-summary-resume-cache-status): Rewrite.
2682         (wl-summary-exec-subr): Remove unused local variable.
2683
2684 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2685
2686         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2687         logic to call `wl-summary-buffer-prev-folder-function'.
2688         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2689
2690 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2691
2692         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2693         is nil.
2694
2695 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2696
2697         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2698         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2699         (wl-mime-setup): Add its entry.
2700
2701 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2704         (wl-summary-delete-cache): Likewise.
2705         (wl-summary-mark-as-read): Rewrite.
2706
2707 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2708
2709         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2710         `wl-summary-count-unread'.
2711
2712         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2713
2714         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2715
2716 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2719         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2720         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2721         Renamed to the elmo-msgdb-*-mark.
2722         (wl-summary-score-marks): Follow the change above.
2723         (wl-summary-auto-refile-skip-marks): Ditto.
2724         (wl-summary-incorporate-marks): Ditto.
2725         (wl-summary-expire-reserve-marks): Ditto.
2726
2727         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2728         changes.
2729         (wl-thread-insert-top): Changed updating message.
2730
2731         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2732         variable.
2733         (wl-summary-count-unread): Count answered marks.
2734         (wl-summary-rescan): Call wl-summary-insert-message instead of
2735         wl-summary-append-message-func-internal.
2736         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2737         (wl-summary-prefetch-msg): Follow the variable name changes.
2738         (wl-summary-prefetch-region): Ditto.
2739         (wl-summary-mark-as-read-all): Follow the API changes;
2740         Don't call elmo-folder-replace-marks.
2741         (wl-summary-delete-cache): Follow the variable name changes.
2742         (wl-summary-resume-cache-status): Ditto.
2743         (wl-summary-update-status-marks): New function.
2744         (wl-summary-insert-message): New function.
2745         (wl-summary-sync-marks): Follow the variable name changes.
2746         (wl-summary-sync-update): Synchronize to the msgdb, too;
2747         Changed update messages.
2748         (wl-summary-make-number-list): Rewrite.
2749         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2750         (wl-summary-mark-as-unread): Follow the API changes.
2751         (wl-summary-exec-subr): Follow the variable name changes.
2752         (wl-summary-mark-as-read): Ditto.
2753         (wl-summary-move-spec-plugged-alist): Ditto.
2754         (wl-summary-move-spec-unplugged-alist): Ditto.
2755         (wl-summary-cursor-move-surface): Ditto.
2756
2757         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2758         variable name changes.
2759         (wl-highlight-summary-current-line): Ditto.
2760
2761         * wl-expire.el (wl-expire-refile): Follow the API change in
2762         elmo-folder-move-messages.
2763         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2764         (wl-summary-archive): Use elmo-folder-msgdb instead of
2765         elmo-msgdb-load.
2766
2767 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2768
2769         * wl-mime.el (wl-draft-preview-message): Restore the position
2770         before evaluating wl-draft-send-hook in preview buffer.
2771
2772 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2773
2774         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2775         when it creates new draft buffer.
2776
2777         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2778         without argument.
2779
2780         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2781         Evaluate content and if the value is string, insert it.
2782         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2783         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2784         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2785         wl-draft-config-sub-part-bottom): Use it.
2786
2787         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2788         with the folder name. The question was unintelligible when it is
2789         called from wl-save-status.
2790
2791 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2792
2793         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2794         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2795         cannot take second argument).
2796
2797 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2798
2799         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2800         as t. Since type and subtype are not case sensitive (RFC 2045).
2801
2802 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2803
2804         * wl-vars.el (wl-message-mode-line-format): New variable.
2805         (wl-message-mode-line-format-spec-alist): Ditto.
2806         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2807         (wl-message-redisplay): Use wl-message-mode-line-format.
2808
2809 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2810
2811         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2812
2813 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2814
2815         * wl-summary.el (wl-summary-default-from): Write description.
2816
2817 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2818
2819         * wl-vars.el (wl-ldap-objectclass): Abolish.
2820
2821         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2822         (wl-ldap-make-filter): Removed condition for objectclass.
2823         (wl-ldap-make-matched-value-list): Remove meaningless process.
2824         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2825         (wl-address-ldap-search): Don't add `*' to `pat' string;
2826         use ignore-errors; added `email';
2827         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2828         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2829         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2830
2831
2832 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2833
2834         * wl-draft.el (wl-draft-parent-folder): Write description.
2835         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2836
2837 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2840         as "" (zero-length string) if no parent.
2841         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2842
2843 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-address.el (wl-address-make-completion-list): Skip duplication
2846         checking.
2847         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2848         `append'.
2849
2850 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2851
2852         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2853         instead of `beginning-of-buffer'.
2854
2855 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2858
2859 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2862         Refer wl-message-buffer-name.
2863         (wl-message-wheel-down): Ditto.
2864
2865 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-vars.el (wl-message-buffer-name): New user option.
2868
2869         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2870         directly instead of making alist dinamically.
2871
2872         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2873         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2874         wl-message-buffer-cache-name.
2875         (wl-message-buffer-cache-clean-up): Ditto.
2876
2877         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2878
2879         * Version number is increased to 2.9.15.
2880
2881 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-vars.el (wl-summary-default-view-alist): New user option.
2884
2885         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2886
2887         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2888         while deleting address.
2889         (wl-draft-delete-myself-from-cc): Ditto.
2890
2891         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2892         If optional argument is specified, reverse sort order.
2893
2894         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2895
2896 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-thread.el (wl-thread-insert-message): Return parent number if
2899         exists.
2900         (wl-thread-update-indent-string-region): Use
2901         wl-thread-update-line-on-buffer-sub instead of
2902         wl-thread-update-line-on-buffer.
2903
2904 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2905
2906         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2907         (wl-folder-close-all): Ditto.
2908
2909 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2910
2911         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2912         and mailing-list:.
2913         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2914         value.
2915         (wl-summary-line-list-info): Print mailing-list name even when 
2916         list-number is empty.
2917
2918 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2919
2920         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2921
2922         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2923         (wl-draft-open-file): Ditto.
2924         (wl-draft-random-alphabet): Ditto.
2925
2926         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2927         bindings.
2928
2929 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2930
2931         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2932         * wl-vars.el (wl-draft-config-alist): Ditto.
2933
2934 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * Version number is increased to 2.9.14.
2937
2938         * wl.el (wl): Don't set wl-init as nil when error occured while
2939         auto-checking folders.
2940
2941         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2942         `elmo-expand-newtext'.
2943
2944 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2945
2946         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2947         `this-command' so that `wl-folder-goto-folder' contained in
2948         `wl-summary-keep-cursor-command' work.
2949
2950 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2951
2952         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2953         message buffer displaying state.
2954
2955 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2956
2957         * wl-vars.el (wl-summary-default-view): New variable to specify
2958         default value for `wl-summary-buffer-view' instead of using
2959         set-default.
2960         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2961
2962 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2963
2964         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2965
2966         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2967
2968 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2969
2970         * wl-vars.el (wl-forward-subject-prefix): New variable.
2971         * wl-draft.el (wl-draft-forward): Use it.
2972
2973 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2974
2975         * wl-message.el (wl-message-prev-page): When it is called without
2976         lines argument, scroll down by wl-message-scroll-amount lines.
2977         (wl-message-next-page): Ditto.
2978         * wl-vars.el (wl-message-scroll-amount): Change default value
2979         to preserve current behavior.
2980
2981 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-summary.el (wl-summary-prefetch-msg): Bind
2984         `wl-message-entity' to call `wl-summary-from-function'.
2985
2986 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2987
2988         * wl-message.el (wl-message-buffer-create): Run
2989         wl-message-buffer-created-hook.
2990
2991 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2992
2993         * wl-summary.el (wl-summary-sort-specs): New variable.
2994         (wl-summary-default-sort-spec): Ditto.
2995         (wl-summary-sort): Rewrite.
2996         (wl-summary-sort-by-list-info): New function.
2997
2998 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2999
3000         * wl-summary.el (wl-summary-get-list-info): New function.
3001         (wl-summary-sort): Rewrite.
3002         (wl-summary-line-list-info): Ditto.
3003         (wl-summary-line-list-count): Ditto.
3004         (wl-summary-refile-region): Fixed docstring.
3005
3006 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3007
3008         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3009         `wl-folder-entity-hashtb' as completion table.
3010
3011 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3014         only when this command is called interactively; silence the byte-
3015         compiler.
3016
3017 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3018
3019         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3020         active in XEmacs.
3021
3022 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3023
3024         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3025         plural lines.
3026
3027 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3028
3029         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3030         of current line when the cursor is on the header name.
3031         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3032
3033 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3034
3035         * wl-util.el (wl-read-directory-name): Return displayed directory
3036         as the default value also on XEmacs.
3037
3038 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3041         formatting.
3042
3043 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3044
3045         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3046         argument and when it is non-nil, check face property before
3047         highlighting for each line.
3048         (wl-highlight-summary-window): Set it.
3049
3050 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3053         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3054
3055         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3056         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3057         (wl-draft-get-fcc-list): Likewise.
3058
3059 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3060
3061         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3062         (wl-thread-entity-cur): Ditto.
3063         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3064         wl-thread-indent-regexp setting.
3065         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3066
3067         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3068         wl-summary-lazy-highlight.
3069         (wl-summary-display-bottom): Ditto.
3070
3071         * wl-thread.el (wl-thread-open-close): Likewise.
3072
3073         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3074         from and subject;
3075         Bind wl-draft-use-frame;
3076         Enclose with save-window-excursion;
3077         Use wl-draft-create-buffer instead of with-temp-buffer;
3078         Use wl-draft-prepare-edit;
3079         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3080         Use wl-draft-send instead of wl-draft-raw-send.
3081
3082 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3085         of using wl-from.
3086
3087 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3088
3089         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3090         insert-buffer instead of clone-buffer.
3091         (wl-draft-doing-mime-bcc): New variable.
3092         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3093         infinite loop.
3094         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3095
3096         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3097         (wl-draft-mime-bcc-body): Ditto.
3098
3099         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3100         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3101         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3102         wl-draft-do-mime-bcc.
3103         (wl-draft-mime-bcc-field): New function.
3104         (wl-draft-do-mime-bcc): Ditto.
3105
3106         * wl-address.el (wl-address-complete-header-list): New variable.
3107         (wl-address-complete-header-regexp): Changed default value.
3108
3109         * Version number is increased to 2.9.13.
3110
3111 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3112
3113         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3114         it is differed.
3115
3116 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3119         (wl-summary-line-list-count): Ditto.
3120
3121 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3122
3123         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3124         (wl-nntp-posting-function): New variable.
3125         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3126         `wl-nntp-posting-config-alist'.
3127
3128 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3131         FLIM.
3132
3133 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3134
3135         * wl-summary.el (wl-summary-target-mark-refile-sub):
3136         Remove a nuisance funcall.
3137
3138 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3139
3140         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3141         as t for `try-completion'.
3142
3143 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3144
3145         * wl-summary.el (wl-summary-default-from): Use
3146         wl-address-header-extract-address instead of
3147         std11-extract-address-components.
3148         (wl-summary-simple-from): Ditto.
3149         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3150         (wl-summary-insert-headers): Show message.
3151         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3152         for whole line.
3153         (wl-summary-default-from): Revert last change.
3154         (wl-summary-simple-from): Ditto.
3155         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3156         (wl-summary-mark-as-read-region): Follow the change above.
3157         (wl-summary-sync-marks): Ditto.
3158         (wl-summary-target-mark-mark-as-read): Ditto.
3159         (wl-summary-redisplay-internal): Ditto.
3160         (wl-summary-redisplay-no-mime-internal): Ditto.
3161         (wl-summary-redisplay-all-header): Ditto.
3162         (wl-summary-mark-as-read): Removed argument `cached';
3163         Use current cache status to set cache mark.
3164         (wl-summary-redisplay-internal): Follow the change above.
3165         (wl-summary-redisplay-no-mime-internal): Ditto.
3166         (wl-summary-redisplay-all-header): Ditto.
3167
3168         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3169
3170         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3171         Don't call itself recursively (Adviced by Yamaoka-san).
3172
3173 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3174
3175         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3176         bind wl-summary-highlight as nil to avoid error caused by missing
3177         local variables.
3178
3179 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3180
3181         * wl-vars.el (wl-invalid-character-message): New user option.
3182
3183         * wl-util.el (wl-set-string-width): If truncated string-width is
3184         larger than specified width, use `wl-invalid-character-message'.
3185
3186 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3187
3188         * wl-summary.el (wl-summary-prefetch-msg): 
3189         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3190
3191 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3192
3193         * wl-vars.el (wl-summary-check-line-format): New user option.
3194         (wl-summary-line-format-file): Ditto.
3195
3196         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3197         variable.
3198         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3199         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3200         and `wl-summary-view-old-p' to check whether do a rescan or not.
3201         (wl-summary-view-old-p): New function.
3202         (wl-summary-line-format-changed-p): Ditto.
3203         (wl-summary-line-format-save): Ditto.
3204         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3205
3206         * wl-util.el (wl-set-string-width): Avoid using negative number
3207         for make-string.
3208
3209 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3210
3211         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3212         return value.
3213
3214         * wl-util.el (wl-set-string-width): Added optional argument
3215         `padding' (All other related portions are changed).
3216         (wl-line-parse-format): If the first letter of column number is
3217         `0', zero-padding the result (ex: "%05l").
3218
3219         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3220
3221 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3224         sequential summary view.
3225
3226 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3229         if it doesn't have a -unix version.
3230
3231 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3232
3233         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3234
3235 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3238         content.
3239         (wl-draft): Follow the change above.
3240
3241         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3242
3243         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3244         and wl-folder-summary-line-format-alist contain %T and %P.
3245
3246         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3247         (wl-summary-mode-line-format): New user option.
3248         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3249         (wl-summary-line-format): Changed default value.
3250         (wl-summary-lazy-highlight): Changed default value.
3251
3252         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3253         change in wl-summary-create-line.
3254         (wl-thread-insert-entity-sub): Ditto.
3255
3256         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3257         (wl-summary-buffer-unread-status): Ditto.
3258         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3259         (wl-summary-buffer-persistent-mark-column): Ditto.
3260         (wl-summary-buffer-mode-line-formatter): Ditto.
3261         (wl-summary-buffer-mode-line): Ditto.
3262         (wl-summary-message-regexp): Abolished.
3263         (All other related portions are changed.)
3264         (wl-summary-detect-mark-position): New function.
3265         (wl-summary-buffer-set-folder): Setup
3266         wl-summary-buffer-mode-line-formatter.
3267         (wl-summary-mode): Setup selective-display;
3268         Setup pre-idle-hook when xemacs.
3269         (wl-summary-update-modeline): Rewrite.
3270         (wl-summary-jump-to-msg): Define as function;
3271         Changed regexp for searching messages.
3272         (wl-summary-message-number): Rewrite.
3273         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3274         Do rescan when old type summary cache.
3275         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3276         (wl-summary-remove-destination): Use '\r' to detect EOL.
3277         (wl-summary-print-destination): Ditto.
3278         (wl-summary-temp-mark): New inline function.
3279         (wl-summary-persistent-mark): Ditto.
3280         (wl-summary-line-number): New function.
3281         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3282         (wl-summary-line-list-count): New function.
3283         (wl-summary-create-line): Added argument persistent-mark.
3284         (All other related portions are changed)
3285         (wl-summary-create-line): Insert '\r'.
3286         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3287         (wl-summary-cursor-move-surface): New inline function.
3288         (wl-summary-prev): Use it.
3289         (wl-summary-next): Ditto.
3290
3291         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3292         wl-summary-message-regexp.
3293         (wl-highlight-summary): Delete progress message.
3294         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3295
3296         * Version number is increased to 2.9.12.
3297
3298 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3299
3300         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3301         variable (nil: no minimum).
3302         (wl-summary-line-subject): Add some spaces after subject by
3303         wl-summary-line-subject-minimum-length.
3304
3305 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3306
3307         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3308         and removed `F'.
3309         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3310         change above).
3311
3312 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3313
3314         * wl-summary.el (wl-summary-line-list-count): Reverted.
3315         (example setting in samples/*/dot.wl is also updated)
3316
3317 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3318
3319         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3320
3321         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3322
3323         * wl-vars.el (wl-summary-line-format): Addes some description to the
3324         docstring.
3325
3326         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3327         (wl-summary-line-close-bracket): Ditto.
3328         (wl-summary-line-children-number): Ditto.
3329         (wl-summary-line-thread-indent): Ditto.
3330         (wl-summary-line-children-and-from): Ditto.
3331
3332         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3333         't', 'c', 'F' and added 'C'.
3334
3335         * wl-util.el (wl-set-string-width): Accept negative value.
3336         (wl-line-parse-format): Added "%number(" and "%)".
3337
3338 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3339
3340         * wl-summary.el (wl-summary-line-list-count): Change format of the
3341         return value.
3342
3343 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3344
3345         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3346         from the recent message.el.
3347         (wl-draft-point-in-header-p): Ditto.
3348         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3349         wl-draft-beginning-of-line.
3350         * wl-e21.el (wl-draft-mode-map): Ditto.
3351         * wl-xmas.el (wl-draft-mode-map): Ditto.
3352
3353         * wl-folder.el: Sort macrodefs by dependencies.
3354
3355 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3356
3357         * wl-summary.el (wl-summary-prev): Fixed regexp.
3358         (wl-summary-next): Ditto.
3359
3360 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3363
3364 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3365
3366         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3367         for backward compatibility.
3368
3369 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3370
3371         * wl-summary.el (wl-summary-line-list-count): New function, merged
3372         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3373         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3374         list counts.
3375
3376 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-summary.el (wl-summary-create-line): Ignore errors while
3379         timezone-fix-time.
3380
3381         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3382
3383         * wl-summary.el (wl-summary-sync-update): Ditto.
3384         (wl-summary-default-from): Use wl-message-entity
3385         instead of entity.
3386
3387         * wl-summary.el (wl-summary-create-line): Fix.
3388
3389         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3390         (wl-summary-line-format): New user option.
3391         (wl-folder-summary-line-format-alist): Ditto.
3392         (wl-summary-from-width): Abolished.
3393
3394         * wl-util.el (toplevel): Require 'bytecomp.
3395         (wl-line-parse-format): New function.
3396         (wl-line-formatter-setup): New macro.
3397
3398         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3399         (wl-summary-buffer-line-formatter): New buffer local variable.
3400         (wl-summary-switch-to-clone-buffer): Follow the change above.
3401         (wl-summary-message-regexp): Fix.
3402         (wl-summary-from-func-internal): Abolished.
3403         (wl-summary-subject-func-internal): Ditto.
3404         (wl-summary-subject-filter-func-internal): Ditto.
3405         (All other related portions are changed.)
3406         (wl-summary-buffer-set-folder):
3407         Set up wl-summary-buffer-number-column and 
3408         wl-summary-buffer-line-formatter
3409         (All other related portions are changed.)
3410         (wl-summary-buffer-number-column-detect): Abolished.
3411         (All other related portions are changed.)
3412         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3413         (wl-summary-delete-all-temp-marks-on-buffer): Use
3414         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3415         (wl-summary-target-mark-delete): Ditto.
3416         (wl-summary-target-mark-refile-subr): Ditto.
3417         (wl-summary-target-mark-mark-as-read): Ditto.
3418         (wl-summary-target-mark-mark-as-unread): Ditto.
3419         (wl-summary-target-mark-mark-as-important): Ditto.
3420         (wl-summary-target-mark-save): Ditto.
3421         (wl-summary-replace-status-marks): Renamed from
3422         wl-summary-set-status-marks-on-buffer;
3423         Use wl-summary-message-regexp instead of
3424         wl-summary-buffer-number-regexp.
3425         (wl-summary-sync-update): Follow the change above.
3426         (wl-summary-goto-previous-message-beginning): New function.
3427         (wl-summary-mark-as-unread): Use it.
3428         (wl-summary-mark-as-important): Ditto.
3429         (wl-summary-line-formatter): New variable.
3430         (wl-summary-line-year): New function.
3431         (wl-summary-line-day): Ditto.
3432         (wl-summary-line-day-of-week): Ditto.
3433         (wl-summary-line-hour): Ditto.
3434         (wl-summary-line-minute): Ditto.
3435         (wl-summary-line-open-bracket): Ditto.
3436         (wl-summary-line-close-bracket): Ditto.
3437         (wl-summary-line-children-number): Ditto.
3438         (wl-summary-line-thread-indent): Ditto.
3439         (wl-summary-line-size): Ditto.
3440         (wl-summary-line-subject): Ditto.
3441         (wl-summary-line-from): Ditto.
3442         (wl-summary-line-children-and-from): Ditto.
3443         (wl-summary-create-line): Rewritten.
3444         (wl-summary-format-date): Abolished.
3445
3446         * wl-highlight.el (wl-highlight-summary-current-line): Use
3447         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3448         Use thread structure to detect thread top message.
3449
3450         * wl-draft.el (wl-default-draft-cite): Don't use
3451         wl-summary-from-func-internal.
3452
3453         * wl-refile.el (wl-refile-subject-learn): Don't use
3454         wl-summary-subject-filter-func-internal.
3455         (wl-refile-guess-by-subject): Ditto.
3456
3457         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3458         parameters.
3459
3460         * wl-thread.el (wl-thread-update-indent-string-region):
3461         Use wl-thread-update-line-on-buffer instead of
3462         wl-thread-update-indent-string.
3463         (wl-thread-update-children-number): Redefine using
3464         wl-thread-update-line-on-buffer.
3465         (wl-thread-update-indent-string): Abolished.
3466
3467         * Version number is increased to 2.9.11.
3468
3469 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3470
3471         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3472         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3473         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3474
3475         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3476         as nil.
3477
3478         * wl-thread.el (wl-thread-open-all-unread): Use 
3479         elmo-folder-list-messages-mark-match.
3480         (wl-thread-insert-message): Removed argument `mark-alist'.
3481         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3482         elmo-msgdb-set-mark.
3483         (wl-thread-get-children-msgs-uncached): Likewise.
3484         (wl-thread-get-exist-children): Added argument include-self.
3485         (wl-thread-delete-message): Follow the change above.
3486
3487         * wl-summary.el (wl-summary-count-unread): Removed argument.
3488         (wl-summary-rescan): Follow the change above.
3489         (wl-summary-mark-as-read-region): Ditto
3490         (wl-summary-mark-as-unread-region): Ditto.
3491         (wl-summary-delete-messages-on-buffer): Ditto.
3492         (wl-summary-sync-update): Ditto.
3493         (wl-summary-switch-to-clone-buffer): Ditto.
3494         (wl-summary-goto-folder-subr): Ditto.
3495         (wl-summary-target-mark-mark-as-read): Ditto.
3496         (wl-summary-target-mark-mark-as-unread): Ditto.
3497         (wl-summary-target-mark-mark-as-important): Ditto.
3498         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3499         (wl-summary-update-thread): Removed argument `mark-alist'.
3500         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3501         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3502         (wl-summary-resume-cache-status): Likewise.
3503         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3504         elmo-msgdb-set-mark.
3505         (wl-summary-mark-as-read-all): Likewise.
3506         (wl-summary-delete-cache): Ditto.
3507         (wl-summary-auto-select-msg-p): Ditto.
3508         (wl-summary-mark-as-unread): Ditto.
3509         (wl-summary-no-auto-refile-message-p): Ditto.
3510         (wl-summary-mark-as-read): Ditto.
3511         (wl-summary-mark-as-important): Ditto.
3512         (wl-summary-auto-refile): Follow the change above.
3513         (wl-summary-delete-all-marks): Removed.
3514         (wl-summary-resume-marks-and-highlight): Ditto.
3515         (wl-summary-resume-marks): Ditto.
3516         (wl-summary-delete-important-msgs-from-list): Ditto.
3517         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3518
3519         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3520         wl-summary-count-unread.
3521
3522         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3523         (wl-summary-score-update-all-lines): Use
3524         elmo-msgdb-set-mark.
3525
3526 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3529         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3530         (wl-summary-create-line): Renamed from
3531         wl-summary-overview-create-summary-line;
3532         Argument rearrangement.
3533         (wl-summary-update-thread): Follow the change above.
3534
3535         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3536         (wl-thread-insert-entity-sub): Likewise.
3537
3538         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3539         argument `overview', `mark-alist' and added `msgdb'.
3540
3541         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3542
3543         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3544         (wl-summary-rescan): Follow the change above.
3545         (wl-summary-sync-update): Ditto.
3546         (wl-summary-insert-thread-entity): Ditto;
3547         Don't use `let*' in every while loop;
3548         Detect infinite loop of threads.
3549         (wl-summary-update-thread): Removed argument `overview'.
3550
3551         * wl-thread.el (wl-thread-insert-message): Ditto.
3552
3553         * Version number is increased to 2.9.10.
3554
3555         * wl-message.el (wl-message-redisplay): Ignore errors while
3556         wl-message-redisplay-hook.
3557
3558 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3559
3560         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3561
3562 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3563
3564         * wl.el (wl): inhibit-quit while wl-folder.
3565
3566 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3567
3568         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3569         while msgdb access.
3570
3571 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3572
3573         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3574         even if no folder is not created.
3575
3576 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3579
3580         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3581         implementation.
3582         (wl-summary-target-mark-thread): Ditto.
3583
3584         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3585
3586 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3587
3588         * wl-util.el (wl-display-bytes): Remove unused function.
3589
3590 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3591
3592         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3593         seems critical one (partially reverse the change in 2002/03/17).
3594
3595 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3596
3597         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3598         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3599
3600 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3601
3602         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3603         is not writable.
3604         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3605         plugged status instead of `'force' as 2nd argument.
3606
3607         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3608         is not creatable.
3609
3610         * Version number is increased to 2.9.9.
3611
3612 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3613
3614         * wl-summary.el (wl-summary-suspend): New function.
3615
3616 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3617
3618         * wl.el (wl): Do not check variables if check is nil.
3619         * wl-utils.el (wl-collect-draft): New function.
3620         * wl-folder.el (wl-folder-suspend): Put summary buffers
3621         and draft buffers at the end of buffer list.
3622         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3623
3624 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3625
3626         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3627         loop instead of recursive call.
3628
3629         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3630         2nd argument.
3631
3632 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3633
3634         * wl-draft.el (wl-draft-create-contents): Don't take neither
3635         (function . args) nor (string . something) any more.
3636
3637         * wl-version.el (wl-generate-user-agent-string): Return string
3638         without header symbol.
3639         * wl-draft.el (wl-draft-default-headers): Use it.
3640
3641         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3642         `wl-draft-insert-ccs' and return field value instead of inserting
3643         the header. Abolish cc argument.
3644         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3645
3646         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3647         rather than one with string car.
3648
3649         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3650         * wl-draft.el (wl-draft-create-contents): Add it after the default
3651         headers.
3652
3653         * wl-draft.el (wl-draft-create-contents): For the case of
3654         (symbol-or-string . function) insert header only when the function
3655         returns string value.
3656
3657 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3660         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3661
3662 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3663
3664         * wl.el (wl-check-environment): Don't check Message-ID when
3665         `wl-insert-message-id' is nil.
3666         Revive checking if `wl-message-id-domain' contains "@".
3667
3668 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl.el (wl-check-environment): Merge examination for "@" at
3671         inappropriate position into the first string-match.
3672
3673         * wl-summary.el (wl-summary-target-mark-print): New function.
3674         (wl-summary-pipe-message-subr): Extracted from
3675         `wl-summary-pipe-message'.
3676         (wl-summary-target-mark-pipe): New function.
3677         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3678         `wl-summary-target-mark-pipe'.
3679
3680 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3683
3684 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3685
3686         * wl.el (wl-check-environment): Use elmo-warning instead of
3687         error for non-critical ones.
3688         Remove trash folder check.
3689         (wl): Don't ignore error in wl-check-environment.
3690
3691         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3692         check, which is moved from `wl-check-environment'.
3693         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3694
3695 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3698         guess anything, call wl-summary-write.
3699         (wl-summary-write): Create draft with blank To field.
3700         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3701
3702 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3703
3704         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3705         argument full as well for wl-folder-write-current-folder.
3706         If wl-*-write-current-folder cannot guess addressee, add blank
3707         To header.
3708         Rewrite condition for positioning cursor.
3709
3710 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3711
3712         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3713         summary buffer is present, use it.
3714         (wl-folder-jump-to-previous-summary): Ditto.
3715
3716 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3719
3720         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3721         wl-summary-previous-buffer and wl-summary-next-buffer.
3722
3723         * wl-folder.el (wl-folder-mode-map): Bind
3724         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3725         (wl-folder-jump-to-next-summary): New function.
3726         (wl-folder-jump-to-previous-summary): Ditto.
3727
3728         * wl-draft.el (wl-draft): Rearranged.
3729
3730 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3731
3732         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3733         of header.
3734         (wl-draft): Collect arguments for the header as header-alist.
3735         (wl-draft-forward): Arrange arguments for wl-draft.
3736         (wl-draft-reply): Ditto.
3737         (wl-draft-edit-string): Ditto.
3738         * wl-summary.el (wl-summary-write): Ditto.
3739         (wl-summary-write-current-folder): Ditto.
3740
3741         * Version number is increased to 2.9.8.
3742
3743 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3746
3747         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3748
3749         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3750         even if the guess failed.
3751
3752         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3753         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3754         wl-summary-write-current-folder.
3755         * wl-xmas.el: Ditto.
3756
3757 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * wl-summary.el (wl-summary-next-page): Force display message if
3760         message is not displayed yet.
3761         (wl-summary-prev-page): Ditto.
3762
3763 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3764
3765         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3766
3767 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3768
3769         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3770         add "Preview Message" and "Save Draft and Exit".
3771
3772 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3773
3774         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3775         if addrmgr is called from draft in splitted window.
3776
3777         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3778         * wl-mule.el: Ditto.
3779         * wl-xmas.el: Ditto.
3780
3781 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3784
3785         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3786         * wl-xmas.el (wl-folder-toolbar): Ditto.
3787
3788 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3789
3790         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3791         and wl-draft-save-and-exit.
3792         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3793         * wl-xmas.el: Ditto.
3794         * wl-mule.el: Ditto.
3795
3796         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3797         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3798
3799 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3802         lists for saving buffer.
3803
3804 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3807         parent-folder argument instead of it.
3808         (wl-draft-create-buffer): Ditto.
3809         (wl-draft-forward): Ditto.
3810         (wl-draft-reply): Ditto.
3811         * wl-summary.el (wl-summary-write): Ditto.
3812         (wl-summary-write-current-folder): Ditto.
3813
3814         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3815         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3816         Folder buffer after composing.
3817
3818 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3821         header if the file `wl-x-face-file' already contains it.
3822
3823 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3824
3825         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3826         folder" entry.
3827         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3828         * wl-e21.el (wl-folder-toolbar): Ditto.
3829         * wl-xmas.el (wl-folder-toolbar): Ditto.
3830
3831 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3832
3833         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3834         wl-folder-goto-folder with sticky argument.
3835         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3836
3837 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3840         and wl-summary-previous-buffer.
3841         (wl-summary-next-buffer): New function.
3842         (wl-summary-previous-buffer): Ditto.
3843
3844 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3845
3846         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3847         wl-folder-jump-to-current-entity-with-arg.
3848         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3849         `wl-folder-jump-to-current-entity'.
3850         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3851         `wl-summary-goto-folder-sticky'.
3852         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3853         `wl-summary-goto-folder'.
3854         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3855         Unless force-exit, do not clean temp. marks for sticky summary.
3856         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3857
3858 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3859
3860         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3861         not entire.
3862
3863 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3864
3865         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3866         to `C-x C-s'.
3867         (wl-summary-save-status): New command.
3868         (wl-summary-exit): Don't clean-up temp marks when sticky.
3869         (Applied patch from Nakayama-san [wl: 09548])
3870         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3871         Do nothing when no mark data.
3872         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3873         Call `wl-summary-delete-all-temp-marks' before saving.
3874
3875 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3876
3877         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3878
3879 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * wl.el (wl-check-environment): Also cause error when (system-name)
3882         returns "localhost.localdomain". (Although it doesn't affect because
3883         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3884
3885 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3888         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3889
3890         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3891         value.
3892
3893 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3896         Likewise r-cc-list and r-ng-list.
3897
3898 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3901         only if it is bound as variable.
3902
3903         * wl-mime.el (wl-draft-preview-message): Ditto.
3904
3905 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3906
3907         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3908         needless `goto-char'.
3909
3910         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3911         `wl-summary-redisplay-no-mime-internal' instead of
3912         `wl-summary-redisplay-no-mime'.
3913         (wl-summary-redisplay-no-mime): Changed argument;
3914         Call `wl-summary-redisplay-no-mime-internal'.
3915
3916         * wl-mime.el (wl-draft-preview-message): Bind
3917         `mime-header-encode-method-alist' locally.
3918
3919         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3920         (wl-draft-std11-parse-addresses): Added the first address check.
3921         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3922
3923         * Version number is increased to 2.9.7.
3924
3925 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3926
3927         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3928
3929 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3930
3931         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3932         related to scrollbar support, if there is no such a feature
3933         compiled in.
3934
3935 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3938         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3939         for prefetch.
3940
3941 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3942
3943         * wl-summary.el (wl-summary-pick): Fix for no match.
3944
3945 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3946
3947         * wl-draft.el (wl-draft-save):
3948         Override `mime-header-encode-method-alist'.
3949
3950 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3951
3952         * wl-folder.el (wl-folder-pick): New function.
3953         Define key as "?".
3954
3955 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3956
3957         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3958         Fix for unplugged.
3959
3960 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3961
3962         * wl-folder.el (wl-folder-virtual): New function.
3963         Define key as "V".
3964
3965 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3966
3967         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3968         multi folder if entity is group.
3969
3970 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3971
3972         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3973         is nil.
3974
3975 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3976
3977         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3978         (wl-summary-target-mark-msgs): Return the number of marked messages.
3979
3980 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3981
3982         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3983         "first:" is specified.
3984
3985 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3986
3987         * wl-vars.el (wl-from): Use return value of function
3988         user-full-name instead of the variable user-full-name since
3989         XEmacs-20.4 doesn't set this variable.
3990
3991 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3994         call `wl' directly.
3995
3996 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3997
3998         * wl-draft.el (wl-draft-reedit): Removed duplicated
3999         switch-to-buffers.
4000
4001 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * wl.el (wl-other-frame): Removed garbages.
4004
4005 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4006
4007         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4008
4009         * wl-xmas.el (wl-draft-key-setup): Ditto.
4010
4011         * wl-mule.el (wl-draft-key-setup): Ditto.
4012
4013         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4014         (wl-draft-reedit): Ditto.
4015         (wl-draft-prepare-edit): Add `wl-draft-save' to
4016         `local-write-file-hooks'.
4017         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4018         (wl-draft-reedit): Set buffer-file-name.
4019         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4020
4021
4022         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4023         call it.
4024         (wl-delete-startup-frame-function): New variable.
4025         (wl-other-frame): New function
4026         (Original was written by Yamaoka san [wl: 09239]).
4027
4028         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4029         if `wl-folder-use-frame'.
4030
4031 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4032
4033         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4034
4035 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4036
4037         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4038         New variable.
4039         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4040         (wl-message-buffer-prefetch-get-next): Use them.
4041         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4042
4043 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4044
4045         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4046         with unwind-protect.
4047
4048         * wl-draft.el (wl-draft-reedit): Rewrite.
4049         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4050         (wl-draft-save): Insert header separator if it does not exist;
4051         Removed condition-case.
4052
4053         * wl-summary.el (wl-summary-reedit): Revert last change.
4054
4055         * wl-draft.el (wl-draft-save): Rewrite.
4056         (wl-draft-create-buffer): Set buffer-file-name as nil.
4057
4058         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4059
4060         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4061
4062         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4063         nil.
4064
4065 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4066
4067         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4068         If count is nil, do not prefetch.
4069         (wl-message-buffer-prefetch-next): Next.
4070
4071 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4072
4073         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4074
4075 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4076
4077         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4078         `delete-backward-char'
4079         (wl-draft-prepare-edit): Check major-mode.
4080         (wl-draft-decode-header): Rewrite.
4081         (wl-draft): Fix.
4082
4083 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4084
4085         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4086
4087 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4088
4089         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4090         (wl-message-buffer-prefetch-get-next): Remove size checking.
4091         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4092
4093 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4094
4095         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4096         (wl-draft-default-headers): Fix.
4097
4098 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4099
4100         * wl-draft.el (wl-draft-default-headers): Insert return value of
4101         `wl-generate-mailer-string-function'.
4102
4103 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4106         (wl-draft-insert-mail-header-separator): Ditto.
4107
4108         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4109         again (Reverted the change on 2002-01-17 by OKADA san).
4110
4111 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4112
4113         * wl-draft.el (wl-draft): Rewrite.
4114         (wl-draft-create-buffer): New function.
4115         (wl-draft-create-contents): Ditto.
4116         (wl-draft-prepare-edit): Ditto.
4117         (wl-draft-decode-header): Ditto.
4118         (wl-draft-decode-body): Ditto.
4119         (wl-draft-check-new-line): Ditto.
4120         (wl-draft-default-headers): Ditto.
4121         (wl-draft-insert-mail-header-separator): Ditto.
4122
4123 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4124
4125         * Version number is increased to 2.9.6.
4126
4127 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4128
4129         * wl-draft.el (wl-draft-delete-field): Optional argument.
4130         (wl-draft-delete-fields): Ditto.
4131
4132 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4133
4134         * wl-message.el (toplevel): Eliminated byte-compile warning.
4135         for `itimer-function', `delete-timer' and `itimer-list'.
4136
4137 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4138
4139         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4140         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4141         `wl-message-buffer-prefetch-threshold'.
4142         * wl-summary.el (wl-summary-redisplay-internal): Remove
4143         the check of `wl-message-buffer-prefetch-depth'.
4144
4145 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4146
4147         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4148         size of article.
4149         (wl-message-buffer-prefetch-subr): Remove size check.
4150
4151 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4152
4153         * wl-vars.el (wl-plugged): Make customizable.
4154
4155 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4158         (wl-message-buffer-prefetch-set-timer): New function.
4159         (wl-message-buffer-prefetch-get-next): New function.
4160         (wl-message-buffer-prefetch): New function.
4161         (wl-message-buffer-prefetch-next): Rewrite.
4162         (wl-message-buffer-prefetch-subr): Rewrite.
4163         * wl-vars.el (wl-auto-prefetch-first): New variable.
4164         * wl-summary.el (wl-summary-goto-folder-subr): Call
4165         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4166
4167 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4168
4169         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4170         `wl-summary-unread-message-hook'.
4171
4172 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4173
4174         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4175         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4176         if range is `cache-status'.
4177
4178 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4179
4180         * wl-message.el (wl-message-buffer-prefetch-subr):
4181         Improve debug message.
4182
4183 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4184
4185         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4186         `wl-mail-send-pre-hook'.
4187         (wl-draft-send-mail-with-qmail): Ditto.
4188         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4189
4190 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4191
4192         * wl-message.el (wl-message-buffer-prefetch-subr):
4193         Fix for cancel-function-timers bug.
4194         (wl-message-buffer-prefetch-debug): Default value is t.
4195
4196 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4197
4198         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4199         (wl-message-buffer-prefetch-subr): Rewrite.
4200         Rename from `wl-message-buffer-prefetch'.
4201
4202 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4203
4204         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4205         (wl-default-draft-cite-decorate-author): Ditto.
4206
4207         * wl-draft.el (wl-draft-cite-function): Removed.
4208         (wl-default-draft-cite-decorate-author): Ditto.
4209
4210 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4211
4212         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4213         (wl-default-draft-cite): Do not arrange author name if the value of
4214         `wl-default-draft-cite-decorate-author' is nil.
4215
4216 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4217
4218         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4219
4220         * wl-folder.el (wl-folder-check-one-entity): Don't care
4221         `elmo-folder-use-flag-p'.
4222
4223 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4224
4225         * wl-folder (wl-folder-check-one-entity): Fix
4226         problem if unread is nil.
4227
4228 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl-address.el (wl-address-make-completion-list): Check whether
4231         the address is a group list.
4232         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4233
4234 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4235
4236         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4237         The number of the messages of new and unread does not count
4238         correctly.
4239
4240         * wl-summary.el (wl-summary-count-unread): Changed to return
4241         `(new . unread)' instead of total.
4242         (wl-summary-sync-update): Follow the change above.
4243
4244         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4245
4246 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4247
4248         * wl-address.el (wl-address-make-completion-list): Do not enclose
4249         address by " <" and ">" if associated realname is "".
4250         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4251         This is against the promblem with group list in .addresses pointed
4252         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4253
4254 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4255
4256         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4257         message is a format control string.
4258         * wl-expire.el (wl-expire-append-log): Ditto.
4259         * wl-mime.el (wl-summary-burst-subr): Ditto.
4260         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4261         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4262
4263 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4264
4265         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4266         wl.el (wl-check-variables): Rename from `wl-check-type'.
4267         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4268         (wl-check-variables-2): New function.
4269         (wl): Call `wl-check-variables-2'.
4270
4271 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4274         after renaming folder in access group.
4275
4276 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4279         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4280         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4281         (wl-message-buffer-prefetch): Rewrite.
4282         (wl-message-buffer-prefetch-idle-time): Removed.
4283         * wl-summary.el (wl-summary-redisplay-internal):
4284         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4285         Error check for `wl-message-buffer-prefetch-depht'.
4286
4287 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4288
4289         * Version number is increased to 2.9.5.
4290         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4291
4292 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4295         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4296         Based on the patch written by
4297         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4300
4301         * wl-draft.el (wl-draft-raw-send): Fix for
4302         `wl-news-send-pre-hook'
4303
4304 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4305
4306         * wl-utils.el (wl-message-id-function): New variable.
4307         * wl-draft.el (wl-draft-insert-required-fields):
4308         Use `wl-message-id-function'.
4309
4310 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4311
4312         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4313         * wl-utils.el (wl-draft-make-message-id-string):
4314         Use `wl-from' for domain part of Message-ID
4315         if `wl-message-id-use-wl-from' if non-nil.
4316         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4317
4318 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4319
4320         * wl.el (wl): Call `wl-check-type'
4321         Do not 'condition-case'.
4322
4323 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4324
4325         * wl.el (wl-check-type): New function.
4326         (wl-check-type-variables): New variable.
4327
4328 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4329
4330         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4331
4332 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-draft.el (wl-smtp-password-key): New function.
4335         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4336         (wl-draft-send-mail-with-smtp): Ditto.
4337         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4338
4339 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4340
4341         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4342         * wl-utils.el (wl-unique-id-suffix): Remove.
4343
4344 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4345
4346         * Version number is increased to 2.9.4.
4347
4348 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4349
4350         * wl-utils.el (wl-unique-id-suffix): New variable.
4351         (wl-unique-id): Use `wl-unique-id-suffix'
4352
4353 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4354
4355         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4356         instead of `elmo-msgdb-search'.
4357
4358         * Version number is increased to 2.9.3.
4359
4360 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4361
4362         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4363
4364 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4365
4366         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4367         (wl-draft-dispatch-message): Changed for send-later.
4368         (wl-draft-queue-flush): Ditto.
4369         (wl-draft): Clear `wl-sent-message-queued'.
4370         (wl-draft-reedit): Ditto.
4371         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4372         * wl-vars.el (wl-draft-force-queuing): New variable.
4373         (wl-draft-force-queuing-mail): New variable.
4374         (wl-draft-force-queuing-news): New variable.
4375
4376 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4379         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4380
4381 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4382
4383         * Version number is increased to 2.9.2.
4384
4385 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * wl-draft.el (wl-draft-elide-region): New user command.
4388         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4389
4390         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4391         command `wl-draft-elide-region'.
4392         * wl-mule.el: Ditto.
4393         * wl-xmas.el: Ditto.
4394
4395 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4396
4397         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4398         (wl-biff-check-folder-async): Removed needless let.
4399
4400 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4401
4402         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4403         wl-folder-get-elmo-folder.
4404         (wl-biff-check-folder): Set `biff' argument of
4405         `wl-folder-check-one-entity'.
4406         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4407
4408         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4409         (wl-folder-check-one-entity): Added `biff' argument;
4410         Setup `biff' slot of folder.
4411
4412         * Version number is increased to 2.9.1.
4413
4414 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4417         comment out and fixed.
4418         (wl-fldmgr-add-completion-subr): Ditto.
4419
4420         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4421         and msgdb.
4422
4423         * wl.el (wl-toggle-plugged): Save summary view.
4424
4425 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4428
4429 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4430
4431         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4432
4433 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4436         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4437         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4438
4439         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4440         if it was failed.
4441         (wl-demo): Disable undo in the demo buffer.
4442
4443 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4444
4445         * wl-version.el (wl-version): Changed codename.
4446
4447         * Version number is increased to 2.9.0.
4448
4449 2001-12-14  Takuo KITAME <kitame@northeye.org>
4450
4451         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4452         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4453         (wl-folder-mark-as-read-all-current-entity): Ditto.
4454
4455 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4456
4457         * wl-vars.el (wl-from-width): Define as obsolete variable.
4458         (wl-subject-length-limit): Ditto.
4459
4460         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4461
4462         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4463         wl-summary-save-view.
4464
4465         * wl.el (wl-save-status): Ditto.
4466         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4467
4468         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4469         (wl-summary-exit): Follow the change above.
4470         (wl-summary-goto-folder-subr): Ditto.
4471
4472         * wl-folder.el (wl-folder-create-subr): Don't use
4473         `elmo-folder-creatable-p'.
4474
4475 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4478
4479 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4482         rather than bitmap on Emacs 21.
4483         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4484         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4485         for xbm if the new redisplay engine is not available.
4486
4487 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-folder.el (wl-folder-init-hook): New hook.
4490         (wl-folder-init): Run `wl-folder-init-hook'.
4491
4492 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4495
4496 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4497
4498         * wl-acap.el (wl-acap-cache-filename): New variable.
4499         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4500         (wl-acap-init): Use cache if no ACAP server found.
4501
4502 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4503
4504         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4505         `wl-acap-original-msgdb-dir'.
4506
4507         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4508         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4509
4510         * wl-mime.el (wl-mime-save-directory): Renamed from
4511         `wl-mime-save-dir'.
4512
4513 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4516
4517         * wl-demo.el: Require `path-util'.
4518         (wl-demo-bitmap-mule-available-p): New internal variable.
4519         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4520         `module-installed-p' instead.
4521         (wl-demo-insert-image): Use *.img file for a bitmap image.
4522         (wl-demo): Don't call the ascii demo recursively.
4523
4524 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4525
4526         * Version number is increased to 2.7.7.
4527
4528 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4529
4530         * wl.el (wl-exit): Eliminated byte-compile warning.
4531
4532 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4533
4534         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4535         obsolete variable using `elmo-define-obsolete-variable'.
4536         (wl-fetch-confirm-threshold): Ditto.
4537         (wl-cache-prefetch-folder-type-list): Ditto.
4538         (wl-cache-prefetch-folder-list): Ditto.
4539
4540 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4543         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4544         (wl-demo-insert-image): New function.
4545         (wl-demo-insert-text): New function.
4546         (wl-demo-image-type-alist): Redefine as a function.
4547         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4548         (wl-demo-with-temp-file-buffer): Removed.
4549         (wl-logo-xpm): Removed.
4550         (wl-logo-xbm): Removed.
4551         (wl-logo-bitmap): Removed.
4552
4553 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4554
4555         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4556         (wl-expire-localdir-get-folder-function): New user option.
4557         (wl-expire-localdir-get-folder): New function.
4558         (wl-expire-localdir-date): Ditto.
4559
4560 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4561
4562         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4563         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4564         Fixed unread number mismatch when all-unread < unread.
4565
4566 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4569         (wl-fetch-confirm-threshold): Ditto.
4570
4571         * wl-summary.el (wl-summary-confirm-appends): Removed.
4572         (wl-summary-sync-update): Don't refer
4573         `wl-summary-update-confirm-threshold' (It is now abolished).
4574
4575         * wl-message.el (wl-message-display-internal): Don't refer
4576         `wl-fetch-confirm-threshold' (It is now abolished).
4577
4578 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4581
4582 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4583
4584         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4585         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4586         Change default value to nil.
4587         (wl-summary-indent-length-limit): The value can be nil, nil means
4588         unlimited.
4589
4590         * wl-summary.el: Don't set limit for indent length if the value of
4591         wl-summary-indent-length-limit is nil.
4592         If the value of wl-summary-width is nil, it means only that the width
4593         of summary is unlimited (nil doesn't mean that the indent length is
4594         unlimited).
4595
4596         * wl-thread.el: Ditto.
4597
4598 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4599
4600         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4601         be nil, nil means never confirm.
4602         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4603
4604 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4607         means unlimited).
4608
4609 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4612         Use `with-temp-buffer'.
4613
4614 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4617         with new backquote style).
4618         (wl-folder-get-entity-from-buffer): Ditto.
4619
4620 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4621
4622         * wl-version.el (nemacs-version): Eliminated.
4623         (wl-extended-emacs-version2): Ignore nemacs.
4624         (wl-extended-emacs-version3): Ditto.
4625
4626 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4627
4628         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4629         (wl-draft-add-in-reply-to): New variable.
4630         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4631         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4632         (wl-draft-yank-from-mail-reply-buffer): Use
4633         `wl-draft-add-in-reply-to'.
4634         (wl-draft-insert-current-message): Ditto.
4635
4636 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4637
4638         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4639         typo (kill->hide).
4640         (wl-message-buffer-prefetch-folder-type-list): Added elements
4641         `mark' and `cache' instead of `internal'.
4642
4643 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4644
4645         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4646         resume msgdb directory.
4647
4648 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl.el (wl-exit): Call `wl-acap-exit'.
4651
4652         * wl-summary.el (wl-summary-message-string): New function.
4653         (wl-summary-reedit): Use it.
4654         (wl-summary-resend-bounced-mail): Remove needless let.
4655         (wl-summary-supersedes-message): Ditto.
4656         (wl-summary-save): Ditto.
4657
4658         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4659         (wl-acap-init): Set it.
4660         (wl-acap-exit): New function.
4661
4662 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4663
4664         * wl.el (wl-init): Revert (require 'mime-setup). move from
4665         toplevel.
4666
4667 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4668
4669         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4670         local variables.  Add error when guess function return invalid
4671         value.
4672
4673 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4674
4675         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4676         Change local variable name.
4677         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4678         (wl-folder-get-newsgroups): Return nil when non-news folder.
4679         * wl-summary.el (wl-summary-write-current-folder): State through
4680         when guess-list return nil.
4681         (wl-summary-write-current-folder-functions): Fixed docstring.
4682
4683         * wl.el (wl-exit): Changed confirm message.
4684
4685         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4686         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4687
4688         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4689
4690 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4691
4692         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4693         user option (Renamed from wl-cache-prefetch-folder-type-list).
4694         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4695         from wl-cache-prefetch-folder-list).
4696
4697         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4698         Move to wl-vars.el.
4699         (wl-message-buffer-prefetch-p): Changed to enable
4700         `wl-message-buffer-prefetch-folder-list'.
4701
4702         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4703         `ignore-cache'.
4704
4705 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4706
4707         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4708         `part-top' and `part-bottom'.
4709         (wl-draft-config-sub-part-top): New function.
4710         (wl-draft-config-sub-part-bottom): New function.
4711
4712 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4713
4714         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4715
4716 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4717
4718         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4719
4720 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4723
4724         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4725         (wl-summary-write-current-folder): Ditto.
4726
4727 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * wl-folder.el (wl-folder-get-newsgroups): Use
4730         `elmo-folder-newsgroups'.
4731
4732 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4735         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4736         `wl-draft-config-sub-header-bottom'.
4737
4738 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4739
4740         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4741         localnews folder.
4742
4743 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4744
4745         * wl-summary.el (wl-summary-mode): Undo last change.
4746
4747         * wl-folder.el (wl-folder-mode): Ditto.
4748
4749 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * wl-summary.el (wl-summary-mode): Locally set
4752         truncate-partial-window-width to nil.
4753         (for XEmacs)
4754
4755         * wl-folder.el (wl-folder-mode): Ditto.
4756
4757 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4758
4759         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4760
4761 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4764         number.
4765
4766         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4767
4768         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4769
4770         * Version number is increased to 2.7.6.
4771
4772 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4773
4774         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4775
4776 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-summary.el (wl-summary-sync-update): Enclose network
4779         related portion with `unwind-protect'.
4780
4781 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4782
4783         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4784
4785 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4788         element.
4789         * wl-vars.el (wl-message-body-button-alist): Ditto.
4790
4791         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4792         max match length.
4793         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4794
4795         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4796         for the max match length;
4797         Use 4th element value for the button string regexp group.
4798
4799         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4800         candidate exists, prompt to select.
4801
4802 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4803
4804         * wl-summary.el (wl-summary-jump-to-msg): Search before
4805         calibration point by `beginning-of-line'.
4806
4807 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4810         for access group.
4811
4812 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-message.el (wl-message-display-internal): Bind
4815         `default-mime-charset'.
4816
4817         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4818
4819         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4820
4821         * Version number is increased to 2.7.5.
4822
4823 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4824
4825         * wl-expire.el (wl-summary-archive): Fixed;
4826         Use `elmo-folder-name-internal'.
4827
4828 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4829
4830         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4831         from `elmo-folder-move-messages' caller.
4832         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4833
4834         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4835         related portions are changed).
4836
4837 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4838
4839         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4840         counter.
4841
4842 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4843
4844         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4845         buffer local and set it to nil.
4846
4847         * wl-message.el (wl-message-redisplay): Ditto.
4848
4849 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-summary.el (wl-summary-mark-as-important): If message is
4852         already cached, set messag as read, otherwise encache and mark as read.
4853
4854 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4855
4856         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4857         point-min.
4858
4859 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4862         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4863         a keymap.
4864
4865 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4866
4867         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4868         parent.
4869
4870         * wl-mule.el (wl-message-define-keymap): Ditto.
4871
4872         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4873
4874         * wl-xmas.el (wl-message-display-internal-hook): Define.
4875         (wl-xmas-setup-message-toolbar): Define as function.
4876         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4877         (wl-message-overload-functions): Abolished.
4878         (wl-message-define-keymap): New function.
4879
4880         * wl-vars.el (wl-message-display-internal-hook): New variable.
4881         (wl-message-header-button-alist): New variable (Renamed from
4882         wl-highlight-message-header-button-alist).
4883         (wl-message-body-button-alist): Ditto.
4884
4885         * wl-mule.el (wl-message-define-keymap): New function.
4886         (wl-message-overload-functions): Abolished.
4887
4888         * wl-message.el (wl-message-add-buttons-to-body): New function.
4889         (wl-message-redisplay): Don't call wl-message-overload-functions;
4890         Call wl-message-add-buttons-to-header and
4891         wl-message-add-buttons-to-body.
4892         (wl-message-display-internal): Set keymap argument for
4893         elmo-mime-display-as-is, elmo-mime-message-display;
4894         Run wl-message-display-internal-hook.
4895         (wl-message-refer-article-or-url): Abolished.
4896
4897         * wl-highlight.el (wl-highlight-headers): Don't call
4898         wl-highlight-message-add-buttons-to-header.
4899         (wl-highlight-message-add-buttons-to-header): Abolished.
4900
4901
4902         * wl-e21.el (wl-message-display-internal-hook): Define.
4903         (wl-e21-setup-toolbar): Deleted duplicated binding.
4904         (wl-e21-setup-message-toolbar): Define as function.
4905         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4906         (wl-message-define-keymap): New function.
4907         (wl-message-overload-functions): Abolished.
4908
4909 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4912         and elmo-folder-close.
4913
4914         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4915
4916 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4917
4918         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4919         boolean value.
4920         * wl-draft.el (wl-draft-do-fcc): Ditto.
4921
4922 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4923
4924         * wl-vars.el (wl-fcc-force-as-read): New variable.
4925         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4926         mark copied message as read.
4927
4928 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4929
4930         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4931
4932 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4933
4934         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4935         `wl-summary-target-above' instead of obsolete variable
4936         `wl-summary-temp-above'.
4937
4938         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4939         instead of `make-obsolete-variable'.
4940         * wl-refile.el (toplevel): Ditto.
4941
4942 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4945         with third argument t.
4946         (wl-draft): Set first argument for wl-plugged-init as t.
4947
4948         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4949         definition.
4950
4951 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4952
4953         * wl-vars.el: Tabify.
4954         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4955
4956         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4957         message.
4958
4959 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4962         and set default to beep.
4963
4964 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-vars.el (wl-draft-truncate-lines): New variable.
4967
4968         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4969         instead of wl-message-truncate-lines for truncate-lines.
4970
4971 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-message.el (wl-message-display-internal): Call
4974         `wl-highlight-message' after `elmo-mime-display-as-is'.
4975
4976         * wl-mime.el (wl-mime-display-text/plain): New function.
4977         (wl-mime-display-header): Ditto.
4978         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4979         body-presentation-method for text/plain;
4980         Register `wl-mime-display-header' as a header-presentation-method;
4981         Don't set up `elmo-message-text-content-inserted-hook' and
4982         `elmo-message-header-inserted-hook'.
4983
4984         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4985         variable.
4986         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4987         as t if flag is 'all-header;
4988         Don't bind `elmo-message-ignored-field-list',
4989         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4990
4991 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4994         for xemacs with non-mule environment.
4995
4996 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4997
4998         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4999         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5000         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5001
5002 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5003
5004         * wl-vars.el (wl-interactive-send): Set default value as t.
5005
5006 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5009         (wl-addrmgr-method-list): Abolished.
5010         (wl-addrmgr-change-method): Follow above change.
5011
5012         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5013
5014 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-vars.el (wl-message-truncate-lines): Change default value
5017         to default-truncate-lines.
5018
5019         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5020
5021 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5022
5023         * wl-vars.el (wl-message-truncate-lines): New variable.
5024
5025         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5026         wl-message-truncate-lines.
5027
5028 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5029
5030         * wl-acap.el (wl-acap-init): Remove period from error message.
5031         (wl-acap-find-acap-service): Remove period from message.
5032
5033 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl.el (wl-check-environment): Undo last change.
5036
5037         * wl-vars.el (wl-from): Changed default value.
5038
5039         * wl-util.el (toplevel): Don't require tm-edit.
5040
5041         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5042         `wl-folder-init';
5043         Don't set mark on mail body.
5044         (wl-draft-reedit): Ditto.
5045
5046         * wl-address.el (wl-address-quote-specials): Define as an alias for
5047         elmo-address-quote-specials.
5048
5049 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5052
5053         * wl-vars.el (wl-from): Set default value as nil.
5054         (wl-organization): Set default value as ORGANIZATION environment
5055         variable.
5056
5057         * wl-draft.el (wl-smtp-extension-bind): Check value of
5058         wl-smtp-connection-type.
5059
5060         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5061         error.
5062
5063 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5064
5065         * Version number is increased to 2.7.4.
5066
5067         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5068         arguments from `wl-highlight-x-face-function' caller.
5069         Use x-face-1.3.6.12 or later.
5070
5071 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5072
5073         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5074
5075 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5076
5077         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5078         (wl-fcc): Fix to accept function.
5079         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5080
5081 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5082
5083         * wl-acap.el (toplevel): Added `product-provide' declare.
5084         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5085
5086 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl.el (wl): Changed order of calling `elmo-init'
5089         and `elmo-folder-init'.
5090
5091 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5092
5093         * wl-mime.el (wl-summary-burst): Extract message when content-type
5094         of root entity is not only `multipart' but also `message/rfc822'.
5095         (wl-summary-burst-subr): Ditto.
5096
5097 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-vars.el (toplevel): Require 'custom.
5100         (wl-trash-folder): Added to `wl-setting' group.
5101
5102         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5103         exists.
5104         (wl-addrmgr-draw): Insert empty line when no entry exists.
5105
5106         * wl-mule.el (wl-message-wheel-up): Fixed.
5107         (wl-message-wheel-down): Ditto.
5108
5109 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5110
5111         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5112         config is an anonymous lambda expression.
5113
5114 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5117         when Mule 2 is running.
5118
5119 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5120
5121         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5122
5123 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5126         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5127
5128         * wl-address.el (wl-address-specials-regexp): Eliminated.
5129         (wl-address-quote-specials): Rewrite.
5130
5131 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5134         shy-groups for regexp.
5135
5136         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5137         character classes and Perl style shy-groups for regexp.
5138         (wl-highlight-plugged-current-line): Use Posix style character
5139         classes for regexp.
5140         (wl-e21-highlight-folder-by-numbers): Ditto.
5141         (wl-e21-display-image-p): Use `display-images-p' instead of
5142         `display-graphic-p'.
5143         (display-images-p): Make an alias to `display-graphic-p' if it is
5144         not available.  It is for Emacs version prior to 21.0.105.
5145
5146         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5147         `display-graphic-p'.
5148         (wl-demo-image-type-alist): Ditto.
5149         (display-images-p): Make an alias to `display-graphic-p' if it is
5150         not available.  It is for Emacs version prior to 21.0.105.
5151
5152 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5153
5154         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5155         support.
5156         (wl-generate-user-agent-string): Ditto.
5157
5158         * wl-version.el (wl-version): Update docsting.
5159         (wl-version-status): Ditto.
5160
5161 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5162
5163         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5164         21.0.105.  For Emacs 21.0.104 or earlier.
5165
5166 2001-09-03  Takuo KITAME <kitame@northeye.org>
5167
5168         * wl-e21.el (wl-plugged-init-icons): Use
5169         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5170         (wl-biff-init-icons): Ditto.
5171
5172 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-highlight.el (wl-highlight-summary-current-line):
5175         Fixed highlighting refile/copy destination.
5176
5177         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5178         (wl-acap-store): Encode string by wl-acap-coding-system.
5179
5180 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5181
5182         * wl-acap.el (toplevel): Check and require 'un-define before
5183         'xemacs-ucs;
5184          Added checking for UTF-2000.
5185
5186 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5189         Don't enclose with `eval-and-compile'.
5190
5191         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5192         wl-init is non-nil.
5193
5194         * wl-draft.el (wl-draft): Ditto.
5195
5196         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5197
5198         * wl-acap.el (toplevel): Require 'wl.
5199         (wl-acap-store): Call `elmo-init'.
5200
5201         * wl.el (wl): Changed position of `wl-check-environment'.
5202         (toplevel): Added autoload setting for wl-acap.
5203
5204         * wl-vars.el (wl-setting): New custom group.
5205         (wl-from): Added wl-setting group.
5206         (wl-user-mail-address-list): Ditto.
5207         (wl-organization): Ditto.
5208         (wl-subscribed-mailing-list): Ditto.
5209         (wl-envelope-from): Ditto.
5210         (wl-smtp-posting-user): Ditto.
5211         (wl-smtp-posting-server): Ditto.
5212         (wl-smtp-posting-port): Ditto.
5213         (wl-smtp-authenticate-type): Ditto.
5214         (wl-pop-before-smtp-user): Ditto.
5215         (wl-pop-before-smtp-server): Ditto.
5216         (wl-pop-before-smtp-port): Ditto.
5217         (wl-pop-before-smtp-authenticate-type): Ditto.
5218         (wl-nntp-posting-server): Ditto.
5219         (wl-nntp-posting-user): Ditto.
5220         (wl-nntp-posting-port): Ditto.
5221         (wl-fetch-confirm-threshold): Ditto.
5222         (wl-prefetch-threshold): Ditto.
5223         (wl-thread-insert-opened): Ditto.
5224         (wl-ldap-server): Ditto.
5225         (wl-ldap-port): Ditto.
5226         (wl-ldap-base): Ditto.
5227         (wl-ldap-objectclass): Ditto.
5228         (wl-use-ldap): Ditto.
5229         (wl-draft-config-alist): Ditto.
5230         (wl-draft-config-matchone): Ditto.
5231         (wl-template-alist): Ditto.
5232         (wl-message-sort-field-list): Ditto.
5233         (wl-message-ignored-field-list): Ditto.
5234         (wl-message-visible-field-list): Ditto.
5235         (wl-interactive-send): Ditto.
5236         (wl-summary-move-order): Ditto.
5237         (wl-auto-select-first): Ditto.
5238         (wl-auto-select-next): Ditto.
5239         (wl-interactive-save-folders): Ditto.
5240
5241         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5242         Initialization codes are moved from wl-local-folder-init.
5243         (wl-local-folder-init): Follow the change above.
5244         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5245
5246         * wl-acap.el: New file.
5247
5248         * Version number is increased to 2.7.3.
5249
5250 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5251
5252         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5253
5254 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5255
5256         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5257         (wl-addrmgr-address-entry-list): Ditto.
5258
5259 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-e21.el (wl-draft-mode-map): Removed binding for
5262         `wl-draft-insert-x-face-field'.
5263
5264         * wl-mule.el (wl-draft-mode-map): Ditto.
5265
5266         * wl-xmas.el (wl-draft-mode-map): Ditto.
5267
5268         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5269         (wl-cs-autoconv): Ditto.
5270         (wl-cs-local): Ditto.
5271         (wl-use-scoring): Ditto.
5272         (wl-mime-charset): Ditto.
5273         (wl-folder-check-async): Ditto.
5274
5275         * wl.el (toplevel): Ignore nemacs and tm.
5276         (wl-exit): Ditto.
5277
5278         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5279         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5280         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5281         instead of wl-address-petname-add-or-change.
5282         (wl-summary-edit-addresses-subr): Use wl-address-delete
5283         instead of wl-address-petname-delete.
5284
5285         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5286
5287         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5288         if error occured.
5289
5290         * wl-message.el (require): Remove tm support.
5291
5292         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5293
5294         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5295         (wl-folder-jump-to-current-entity): Ditto.
5296         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5297
5298         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5299         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5300         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5301
5302         * wl-mule.el (wl-draft-key-setup): Ditto.
5303
5304         * wl-xmas.el (wl-draft-key-setup): Ditto.
5305
5306         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5307         (wl-draft-std11-parse-addresses): New function.
5308         (wl-draft-parse-mailbox-list): Use it.
5309         (wl-draft): Ignore nemacs.
5310         (wl-draft-reedit): Ditto.
5311
5312         * wl-addrmgr.el: New file.
5313         (Original is wl-rcpt.el written by
5314         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5315         Thanks Kitamoto-san.)
5316
5317         * wl-address.el (wl-address-make-address-list): Modified parsing
5318         process.
5319         (wl-address-delete): Renamed from `wl-address-petname-delete';
5320         Modify wl-address-list too.
5321         (wl-address-add-or-change): Renamed from
5322         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5323
5324 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5325
5326         * wl-highlight.el (wl-highlight-summary-current-line):
5327           Work with transient-mark-mode
5328
5329 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * Version number is increased to 2.7.2.
5332
5333         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5334         instead of elmo-dop-queue-method.
5335
5336 2001-08-06  SAITO Atsunori <sai@yedo.com>
5337
5338         * wl-vars.el (wl-ldap-objectclass): New user option.
5339
5340         * wl-address.el (wl-ldap-make-filter): Use it.
5341
5342 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5343
5344         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5345
5346 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5347
5348         * wl-folder.el (wl-folder): redisplay after folder insertion.
5349
5350         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5351
5352         * wl-summary.el (wl-summary-sync-update):
5353         Change status mark only when new-msgdb exists.
5354         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5355
5356 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-summary.el (wl-summary-open-folder): New function.
5359         (wl-summary-goto-folder-subr): Use it.
5360         (wl-summary-mark-as-important): Fix;
5361         Encache only when no cache exists.
5362
5363 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5366         Use with-current-buffer.
5367
5368 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5369
5370         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5371         before call `get-buffer'. Fixed parenthesis.
5372         (wl-score-get-header-entry): Clear message and help window when
5373         keyboard quit.
5374         (wl-score-edit-insert-header): Ditto.
5375
5376 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5379         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5380         (wl-default-draft-cite): Fix.
5381
5382         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5383         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5384
5385 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5386
5387         * wl-message.el (wl-message-prev-page): Do same bahavior
5388         as summary when it is called in the message buffer.
5389         (wl-message-next-page): Ditto.
5390
5391 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-summary.el (wl-summary-forward): Use cache if it is not
5394         section cache.
5395
5396 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5399         Removed redundant require of elmo-vars.
5400         (wl-biff-state-indicator-on): Changed default value for
5401         xemacs with non-mule environment.
5402
5403         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5404         wl-message-buffer is nil;
5405         Hide progress bar after moving messages.
5406
5407 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5410         message at cursor point is deleted.
5411
5412 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-vars.el: Changed file coding system to euc-japan.
5415         Added -*-coding:-*- magic to the first line.
5416
5417         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5418         Search parent from the first message.
5419
5420         * Version number is increased to 2.7.1.
5421
5422 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5423
5424         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5425
5426 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5427
5428         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5429         refile/delete execution.
5430
5431         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5432         Fixed docstring.
5433
5434 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5437         do update process;
5438         Don't update marks when update process is interrupted.
5439
5440 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-summary.el (wl-summary-reply): Fixed problem when
5443         wl-draft-use-frame is non-nil.
5444         (wl-summary-forward): Ditto.
5445
5446         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5447         as nil.
5448         (wl-folder-mark-as-read-all-entity): Ditto.
5449         (wl-folder-prefetch-entity): Ditto.
5450
5451         * wl.el (wl): Check environment before wl-init.
5452
5453         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5454         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5455         instead of wl-summary-collect-unread.
5456         (wl-summary-reply): Split message window.
5457
5458 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5461         only if current language environment is japanese,
5462
5463         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5464         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5465         (wl-folder-goto-folder-subr): Ditto.
5466
5467         * wl-draft.el (wl-draft-dispatch-message): Call
5468         `elmo-file-cache-get-path'.
5469
5470 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-summary.el (wl-summary-cursor-move): If return value of
5473         wl-summary-next-message is not number, don't jump.
5474
5475 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-summary.el (wl-summary-buffer-next-message-function): New
5478         variable.
5479         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5480         if it is bound.
5481
5482         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5483         string.
5484
5485         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5486         (wl-plugged-drawing): Ditto.
5487
5488 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5491         process.
5492         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5493         with unwind-protect.
5494
5495         * wl.el (wl-init): Require mime-setup.
5496         (wl-check-environment): Don't require mime-setup.
5497
5498         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5499         instead of elmo-folder-type.
5500
5501         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5502         value as nil.
5503
5504 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * Version number is increased to 2.7.0.
5507
5508         * wl-version.el (wl-version): Changed codename.
5509
5510         * wl-summary.el (wl-summary-delete-cache): Fixed.
5511
5512         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5513         Workaround for net folders.
5514         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5515
5516         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5517         value to nil (According to the patch from
5518         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5519
5520         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5521         of elmo-folder-close.
5522
5523 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5524
5525         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5526         for postfix.
5527
5528 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl-summary.el (wl-summary-resend-message): Fixed.
5531
5532         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5533         Call wl-draft with `from' argument if its address is included in
5534         `wl-user-mail-address-list'.
5535         (wl-draft): Added `from' argument.
5536
5537         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5538         non-nil.
5539         (wl): Don't show demo if wl-demo is nil.
5540
5541         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5542         wl-summary-use-frame.
5543
5544         * wl-vars.el (wl-summary-use-frame): New user option.
5545         (wl-folder-use-frame): Changed docstring.
5546
5547         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5548         non-nil.
5549         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5550         wl-summary-use-frame.
5551
5552         * wl-vars.el (wl-folder-use-frame): New user option.
5553
5554         * wl-summary.el (wl-summary-exit): Back to folder frame if
5555         wl-folder-use-frame is non-nil.
5556         (wl-summary-redisplay-internal): Ignore cache if current folder
5557         is draft folder,
5558         (wl-summary-redisplay-no-mime): Ditto.
5559         (wl-summary-redisplay-all-header): Ditto.
5560
5561         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5562         if wl-folder-use-frame is non-nil.
5563
5564 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-summary.el (wl-summary-sync-update): Bind
5567         elmo-folder-update-threshold.
5568         (wl-summary-mark-as-important): Enclosed server mark processing
5569         with `save-match-data'.
5570
5571         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5572         only when it is already defined.
5573
5574 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5575
5576         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5577         name of folder exclude localdir is wrong.
5578         * wl-folder.el (wl-folder-sync-entity):
5579         Set `wl-summary-always-sticky-folder-list' as nil.
5580         (wl-folder-mark-as-read-all-entity): Ditto.
5581         (wl-folder-prefetch-entity): Ditto.
5582
5583 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5584
5585         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5586         instead of `wl-summary-write-current-newsgroup'.
5587
5588 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5589
5590         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5591         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5592         non-nil and selected message is important, do not display.
5593
5594 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5595
5596         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5597
5598 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5601
5602         * wl-summary.el (wl-summary-mark-as-important): Set message number
5603         using wl-summary-message-number.
5604
5605 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5606
5607         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5608         destination folder is 'null.
5609
5610 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5611
5612         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5613         New function.
5614         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5615         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5616         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5617
5618 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-mime.el (wl-mime-setup): Added setting for
5621         `mime-setup-signature-key-alist' to avoid overriding key bind for
5622         `wl-draft-send'.
5623
5624         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5625         for `wl-draft-send'.
5626         * wl-mule.el (wl-draft-overload-functions): Ditto.
5627         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5628         * wl-draft.el (wl-draft-send): Ditto.
5629
5630         * wl-message.el (wl-message-display-internal):
5631         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5632         (Patch is provided by <kita@coe.nttdata.co.jp>).
5633
5634 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5635
5636         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5637
5638 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5639
5640         * wl.el (wl): Fix for wl-demo.
5641
5642 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5645
5646 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5647
5648         * wl-folder.el (wl-folder-prefetch-entity): Use
5649         `wl-folder-get-elmo-folder'.
5650         (wl-folder-count-incorporates): Do not use
5651         `wl-folder-get-elmo-folder'.
5652
5653 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5654
5655         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5656         instead of `elmo-folder-get-type'.
5657
5658 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5659
5660         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5661         position on Subject: field.
5662         (Advised by Mito <mit@nines.nec.co.jp>)
5663
5664 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5665
5666         * wl-folder.el (wl-folder-prefetch-entity): Use
5667         `wl-folder-get-elmo-folder'.
5668
5669 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5672
5673         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5674         `process-duplicates' slot.
5675
5676         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5677         if detection failed.
5678
5679 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5680
5681         * wl-version.el (wl-version-status): Set to "alpha".
5682
5683 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5686         Check wl-message-buffer lives before set-buffer.
5687
5688 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5689
5690         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5691         called in folder mode.
5692         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5693         * wl-summary.el (wl-summary-exit-pre-hook): Run
5694         `wl-summary-exit-pre-hook' before exit summary mode.
5695
5696 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5697
5698         * wl-version.el (wl-version-status): New variable.
5699         (wl-version-status-alist): Removed.
5700         (wl-version-status): Rule included.
5701
5702 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5705         @sponichi.
5706
5707         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5708         when `mail-reply-buffer' is buffer-local variable.
5709         (Reported by <kita@coe.nttdata.co.jp>).
5710
5711 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-vars.el (toplevel): Require 'elmo-util.
5714
5715 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5716
5717         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5718         (All other related portions are changed)
5719
5720         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5721
5722         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5723
5724 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5725
5726         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5727
5728 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5731         Delete other windows to avoid an error.
5732         Use `point-marker' instead of `point' to remember the start point
5733         of body.
5734
5735         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5736
5737         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5738         number not to exceed all message number.
5739
5740 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5741
5742         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5743         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5744
5745 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-summary.el (wl-summary-sync-force-update): Added argument
5748         no-check.
5749         (wl-summary-sync-update): Ditto.
5750         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5751         with `no-check'.
5752
5753         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5754         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5755         already running.
5756
5757 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5758
5759         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5760         `dst-folder-arg'.
5761         (wl-expire-archive-number1): Diito.
5762         (wl-expire-archive-number2): Diito.
5763         (wl-expire-archive-Date): Diito.
5764         (wl-archive-number1): Diito.
5765         (wl-archive-number2): Diito.
5766         (wl-archive-date): Diito.
5767         (wl-archive-folder-p): New function.
5768         (wl-summary-expire): Support of expand folder name at
5769         wl-expire-alist.
5770         * wl-util.el (wl-expand-newtext): Renamed from
5771         `wl-refile-expand-newtext'.
5772
5773 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5774
5775         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5776         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5777         `(elmo-msgdb-get-overview msgdb)'.
5778         (wl-summary-prefetch): Bind match data before call
5779         `wl-summay-prefetch-msg'.
5780         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5781         'off if `wl-summary-buffer-disp-msg' is non-nil.
5782         Fixed problem that couldn't show only one new or unread message when
5783         enter folder.
5784         (wl-summary-reply): Don't call `split-window-vertically' and other
5785         window.
5786
5787 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-expire.el (wl-expire-refile): Fixed.
5790
5791 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5792
5793         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5794
5795         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5796         biff notification is removed.
5797
5798         * wl.el (wl): Changed position of `elmo-init'.
5799
5800         * wl-draft.el (wl-default-draft-cite): Use date field
5801         on the citation buffer.
5802
5803         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5804
5805         * wl-xmas.el (wl-folder-internal-icon-list): Added
5806         `wl-folder-shimbun-image'.
5807
5808         * wl-e21.el (wl-folder-internal-icon-list): Added
5809         `wl-folder-shimbun-image'.
5810
5811 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * wl.el (wl-init): Eliminated argument.
5814         (wl): Rewrite.
5815
5816         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5817         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5818         instead of `elmo-folder-msgdb-internal'.
5819         (wl-summary-sync-update): Ditto.
5820         (wl-summary-flush-pending-append-operations): Eliminated.
5821         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5822         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5823         `elmo-folder-open'.
5824
5825         * wl-mime.el (wl-summary-burst): Fixed.
5826
5827         * wl-folder.el (wl-folder-info-save): Check data type.
5828
5829         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5830         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5831         instead of `elmo-folder-msgdb-internal'.
5832         (wl-expire-hide): Ditto.
5833
5834
5835         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5836
5837 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5838
5839         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5840
5841 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5842
5843         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5844
5845 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5846
5847         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5848         Fixed `match-beginning' argument mismatch.
5849
5850 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5851
5852         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5853         the default value.
5854
5855 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5858         instead of `elmo-nntp-default-port'.
5859
5860         * wl-vars.el: Fixed some doc strings.
5861
5862 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5863
5864         * wl-summary.el (wl-summary-prefetch-msg): Use
5865         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5866
5867         * wl-vars.el: Define *-func as obsolete variable using
5868         `elmo-define-obsolete-variable'.
5869
5870         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5871         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5872         instead of `wl-message-buffer-prefetch-threshold'.
5873
5874         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5875
5876         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5877
5878         * wl-draft.el (wl-caesar-region-func): Ditto.
5879
5880         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5881         Keep unread status in elmo-folder-move-messages.
5882         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5883
5884 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5885
5886         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5887         `wl-summary-buffer-exit-func'
5888         (wl-summary-buffer-message-redisplay-function): Renamed from
5889         `wl-summary-buffer-message-redisplay-func'
5890         (wl-summary-buffer-next-folder-function): Renamed from
5891         `wl-summary-buffer-next-folder-func'.
5892         (wl-summary-buffer-prev-folder-function): Renamed from
5893         `wl-summary-buffer-prev-folder-func'.
5894         (wl-summary-get-petname-function): Renamed from
5895         `wl-summary-get-petname-func'.
5896
5897         * wl-score.el (wl-score-edit-exit-function): Renamed from
5898         `wl-score-edit-exit-func'.
5899
5900         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5901         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5902
5903         * wl-util.el (wl-load-profile-function): Renamed from
5904         `wl-load-profile-func'.
5905
5906         * wl-folder.el (wl-folder-completion-function): Renamed from
5907         `wl-folder-completion-func'.
5908         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5909
5910         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5911         `wl-expire-archive-get-folder-func'.
5912         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5913         (wl-draft-send-mail-function): Renamed from
5914         `wl-draft-send-mail-func'.
5915         (wl-draft-send-news-function): Renamed from
5916         `wl-draft-send-news-func'.
5917         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5918         (wl-generate-mailer-string-function): Renamed from
5919         `wl-generate-mailer-string-func'.
5920         (wl-highlight-signature-search-function): Renamed from
5921         `wl-highlight-signature-search-func'.
5922         (wl-highlight-x-face-function): Renamed from
5923         `wl-highlight-x-face-func'
5924         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5925         (wl-ps-print-buffer-function): Renamed from
5926         `wl-ps-print-buffer-func'
5927         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5928         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5929         (wl-summary-subject-filter-function): Renamed from
5930         `wl-summary-subject-filter-func'.
5931
5932         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5933         `wl-draft-queue-flush-send-func'
5934         (wl-draft-cite-function): Renamed from
5935         `wl-draft-cite-func'
5936
5937         * wl-address.el (wl-address-init-function): Renamed from
5938         `wl-address-init-func'.
5939
5940 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-draft.el (wl-draft-queue-flush): Don't call
5943         `elmo-dop-unlock-message'.
5944         * wl-draft.el (wl-draft-queue-append): Don't call
5945         `elmo-dop-lock-message'.
5946
5947         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5948         (wl-summary-buffer-folder-name): Ditto.
5949         (wl-summary-message-regexp): Added '-' (all other related portions
5950         are changed).
5951         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5952         wl-summary-buffer-folder-name.
5953
5954 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5955
5956         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5957         the number of mails in the folder buffer is not updated by wl-biff.
5958
5959 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5960
5961         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5962         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5963
5964 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-summary.el (wl-summary-next-message):
5967         Return next message number when wl-summary-move-order is nil.
5968
5969 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5970
5971         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5972         `wl-summary-move-spec-alist'.
5973         (wl-summary-move-spec-unplugged-alist): New variable
5974         (Move spec for unplugged status).
5975         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5976         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5977
5978 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5979
5980         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5981         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5982
5983 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5984
5985         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5986         simple quotation to quote the anonymous function.
5987         * tm-wl.el (wl-draft-preview-message): Ditto.
5988
5989 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5990
5991         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5992         Eliminate redundant `save-excursion'.
5993         (wl-highlight-summary-current-line): Ditto.
5994
5995         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5996         accessing match data when `looking-at' failed.
5997
5998         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5999         `elmo-match-string' where users don't care about the speed.
6000         (wl-draft-save): Ditto.
6001
6002 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-util.el (wl-regexp-opt): New function.
6005
6006         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6007         number from `wl-summary-buffer-number-list'.
6008         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6009         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6010         (wl-summary-move-spec-alist): Changed default setting.
6011
6012 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl-vars.el (wl-biff-notify-hook): New hook.
6015         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6016         the arrival of new mail.
6017         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6018         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6019
6020 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6023
6024 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6027
6028         * Version number is increased to 2.5.8.
6029
6030         * wl-thread.el (toplevel): require 'cl.
6031         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6032         (wl-thread-make-number-list): New function.
6033         (wl-thread-entity-make-number-list-from-children): Ditto.
6034         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6035         (wl-thread-entity-insert-as-children): Likewise.
6036         (wl-thread-delete-message): Likewise.
6037         (wl-meaning-of-mark): Eliminated.
6038         (wl-thread-next-failure-mark-p): Ditto.
6039         (wl-thread-entity-get-mark): Ditto.
6040         (wl-thread-meaning-alist-get-result): Ditto.
6041         (wl-thread-entity-check-prev-mark): Ditto.
6042         (wl-thread-entity-check-next-mark): Ditto.
6043         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6044         (wl-thread-entity-get-prev-marked-entity): Ditto.
6045         (wl-thread-get-prev-unread): Ditto.
6046         (wl-thread-jump-to-prev-unread): Ditto.
6047         (wl-thread-get-next-unread): Ditto.
6048         (wl-thread-jump-to-next-unread): Ditto.
6049         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6050         (wl-thread-entity-get-next-marked-entity): Ditto.
6051
6052         * wl-summary.el (wl-summary-buffer-number-list):
6053         New bufer-local variable.
6054         (wl-summary-switch-to-clone-buffer): Clone
6055         `wl-summary-buffer-number-list'.
6056         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6057         (wl-summary-cursor-move-regex): Eliminated.
6058         (wl-summary-cursor-up): Rewrite.
6059         (wl-summary-cursor-down): Ditto.
6060         (wl-summary-mode-spec-alist): New variable.
6061         (wl-summary-next-message): New inline function.
6062         (wl-summary-cursor-move): New function.
6063         (wl-summary-default-get-next-msg): Rewrite.
6064         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6065         (wl-summary-rescan): Ditto.
6066         (wl-summary-sync-all-init): Ditto.
6067         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6068         summary is not thread view.
6069         (wl-summary-sync-update): Ditto.
6070         (wl-summary-rescan): Ditto.
6071         (wl-summary-make-number-list): New function.
6072
6073         * wl-draft.el: "FCC" -> "Fcc".
6074
6075 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl-highlight.el (wl-highlight-summary-window):
6078         Call `set-buffer-modified-p'.
6079
6080         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6081         (wl): Call `elmo-init' and fix.
6082
6083         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6084         Use new variables.
6085
6086         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6087
6088 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6091
6092 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6093
6094         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6095
6096 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6097
6098         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6099         `wl-use-toolbar' nor `display-graphic-p'.
6100         (wl-e21-setup-message-toolbar): Ditto.
6101         (wl-e21-setup-summary-toolbar): Ditto.
6102         (wl-e21-setup-folder-toolbar): Ditto.
6103
6104         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6105         (wl-plugged-init-icons): Ditto.
6106
6107         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6108         `display-graphic-p'.
6109         (wl-plugged-set-folder-icon): Ditto.
6110         (wl-highlight-plugged-current-line): Ditto.
6111         (wl-highlight-folder-current-line): Ditto.
6112         (wl-e21-highlight-folder-group-line): Ditto.
6113         (wl-e21-setup-toolbar): Ditto.
6114         (wl-e21-display-image-p): New macro.
6115
6116         * wl-demo.el (wl-demo): Simplified.
6117         (wl-demo-image-type-alist): Use `image-type-available-p' for
6118         checking whether the image type `xbm' is available.
6119
6120 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6123         (wl-summary-input-range): Ditto.
6124
6125 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6126
6127         * wl-summary.el (wl-summary-edit-addresses): Use
6128         `wl-summary-get-original-buffer'
6129         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6130         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6131         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6132         (wl-summary-get-newsgroups): Eliminated.
6133         (wl-summary-set-crosspost): Ditto.
6134         (wl-summary-is-crosspost-folder): Ditto.
6135         (wl-crosspost-alist-load): Ditto.
6136         (wl-crosspost-alist-save): Ditto.
6137
6138         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6139         `elmo-setup-subscribed-newsgroups' instead of
6140         `elmo-nntp-make-groups-hashtb'.
6141         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6142         instead of `wl-crosspost-alist-save'.
6143
6144         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6145         of `elmo-folder-message-appendable-p'.
6146         (wl-mime-header-presentation-method): Eliminated.
6147
6148         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6149         (Error occurs in emacs21).
6150
6151         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6152         the current buffer).
6153
6154         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6155         instead of `wl-crosspost-alist-save'.
6156         (wl-init): `elmo-crosspost-message-alist-load'
6157         instead of `wl-crosspost-alist-load'
6158
6159         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6160         (wl-parse-newsgroups): Likewise.
6161         (wl-biff-notify): Run `wl-biff-notify-hook'.
6162
6163 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6164
6165         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6166
6167         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6168         when `wl-summary-lazy-highlight' is non-nil.
6169         (wl-summary-goto-folder-subr): Highlight only when
6170         `wl-summary-lazy-highlight' is non-nil.
6171
6172         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6173         Don't display progress and highlight temp-mark when
6174         `wl-summary-lazy-highlight' is non-nil.
6175         (wl-highlight-summary-window): New function.
6176         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6177
6178 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl-summary.el (wl-summary-sync): Change `all-visible'
6181         from `all-shown'
6182         (wl-summary-input-range): Ditto.
6183
6184 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6185
6186         * wl-e21.el (wl-highlight-folder-current-line): Call
6187         `wl-folder-init-icons' when folder icons have not been initialized.
6188
6189         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6190
6191         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6192         (wl-demo-image-type-alist): New macro.
6193
6194 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6195
6196         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6197         display does not support graphics.
6198         (wl-plugged-init-icons): Ditto.
6199         (wl-folder-init-icons): Ditto.
6200
6201         * wl-demo.el (wl-demo): Chech closely whether the display
6202         supports graphics.
6203
6204 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-summary.el (wl-summary-get-original-buffer): New function.
6207         (wl-summary-set-crosspost): Use it.
6208         (wl-summary-target-mark-uudecode): Ditto.
6209         (wl-summary-reedit): Ditto.
6210         (wl-summary-resend-bounced-mail): Ditto.
6211         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6212         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6213
6214         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6215         (wl-message-display-internal): Ditto.
6216
6217 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6218
6219         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6220
6221 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl-summary.el (wl-summary-save-view): Renamed from
6224         `wl-summary-save-status'.
6225
6226 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6227
6228         * wl-summary.el (wl-summary-sync): Added `all-shown'
6229
6230 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6231
6232         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6233
6234 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6237
6238 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6239
6240         * wl-highlight.el (wl-highlight-summary-line-string): Use
6241         `zerop' instead of `= 0'.
6242         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6243
6244         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6245         for comparing numbers.
6246         (wl-template-prev): Use `zerop' instead of `eq 0'.
6247
6248         * wl-draft.el (wl-draft-insert-current-message): Use
6249         `with-current-buffer' instead of `save-excursion'.
6250         Use `zerop' instead of `eq 0'.
6251
6252 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-draft.el (wl-draft-insert-ccs): New function.
6255         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6256         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6257
6258 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6261
6262 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * wl-expire.el (wl-expire-refile): Don't call
6265         elmo-msgdb-add-msgs-to-seen-list;
6266         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6267         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6268
6269 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * wl-message.el (wl-message-prev-page): Ignore errors while
6272         scroll-down.
6273
6274 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-mime.el: Use elmo-original-message-mode instead of
6277         mmelmo-original-mode.
6278
6279         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6280         `elmo-folder-get-spec';
6281         (wl-fldmgr-add-completion-all-completions):
6282         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6283
6284         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6285         of `elmo-folder-get-type'.
6286
6287         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6288         `elmo-folder-get-spec';
6289         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6290         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6291         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6292         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6293         `elmo-read-msg-no-cache';
6294         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6295         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6296         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6297         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6298         `elmo-cache-save';
6299         (wl-draft-reedit): Use `elmo-message-file-name'.
6300
6301         * wl-expire.el: Use `elmo-folder-name-internal';
6302         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6303         Use macro `wl-summary-buffer-msgdb' instead of variable
6304         `wl-summary-buffer-msgdb';
6305         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6306         Use macro `wl-summary-buffer-folder-name' instead of variable
6307         `wl-summary-buffer-folder-name'.
6308         * wl-score.el: Likewise.
6309
6310         * wl-message.el: Rewrite for new message buffer cache mechanism.
6311         (wl-message-buffer-cache-buffer-get): New macro.
6312         (wl-message-buffer-cache-folder-get): Ditto.
6313         (wl-message-buffer-cache-message-get): Ditto.
6314         (wl-message-buffer-cache-entry-make): Ditto.
6315         (wl-message-buffer-cache-hit): Ditto.
6316         (wl-message-buffer-cache-sort): New function.
6317         (wl-message-buffer-cache-add): Ditto.
6318         (wl-message-buffer-cache-delete): Ditto.
6319         (wl-message-buffer-cache-clean-up): Ditto.
6320         (wl-message-buffer-window): Rewrite.
6321         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6322         (wl-message-buffer-display): New function.
6323         (wl-message-display-internal): New function.
6324
6325 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-folder.el: Use `elmo-folder-name-internal';
6328         Use `wl-folder-get-elmo-folder';
6329         Use `elmo-folder-list-messages' instead of
6330         `elmo-list-folder';
6331         Use `elmo-folder-get-primitive-list' instead of
6332         `elmo-folder-get-primitive-spec-list';
6333         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6334         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6335         Use `elmo-folder-create' instead of `elmo-create-folder'.
6336         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6337         (wl-folder-get-elmo-folder): New macro.
6338         (wl-folder-elmo-folder-cache-get): Ditto.
6339         (wl-folder-elmo-folder-cache-put): Ditto.
6340         (wl-folder-suspend): Call `elmo-quit'.
6341
6342         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6343         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6344         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6345         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6346         (toplevel): require 'cl.
6347         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6348
6349         * wl-summary.el: Rewrite to use new elmo interface.
6350
6351 \f
6352 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-mime.el (wl-draft-preview-message):
6355         Run `wl-draft-send-hook' before collecting recipients information;
6356         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6357
6358         * tm-wl.el (wl-draft-preview-message): Ditto.
6359
6360 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6363         wrong recipients are displayed when forwarded message.
6364
6365 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6366
6367         * Version number is increased to 2.5.7.
6368
6369 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6370
6371         * wl-message.el (wl-message-next-page): Bind
6372         `window-pixel-scroll-increment' to nil while scrolling up.
6373
6374 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6375
6376         * wl-vars.el (wl-save-hook): New hook.
6377         * wl.el (wl-save): Call `wl-save-hook'.
6378
6379 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6380
6381         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6382         Argument WITH-ARG instead of NO-ARG (negative mean).
6383         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6384         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6385         * wl-message.el (wl-message-follow-current-entity): Likewise.
6386
6387 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6388
6389         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6390         FROM was optional argument.
6391         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6392
6393 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6394
6395         * Version number is increased to 2.5.6.
6396
6397 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6398
6399         * wl-version.el (wl-version-show): Removed.
6400         (wl-version): Add `interactive'.
6401
6402 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6403
6404         * wl-summary.el (wl-summary-get-petname-func): New variable.
6405         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6406         instead of `wl-address-get-petname-1'.
6407         (wl-summary-simple-from): Ditto.
6408
6409         * wl-address.el (wl-address-get-petname-1): Define as function.
6410
6411 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6414         field in the original message.
6415         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6416
6417 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6418
6419         * wl-expire.el (wl-expire-hide):
6420         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6421
6422 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6425         find decoder for To, Cc, and Subject.
6426
6427 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6430         for checking `elmo-use-buffer-cache'.
6431         (wl-summary-mark-as-important): Fixed typo in comment.
6432
6433 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6436         field in the original message.
6437         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6438
6439 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6440
6441         * wl-expire.el (wl-expire-hide):
6442         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6443
6444 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6447         find decoder for To, Cc, and Subject.
6448
6449 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * Version number is increased to 2.5.5.
6452
6453         * wl-address.el (wl-address-specials-regexp): New constant.
6454         (wl-address-quote-specials): Use it.
6455
6456 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl-summary.el (wl-summary-rescan):
6459         Call `wl-summary-buffer-number-column-detect'.
6460         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6461
6462         * wl-message.el (wl-message-mode-map): Define.
6463         (wl-message-decode): Use it as local-map.
6464
6465 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6468         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6469
6470 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6471
6472         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6473
6474         * wl-mule.el (wl-read-event-char): Ditto.
6475
6476         * wl-e21.el (wl-read-event-char): Ditto.
6477
6478         * wl-nemacs.el (wl-read-event-char): Ditto.
6479         (read-event): Removed.
6480
6481         * wl-util.el (toplevel): Removed dummy definition of
6482         `read-event'.
6483         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6484
6485 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6486
6487         * wl-nemacs.el (elmo-archive-call-process): Moved to
6488         elmo-archive.el.
6489
6490 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6491
6492         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6493         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6494
6495         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6496         instead of magic-number 6.  Use `not' instead of `null' for symbol
6497         `nil' check (not empty list).
6498         (wl-draft-insert-x-face-field): Fixed paren style.
6499
6500         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6501         one-branch conditional statement, instead of `and' and `if'.
6502         (wl-draft-forward): Likewise.
6503         (wl-draft-add-references): Likewise.
6504         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6505
6506         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6507         conditional steatment.  Use `cond' instead of `if'.
6508         (wl-draft-confirm): Likewise.
6509
6510 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6511
6512         * wl-version.el (wl-version-show): Use `product-string-1'
6513         instead of `wl-version'.
6514         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6515
6516         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6517
6518 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6519
6520         * wl-highlight.el (wl-highlight-headers): Revert
6521         `wl-highlight-x-face-func' argument (`beg' and `end').
6522
6523 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6524
6525         * wl.el (toplevel): Move `product-provide' declare.
6526         * wl-demo.el (toplevel): Ditto.
6527         * wl-dnd.el (toplevel): Ditto.
6528         * wl-highlight.el (toplevel): Ditto.
6529         * wl-message.el (toplevel): Ditto.
6530         * wl-refile.el (toplevel): Ditto.
6531         * wl-util.el (toplevel): Ditto.
6532
6533 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6536         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6537         (wl-thread-close-all): keep cursor position.
6538
6539 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6540
6541         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6542         (eq x 0).
6543         (wl-generate-user-agent-string-1): Fix conditional statement.
6544
6545 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl.el (wl-check-environment): Additional check for
6548         'wl-local-domain' and `wl-message-id-domain'.
6549
6550 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6551
6552         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6553
6554 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6555
6556         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6557         instead of `smtp-sasl-user-realm'.
6558
6559 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6562
6563 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6564
6565         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6566         to the default value as well as `eword-lexical-analyzer'.
6567
6568 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6569
6570         * wl-version.el (wl-extended-emacs-version,
6571         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6572         `elmo-match-string' instead of `wl-match-string'.
6573
6574 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6575
6576         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6577         docstring.
6578
6579 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6580
6581         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6582
6583 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6584
6585         * wl-highlight.el (wl-highlight-headers): Remove
6586         `wl-highlight-x-face-func' argument (`beg' and `end').
6587
6588 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6589
6590         * wl-summary.el (wl-summary-mark-as-important):
6591         Remove cache if folder is local.
6592
6593 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6594
6595         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6596         to get existing e-mail address string.
6597
6598 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6599
6600         * wl-version.el (wl-generate-user-agent-string): Commentary.
6601         (wl-generate-user-agent-string-1): Use `when' for
6602         one-branch conditional statement, instead of `and' and `if'.
6603         (wl-extended-emacs-version, wl-extended-emacs-version2,
6604         wl-extended-emacs-version3): Ditto.
6605
6606 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6609         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6610         condition-case; Remove initialization.
6611         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6612         (wl-summary-sync-update3): Added argument `sync-all';
6613         Eliminated local variable `msgdb';
6614         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6615         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6616         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6617
6618 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6619
6620         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6621         connection before call `wl-draft-send-mail-with-smtp'.
6622
6623 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * Version number is increased to 2.5.4.
6626
6627 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl.el (wl-check-environment): Additional check for
6630         'wl-local-domain' and `wl-message-id-domain'.
6631
6632 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6635         buffer as command specific.
6636         (wl-folder-mark-as-read-all-entity): Ditto.
6637         (wl-folder-prefetch-entity): Ditto.
6638         (wl-folder-drop-unsync-entity): Ditto.
6639
6640         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6641         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6642         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6643
6644         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6645         save-excursion.
6646
6647 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6648
6649         * Version number is increased to 2.5.3.
6650
6651         * wl-summary.el (wl-summary-save-view-cache):
6652         Delete duplicated `write-region';
6653         Use `write-region-as-binary' instead of `as-binary-output-file' and
6654         `write-region'.
6655
6656 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6657
6658         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6659
6660 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6663         instead of `smtp-via-smtp'.
6664
6665 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6668
6669 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6670
6671         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6672         instead of `smtp-sasl-user-realm'.
6673
6674 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6675
6676         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6677
6678 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6679
6680         * Version number is increased to 2.5.2.
6681
6682 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6685         does not exist.
6686         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6687         (wl-biff-start): Call `timer-activate' if timer already exists.
6688
6689         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6690         only when it is bound as function.
6691
6692 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * Version number is increased to 2.5.1.
6695
6696 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6699         Print refile/copy destination.
6700
6701 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6704         queue-flush-only is non-nil.
6705
6706         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6707
6708         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6709         checking cache folder.
6710
6711 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6712
6713         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6714         `regexp-quote'.
6715
6716 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6717
6718         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6719         function.
6720         * wl-summary.el (wl-summary-write-current-folder-functions):
6721         Change default value.  Use it.
6722
6723 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * Version number is increased to 2.5.0.
6726
6727         * wl-version.el (wl-version): Changed codename.
6728
6729 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6732         (wl-summary-supersedes-message): Ditto.
6733
6734 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6735
6736         * wl-refile.el (wl-refile-guess-functions): Renamed from
6737         `wl-refile-guess-func-list'.
6738
6739 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6742         Fixed problem when no rule was matched.
6743
6744 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6745
6746         * wl-summary.el (wl-summary-get-mark): Fixed
6747         `wl-summary-buffer-target-mark' check logic.
6748
6749 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * wl-folder.el (wl-folder-write-current-folder): Added group
6752         folder check.
6753
6754         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6755         `wl-summary-write-current-newsgroup'.
6756         (wl-summary-write-current-folder-functions): New variable.
6757         * wl-folder.el (wl-folder-get-newsgroups): New function.
6758         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6759         (wl-folder-write-current-folder): Renamed from
6760         `wl-folder-write-current-newsgroup'.
6761
6762 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6763
6764         * Version number is increased to 2.3.93.
6765
6766 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6767
6768         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6769         (wl-ldap-make-matched-value-list): Ditto.
6770         (wl-ldap-alias-safe-string): Split e-mail address.
6771
6772         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6773         petname folder default was selected.
6774         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6775         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6776
6777 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6778
6779         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6780         to `wl-draft-config-exec'.
6781
6782         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6783         instead of calling `wl-draft-config-exec';
6784         Process group-list and show recipients in minibuffer.
6785
6786         * tm-wl.el (wl-draft-preview-message): Ditto.
6787
6788 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6789
6790         * wl.el (toplevel): Added (C) to copyright notice, and
6791         sync Author header.
6792         * tm-wl.el (toplevel): Ditto.
6793         * wl-address.el (toplevel): Ditto.
6794         * wl-demo.el (toplevel): Ditto.
6795         * wl-dnd.el (toplevel): Ditto.
6796         * wl-draft.el (toplevel): Ditto.
6797         * wl-e21.el (toplevel): Ditto.
6798         * wl-expire.el (toplevel): Ditto.
6799         * wl-folder.el (toplevel): Ditto.
6800         * wl-highlight.el (toplevel): Ditto.
6801         * wl-message.el (toplevel): Ditto.
6802         * wl-mime.el (toplevel): Ditto.
6803         * wl-mule.el (toplevel): Ditto.
6804         * wl-nemacs.el (toplevel): Ditto.
6805         * wl-refile.el (toplevel): Ditto.
6806         * wl-score.el (toplevel): Ditto.
6807         * wl-summary.el (toplevel): Ditto.
6808         * wl-template.el (toplevel): Ditto.
6809         * wl-thread.el (toplevel): Ditto.
6810         * wl-util.el (toplevel): Ditto.
6811         * wl-vars.el (toplevel): Ditto.
6812         * wl-xmas.el (toplevel): Ditto.
6813
6814 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6815
6816         * wl.el (wl-init): Added comment about `wl-init-hook'.
6817         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6818         * wl-vars.el (wl-init-hook): Added docs.
6819         (wl-make-plugged-hook): Removed useless docs.
6820         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6821         * wl-xmas.el (toplevel): Ditto.
6822
6823 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6824
6825         * wl-address.el (toplevel): Fixed multiple Author header format.
6826         * wl-demo.el (toplevel): Ditto.
6827         * wl-draft.el (toplevel): Ditto.
6828         * wl-folder.el (toplevel): Ditto.
6829         * wl-summary.el (toplevel): Ditto.
6830         * wl-thread.el (toplevel): Ditto.
6831         * wl-util.el (toplevel): Ditto.
6832         * wl-vars.el (toplevel): Ditto.
6833         * wl-version.el (toplevel): Ditto.
6834         * wl-xmas.el (toplevel): Ditto.
6835         * wl.el (toplevel): Ditto.
6836
6837         * wl-version.el (toplevel): Added require `elmo-version' for
6838         `product-version-as-string'.
6839
6840 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-vars.el (wl-draft-send-hook): Changed default value to
6843         '(wl-draft-config-exec).
6844
6845         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6846         explicitly.
6847         (wl-draft): Set `wl-draft-config-exec-flag' before running
6848         `wl-mail-setup-hook'.
6849
6850         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6851         `wl-biff-init-icons' to `wl-init-hook' instead of
6852         `wl-make-plugged-hook'.
6853         (Because if `wl-draft' command is invoked at first,
6854         they are not initialized)
6855         Updated copyright notice.
6856
6857         * wl-e21.el (toplevel): Ditto;
6858
6859         * wl-demo.el (toplevel): Updated copyright notice.
6860         * wl-address.el (toplevel): Ditto.
6861         * wl-draft.el (toplevel): Ditto.
6862         * wl-version.el (toplevel): Ditto.
6863         * wl-folder.el (toplevel): Ditto.
6864         * wl-summary.el (toplevel): Ditto.
6865         * wl-thread.el (toplevel): Ditto.
6866         * wl-util.el (toplevel): Ditto.
6867         * wl-vars.el (toplevel): Ditto.
6868         * wl.el (toplevel): Ditto.
6869
6870 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl-highlight.el (wl-highlight-message): Fixed problem of
6873         highlighting failure which occured when the last field contains
6874         multiple lines in the draft buffer.
6875
6876         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6877         `wl-biff-start' if plugged.
6878
6879         * wl-util.el (wl-biff-check-folder): New function.
6880         (wl-biff-check-folders): Don't set session name prefix.
6881         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6882         (wl-biff-check-folder-async): Ditto.
6883
6884         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6885         in email address.
6886
6887 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6888
6889         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6890
6891         * wl-draft.el (wl-draft-strip-subject-re): New function.
6892
6893         * wl-draft.el (wl-draft-reply): Use it.
6894
6895 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-message.el (wl-mmelmo-message-redisplay): Use
6898         `mime-display-message' instead of `wl-mime-display-message'.
6899
6900         * wl-mime.el (toplevel): Removed compatibility workaround
6901         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6902         (wl-mime-display-message): Abolished.
6903         (wl-mime-entity-read-field): Ditto.
6904         (wl-mime-combine-message/partial-pieces): Use
6905         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6906
6907 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6908
6909         * wl-template.el: Doc fixes.
6910
6911 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6912
6913         * wl-e21.el (wl-message-overload-functions): Do nothing if
6914         `current-local-map' is not available.
6915         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6916
6917 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6918
6919         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6920         representation.
6921
6922         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6923         number.
6924         (wl-fldmgr-save-folders): Don't use `format' when insert
6925         `wl-fldmgr-folders-header'.
6926
6927 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6928
6929         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6930
6931 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-highlight.el (wl-highlight-message):
6934         Use `std11-field-end' to detect end point of the header field.
6935         Refer `wl-highlight-max-header-size'.
6936
6937         * wl-vars.el (wl-highlight-max-header-size): New variable.
6938
6939         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6940
6941         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6942         Set `for-draft' argument of wl-highlight-headers.
6943         (wl-draft): Ditto.
6944         (wl-draft-reedit): Ditto.
6945         (wl-user-agent-compose-internal): Ditto.
6946
6947 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6948
6949         * wl-message.el (wl-message-add-button): Use overlay.
6950
6951 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6954
6955         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6956         problem when group-list content is nothing.
6957         (Reported by Mito <mit@nines.nec.co.jp>)
6958
6959 2000-10-18  SAITO Atsunori <sai@yedo.com>
6960
6961         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6962
6963 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6964
6965         * tm-wl.el (toplevel): Use product-provide.
6966
6967 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * Version number is increased to 2.3.92.
6970
6971 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6972
6973         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6974         title text, use `display' property for left margin under Emacs 21.
6975
6976         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6977         properties.
6978         (wl-plugged-init-icons): Ditto.
6979
6980 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6981
6982         * wl.el (wl-save-status, wl-init): Remove last period in
6983         "...done." message.
6984         * tm-wl.el (wl-summary-burst): Ditto.
6985         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6986         wl-summary-resume-cache-status,
6987         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6988         wl-summary-sync-update3, wl-summary-highlight-msgs,
6989         wl-summary-flush-pending-append-operations,
6990         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6991         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6992         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6993         wl-thread-open-all): Ditto.
6994         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6995         * wl-mime.el (wl-summary-burst): Ditto.
6996         * wl-highlight.el (wl-highlight-summary): Ditto.
6997         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6998         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6999         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7000         * wl-address.el (wl-local-address-init): Ditto.
7001
7002 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7003
7004         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7005         `add-text-properties'.
7006         (wl-plugged-init-icons): Ditto.
7007         (wl-folder-init-icons): Use `propertize' instead of
7008         `put-text-property'.
7009         (wl-plugged-set-folder-icon): Ditto.
7010         (wl-e21-highlight-folder-group-line): Ditto.
7011
7012 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl-version.el (wl-version-status-alist): New variable.
7015         (wl-version-status): New function.
7016
7017         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7018         "Cc" part of the case "Reply-To".
7019
7020         * wl-draft.el (wl-draft-reply): Use result of
7021         `eword-extract-address-components'.
7022
7023         * wl-demo.el (wl-demo-icon-name): New constant.
7024         (wl-logo-xpm): Use it.
7025         (wl-logo-xbm): Ditto.
7026         (wl-logo-bitmap): Ditto.
7027
7028         * Version number is increased to 2.3.91.
7029
7030 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7031
7032         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7033         (wl-extended-emacs-version, wl-extended-emacs-version2,
7034         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7035         docstring.
7036
7037         * wl-version.el (wl-generate-user-agent-string-1): New function.
7038         (wl-generate-user-agent-string): Use it.
7039
7040         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7041         `mime-edit-insert-user-agent-field'.
7042         (wl-generate-user-agent-string): Check
7043         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7044
7045         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7046         instead of `if', when verbose case.
7047
7048 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7049
7050         * wl-expire.el (wl-summary-expire): Fix.
7051
7052 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7053
7054         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7055         and `elmo-lost+found-folder' if 'wl-draft.
7056         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7057
7058 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7059
7060         * wl-expire.el (wl-summary-expire): Change messages.
7061         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7062         `deleing-info' instead of "Deleting..."
7063
7064 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7065
7066         * wl-summary.el (wl-summary-refile-subr): Fix.
7067
7068 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7069
7070         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7071         if pipe folder.
7072
7073 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7074
7075         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7076
7077 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7078
7079         * wl-expire.el (wl-expire-hide): New function.
7080         (wl-summary-expire): Add `hide'.
7081
7082 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-vars.el (wl-draft-reply-without-argument-list):
7085         Changed default value to consider `Reply-To:'.
7086         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7087
7088         * Version number is increased to 2.3.90.
7089
7090         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7091         elmo-imap4-get-session with unwind-protect.
7092         Don't cause error.
7093         (wl-summary-sync-marks): Don't check plugged nor folder type.
7094         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7095         (Always keep current buffer).
7096
7097 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7098
7099         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7100         Enclose with `save-excursion'.
7101
7102 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7103
7104         * wl-version.el (wl-version): Remove interactive.
7105
7106 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7107
7108         * wl-version.el (wl-generate-user-agent-string): Use
7109         `product-string-verbose' instead of `product-string-1'.
7110
7111 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7112
7113         * wl-vars.el (wl-draft-use-cache): New variable.
7114         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7115         if wl-draft-use-cache is non-nil.
7116
7117 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7118
7119         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7120         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7121
7122 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7125         (wl-thread-msg-mark-as-unread): Ditto.
7126
7127         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7128         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7129         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7130         Don't set mark in summary if return value of `elmo-mark-as-read'
7131         is nil.
7132         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7133         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7134         instead of `wl-thread-msg-mark-as-read'.
7135         (wl-summary-mark-as-unread-region): Ditto.
7136         (wl-summary-target-mark-mark-as-read): Ditto.
7137
7138         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7139
7140 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7143
7144         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7145
7146 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7149         face.
7150
7151 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7152
7153         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7154         `running-xemacs'.
7155
7156 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7157
7158         * wl-version.el (toplevel): Use `product-version-as-string' for
7159         set verstion-string, if defined.
7160
7161         * wl-version.el (wl-version-show): Insert string at point, when
7162         call with argument.
7163
7164         * wl-version.el (wl-generate-user-agent-string): Use
7165         `product-string-1' instead of `wl-appname', `wl-version' and
7166         `wl-codename'.
7167
7168 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7169
7170         * wl-address.el (toplevel): Use product-provide.
7171         * wl-demo.el (toplevel): Ditto.
7172         * wl-dnd.el (toplevel): Ditto.
7173         * wl-draft.el (toplevel): Ditto.
7174         * wl-e21.el (toplevel): Ditto.
7175         * wl-expire.el (toplevel): Ditto.
7176         * wl-fldmgr.el (toplevel): Ditto.
7177         * wl-folder.el (toplevel): Ditto.
7178         * wl-highlight.el (toplevel): Ditto.
7179         * wl-message.el (toplevel): Ditto.
7180         * wl-mime.el (toplevel): Ditto.
7181         * wl-mule.el (toplevel): Ditto.
7182         * wl-nemacs.el (toplevel): Ditto.
7183         * wl-refile.el (toplevel): Ditto.
7184         * wl-score.el (toplevel): Ditto.
7185         * wl-summary.el (toplevel): Ditto.
7186         * wl-template.el (toplevel): Ditto.
7187         * wl-thread.el (toplevel): Ditto.
7188         * wl-util.el (toplevel): Ditto.
7189         * wl-vars.el (toplevel): Ditto.
7190         * wl-xmas.el (toplevel): Ditto.
7191         * wl.el (toplevel): Ditto.
7192
7193 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7194
7195         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7196         instead of product.
7197
7198         * wl-version.el (wl-version): Compile time evalution elmo-version.
7199
7200 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7201
7202         * wl-summary.el (wl-summary-sync-force-update): Append queue
7203         `mark-as-read'if unplugged.
7204
7205 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7206
7207         * wl-version.el: New file.  Use product.el.
7208         * wl.el: add (require 'wl-version).
7209         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7210         for ~/.folders header.
7211         (wl-fldmgr-folders-header): Changed.
7212         * wl-demo.el (wl-demo): Use product.el.
7213
7214         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7215         wl-version.el.
7216         * wl-util.el (wl-version, wl-version-show): Ditto.
7217
7218         * wl-util.el (wl-generate-user-agent-string,
7219         wl-extended-emacs-version, wl-extended-emacs-version2,
7220         wl-extended-emacs-version3): Move to wl-version.el.
7221         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7222         xemacs-codename, mime-edit-insert-user-agent-field,
7223         mime-edit-user-agent-value, mime-editor/version,
7224         mime-editor/codename): Compile warning killer move to
7225         wl-version.el
7226
7227 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7228
7229         * wl-summary.el (wl-summary-refile-subr): Fix.
7230
7231 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7232
7233         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7234         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7235
7236 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7237
7238         * wl.el (wl-check-environment): Check too many `@'.
7239
7240 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7241
7242         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7243
7244 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7245
7246         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7247         wl-draft-reply-myself-without-argument-list): Add variables.
7248         * wl-draft.el (wl-draft-reply): Use it.
7249
7250 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7251
7252         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7253         the 5th argument of `elmo-network-get-spec'.
7254
7255         * wl-thread.el (wl-thread-reparent-children): New inline function.
7256         (wl-thread-delete-message): Use it.
7257
7258         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7259         (wl-summary-score-update-all-lines): Don't use `dolist'.
7260
7261 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7262
7263         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7264         (require 'elmo-msgdb) for inline function.
7265
7266 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7267
7268         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7269
7270 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-score.el (wl-score-headers): Fix for the confusing macro
7273         `elmo-kill-buffer'.
7274
7275 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7276
7277         * wl-summary.el: Don't use the 3rd argument of `require' because
7278         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7279         * wl-util.el: Ditto.
7280         * wl-draft.el: Ditto.
7281
7282 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7283
7284         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7285         window system is not used.
7286
7287 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7288
7289         * wl-thread.el: Don't use `mapcar' only for iteration.
7290         (wl-thread-resume-entity): Ditto.
7291         (wl-thread-delete-message): Ditto.
7292
7293         * wl-summary.el: Bind `dragdrop-drop-functions',
7294         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7295         of `require' for `timezone', `easymenu' and `ps-print';
7296         don't use `mapcar' only for iteration.
7297
7298         * wl-util.el: Bind `mule-version', `nemacs-version',
7299         `emacs-beta-version', `xemacs-codename',
7300         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7301         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7302         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7303         only for iteration.
7304
7305         * wl-score.el: Don't use `mapcar' only for iteration.
7306         (wl-score-simplify-buffer-fuzzy): Ditto.
7307         (wl-score-simplify-subject): Ditto.
7308         (wl-score-headers): Ditto.
7309         (wl-summary-score-update-all-lines): Ditto.
7310
7311         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7312         `enable-multibyte-characters' and `mule-version'.
7313
7314         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7315         `mapcar' only for iteration.
7316
7317         * wl-demo.el: Don't use `mapcar' only for iteration.
7318
7319         * wl-folder.el: Don't use `mapcar' only for iteration.
7320         (wl-folder-open-all): Ditto.
7321         (wl-folder-count-incorporates): Ditto.
7322
7323         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7324         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7325
7326         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7327         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7328         `smtp-connection-type'; specify 3rd argument of `require' for
7329         `timezone'; don't use `mapcar' only for iteration.
7330         (wl-draft-clone-local-variables): Don't use `mapcar'.
7331         (wl-draft-generate-clone-buffer): Ditto.
7332         (wl-user-agent-compose-internal): Ditto.
7333
7334         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7335
7336         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7337         (wl-save-status): Ditto.
7338
7339         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7340         for iteration.
7341
7342 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7345         removed `Date'.
7346         (wl-fldmgr-make-filter-default): New user option.
7347
7348         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7349         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7350         (wl-fldmgr-filter-completion-alist): Abolish.
7351
7352         * wl.el (wl): Don't check servers if arg is non-nil.
7353
7354         * wl-draft.el (wl-draft-reply): Set only message-id string to
7355         In-Reply-To field.
7356
7357 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * wl-summary.el (wl-summary-pick): Rewrite.
7360
7361         * wl-draft.el (wl-draft-forward): Get references field from
7362         original buffer.
7363         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7364
7365 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7366
7367         * wl-draft.el (wl-draft-forward): Add references field.
7368
7369 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7372         (wl-draft-reply): Use it.
7373
7374 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7375
7376         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7377         when Emacs 21 is running.
7378
7379         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7380         bindings.
7381
7382 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7383
7384         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7385         XPM icons transparent.
7386
7387         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7388         Emacs 21.
7389
7390 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7393         nil.
7394
7395         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7396         when it is persistent.
7397         (wl-summary-sync-marks): Changed argument for
7398         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7399         (wl-summary-virtual): Use `elmo-read-search-condition'.
7400         (wl-summary-redisplay-internal): If folder is local, mark as read
7401         even when folder is plugged.
7402
7403 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7404
7405         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7406         of `tool-bar-lines' in the frame parameters.
7407         (after-make-frame-functions, post-command-hook): Don't modify the
7408         value.
7409         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7410         wl-e21-tool-bar-lines): Removed.
7411
7412 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7413
7414         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7415         properties `evaporate' and `wl-momentary-overlay' as well.
7416         (wl-highlight-summary-displaying): Ditto.
7417         (wl-delete-all-overlays): Don't delete overlay which does not have
7418         a property `wl-momentary-overlay'.
7419
7420         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7421         `display-mouse-p' and `display-graphic-p'.
7422         (wl-folder-init-icons): Don't search for XBM or the other files.
7423         (wl-plugged-set-folder-icon): Make icons if and only if
7424         `display-graphic-p' returns non-nil.
7425         (wl-highlight-plugged-current-line): Use `before-string' overlay
7426         property to show icon images.
7427         (wl-highlight-folder-current-line): Ditto.
7428         (wl-e21-highlight-folder-group-line): Ditto.
7429         (wl-e21-highlight-folder-by-numbers): Ditto.
7430         (wl-e21-insert-image): Removed.
7431         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7432         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7433         said.
7434         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7435         `wl-e21-force-switch-toolbar'.
7436         (wl-e21-make-icon-image): Removed.
7437         (wl-e21-setup-toolbar): Don't search for XBM files.
7438         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7439         the default value.
7440
7441 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-util.el (wl-biff-check-folder-async): Set
7444         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7445
7446 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7447
7448         * wl-e21.el (after-make-frame-functions): Add
7449         `wl-e21-force-switch-toolbar'.
7450         (wl-e21-force-switch-toolbar): New function force to switch the
7451         toolbar appearance automatically.
7452         (post-command-hook): Add `wl-e21-switch-toolbar'.
7453         (wl-e21-switch-toolbar): New function to switch the toolbar
7454         appearance automatically.
7455         (wl-e21-tool-bar-lines): New buffer local variable.
7456
7457 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-util.el (wl-biff-check-folders-running): New variable.
7460         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7461         (wl-biff-check-folder-async-callback):
7462         Set `wl-biff-check-folders-running'.
7463         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7464         with unwind-protect.
7465
7466         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7467         Enclose `wl-folder-auto-check' with unwind-protect.
7468
7469         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7470         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7471
7472         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7473
7474         * wl-util.el (wl-biff-notify): New inline function.
7475         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7476         locally.
7477         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7478         folder-list' is 1.
7479         Use `wl-biff-notify'.
7480         (wl-biff-check-folder-async-callback): New function.
7481         (wl-biff-check-folder-async): Ditto.
7482
7483         * wl-folder.el (wl-folder): Don't check folders.
7484         (wl-folder-auto-check): New function.
7485
7486 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7487
7488         * wl-util.el (wl-biff-start) [Emacs19+]:
7489         Use `timer-next-integral-multiple-of-time'.
7490         (wl-biff-check-folders): Use `wl-default-folder'
7491         if `wl-biff-check-folder-list' is nil.
7492
7493 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7494
7495         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7496         instead of `elmo-delete-lists'.
7497
7498 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7499
7500         * wl.el (wl-plugged-toggle-all): Set the value of
7501         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7502         (wl-plugged-toggle): Ditto.
7503         (wl-toggle-plugged): Ditto.
7504         (wl-plugged-init): Ditto.
7505
7506         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7507         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7508         instead of `wl-biff-state-indicator-off' and
7509         `wl-biff-state-indicator-on'; don't modify the value and the type
7510         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7511         (wl-plugged-init-icons): Set icons data to
7512         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7513         instead of `wl-plug-state-indicator-off' and
7514         `wl-plug-state-indicator-on'; don't modify the value and the type
7515         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7516
7517         * wl-vars.el (wl-modeline-biff-state-off,
7518         wl-modeline-biff-state-on, wl-modeline-biff-status,
7519         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7520         wl-modeline-plug-status): New internal variables.
7521         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7522         wl-biff-check-interval, wl-biff-check-folder-list): Change
7523         customization group from `wl-folder' to `wl-highlight'.
7524         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7525         wl-show-plug-status-on-modeline): Defcustomized.
7526
7527         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7528         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7529         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7530         a flag to `mode-line-buffer-identification'.
7531
7532         * wl-e21.el (wl-biff-init-icons): Set icons data to
7533         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7534         instead of `wl-biff-state-indicator-off' and
7535         `wl-biff-state-indicator-on'.
7536         (wl-plugged-init-icons): Set icons data to
7537         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7538         instead of `wl-plug-state-indicator-off' and
7539         `wl-plug-state-indicator-on'.
7540
7541 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7542
7543         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7544         excessive titles.
7545
7546 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7547
7548         * wl.el (wl-plugged-mode): Use revised
7549         `wl-mode-line-buffer-identification'.
7550         (wl-plugged-init): Don't use `force-mode-line-update'.
7551
7552         * wl-xmas.el (wl-draft-overload-functions): Use revised
7553         `wl-mode-line-buffer-identification'.
7554         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7555         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7556         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7557         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7558         `wl-make-plugged-hook';
7559         add `wl-folder-init-icons' and `wl-setup-folder' to
7560         `wl-folder-mode-hook'.
7561
7562         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7563         19 as well.
7564         (wl-mode-line-display-priority-list): New user option.
7565         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7566         Defcustomized.
7567         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7568         Add docs.
7569
7570         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7571         start.
7572         (wl-mode-line-buffer-identification): Revised as a function.
7573
7574         * wl-summary.el (wl-summary-mode): Use revised
7575         `wl-mode-line-buffer-identification'; don't call
7576         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7577         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7578         `wl-xmas-setup-summary'.
7579
7580         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7581         `wl-mode-line-buffer-identification'.
7582
7583         * wl-mule.el (wl-draft-overload-functions): Use revised
7584         `wl-mode-line-buffer-identification'.
7585
7586         * wl-folder.el (wl-make-plugged-alist): Don't call
7587         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7588         (wl-folder): Don't call `wl-folder-init-icons' directly.
7589         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7590         `wl-xmas-setup-folder' directly;
7591         use revised `wl-mode-line-buffer-identification'.
7592         (TopLevel): Don't bind `wl-biff-init-icons',
7593         `wl-plugged-init-icons', `wl-folder-init-icons',
7594         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7595
7596         * wl-e21.el (wl-draft-overload-functions): Use revised
7597         `wl-mode-line-buffer-identification'.
7598         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7599         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7600         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7601         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7602         `wl-make-plugged-hook';
7603         add `wl-folder-init-icons' and `wl-setup-folder' to
7604         `wl-folder-mode-hook'.
7605
7606 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7607             Katsumi Yamaoka    <yamaoka@jpl.org>
7608
7609         * wl.el (wl): Call `wl-biff-start'.
7610         (wl-exit): Call `wl-biff-stop'.
7611         (wl-plugged-mode): Show biff in modeline.
7612         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7613
7614         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7615         (wl-biff-init-icons): New function.
7616         (wl-plugged-init-icons): Don't make too much keymaps.
7617         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7618
7619         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7620         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7621         variables.
7622         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7623         options.
7624
7625         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7626         wl-biff-start, wl-biff-stop): New functions.
7627         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7628         (wl-biff-timer-name): New variable.
7629
7630         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7631
7632         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7633         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7634
7635         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7636         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7637
7638         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7639         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7640         `wl-folder-init-icons' to `ignore' if they are not available.
7641         (wl-folder-mode): Show biff in modeline.
7642
7643         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7644         (wl-biff-init-icons): New function.
7645         (wl-plugged-init-icons): Don't make too much keymaps.
7646         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7647
7648 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7649
7650         * wl-vars.el (wl-strict-diff-folders): Customization Type
7651         and doc fix.  Define as a list of regular expressions for
7652         folders or nil.
7653         * wl-folder.el (wl-folder-check-one-entity): Use
7654         `wl-string-match-member' instead of `wl-string-member' for
7655         `wl-strict-diff-folders'.
7656
7657 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7658
7659         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7660         (wl-highlight-folder-current-line): Use it; new implementation.
7661         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7662         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7663         `defsubst' instead of `defun'.
7664
7665         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7666         `wl-highlight-group-folder-by-numbers'; made it can also be a
7667         number.  See info for more details.
7668
7669         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7670         running.
7671
7672         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7673         to bind them.
7674
7675         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7676         (wl-highlight-folder-current-line): New implementation.
7677
7678         * wl-highlight.el (wl-highlight-folder-group-line): New
7679         implementation.
7680         (wl-delete-all-overlays): Rewrite as a marco.
7681         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7682
7683         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7684         running.
7685         (wl-folder-*-glyph): No need to bind them.
7686
7687         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7688         `wl-e21-highlight-folder-group-icon'; rewrite.
7689         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7690         `defsubst' instead of `defun'.
7691         (wl-folder-mode-map): Bind it when compiling.
7692
7693 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7696
7697         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7698
7699 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7700
7701         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7702
7703 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7704
7705         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7706         (wl-highlight-folder-current-line): Use it.
7707
7708         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7709         in `id-name'.
7710
7711 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7712
7713         * wl.el: Require `wl-e21' when Emacs 21 is running.
7714
7715         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7716         default when Emacs 21 is running.
7717         (wl-use-highlight-mouse-line): Ditto.
7718         (wl-on-emacs21): New constant.
7719         (wl-on-emacs20): Removed.
7720
7721         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7722         Emacs 21 is running.
7723
7724         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7725         Emacs 21 is running.
7726
7727         * wl-e21.el: New file.
7728
7729 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7730
7731         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7732         (wl-toggle-plugged): Ditto.
7733         (wl-plugged-toggle): Ditto.
7734         (wl-plugged-toggle-all): Ditto.
7735
7736         * wl-vars.el (wl-plug-state-indicator): Refer
7737         `wl-plug-state-indicator-on' indirectly.
7738
7739 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7742         Call `wl-folder-confirm-existence'.
7743
7744         * wl-folder.el (wl-folder-confirm-existence): Added optional
7745         argument `force'.
7746
7747 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7748
7749         * wl-summary.el (wl-summary-refile-subr): Assume
7750         `copy-or-refile' as symbol.
7751         (wl-summary-refile): Follow up above change.
7752         (wl-summary-copy): Ditto.  Doc fix.
7753
7754 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl-summary.el (wl-summary-pick): Don't bind
7757         `elmo-search-mime-charset'.
7758
7759         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7760         default using old backquote style.
7761         (wl-search-mime-charset): Abolished.
7762
7763         * wl-highlight.el (wl-highlight-headers):
7764         Call `point' after `re-search-forward'(for Nemacs).
7765
7766         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7767         for elmo-imap4.el.
7768
7769 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7770
7771         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7772         `wl-message-ignored-field-list' instead of
7773         `mime-view-ignored-field-list'.
7774
7775         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7776         Add interactive spec.
7777         (wl-folder-goto-bottom-of-current-folder): Ditto.
7778         (wl-folder-mode-map): Bind them.
7779
7780         * wl-vars.el (wl-message-ignored-field-list): New variable.
7781         (wl-message-visible-field-list): New variable.
7782
7783         * wl-mime.el (wl-mime-header-presentation-method): New function.
7784         (wl-mime-setup): Set header-presentation-method.
7785
7786 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7787
7788         * wl-nemacs.el (wl-draft-overload-functions): Set
7789         `mode-line-buffer-identification' instead of using
7790         `wl-make-modeline'.
7791
7792         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7793         instead of using `wl-make-modeline'.
7794
7795         * wl-xmas.el (wl-plugged-init-icons): Set up
7796         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7797         (wl-make-modeline): Abolish.
7798         (wl-draft-overload-functions): Set
7799         `mode-line-buffer-identification' instead of using
7800         `wl-make-modeline'.
7801
7802         * wl-util.el (wl-make-modeline-subr): Abolish.
7803         (wl-mode-line-buffer-identification): New alias.
7804
7805         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7806         (wl-summary-make-modeline): Abolish.
7807         (wl-summary-buffer-set-folder): Set
7808         `wl-summary-buffer-folder-indicator'.
7809         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7810         of using `wl-make-modeline'.
7811         (wl-summary-switch-to-clone-buffer): Don't set
7812         `mode-line-buffer-identification'.
7813         (wl-summary-goto-folder-subr): Ditto.
7814
7815         * wl-mule.el (wl-draft-overload-functions): Set
7816         `mode-line-buffer-identification' instead of using
7817         `wl-make-modeline'.
7818
7819         * wl-folder.el (wl-folder-mode): Set
7820         `mode-line-buffer-identification' instead of using
7821         `wl-make-modeline'.
7822         (wl-folder): Don't set `mode-line-buffer-identification'.
7823
7824 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7825
7826         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7827         instead of `member' for `wl-refile-guess-func-list' look-ups.
7828         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7829
7830 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7831
7832         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7833         `wl-message-button-dispatcher'.
7834
7835         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7836
7837         * wl-message.el (wl-message-button-dispatcher): Use it.
7838
7839         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7840         "In-Reply-To".
7841
7842         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7843         Bind `case-fold-search' to t.
7844
7845 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7846
7847         * wl-xmas.el (wl-message-overload-functions): Initialize
7848         `wl-message-button-map'.
7849
7850         * wl-mule.el (wl-message-overload-functions): Initialize
7851         `wl-message-button-map'.
7852
7853         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7854
7855         * wl-message.el (wl-message-button-map): New keymap.
7856         (wl-message-add-button): New function.
7857         (wl-message-button-dispatcher): New function.
7858         (wl-message-button-refer-article): New function.
7859
7860         * wl-highlight.el
7861         (wl-highlight-message-add-buttons-to-header): New function.
7862         (wl-highlight-headers): Use it.
7863
7864 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7865
7866         * wl-summary.el (wl-summary-default-from): Use
7867         `wl-address-get-petname-1'.
7868         (wl-summary-simple-from): Ditto.
7869
7870         * wl-address.el (wl-address-get-petname-1): New inline function.
7871         (wl-address-get-petname): Use it.
7872
7873 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7874
7875         * wl-summary.el (wl-summary-default-from): Return full-name part
7876         from the address if no petname was found.
7877         (wl-summary-simple-from): Ditto.
7878
7879         * wl-address.el (wl-address-get-petname): Return nil if no petname
7880         associated with the address was found.
7881
7882 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7883
7884         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7885         display is finished.
7886
7887 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7888
7889         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7890         `elmo-folder-exists-p' argument.
7891
7892 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7893
7894         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7895         the folder.
7896
7897 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7900
7901         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7902         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7903
7904 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7905
7906         * wl-folder.el (wl-folder-create-subr): New function.
7907         (wl-folder-confirm-existence): Use it.
7908         (wl-folder-check-one-entity): Use it.
7909         Check the error symbol is derived from 'elmo-open-error.
7910
7911         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7912         `ignore-error'.
7913
7914 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7915
7916         * wl-util.el (toplevel): Add (eval-when-compile (require
7917         'elmo-util)).  (Maybe `provide' is typo.)
7918
7919 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7922         (I don't know why this was needed.)
7923
7924         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7925         Follow up changes for stream-type.
7926
7927         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7928         (wl-draft-elmo-nntp-send): Ditto.
7929
7930         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7931         (wl-nntp-posting-stream-type): Ditto.
7932         (wl-pop-before-smtp-ssl): Abolished.
7933         (wl-nntp-posting-ssl): Ditto.
7934
7935         * wl-address.el (wl-address-quote-specials): New function.
7936         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7937
7938         * wl-draft.el (wl-draft-reply): Ditto.
7939
7940 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7941
7942         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7943         use function `wl-string-match-assoc'.
7944
7945 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7948
7949         * wl-draft.el (wl-draft-deduce-address-list): New function.
7950         (wl-draft-parse-mailbox-list): Ditto.
7951         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7952         instead of `smtp-deduce-address-list'.
7953         (wl-draft-on-field-p): Follow group list.
7954
7955         * wl-address.el (wl-address-concat-token): New function.
7956         (wl-address-string-without-group-list-contents): Ditto.
7957         (wl-complete-field-body): Fixed problem of completion
7958         by japanese petname.
7959         (wl-address-make-completion-list): Rewrite.
7960
7961 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7962
7963         * wl-address.el (wl-address-make-completion-list): Completion by
7964         petname.
7965         (wl-complete-field-body): Likewise.
7966
7967 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7970         contains invalid address syntax.
7971
7972 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl-folder.el (wl-folder-check-entity-async): Use
7975         `elmo-nntp-spec-hostname'.
7976
7977 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7978
7979         * wl-summary.el (wl-summary-msgdb-load-async): Use
7980         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7981
7982 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-draft.el (wl-draft-reply): Set argument
7985         `content-transfer-encoding' as nil.
7986
7987 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7988
7989         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7990         `wl-refile-alist'.
7991
7992 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7993
7994         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7995         (wl-draft-edit-string): Ditto.
7996         (wl-draft-forward): Ditto.
7997         * wl-summary.el (wl-summary-write): Ditto.
7998
7999 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-summary.el (wl-summary-sync-update3): Call
8002         `wl-summary-buffer-number-column-detect'.
8003         (wl-summary-buffer-number-column-detect): Search from point-min.
8004
8005 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8008         contains an address which is not included in original to or cc.
8009
8010 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8011
8012         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8013         begin-line does not exist.
8014         * wl-message.el (wl-message-uu-substring): Ditto.
8015
8016 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8017
8018         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8019         clear local variables.
8020         (wl-summary-exit): Call `elmo-commit'.
8021         (wl-summary-switch-to-clone-buffer): Call
8022         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8023         (wl-summary-goto-folder-subr): Ditto.
8024
8025         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8026         POP folder.
8027
8028 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8031         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8032         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8033         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8034         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8035         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8036
8037         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8038
8039 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8040
8041         * wl-summary.el (wl-summary-search-by-subject):
8042         Search parent message from the latest one.
8043
8044 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8047         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8048
8049         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8050         New user option.
8051
8052         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8053         if elmo-nntp-use-killed-list is nil.
8054         Use `elmo-msgdb-append-to-killed-list'.
8055         (Append numbers confirmed as disappeared to the killed list.)
8056         (wl-summary-confirm-appends): Don't display negative number.
8057
8058 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8059
8060         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8061
8062 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8065         range is `all'.
8066         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8067         `elmo-list-bigger-diff'.
8068
8069 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-summary.el (wl-summary-buffer-exit-func):
8072         New buffer local variable.
8073         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8074
8075 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8076
8077         * wl-demo.el (wl-demo): Fix the last change.
8078
8079 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8080
8081         * wl-demo.el (wl-demo): Don't use `eval'.
8082
8083 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8084
8085         * wl-summary.el (wl-summary-buffer-thread-modified):
8086         New buffer-local variable.
8087         (wl-summary-set-thread-modified): New function.
8088         (wl-summary-thread-modified-p): New function.
8089         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8090         (wl-summary-yank-saved-message): Use function
8091         `wl-summary-set-thread-modified'
8092         (wl-summary-switch-to-clone-buffer): Add
8093         `wl-summary-buffer-thread-modified'.
8094
8095         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8096         (wl-summary-buffer-mark-saved-hook): Ditto.
8097         * wl-summary.el (wl-summary-msgdb-save): New hook
8098         `wl-summary-buffer-message-saved-hook' and
8099         `wl-summary-buffer-mark-saved-hook'.
8100
8101 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8102
8103         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8104
8105 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8106
8107         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8108         don't hide scroll bars under FSF Emacsen because it may incur an
8109         undesirable redrawing.
8110
8111 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8112
8113         * wl-draft.el (wl-draft-edit-string): Call
8114         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8115
8116 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8117
8118         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8119
8120 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8121
8122         * wl-summary.el (wl-summary-msgdb-load-async): Call
8123         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8124
8125 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8126
8127         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8128         fringes in demo buffer; center bitmap logo correctly even if old
8129         Mule is used.
8130
8131 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8132
8133         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8134
8135         * wl-refile.el (wl-refile-subject-alist): New variable.
8136         (wl-refile-subject-alist-file-name): Ditto.
8137         (wl-refile-alist-setup): Rewrite.
8138         (wl-refile-alist-save): Use `elmo-object-save'.
8139         Eliminated arguments.
8140         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8141         (wl-refile-guess-by-subject): New function.
8142         (wl-refile-guess-func-list): Added it.
8143
8144 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8145
8146         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8147         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8148
8149 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8152         New buffer-local variable.
8153         (wl-summary-buffer-next-folder-func): Ditto.
8154         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8155         if non-nil.
8156         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8157         if non-nil.
8158         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8159         if non-nil.
8160         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8161         if non-nil.
8162
8163 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8164
8165         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8166         permanently in the demo buffer.
8167
8168 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8171         `mime-entity-fetch-field'.
8172
8173         * wl.el (wl-exit): Delete plugged buffer.
8174
8175         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8176         XEmacs has menubar feature.
8177
8178 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8179
8180         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8181         cannot arrive at the beginning of the buffer under old Emacsen.
8182
8183 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8184
8185         * wl-address.el (wl-address-ldap-search):
8186         Call `ldap-search-entries' with `withdn' argument t.
8187         (wl-complete-field-body): Bind completion-ignore-case as t.
8188         Clear ldap search hash when it was sole completion.
8189         Use elmo-string for pattern string.
8190         (wl-ldap-alias-safe-string): Eliminated needless let.
8191
8192 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8193
8194         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8195         (wl-ldap-alias-sep): New constant.
8196         (wl-ldap-search-attribute-type-list): Ditto.
8197         (wl-ldap-get-value): New function.
8198         (wl-ldap-make-filter): Ditto.
8199         (wl-ldap-make-matched-value-list): Ditto.
8200         (wl-ldap-alias-safe-string): Ditto.
8201         (wl-ldap-register-dn-string): Ditto.
8202         (wl-address-ldap-search): Rewrite.
8203
8204 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8205
8206         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8207         thread is deleted.
8208         (wl-thread-delete-line-from-buffer): Ditto.
8209         (wl-thread-get-exist-children): New function.
8210
8211 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8212
8213         * wl-demo.el (wl-demo): Made it to select various image types.
8214         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8215         from `wl-title-logo'.
8216         (wl-logo-ascii): New variable.
8217         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8218         (wl-demo-copyright-notice): New constant.
8219
8220         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8221
8222 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8223
8224         * wl-vars.el (wl-summary-target-above): Renamed from
8225         wl-summary-temp-above.
8226         * wl-score.el (wl-score-get-score-alist): Use it.
8227         (wl-summary-score-update-all-lines): Use it.
8228         * wl-summary.el: Ditto. (make-variable-buffer-local).
8229
8230 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-vars.el (wl-ldap-port): New user option.
8233
8234         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8235         Rewite whole implementation.
8236         (wl-complete-field-body): Fixed.
8237
8238 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8239
8240         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8241         Choose implementation at compile time.
8242
8243 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8244
8245         * wl-address.el (wl-ldap-search-internal): New function.
8246         (wl-complete-field-to): Use it.
8247
8248 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8251         Use `let' instead of `let*'.
8252         Require 'wl-vars.
8253
8254         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8255         Define as defcustom.
8256         (wl-ldap-base): Ditto.
8257         (wl-use-ldap): Ditto.
8258
8259 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8260
8261         * wl-address.el (wl-ldap-search): New function.
8262         (wl-complete-field-body): Use `wl-ldap-search'.
8263         (wl-ldap-server): New variable.
8264         (wl-ldap-base): Ditto.
8265         (wl-use-ldap): Ditto.
8266
8267 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8268
8269         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8270         (Pointed out by Mito <mit@nines.nec.co.jp>).
8271         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8272         buffer-local variables like `wl-summary-redisplay-internal'.
8273         (wl-summary-redisplay-all-header): Likewise.  Update
8274         Summary view too.
8275
8276 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-summary.el (wl-summary-jump-to-parent-message):
8279         Consider prefix argument.
8280
8281         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8282         when closed thread is deleted.
8283
8284 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8285
8286         * wl-summary.el (wl-summary-jump-to-parent-message):
8287         Consider thread modification.
8288
8289 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8290
8291         * wl-message.el (wl-message-normal-get-original-buffer): Use
8292         `save-excursion'.
8293
8294         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8295         (wl-summary-showto-folder-regexp): Ditto.
8296
8297 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8298
8299         * wl-util.el (wl-delete-alist): Doc fix.
8300         (wl-delete-associations): New function.
8301         (wl-inverse-alist): New function.
8302         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8303         Split temporary variables. Use `wl-delete-associations'
8304         and `wl-inverse-alist'.
8305         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8306
8307 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-folder.el (wl-folder-prefetch-entity):
8310         Execute prefetching if new count is unknown.
8311
8312 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8313
8314         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8315
8316         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8317         delete entity.
8318         (wl-thread-set-parent): If insert as top, set linked as nil.
8319
8320         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8321         `wl-thread-cleanup-symbols' when view mode is thread.
8322
8323 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8324
8325         * wl-folder.el (wl-folder-create-folder-entity): Use
8326         with-current-buffer.
8327         (wl-local-folder-init): Call set-buffer to make sure we are in
8328         the Folder buffer. Don't touch buffer-local variables here.
8329         (wl-folder-mode): Initialize buffer-local variables here.
8330
8331         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8332         (wl-folder-entity-assign-id): Ditto.
8333         (wl-folder-create-entity-hashtb): Ditto.
8334         (wl-local-folder-init): Ditto.
8335         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8336
8337 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8338
8339         * wl-summary.el (wl-summary-default-from): Fix probrem when
8340         std11-extract-address-components return (nil "foo@bar").
8341
8342 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8343
8344         * wl-draft.el (wl-draft-clone-local-variables):
8345         Remove redundant `setq'.
8346
8347 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8350         Bind wl-highlight-x-face-func as nil while highlighting header.
8351
8352 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8353
8354         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8355
8356 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8357
8358         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8359         elmo-msgdb-overview-hashtb from copy-variables.
8360         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8361         instead of `elmo-msgdb-overview-get-entity-by-number'.
8362         (wl-summary-auto-refile): Ditto.
8363
8364         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8365         `elmo-msgdb-overview-get-entity' instead of
8366         `elmo-msgdb-search-overview-entity'.  Use
8367         `elmo-msgdb-overview-get-entity' instead of
8368         `elmo-msgdb-overview-get-entity-by-number'.
8369         (wl-thread-insert-entity-sub): Ditto.
8370         (wl-thread-insert-message): Ditto.
8371
8372         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8373         `elmo-msgdb-overview-get-entity'.
8374         (wl-normal-message-redisplay): Ditto.
8375
8376 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8377
8378         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8379         `wl-thread-entities'.
8380         (wl-thread-delete-message): Fix remove top message from
8381         `wl-thread-entity-list'.
8382
8383         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8384         wl-append(nconc), because update-list is broken on Meadow.
8385
8386         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8387         updating process.
8388         (wl-summary-rescan): Ditto.
8389         (wl-summary-sync-update3): Ditto.
8390         * wl-thread.el (wl-thread-set-parent): Renamed from
8391         `wl-summary-set-parent'.
8392         (wl-thread-insert-message): Updating buffer faster.
8393         (wl-thread-delete-message): Updating buffer faster.
8394
8395         * wl-score.el (wl-summary-score-update-all-lines): Changed
8396         interval for display progress gauge.
8397
8398 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8399
8400         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8401         folder always-sticky.
8402         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8403         defmacro.
8404
8405 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-vars.el (wl-draft-add-references): New user option.
8408
8409         * wl-draft.el (wl-draft-add-references): New function.
8410         (wl-draft-yank-from-mail-reply-buffer): Use it.
8411         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8412         as nil.
8413
8414 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8415
8416         * wl-thread.el (wl-thread-update-line-msgs): Called
8417         `wl-thread-update-line-on-buffer-sub'.
8418         (wl-thread-update-line-on-buffer): Delete routine of inserting
8419         thread.
8420         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8421         moved from `wl-thread-update-line-on-buffer'.
8422         Add threshold for displaying progress gauge.
8423         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8424         argument of `wl-thread-update-line-msgs'.
8425         Add threshold for displaying progress gauge.
8426         * wl-folder.el:
8427         Add threshold for displaying progress gauge.
8428         * wl-score.el: Ditto.
8429
8430         * wl-expire.el (wl-summary-expire): Display deleting info.
8431
8432 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8433
8434         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8435         `no-msg'.
8436         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8437         argument of `wl-thread-update-line-msgs'.
8438         (wl-summary-set-parent): Added optional argument `parent-number'.
8439         (wl-summary-buffer-saved-message): New buffer local variable.
8440         (wl-summary-save-current-message): New command.
8441         (wl-summary-yank-saved-message): Ditto.
8442         (wl-summary-mode-map): Added key binding for
8443         `wl-summary-save-current-message' (\ew) and
8444         `wl-summary-yank-saved-message' (\C-y).
8445         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8446
8447 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8448
8449         * wl-summary.el (wl-summary-mode-map): Added key binding for
8450         `wl-summary-set-parent' (ts).
8451
8452 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8453
8454         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8455         subject faster. If thread number is reverse, delayed updating
8456         thread.
8457         (wl-summary-search-by-subject): Ditto.
8458         (wl-summary-put-alike): Ditto.
8459         (wl-summary-get-alike): Ditto.
8460         (wl-summary-insert-headers): Insert header of all overview in
8461         buffer.
8462         (wl-summary-rescan): Delayed updating thread. Kill search subject
8463         buffer for wl-summary-search-by-subject.
8464         (wl-summary-sync-update3): Ditto.
8465         (wl-summary-exit): Ditto.
8466         (wl-summary-goto-bottom-of-current-thread): Change for linked
8467         thread.
8468         (wl-summary-overview-create-summary-line): Change line for linked
8469         thread.
8470
8471         * wl-summary.el (wl-summary-update-thread): Use
8472         wl-thread-maybe-get-children-num.
8473         (wl-summary-set-parent): If change parent, move sub thread.
8474         (wl-summary-redisplay-internal): Add horizontal recenter.
8475         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8476
8477         * wl-thread.el (wl-thread-entity-get-linked): New function.
8478         (wl-thread-entity-set-linked): New function.
8479         (wl-thread-create-entity): Add linked element.
8480         (wl-thread-entity-insert-as-top): Use wl-append.
8481         (wl-thread-maybe-get-children-num): If closing thread, return
8482         children msgs.
8483         (wl-thread-update-line-msgs): Displaying progress message.
8484         (wl-thread-update-line-on-buffer-sub): Use
8485         wl-thread-maybe-get-children-num.
8486         (wl-thread-update-line-on-buffer): If update line is not exists,
8487         insert thread.
8488         (wl-thread-delete-message): If delete top msg of thread, search
8489         parent by subject.
8490         (wl-thread-insert-entity): Use
8491         wl-thread-maybe-get-children-num.
8492
8493         * wl-highlight.el (wl-highlight-summary-current-line): change
8494         sregexp for linked thread.
8495         * wl-util.el (wl-count-lines): Count lines.
8496         (wl-horizontal-recenter): horizontal recenter.
8497         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8498         (wl-score-get-alike): Ditto.
8499         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8500         (wl-subject-length-limit): New variable.
8501         (wl-highlight-thread-indent-string-regexp): Changed for linked
8502         thread.
8503
8504 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8507         New variable (revival).
8508         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8509         by subject matching if there's no in-reply-to nor references field
8510         (revival).
8511
8512 \f
8513 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8516         message.
8517
8518 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl-summary.el (wl-summary-reply): Return t if there was a
8521         message at cursor point.
8522         Added unwind-protect.
8523         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8524         returns t.
8525         (wl-summary-cancel-message): Do nothing when there's no message at
8526         cursor point.
8527         (wl-summary-forward): Ditto.
8528         (wl-summary-jump-to-parent-message): Ditto.
8529         (wl-summary-reedit): Ditto.
8530         (wl-summary-edit-addresses): Ditto.
8531         (wl-summary-pipe-message): Ditto.
8532         (wl-summary-print-message-with-ps-print): Ditto.
8533         (wl-summary-print-message): Ditto.
8534         (wl-summary-mark-as-important): Ditto.
8535         (wl-summary-mark-as-unread): Ditto.
8536
8537         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8538         message at cursor point.
8539         (wl-summary-reply-with-citation): Remove unwind-protect.
8540
8541         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8542         subject searching feature.
8543         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8544         Eliminated.
8545
8546 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8549         New variable.
8550         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8551         by subject matching if there's no in-reply-to nor references field.
8552
8553         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8554
8555         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8556         when display is finished.
8557         (wl-folder-open-all): Ditto.
8558         (wl-folder-update-access-group): Ditto.
8559         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8560         * wl-thread.el (wl-thread-close-all): Ditto.
8561
8562         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8563         progress gauge only when it was displayed.
8564         * wl-folder.el (wl-folder-insert-entity): Ditto.
8565
8566 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8567
8568         * wl-summary.el (wl-summary-incorporate): Enclose
8569         `wl-summary-sync-force-update' with save-excursion.
8570
8571 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8572
8573         * wl-summary.el (wl-summary-prefetch-region):
8574         Pass current cursor point to `pos-visible-in-window-p' after
8575         moving cursor to the started point.
8576
8577 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8578
8579         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8580
8581         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8582         fields from the forwarding message.
8583         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8584         `ignored-fields'.
8585
8586 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8587
8588         * wl-mime.el (wl-message-request-partial):
8589         Eliminated argument `msgdb'.
8590         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8591         (wl-mime-combine-message/partial-pieces): Likewise.
8592         * tm-wl.el (wl-message-request-partial): Likewise.
8593         (wl-mime-combine-message/partial-pieces): Likewise.
8594
8595 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8596
8597         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8598         when display is finished.
8599
8600 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8601
8602         * wl-summary.el (wl-summary-goto-folder-subr):
8603         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8604
8605 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8608         when cursor point is visible.
8609
8610 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * wl-expire.el (wl-expire-archive-get-max-number):
8613         Don't use `file-name-directory'.
8614
8615 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8616
8617         * wl-expire.el (wl-expire-archive-get-max-number):
8618         Use `file-name-directory'.
8619
8620 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8621
8622         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8623         only when there is progress.
8624
8625 2000-04-13  Mito <mit@nines.nec.co.jp>
8626
8627         * wl-summary.el (wl-summary-sync-marks): Display progress.
8628
8629 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8632         (wl-summary-prev): Move cursor regardless of unread status.
8633         (wl-summary-next): Ditto.
8634
8635 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8636
8637         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8638         Added argument `target' and `number'.
8639         * tm-wl.el (wl-summary-burst-subr): New function.
8640         (wl-summary-burst): Use it.
8641
8642 2000-04-10  Mito <mit@nines.nec.co.jp>
8643
8644         * wl-mime.el (wl-burst): New function.
8645         (wl-summary-burst): Use it.
8646
8647 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8648
8649         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8650         as petname when there's no candidate.
8651
8652 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8655         New variable.
8656         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8657
8658         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8659
8660         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8661
8662 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8665         Use substring of `original' instead of buffer-substring.
8666         (wl-refile-evaluate-rule):
8667         Set `original' argument of wl-refile-expand-newtext.
8668
8669         * wl-summary.el
8670         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8671         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8672         (wl-summary-auto-refile): Check existence of destination folder just
8673         before marking.
8674
8675 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8676
8677         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8678         when wl-refile-get-field-value return nil.
8679
8680 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8681
8682         * wl-refile.el
8683         (wl-refile-expand-newtext): New function imported from Gnus.
8684         (wl-refile-evaluate-rule): Use it.
8685
8686 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8687
8688         * wl-summary.el (wl-summary-print-destination):
8689         Duplicate folder string to avoid putting text-property on
8690         original string.
8691
8692         * wl-refile.el (wl-refile-get-field-value): New function.
8693         (wl-refile-evaluate-rule): New function;
8694         Evaluate refile rule recursively.
8695         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8696         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8697         New function; Check existence of a target folder recursively.
8698         (wl-summary-auto-refile-check-refile-rule-alist):
8699         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8700
8701 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8704
8705         * wl-folder.el (wl-create-folder-entity-from-buffer):
8706         Fixed problem when '}' character is contained in folder name.
8707
8708         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8709
8710 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8711
8712         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8713         (wl-fldmgr-add-completion-all-completions):
8714         Use wl-fldmgr-add-completion-hashtb.
8715
8716 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8717
8718         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8719         wl-fldmgr-add-completion-subr): New functions.
8720         * wl-folder.el (wl-folder-completion-func): New variable.
8721         * wl-summary.el (wl-summary-read-folder):
8722         Use wl-folder-completion-func.
8723
8724         * wl-refile.el: Eliminate throw & catch.
8725
8726         * wl.el (wl-plugged-sending-queue-status): Fixed.
8727
8728 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8729
8730         * wl-draft.el (wl-draft): Put category property on
8731         mail-header-separator.