1e7d95c366157a905841c99ade5cbf8a5acc7772
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.11.26.
4
5 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
8
9 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
10
11         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
12         value of stream-type and session.
13
14 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
15
16         * Version number is increased to 2.11.25.
17
18 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
19
20         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
21         in a quit message.
22
23 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
24
25         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
26         (wl-summary-redisplay-no-mime-internal): Ditto.
27
28 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
29
30         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
31         * wl-vars.el (wl-smtp-connection-type): Ditto.
32
33 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
34
35         * wl-highlight.el (wl-highlight-message): Change to strict regexp
36         for the separator line and quote mail-header-separator.
37
38 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-spam.el (wl-message-check-spam): Fixed problem no display
41         result message.
42
43         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
44         `elmo-multiple-fields-body-list' with boundary as
45         mail-header-separator.
46
47 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
50
51 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
52
53         * wl-util.el (wl-list-diff): Remove unused function.
54
55         * wl-draft.el (wl-draft-send-confirm): Discard input before
56         confirmation.
57
58 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
61         order of flag and new.
62
63 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
64
65         * wl-vars.el (wl-refile-policy-alist): Abolished.
66
67         * wl-action.el (wl-summary-set-action-refile): Follow the change
68         above.
69
70 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * wl-highlight.el (wl-highlight-signature-search): Don't use
73         re-search-backward for a long word since it is possible to crash
74         XEmacs because of a bug.
75
76 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
77
78         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
79
80 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
81
82         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
83         argument for wl-summary-sync-force-update.
84
85 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
86
87         * wl-summary.el (wl-summary-mode-map): Revival of
88         wl-summary-mark-as-important related bindings;
89         Bind 'F','tF','mF','rF','m&'.
90         (wl-summary-mark-as-important-region): Revival.
91         (wl-summary-target-mark-mark-as-important): Ditto.
92         (wl-summary-target-mark-operation): New function.
93         (wl-summary-target-mark-mark-as-answered): Use it.
94         (wl-summary-decide-flag): Don't set Important as default.
95         (wl-summary-mark-as-important-internal): Revival.
96         (wl-summary-mark-as-important): Ditto.
97
98         * wl-thread.el (wl-thread-mark-as-important): Ditto.
99
100         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
101         instead of facep.
102
103 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
104
105         * wl-dnd.el (wl-dnd-drop-func): Fix.
106
107         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
108         mouse-set-point instead of posn-point.
109
110         * wl-xmas.el (wl-completing-read-multiple): Define as function.
111
112         * wl-mule.el (wl-completing-read-multiple): Ditto.
113
114 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * wl-demo.el (face-background-name): Defalias to avoid compile
117         warning.
118
119 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
120
121         * wl-summary.el (wl-summary-decide-flag): Use
122         wl-completing-read-multiple instead of completing-read-multiple.
123
124         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
125         New alias.
126
127         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
128         Use face-background-name instead of face-background.
129
130         * wl-vars.el (wl-summary-save-file-suffix): New user option.
131
132         * wl-summary.el (wl-summary-save): Use it.
133         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
134
135         * wl-mime.el (wl-mime-save-content): Fix last change.
136
137 2004-02-10  Len Trigg <lenbok@myrealbox.com>
138
139         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
140         New function.
141         (wl-summary-sort-specs): Added sort.
142         * wl-mime.el (wl-mime-save-content): Expand file name.
143
144 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
145
146         * wl-mime.el (wl-draft-preview-message): Fixed typo.
147
148         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
149
150 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
153         for flag if it is not defined.
154
155 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
156
157         * wl-e21.el (wl-highlight-folder-current-line): Use
158         elmo-folder-type-internal when elmo-folder-type returns nil.
159
160         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
161
162         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
163
164         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
165
166         * wl-e21.el (wl-summary-toolbar): Ditto.
167
168         * wl-vars.el (wl-demo-background-color): Abolished.
169         (wl-summary-persistent-mark-priority-list): Renamed from
170         wl-summary-flag-priority-list.
171         (wl-summary-flag-alist): New user option.
172         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
173         (wl-message-mode-line-format-spec-alist): Added 'F'.
174         (wl-message-mode-line-format): Likewise.
175         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
176         instead of wl-summary-important-mark.
177         (wl-file-folder-icon): New variable.
178
179         * wl-thread.el (wl-thread-set-flags): Renamed from
180         wl-thread-mark-as-important.
181
182         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
183         warning.
184         (wl-summary-mode-menu-spec): Follow the change of 
185         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
186         (wl-summary-mode-map): Follow the change of
187         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
188         (wl-summary-detect-mark-position): Follow the variable name change.
189         (wl-summary-set-flags-region): New function for the replacement of
190         wl-summary-mark-as-important-region.
191         (wl-summary-sync-marks): Sync all global-flags.
192         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
193         instead of elmo-message-flagged-p.
194         (wl-summary-persistent-mark-string): Follow the variable name change;
195         Put wl-summary-flag-mark if the message has global-flag.
196         (wl-summary-target-mark-set-flags): Renamed from 
197         wl-summary-target-mark-mark-as-important.
198         (wl-summary-decide-flag): New function.
199         (wl-summary-set-flags-internal): Renamed from
200         wl-summary-mark-as-important-internal.
201         (wl-summary-add-flags-internal): New function.
202         (wl-summary-remove-flags-internal): Ditto.
203         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
204         (wl-summary-mark-as-unimportant): Abolish.
205         (wl-summary-move-spec-alist): Changed `important' to `digest'.
206         (wl-summary-next-message): List flagged messages in the msgdb.
207
208         * wl-score.el (wl-summary-score-update-all-lines): Use
209         wl-summary-add-flags-internal instead of 
210
211         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
212
213         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
214         from wl-message-buffer-cur-flag (To avoid misunderstanding).
215         (wl-message-buffer-require-all-header): Renamed from
216         wl-message-buffer-all-header-flag (Ditto).
217         (wl-message-buffer-flag-indicator): New variable.
218         (wl-message-redisplay): Changed local varibale name from `flag' to
219         `display-type'; Set up wl-message-buffer-flag-indicator.
220         (wl-message-buffer-display): Changed varibale name from `flag' to
221         `display-type'.
222         (wl-message-display-internal): Likewise.
223
224         * wl-highlight.el (wl-highlight-demo-face): Define default background
225         color.
226         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
227
228         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
229
230         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
231         (wl-demo-setup-properties): Renamed from
232         `wl-demo-set-background-color'.
233         (wl-demo): Follow the change above.
234         
235         * Version number is increased to 2.11.24.
236
237 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-summary.el (wl-summary-toggle-thread): Call
240         `wl-summary-rescan' with disable-thread as non-nil.
241         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
242
243 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
244
245         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
246         foreground property of the face.
247         (wl-demo-insert-text): Don't set up face property here.
248         (wl-demo): Call wl-demo-set-background-color, anyway.
249
250 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
251
252         * wl-vars.el (wl-demo-background-color): The value can be nil.
253
254 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
255
256         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
257         to wl-summary-wheel-dispatcher.
258
259         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
260         wl-message-wheel-dispatcher.
261         (wl-message-wheel-dispatcher): New function.
262         (wl-summary-wheel-dispatcher): Ditto.
263
264 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
265
266         * wl-action.el (wl-summary-target-mark-all): List messages which are
267         not in the killed-list.
268
269         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
270         only when the folder is 'flag/important.
271
272         * wl-address.el (wl-complete-field-body): Complete if the last
273         character is a space.
274
275 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-folder.el (wl-folder-clear-entity-info): Use
278         elmo-clear-hash-val.
279
280         * wl-fldmgr.el (wl-fldmgr-rename): Set
281         wl-folder-info-alist-modified as t.
282
283 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
286
287 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
288
289         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
290         (wl-folder-buffer-last-visited-entity-id): New buffer local
291         variable.
292         (wl-folder-revisit-last-visited-folder): New function.
293         (wl-folder-mode-map): Bind it to "C-i".
294         (wl-folder-set-current-entity-id): Set last visited folder.
295         * wl-summary.el (wl-summary-exit): Ditto.
296
297 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
300         before calling `recenter' in order to cope with an XEmacs bug.
301
302 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
303
304         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
305         to the default value.
306
307 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
310         change.
311         (wl-summary-sync-marks): Ditto.
312         (wl-summary-mark-as-read-internal): Ditto.
313         (wl-summary-mark-as-answered-internal): Ditto.
314         (wl-summary-mark-as-important-internal): Ditto.
315         (wl-summary-reply): Ditto.
316
317         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
318         instead of `elmo-folder-unflag-answered'.
319
320         * Version number is increased to 2.11.23.
321
322         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
323         the last change.
324
325 2004-01-11  Kenichi Okada  <okada@opaopa.org>
326
327         * wl-spam.el (wl-summary-exec-action-refile-with-register):
328         Specify "spam" or "good".
329
330 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
331
332         * wl-spam.el (wl-summary-exec-action-spam): Call
333         wl-folder-confirm-existence for spam folder.
334         (wl-spam-setup): Bind "mk".
335
336 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
339
340 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
341
342         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
343         destination folder is empty.
344
345 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
346
347         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
348         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
349
350         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
351         (wl-summary-refile-prev-destination-region): New function.
352         (wl-thread-refile-prev-destination): Ditto.
353         (wl-summary-target-mark-refile-prev-destination): Ditto.
354
355 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
356
357         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
358         (wl-demo-background-color): Changed default value.
359
360         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
361         color.
362
363         * wl-demo.el (wl-demo-set-background-color): New function.
364         (wl-demo): Call it.
365
366 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-address.el (wl-address-delete): Avoid mis-deleting.
369         * wl-address.el (wl-address-add-or-change): Don't add empty
370         address.
371
372 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
373
374         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
375
376 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
377
378         * wl-vars.el (wl-demo-image-filter-alist): New variable
379         (wl-demo-background-color): Ditto.
380
381         * wl-demo.el (wl-demo-xpm-set-background): New function.
382         (wl-demo-image-filter): Ditto.
383         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
384
385         * wl-vars.el (wl-demo-icon-name-alist): New variable.
386
387         * wl-demo.el (wl-demo-icon-name): Define as function.
388         (wl-demo-insert-image): Use it.
389
390 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
391
392         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
393
394 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
395
396         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
397
398 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
399
400         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
401
402 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-thread.el (wl-thread-mark-as-answered): New function.
405
406         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
407         answered" entry.
408         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
409         "r&" and wl-thread-mark-as-answered to "t&".
410         (wl-summary-mark-as-important-region): Refine to toggle mark.
411         (wl-summary-mark-as-answered-region): New function.
412         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
413         and 3rd argument.
414         (wl-summary-mark-as-important-internal): Likewise.
415
416 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-template.el (wl-template-preview): New internal variable.
419         (wl-template-preview-p): New function.
420         (wl-template-show): Bind `wl-template-preview' as t.
421
422 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
425         `elmo-message-entity-field' with 3rd argument which is non-nil.
426
427 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
430         Removed duplicate local bind `folder'.
431
432 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
435
436 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
439         duplicate definition.
440
441 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
442
443         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
444         non-nil, use it; Don't fetch message if there's no message in the
445         current cursor position.
446
447 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
448
449         * wl-util.el (wl-region-exists-p): Use region-active-p.
450         (wl-deactivate-region): New function.
451         * wl-message.el (wl-message-redisplay): Deactivate region.
452
453         * wl-summary.el (wl-summary-reply): Call
454         `wl-summary-set-message-buffer-or-redisplay' instead of
455         `wl-summary-redisplay-internal', don't move point.
456
457 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
460         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
461         by regexp.
462
463 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
466         if no need.
467
468 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
471         default value to nil.
472         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
473         `wl-summary-prepare-hook'; Replace refile action to
474         `wl-summary-exec-action-refile-with-register'.
475
476         * Version number is increased to 2.11.22.
477
478 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-summary.el (wl-summary-detect-mark-position): Set
481         `wl-summary-buffer-weekday-name-lang'.
482
483 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
484
485         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
486         (wl-summary-mark-as-read-all): Ditto.
487         (wl-summary-delete-messages-on-buffer): Ditto.
488         (wl-summary-sync-update): Ditto.
489         (wl-summary-mark-as-read-internal): Ditto.
490         (wl-summary-mark-as-answered-internal): Ditto.
491         (wl-summary-update-folder-info): Abolished.
492
493 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-summary.el (wl-summary-mark-as-read-all): Use
496         `wl-summary-update-folder-info' instead of
497         `wl-folder-update-unread'.
498
499 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
500
501         * wl-summary.el (wl-summary-update-folder-info): New function derived from
502         `wl-summary-folder-info-update'.
503         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
504         instead of `wl-summary-folder-info-update'.
505         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
506         `wl-folder-set-folder-updated'.
507         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
508         instead of `wl-folder-update-unread'.
509         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
510         the value of `wl-summary-buffer-unread-count' for the second parameter of
511         `wl-folder-update-unread'.
512
513         * Version number is increased to 2.11.21.
514
515 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
516
517         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
518         a local variable.
519
520 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-spam.el (wl-summary-mark-spam): Show message only if call
523         interactively.
524
525         * wl-summary.el (wl-summary-mark-as-important-internal): New
526         internal function.
527         (wl-summary-mark-as-important): Use it.
528         (wl-summary-mark-as-unimportant): New function.
529         (wl-summary-sync-marks): Follow the API change.
530
531         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
532
533         * wl-mime.el (wl-summary-burst): Check target folder is writable.
534
535 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
536
537         * wl-folder.el (wl-folder-update-unread): Re-indent.
538         Narrow the scope of a local variable.
539
540 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
543         (wl-addrmgr-merge-entries): Ditto.
544         (wl-addrmgr): Added to address entry which exists in draft buffer
545         if no entry is in original.
546
547 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
548
549         * wl-batch.el: New file.
550
551 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
552
553         * wl-vars.el (wl-use-semi): Remove unused variable.
554
555 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
556
557         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
558         "?".
559
560 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
561
562         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
563         wl-summary-new-mark.
564         (wl-summary-new-cached-mark): New user option.
565         (wl-summary-score-marks): Follow the change above.
566         (wl-summary-auto-refile-skip-marks): Ditto.
567         (wl-summary-incorporate-marks): Ditto.
568         (wl-summary-expire-reserve-marks): Ditto.
569
570         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
571
572         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
573         (wl-summary-persistent-mark-string): Distinguished between cached
574         and uncached mark when the message is new.
575
576 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-spam.el (wl-spam-domain): Renamed from
579         `wl-spam-folder-guess-domain'.
580         (wl-summary-exec-action-spam): Register as spam if domain of the
581         source folder is good.
582         (wl-summary-exec-action-refile-with-register): Register message if
583         domain of the source folder is not undecided.
584
585 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
588         detect thread loop.
589
590 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
593         and wl-summary-skip-mark-list.
594
595 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
598
599         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
600
601         * wl-spam.el (toplevel): Require wl-highlight.
602         (wl-spam-auto-check-policy-alist): Abolish.
603         (wl-spam-auto-check-folder-regexp-list): New user option.
604         (wl-spam-auto-check-marks): Ditto.
605         (wl-spam-mark-action-list): Ditto.
606         (wl-highlight-summary-spam-face): New face.
607         (wl-spam-auto-check-message-p): New function.
608         (wl-spam-map-spam-messages): Fixed message.
609         (wl-spam-register-spam-messages): Ditto.
610         (wl-spam-register-good-messages): Ditto.
611         (wl-summary-spam-map): Add and remove keybind.
612         (wl-summary-target-mark-spam): Abolish.
613         (wl-summary-refile-spam): Ditto.
614         (wl-summary-test-spam): New function.
615         (wl-summary-mark-spam): Ditto.
616         (wl-summary-auto-check-spam): Follow the above change.
617         (wl-summary-exec-action-spam): New function.
618         (wl-summary-exec-action-refile-with-register): Fixed message.
619         (wl-message-check-spam): New function.
620         (wl-spam-setup): Ditto.
621         (toplevel): Call it if this file is loaded interactivity.
622
623         * Version number is increased to 2.11.20.
624
625 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
628         when new optional argument `force' is non nil or modified.
629
630 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl.el (toplevel): Require wl-spam when compile.
633         (wl-save-status): Call wl-spam-save-status.
634
635         * wl-spam.el (wl-spam-register-spam-messages): New function.
636         (wl-spam-register-good-messages): Ditto.
637         (wl-spam-save-status): Ditto.
638         (wl-summary-mode-map): Bind
639         wl-summary-target-mark-register-as-spam to "ms" and
640         wl-summary-target-mark-register-as-good to "mn".
641         (wl-summary-register-as-spam): Abolish optional argument; Use
642         wl-spam-register-spam-messages.
643         (wl-summary-register-as-spam-all): Use
644         wl-spam-register-spam-messages.
645         (wl-summary-register-as-good): Abolish optional argument; Use
646         wl-spam-register-good-messages.
647         (wl-summary-register-as-good-all): Use
648         wl-spam-register-good-messages.
649         (wl-summary-target-mark-register-as-spam): New funtion.
650         (wl-summary-target-mark-register-as-good): Ditto.
651
652 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-spam.el: New file.
655
656 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
659
660         * wl-action.el (wl-auto-refile-guess-functions): New variable.
661         (wl-summary-auto-refile): Call wl-refile-guess with
662         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
663
664 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
667         with disable-thread argument non-nil.
668
669 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-summary.el (wl-summary-rescan): Added optional argument
672         disable-thread.
673         (wl-summary-sync): Call wl-summary-rescan with argument
674         disable-thread.
675         (wl-summary-input-range): Added new range `rescan-thread'.
676
677 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
678
679         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
680
681 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
684         internal variable.
685         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
686         wl-summary-search-parent-by-subject-regexp and
687         wl-summary-divide-thread-when-subject-changed as nil.
688         (wl-summary-insert-sequential): If entity is nil, nothing to do.
689         (wl-summary-insert-thread): Search parent entity from
690         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
691         thread loop.
692
693 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
694
695         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
696
697         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
698
699         * wl-util.el (wl-require-update-all-folder-p): New function.
700         (wl-get-assoc-list-value): Added `function' to match directive.
701         (wl-collect-draft): Rewrite.
702
703         * wl-summary.el (wl-summary-sync-update): Clear faces
704         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
705         are non-nil.
706         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
707         argument as function.
708         (wl-summary-input-range): Ditto.
709
710         * wl-folder.el (wl-draft-get-folder): New function.
711         (wl-folder-get-elmo-folder): Consider draft folder.
712
713         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
714         (wl-draft-buffer-message-number): New buffer local variable.
715         (wl-draft-folder-internal): New internal variable.
716         (wl-draft-delete): Rewrite.
717         (wl-draft-save): Ditto.
718         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
719         wl-folder-get-elmo-folder.
720         (wl-draft-config-info-operation): Ditto.
721         (wl-jump-to-draft-folder): Ditto.
722         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
723         (wl-draft-reedit): Rewrite.
724
725         * Version number is increased to 2.11.19.
726         
727 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
728
729         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
730         variable.
731
732 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
735         Use ignore-errors instead of unwind-protect.
736
737 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
738
739         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
740         for updating `wl-thread-entity-list'.
741
742 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
743
744         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
745         parameter from calling `wl-thread-entity-get-older-brothers' and
746         `wl-thread-entity-get-younger-brothers'.
747         Replace nested `append' with a single one.
748
749 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-summary.el (wl-summary-mode): Don't use the return value of
752         `make-local-hook'.
753
754 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
755
756         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
757         instead of `let*'.
758         (wl-thread-delete-message): Likewise.  Split and narrow the scope
759         of local variables.
760
761 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
764         Renamed from wl-summary-window-scroll-functions.
765         (wl-summary-window-scroll-functions): Don't set to variable.
766         (wl-summary-display-top): Use run-hooks.
767         (wl-summary-display-bottom): Ditto.
768         (wl-summary-toggle-disp-msg): Ditto.
769         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
770         Use it instead of wl-summary-window-scroll-functions.
771         (wl-summary-goto-folder-subr): Don't call
772         wl-summary-window-scroll-functions, use
773         wl-summary-buffer-window-scroll-functions instead.
774
775 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
778         make-local-variable.
779
780 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
781
782         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
783         set-buffer-modified-p.
784         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
785         (wl-summary-display-bottom): Ditto.
786         (wl-summary-toggle-disp-msg): Ditto.
787
788 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
791
792         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
793         (wl-summary-forward): Use elmo-message-entity-field instead of
794         elmo-message-field.
795
796         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
797
798 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-summary.el (wl-summary-window-scroll-functions): No use
801         `append'.
802
803 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
804
805         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
806         function.
807         (wl-summary-window-scroll-functions): Call it when both
808         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
809         (wl-summary-temp-mark): Added optional argument number.
810         (wl-summary-message-mark): Added optional argument flag.
811         (wl-summary-persistent-mark): Added optional argument number and flag.
812         (wl-summary-update-persistent-mark): Ditto.
813         (wl-summary-update-status-marks): Set "r" for interactive spec.
814
815         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
816         argument number and flag.
817
818         * wl-action.el (wl-summary-registered-temp-mark): 
819         Do nothing when wl-summary-buffer-temp-mark-list is nil.
820
821 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
824         internal variable (buffer local).
825         (wl-summary-window-scroll-functions): New function.
826         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
827         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
828         as nil.
829         (wl-summary-update-status-marks): Added arguments beg, end and
830         check.
831         (wl-summary-update-mark-window): Use function.
832         (wl-summary-sync-update): Follow the change above.
833         (wl-summary-switch-to-clone-buffer): Copy
834         wl-summary-buffer-unsync-mark-number-list.
835         (wl-summary-goto-folder-subr): Set
836         wl-summary-buffer-unsync-mark-number-list and
837         use wl-summary-window-scroll-functions insteaf of
838         wl-summary-lazy-highlight.
839
840         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
841
842 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
845
846         * wl-summary.el (wl-summary-update-persistent-mark): Call
847         wl-summary-set-message-modified.
848
849         * wl-summary.el (wl-summary-sync-update): Don't call
850         wl-summary-update-status-marks.
851
852         * Version number is increased to 2.11.18.
853
854 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
855
856         * wl-message.el (wl-message-prev-page): Use save-selected-window.
857         (wl-message-next-page): Ditto.
858
859 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
860
861         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
862         local variable.  Change the order of a collected list into the
863         same as the specified range.  Remove nil from a collected list.
864
865 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-summary.el (wl-summary-insert-headers): Set visible-only
868         argument for elmo-folder-list-messages.
869
870 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
873         change (wl-summary-count-unreads return a list instead of a cons
874         cell).
875
876 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
877
878         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
879         `wl-summary-folder-info-update'.
880
881 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-summary.el (wl-summary-set-message-modified): No use
884         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
885         (wl-summary-set-mark-modified): Abolish.
886         (wl-summary-mark-modified-p): Ditto.
887         (wl-summary-save-view): Follow the change above.
888
889         * wl-expire.el (wl-summary-expire): Likewise.
890
891 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
892
893         * wl-summary.el (wl-summary-detect-mark-position): Use
894         modb-entity-handler.
895         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
896
897         * Version number is increased to 2.11.17.
898
899 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
900
901         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
902         entity field value.
903         (wl-summary-prefetch-msg): Ditto.
904         (wl-summary-print-message-with-ps-print): Ditto.
905
906 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
907
908         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
909         for dummy entity.
910         (wl-summary-insert-thread): Use elmo-message-entity-field.
911         (wl-summary-update-thread): Use elmo-message-entity-field and
912         elmo-message-entity-number.
913         (wl-summary-line-number):  Use elmo-message-entity-number.
914         (wl-summary-line-size): Use elmo-message-entity-field.
915         (wl-summary-line-subject): Ditto.
916         (wl-summary-line-from): Ditto.
917         (wl-summary-line-attached): Ditto.
918         (wl-summary-create-line): Ditto.
919         (wl-summary-create-line): Use elmo-message-entity-number.
920         (wl-summary-print-message-with-ps-print): Use
921         elmo-message-entity-field.
922
923 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
924
925         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
926         change in elmo-msgdb-make-message-entity.
927         (wl-summary-buffer-set-folder): Don't call
928         wl-summary-detect-mark-position here.
929         (wl-summary-rescan): Call elmo-message-entity-number.
930         (wl-summary-sync-update): Ditto.
931         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
932
933         * wl-score.el (wl-score-header-index): Redefine 2th element.
934         (wl-score-overview-entity-get-extra): Abolish.
935         (wl-score-ov-entity-get): Rewrite.
936         (wl-score-string-index<, wl-score-string-func<): Abolish.
937         (wl-score-string<): New function.
938         (wl-score-string-sort): Use it.
939
940         * wl-refile.el (wl-refile-guess-by-history): Use
941         elmo-message-entity-field.
942         (wl-refile-guess-by-from): Ditto.
943         (wl-refile-guess-by-msgid): Ditto.
944
945         * Version number is increased to 2.11.16.
946
947 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-folder.el (wl-folder-confirm-existence): Don't call
950         file-exists-p if msgdb-path is nil.
951         * wl-summary.el, wl-draft.el, wl-action.el: Rename
952         `wl-read-folder-hist' to `wl-read-folder-history'.
953
954 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
955
956         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
957         `y-or-n-p'.
958
959 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-score.el (wl-score-headers): Don't use
962         elmo-folder-do-each-message-entity.
963
964         * Version number is increased to 2.11.15.
965
966 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
967
968         * wl-summary.el (wl-summary-delete-all-msgs): Use
969         elmo-folder-move-messages instead of elmo-folder-delete-messages
970         and elmo-folder-detach-messages.
971         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
972
973         * wl-expire.el (wl-expire-delete): Ditto.
974         (wl-expire-refile-with-copy-reserve-msg): Ditto.
975
976 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
977
978         * wl-vars.el (wl-message-use-header-narrowing): New user option.
979         (wl-message-header-narrowing-fields): Ditto.
980         (wl-message-header-narrowing-lines): Ditto.
981         (wl-message-header-narrowing-string): Ditto.
982
983         * wl-summary.el (wl-summary-mode-map): Bind
984         wl-summary-toggle-header-narrowing to "C-cC-f".
985         (wl-summary-toggle-header-narrowing): New function.
986
987         * wl-message.el (wl-message-buffer-create): Call
988         wl-message-header-narrowing-setup.
989         (wl-message-redisplay): Call wl-message-header-narrowing.
990         (wl-message-header-narrowing): New function.
991         (wl-message-header-narrowing-map): New keymap.
992         (wl-message-header-narrowing-widen-map): New keymap.
993         (wl-message-header-narrowing-again-at-mouse): New function.
994         (wl-message-header-narrowing-1): Ditto.
995         (wl-message-header-narrowing-widen-at-mouse): Ditto.
996         (wl-message-header-narrowing-setup): Ditto.
997         (wl-message-header-narrowing-toggle): Ditto.
998         
999         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1000
1001         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1002         'flag as all.
1003         (wl-use-flag-folder-help-echo): New user option.
1004
1005         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1006         wl-summary-highlight as nil.
1007         (wl-summary-set-mark-modified): Follow the API change.
1008         (wl-summary-mark-modified-p): Ditto.
1009         (wl-summary-mark-as-read-all): Ditto.
1010         (wl-summary-sync-marks): Don't call
1011         elmo-folder-list-messages-with-global-mark.
1012         (wl-summary-mark-as-read-internal): Follow the API change.
1013         (wl-summary-mark-as-answered-internal): Ditto.
1014         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1015         Follow the API change.
1016         (wl-summary-create-line): Call with number argument.
1017         (wl-summary-reply): Follow the API change.
1018
1019         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1020         function.
1021         (wl-highlight-summary-line-string): Call it when
1022         wl-use-flag-folder-help-echo is non-nil.
1023         (wl-highlight-summary-current-line): Ditto.
1024         (elmo-flag-folder-referrer): Added autoload setting.
1025
1026         * wl-draft.el (wl-draft-kill): Follow the API change.
1027
1028         * Version number is increased to 2.11.14.
1029         
1030 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1033
1034 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * Version number is increased to 2.11.13.
1037
1038 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-draft.el (wl-draft-previous-history-element): Fixed
1041         unbalanced parenthesis and bind unbound local variables.
1042
1043 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-draft.el (wl-draft-previous-history-element): New function.
1046         (wl-draft-next-history-element): Ditto.
1047         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1048         them to M-p and M-n.
1049
1050 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * Version number is increased to 2.11.12.
1053
1054 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1055
1056         * wl-draft.el (wl-draft-hide): Select buffer-window.
1057
1058 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1059
1060         * wl-summary.el (wl-summary-narrow-to-region): New function.
1061         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1062         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1063         (wl-summary-save-region): Use it.
1064         * wl-action.el (wl-summary-collect-numbers-region)
1065         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1066
1067 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-folder.el (wl-folder-count-incorporates): Don't use
1070         `elmo-msgdb-mark-load'
1071
1072         * Version number is increased to 2.11.11.
1073
1074 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1077         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1078
1079 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1080
1081         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1082
1083 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1084
1085         * Version number is increased to 2.11.10.
1086
1087 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * wl-mime.el (wl-draft-attribute-value): Fixed.
1090
1091 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-util.el (wl-copy-local-variables): New function.
1094
1095         * wl-mime.el (wl-draft-attribute-recipients): New function.
1096         (wl-draft-attribute-envelope-from): Ditto.
1097         (wl-draft-attribute-smtp-posting-server): Ditto.
1098         (wl-draft-attribute-smtp-posting-port): Ditto.
1099         (wl-draft-attribute-value): Ditto.
1100         (wl-draft-preview-message): Use it to get value for
1101         attributes. Reflect result of `wl-draft-config'.
1102
1103         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1104         and call `wl-summary-mark-as-read' before to call
1105         `wl-summary-unset-mark'.
1106         (wl-summary-target-mark-mark-as-unread): Likewise.
1107         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1108
1109 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * wl-mime.el (wl-draft-preview-message): Use actual value for
1112         attributes; Fix for small window.
1113
1114 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-refile.el (wl-refile-get-field-value): Call
1117         `elmo-message-entity-field' with 3rd argument is non-nil.
1118
1119 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1120
1121         * wl-vars.el (wl-draft-preview-attributes): New user option.
1122         (wl-draft-preview-attributes-list): Ditto.
1123         (wl-draft-preview-attributes-buffer-lines): Ditto.
1124         (wl-draft-preview-attributes-buffer-name): Ditto.
1125
1126         * wl-mime.el (wl-draft-preview-message): Display attributes.
1127
1128 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-summary.el (wl-summary-detect-mark-position): Bind
1131         wl-summary-flag-priority-list to '(new).
1132
1133 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1136         funtion.
1137         (wl-highlight-summary-line-string): Use it.
1138         (wl-highlight-summary-current-line): Ditto.
1139
1140 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1143         line even when the mark string is not changed.
1144
1145         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1146         argument change in the wl-summary-create-line.
1147         (wl-thread-insert-entity-sub): Ditto.
1148
1149         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1150         argument change in the wl-summary-create-line.
1151         (wl-summary-insert-sequential): Ditto.
1152         (wl-summary-update-thread): Ditto.
1153         (wl-summary-persistent-mark-string): New inline function.
1154         (wl-summary-message-mark): Use it.
1155         (wl-summary-create-line): Abolish argument wl-persistent-mark
1156         and added wl-flags, wl-cached.
1157
1158         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1159         mark to flags.
1160         (wl-highlight-summary-current-line): Decide the face not by the 
1161         persistent mark but flags.
1162
1163 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1164
1165         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1166         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1167         wl-summary-read-uncached-mark): Revive.
1168         (wl-summary-answered-cached-mark,
1169         wl-summary-answered-uncached-mark): New user option.
1170         (wl-summary-score-marks): Follow the change above.
1171         (wl-summary-auto-refile-skip-marks): Ditto.
1172         (wl-summary-incorporate-marks): Ditto.
1173         (wl-summary-expire-reserve-marks): Ditto.
1174         (wl-summary-flag-priority-list): New user option.
1175
1176         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1177         changes.
1178         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1179         of elmo-message-mark.
1180         (wl-summary-mark-as-read-internal): Ditto.
1181         (wl-summary-mark-as-answered): Ditto.
1182         (wl-summary-mark-as-important): Ditto.
1183         (wl-summary-redisplay-internal): Ditto.
1184         (wl-summary-redisplay-no-mime-internal): Ditto.
1185         (wl-summary-message-mark): New function.
1186         (wl-summary-insert-sequential): Use wl-summary-message-mark
1187         instead of elmo-message-mark.
1188         (wl-summary-update-thread): Ditto.
1189         (wl-summary-persistent-mark): Ditto.
1190         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1191         instead of elmo-message-mark.
1192
1193         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1194         wl-summary-message-mark instead of elmo-message-mark.
1195         (wl-thread-insert-entity-sub): Ditto.
1196         (wl-thread-get-children-msgs-uncached): Ditto.
1197
1198         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1199         variable name changes.
1200         (wl-highlight-summary-current-line): Ditto.
1201
1202         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1203         wl-summary-message-mark instead of elmo-message-mark.
1204
1205         * wl-expire.el (wl-expire-message-p): Ditto.
1206
1207         * wl-score.el (wl-score-headers): Ditto.
1208
1209         * Version number is increased to 2.11.9.
1210
1211         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1212         (wl-summary-sync-update): Follow the change above.
1213         (wl-summary-switch-to-clone-buffer): Ditto.
1214         (wl-summary-open-folder): Ditto.
1215
1216 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1219         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1220
1221         * Version number is increased to 2.11.8.
1222
1223         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1224
1225         * wl-expire.el (wl-expire-refile): Follow the API change on
1226         `elmo-folder-move-messages'.
1227         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1228
1229         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1230         (wl-summary-exec-action-refile): Ditto.
1231         (wl-summary-exec-action-copy): Ditto.
1232         (wl-summary-no-auto-refile-message-p): No use
1233         `wl-summary-buffer-msgdb'.
1234         (wl-summary-auto-refile): Ditto.
1235
1236 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1239
1240 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1241
1242         * wl-summary.el (wl-summary-sync): Treat no-sync.
1243
1244         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1245         (wl-default-sync-range): Ditto.
1246
1247 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-refile.el (wl-refile-subject-learn): Call
1250         `elmo-message-entity-field' with 3rd argument is non-nil.
1251         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1252         instead of `elmo-msgdb-overview-entity-get-subject'.
1253
1254 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1255
1256         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1257         scan-type is rescan.
1258         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1259         new optional argument force is non-nil.
1260         (wl-summary-save-view-cache): Call it with force argument non-nil.
1261
1262         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1263
1264 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-action.el (wl-summary-print-argument): Fixed last change.
1267
1268 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1269
1270         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1271         simplified.
1272         (wl-summary-target-mark-mark-as-unread): Likewise.
1273         (wl-summary-target-mark-mark-as-important): Likewise.
1274
1275 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1278         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1279         (wl-summary-mark-as-important-region): Change accordingly.
1280         (wl-summary-target-mark-mark-as-important): Ditto.
1281
1282 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1283
1284         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1285
1286         * wl-action.el (wl-summary-print-argument): Print argument to
1287         right side of window if `wl-summary-print-argument-within-window'
1288         is non-nil.
1289
1290 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1291
1292         * wl-action.el (wl-summary-set-mark): Use
1293         `wl-summary-message-visible-p' to check visibility of the message
1294         and jump to message only when the message line is visible and have
1295         different number; Call wl-summary-unset-mark with number argument.
1296         (wl-summary-unset-mark): 
1297         Use `wl-summary-message-visible-p'
1298         to check visibility of the message and jump to message only when
1299         the message line is visible and have different number;
1300
1301 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * Version number is increased to 2.11.7.
1304
1305         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1306         and wl-folder-summary-line-format.
1307
1308         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1309         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1310         (wl-summary-set-score-mark): Use it.
1311         (wl-summary-target-mark-mark-as-read): Ditto.
1312         (wl-summary-target-mark-mark-as-unread): Ditto.
1313         (wl-summary-target-mark-mark-as-important): Ditto.
1314         (wl-summary-target-mark-msgs): Simplified.
1315         (wl-summary-detect-mark-position): Fixed problem when
1316         summary-line-format no contain persisten/temp mark spec.
1317         (wl-summary-temp-mark): Ditto.
1318         (wl-summary-persistent-mark): Ditto.
1319         (wl-summary-update-persistent-mark): Ditto.
1320
1321         * wl-action.el (wl-summary-set-mark): Ditto.
1322         (wl-summary-unset-mark): Ditto.
1323         All other related portions are changed.
1324
1325 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1326
1327         * Version number is increased to 2.11.6.
1328
1329 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-util.el (wl-current-message-buffer): Define as function;
1332         Don't use the value of wl-messge-buffer.
1333
1334         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1335         persistent mark.
1336
1337         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1338         no current message, cause an error.
1339
1340 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * wl-summary.el (wl-summary-set-message-modified): Use
1343         elmo-folder-set-message-modified instead of
1344         elmo-folder-set-message-modified-internal.
1345
1346 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1349         interactively.
1350         (wl-summary-sync): nokill->entirely.
1351         (wl-summary-sync-marks): Fixed message.
1352         (wl-summary-input-range): Added mark, nokill->entirely.
1353
1354         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1355         messages as read.
1356
1357 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1358
1359         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1360         update-noscore.
1361         (wl-summary-sync): Follow the change above.
1362
1363 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-action.el (wl-summary-target-mark-all): Use
1366         elmo-folder-list-messages.
1367
1368 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1371         (wl-summary-rescan): Set wl-summary-scored as nil.
1372         (wl-summary-sync-force-update): Follow the change above.
1373         (wl-summary-sync): Ditto.
1374         (wl-summary-sync-update): Added argument disable-killed.
1375         (wl-summary-insert-headers): Set visible-only argument for
1376         elmo-folder-list-messages.
1377         (wl-summary-input-range): Added update-nokill, update-noscore,
1378         all-nokill, all-noscore and mark.
1379
1380         * Version number is increased to 2.11.5.
1381
1382         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1383
1384 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1387         (wl-summary-prefetch-region-no-mark): Change accordingly.
1388         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1389
1390 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-address.el (wl-complete-field-to): Abolished.
1393         (wl-complete-address): Completion function for completing-read.
1394         * wl-action.el (wl-summary-get-resend-address): Use it.
1395
1396         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1397         wl-summary-update-mark and abolish unused argument.
1398         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1399         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1400         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1401         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1402         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1403         * wl-draft.el (wl-draft-kill): Ditto.
1404
1405         * wl-summary.el: Remove unused binding of case-fold-search.
1406         (wl-summary-replace-status-marks): Abolished.
1407
1408 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1411         is specified or folder length is zero.
1412
1413 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1416         (wl-folder-archive-current-entity): Ditto.
1417
1418 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1421         retrieving message mark.
1422         (wl-summary-redisplay-internal): Ditto.
1423
1424         * wl-message.el (wl-message-buffer-display): Ignore errors while
1425         retrieving message-id field.
1426
1427         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1428         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1429         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1430         order of the arguments for `wl-expire-message-p'.
1431         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1432
1433         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1434         Check return value of wl-summary-reply.
1435         (wl-summary-reply): Recover window configuration when an error occured.
1436
1437 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1438
1439         * wl-summary.el (wl-summary-resend-message): Abolished, the
1440         feature is inherited by wl-summary-resend (put resend mark).
1441
1442 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1445         wl-message-buffer to nil when the message is hide.
1446
1447 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * .cvsignore: New file.
1450
1451 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1452
1453         * wl-action.el (wl-summary-action-docstring): Add more info.
1454         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1455         duplicate definition.
1456         (wl-summary-define-mark-action): Functions wl-summary-*-region
1457         keep current position.
1458         (wl-summary-unregister-target-mark): Store result to the variable.
1459
1460 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1461
1462         * Version number is increased to 2.11.4.
1463
1464 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1465
1466         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1467         wl-summary-delete-all-temp-marks.
1468         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1469
1470         * wl-action.el (wl-summary-set-mark): Changed terminology
1471         refile-destination -> action-argument.
1472         (wl-summary-unset-mark): Ditto.
1473         (wl-summary-remove-argument): Ditto.
1474         (wl-summary-print-argument): Ditto.
1475
1476         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1477         (wl-thread-remove-argument-region): Ditto.
1478         (wl-thread-print-argument-region): Ditto.
1479         (wl-thread-close): Ditto.
1480         (wl-thread-open): Ditto.
1481
1482         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1483         (wl-highlight-refile-destination-face is abolished)
1484         (wl-highlight-action-argument-string): Ditto.
1485         (wl-highlight-summary-current-line): Highlight action argument.
1486
1487         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1488         color for light backgrounds.
1489         (wl-highlight-summary-answered-face): Ditto.
1490
1491 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1492
1493         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1494
1495         * wl-score.el (wl-summary-score-update-all-lines): Use
1496         wl-summary-set-mark.
1497         (wl-summary-score-update-all-lines): Kill expunged messages.
1498
1499         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1500
1501 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1502
1503         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1504         directly.
1505         (wl-score-overview-entity-get-lines): Ditto.
1506         (wl-score-overview-entity-get-xref): Ditto.
1507         (wl-score-get-latest-msgs): Ditto.
1508         (wl-summary-rescore): Ditto.
1509
1510         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1511         to "&".
1512         (wl-summary-mark-as-answered-internal): New inline function.
1513         (wl-summary-mark-as-answered): New function.
1514         (wl-summary-mark-as-unanswered): Ditto.
1515         (wl-summary-sync-marks): Modified for answered-mark synching.
1516
1517 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-action.el (wl-summary-set-mark): Fixed last change.
1520
1521 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1522
1523         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1524         behavior of wl-summary-unread-message-hook
1525         (Pointed out by akira yamada <akira@arika.org>).
1526
1527 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1530         wl-summary-delete.
1531         * wl-xmas.el (wl-summary-toolbar): Ditto.
1532
1533         * wl-action.el (wl-summary-set-mark): Don't override current
1534         temp-mark.
1535
1536         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1537
1538 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1539
1540         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1541         (wl-refile-msgid-learn): Ditto.
1542         (wl-refile-get-field-value): Ditto.
1543
1544         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1545
1546         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1547         (wl-expire-delete-reserved-messages): Renamed from
1548         wl-expire-reserve-marked-msgs-from-list.
1549         (wl-expire-delete): Removed argument `msgdb'.
1550         (wl-expire-refile): Ditto.
1551         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1552         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1553         mark-alist as argument.
1554         (wl-expire-archive-number1): Removed argument `msgdb'.
1555         (wl-expire-archive-number2): Ditto.
1556         (wl-expire-archive-date): Ditto.
1557         (wl-expire-localdir-date): Ditto.
1558         (wl-expire-hide): Ditto.
1559         (wl-archive-number1): Ditto.
1560         (wl-archive-number2): Ditto.
1561         (wl-archive-date): Ditto.
1562         (wl-archive-folder): Ditto.
1563         All other related portions are changed.
1564
1565 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1566
1567         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1568         mean move up and down. (suggested by Takashi Kawachi)
1569
1570 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1571
1572         * wl-acap.el (toplevel): Don't require un-define.
1573
1574 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-thread.el (wl-thread-delete-message): Always update
1577         wl-summary-buffer-number-list.
1578
1579         * wl-action.el (wl-summary-print-destination): 
1580         Do nothing when folder is nil.
1581
1582 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1583
1584         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1585         persistent mark when prefetch is succeeded.
1586
1587 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1588
1589         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1590         instead of elmo-msgdb-delete-msgs.
1591         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1592         (wl-expire-hide): Ditto.
1593
1594         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1595
1596         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1597         elmo-msgdb interface.
1598         (wl-thread-get-exist-children): Likewise.
1599         (wl-thread-insert-message): Likewise.
1600         (wl-thread-msg-mark-as-important): Likewise.
1601         (wl-thread-insert-entity-sub): Likewise.
1602         (wl-thread-get-children-msgs-uncached): Likewise.
1603
1604         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1605         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1606         (wl-summary-sync-update): Likewise.
1607         (wl-summary-auto-select-msg-p): Likewise.
1608         (wl-summary-update-thread): Likewise.
1609         (wl-summary-mark-as-important): Likewise.
1610         (wl-summary-jump-to-msg-internal): Likewise.
1611         (wl-summary-redisplay-internal): Likewise.
1612         (wl-summary-print-message-with-ps-print): Likewise.
1613         (wl-summary-folder-info-update): Likewise.
1614
1615         * wl-folder.el (wl-folder-check-one-entity):
1616         elmo-folder-count-flags instead of wl-summary-count-unread.
1617
1618         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1619
1620         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1621
1622         * wl-summary.el (wl-summary-set-message-modified): 
1623         Call wl-summary-set-mark-modified.
1624         (wl-summary-delete-messages-on-buffer): Call
1625         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1626         (wl-summary-sync-update): Call elmo-folder-length instead of
1627         elmo-folder-messages.
1628         (wl-summary-insert-headers): Don't call
1629         elmo-folder-list-message-entities.
1630
1631 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * wl-action.el (wl-summary-define-mark-action): Call
1634         `wl-summary-set-mark' with argument `data'.
1635         (wl-summary-auto-refile): Fixed order of arguments when call
1636         `wl-summary-refile'.
1637
1638 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1639
1640         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1641
1642         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1643
1644         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1645         (Renamed from wl-highlight-summary-deleted-face).
1646         (wl-highlight-summary-resend-face): New face.
1647
1648         (wl-highlight-summary-deleted-face): Renamed from
1649         wl-highlight-summary-erased-face.
1650
1651         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1652
1653         * wl-action.el (wl-summary-get-resend-address): New function.
1654         (wl-summary-exec-action-resend): Ditto.
1655         (wl-summary-exec-action-resend-subr): Ditto.
1656
1657         * w-thread.el (wl-thread-copy): Removed definition.
1658         (wl-thread-refile): Ditto.
1659         (wl-thread-delete): Ditto.
1660         (wl-thread-target-mark): Ditto.
1661
1662         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1663         (wl-summary-target-mark-set-action): Fixed.
1664         (wl-summary-define-mark-action): Fixed quotation.
1665         (wl-summary-move-mark-list-messages): Display message.
1666         (wl-summary-define-mark-action): Define thread functions.
1667         (wl-summary-exec-action-refile): Changed message.
1668         (wl-summary-exec): Ditto.
1669
1670 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1671         
1672         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1673         '%%'.
1674
1675 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1676
1677         * wl.el (toplevel): Require wl-action.
1678         (wl-init): Call wl-summary-define-mark-action.
1679
1680         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1681
1682         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1683         wl-summary-delete and wl-summary-erase.
1684         (wl-summary-mode-map): Ditto.
1685
1686         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1687         wl-delete-folder-alist.
1688
1689         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1690         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1691         (toplevel): Moved mark & action related functions to the wl-action.el.
1692
1693         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1694         in wl-summary-mark-action-list.
1695         (wl-highlight-summary-current-line): Ditto.
1696
1697         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1698         empty lines.
1699
1700         * wl-action.el: New file. 
1701
1702 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-summary.el (wl-summary-target-mark-replace): New function.
1705         (wl-summary-target-mark-prefetch): Use it.
1706         (wl-summary-target-mark-delete): Ditto.
1707         (toplevel): Rearranged definition order.
1708         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1709         (wl-summary-target-mark-erase): Rewrite.
1710         (wl-summary-erase-region): New function.
1711         (wl-summary-exec-action-erase): Changed message.
1712         (wl-summary-move-mark-list-messages): New function.
1713         (wl-summary-exec-action-delete): Use it.
1714         (wl-summary-exec-action-erase): Ditto.
1715
1716         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1717         (wl-summary-skip-mark-list): Added "d".
1718
1719         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1720         while searching.
1721
1722         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1723         and define using defcustom;
1724         Define 4th element as a face.
1725         
1726         * wl-summary.el (wl-summary-incorporate): Use 
1727         `wl-summary-prefetch-region-no-mark' instead of
1728         `wl-summary-prefetch-region'.
1729         (wl-summary-prefetch-region-no-mark): Revival of old
1730         `wl-summary-prefetch-region'.
1731         (wl-summary-mark-action-list): Moved to wl-vars.el
1732
1733         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1734         face according to the `wl-summary-mark-action-list'.
1735         (wl-highlight-summary-current-line): Ditto;
1736         Removed destination highlighting.
1737
1738         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1739         (wl-highlight-summary-line-string): Highlight for "i" mark.
1740         (wl-highlight-summary-current-line): Ditto.
1741
1742         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1743         no destination.
1744
1745         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1746         exists, just go ahead.
1747         (wl-summary-prefetch-region): Rewrite.
1748         (wl-summary-prefetch): Ditto.
1749         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1750         (wl-summary-exec-action-prefetch): New function.
1751         (wl-summary-target-mark-prefetch): Rewrite.
1752
1753 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1754
1755         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1756         (wl-highlight-summary-line-string): Added "d" and "D".
1757         (wl-highlight-summary-current-line): Ditto.
1758
1759         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1760         in wl-summary.el.
1761         (wl-thread-insert-entity-sub): Ditto.
1762         (wl-thread-remove-destination-region): Ditto.
1763         (wl-thread-print-destination-region): Ditto.
1764
1765         * wl-summary.el (wl-summary-buffer-refile-list,
1766         wl-summary-buffer-delete-list,
1767         wl-summary-buffer-copy-list): Abolish.
1768         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1769         All other related portions are changed.
1770         (wl-summary-mark-action-list): New variable.
1771         (wl-summary-set-mark): New function.
1772         (wl-summary-register-target-mark): Ditto.
1773         (wl-summary-unregister-target-mark): Ditto.
1774         (wl-summary-have-target-mark-p): Ditto.
1775         (wl-summary-register-temp-mark): Ditto.
1776         (wl-summary-unregister-temp-mark): Ditto.
1777         (wl-summary-registered-temp-mark): Ditto.
1778         (wl-summary-collect-temp-mark): Ditto.
1779         (wl-summary-unset-mark): Ditto.
1780         (wl-summary-set-target-mark): Ditto.
1781         (wl-summary-unset-target-mark): Ditto.
1782         (wl-summary-set-action-generic): Ditto.
1783         (wl-summary-unset-action-generic): Ditto.
1784         (wl-summary-exec-action-delete): Ditto.
1785         (wl-summary-exec-action-erase): Ditto.
1786         (wl-summary-set-action-refile): Ditto.
1787         (wl-summary-set-action-refile-subr): Ditto.
1788         (wl-summary-unset-action-refile): Ditto.
1789         (wl-summary-make-destination-numbers-list): Ditto.
1790         (wl-summary-exec-action-refile): Ditto.
1791         (wl-summary-set-action-copy): Ditto.
1792         (wl-summary-unset-action-copy): Ditto.
1793         (wl-summary-exec-action-copy): Ditto.
1794         (wl-summary-collect-numbers-region): Ditto.
1795         (wl-summary-delete): Rewrite.
1796         (wl-summary-erase): Ditto.
1797         (wl-summary-remove-destination): Ditto.
1798         (wl-summary-exec): Ditto.
1799         (wl-summary-exec-region): Ditto.
1800         (wl-summary-target-mark-erase): Ditto.
1801         (wl-summary-refile): Ditto.
1802         (wl-summary-copy): Ditto.
1803         (wl-summary-unmark): Ditto.
1804         (wl-summary-delete-all-mark): Ditto.
1805         (wl-summary-mark-line): Don't highlight.
1806         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1807         (wl-summary-target-mark-refile-subr): Rewrite.
1808
1809         (wl-summary-copy-prev-destination): Abolish.
1810
1811 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1814         default values along the value of wl-on-mule.
1815         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1816         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1817         It is not used anywhere.
1818
1819 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1820
1821         * wl-summary.el (wl-summary-print-destination): Keep position.
1822         (wl-summary-cursor-move-surface): Keep horizontal position.
1823
1824 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1825
1826         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1827         write sendlog.
1828
1829 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1830
1831         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1832         `wl-summary-highlight'.
1833
1834 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1835
1836         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1837         trivial condition for temp-mark.
1838
1839 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1840
1841         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1842         when it hits killed buffer.
1843
1844 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1845
1846         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1847         * wl-news.el.in: `message' and `error' take format string.
1848
1849 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1850
1851         * wl-folder (wl-folder-insert-entity): Display a message,
1852         `...done', when the work finish.
1853         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1854
1855 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * wl-message.el (wl-message-redisplay): Remove unused local
1858         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1859
1860 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1861
1862         * wl-summary.el (wl-summary-replace-status-marks): Disable
1863         interactive use.
1864         (wl-summary-reedit): Check message existence at first.
1865         (wl-summary-mark-line): Fix doc, return value is indefinite.
1866
1867         * wl-highlight.el (wl-highlight-message): Arranged.
1868
1869         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1870         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1871         check temp-mark by wl-summary-temp-mark always.
1872         (wl-highlight-summary): Change accordingly.
1873         * wl-summary.el (wl-summary-mark-as-read-all)
1874         (wl-summary-delete-cache, wl-summary-set-score-mark)
1875         (wl-summary-mark-as-unread, wl-summary-unmark)
1876         (wl-summary-mark-line, wl-summary-mark-as-read)
1877         (wl-summary-mark-as-important): Ditto.
1878
1879         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1880         end of the window if possible.
1881         * wl-summary.el (wl-summary-sync-update): Support lazy
1882         highlighting.
1883         (wl-summary-toggle-disp-msg): Ditto.
1884
1885 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1888
1889 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1892         change.
1893
1894 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1895
1896         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1897         API.
1898         (wl-summary-sync-update): Ditto.
1899
1900         * wl-score.el (wl-score-get-score-alist): Changed argument.
1901         (wl-summary-rescore-msgs): Likewise.
1902         (wl-summary-score-headers): Likewise.
1903         (wl-score-headers): Likewise;
1904         Use elmo-folder-do-each-message-entity, etc.
1905         (wl-summary-score-effect): Follow the changes above.
1906         (wl-summary-rescore): Ditto.
1907         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1908         (wl-score-get-overview): Abolish.
1909
1910         * wl-summary.el (wl-summary-default-from): Follow the API change in
1911         elmo-msgdb.
1912         (wl-summary-count-unread): Ditto.
1913         (wl-summary-detect-mark-position): Ditto.
1914         (wl-summary-overview-entity-compare-by-date): Ditto.
1915         (wl-summary-overview-entity-compare-by-number): Ditto.
1916         (wl-summary-overview-entity-compare-by-from): Ditto.
1917         (wl-summary-overview-entity-compare-by-subject): Ditto.
1918         (wl-summary-get-list-info): Ditto.
1919         (wl-summary-rescan): Ditto.
1920         (wl-summary-jump-to-msg-by-message-id): Ditto.
1921         (wl-summary-sync-update): Ditto; Removed comment.
1922         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1923         (wl-summary-insert-message): Use wl-summary-insert
1924         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1925         (wl-summary-insert-headers): Changed argument overview to folder.
1926         (wl-summary-search-by-subject): Likewise.
1927         (wl-summary-insert-thread): Renamed from 
1928         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1929
1930         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1931         too.
1932
1933         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1934         wl-string-member.
1935
1936 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1939         elmo-folder-append-buffer.
1940         (wl-draft-queue-append): Likewise.
1941
1942         * wl-mime.el (wl-message-delete-current-part): Ditto.
1943         (wl-summary-burst-subr): Ditto.
1944
1945         * wl-news.el.in (wl-news-send-news): Ditto.
1946
1947 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1948
1949         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1950         function.
1951         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1952         (wl-summary-update-mark): Enclose with save-excursion.
1953         (wl-summary-mark-as-read-internal): Fixed last change.
1954         (wl-summary-mark-as-important): Use 3rd argument of
1955         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1956         Don't use elmo-msgdb-set-mark.
1957         (wl-summary-redisplay-internal): If msgdb flag is already read,
1958         just update the mark on buffer.
1959
1960 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1963         cut visible folder when elmo-folder-delete returns non-nil value.
1964
1965 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1968         by Kenichi OKADA <okada@opaopa.org>).
1969
1970 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1973
1974 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1977         Fixed the last change, search group entity by its real name.
1978         (Thanks to: KOBAYASHI Shinji)
1979
1980 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1983         (wl-fldmgr-access-display-all): Don't refer visible name.
1984         * wl-expire.el (wl-folder-archive-current-entity)
1985         (wl-folder-expire-current-entity): Ditto.
1986         * wl-folder.el (wl-folder-jump-to-current-entity)
1987         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1988         (wl-folder-open-folder-sub,wl-folder-open-all)
1989         (wl-folder-write-current-folder): Ditto.
1990         (wl-folder-insert-entity): Don't use petname for normal group.
1991         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1992         is the real name.
1993         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1994         Abolished.
1995
1996 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1997
1998         * wl-draft.el (wl-draft-create-buffer): Add
1999         `wl-summary-reply-with-citation'
2000
2001 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2002
2003         * wl-draft.el (wl-draft-reply): Fixed.
2004
2005 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2006
2007         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2008         when `wl-draft-send-confirm-with-preview' is non-nil.
2009         You can scroll up/down by j/k.
2010         (wl-draft-send-confirm-with-preview): New variable (default=t).
2011
2012 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2013
2014         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2015         (wl-fldmgr-save-folders): Fix comment.
2016
2017 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2018
2019         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2020         along the last change in `wl-folder-buffer-group-p'.
2021
2022 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2023
2024         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2025         folder.
2026
2027         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2028         the default value.
2029
2030         * wl-mime.el (wl-summary-burst): Update summary only when target
2031         folder equals current folder.
2032
2033 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2034
2035         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2036
2037 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2038
2039         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2040         value.
2041
2042 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2045         `map-extents' instead of `extent-at' repeatedly.
2046         (wl-highlight-folder-current-line): Ditto.
2047
2048         * wl-highlight.el: Remove useless dummy functions.
2049
2050 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2051
2052         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2053         (wl-folder-put-folder-property): New function to put text property.
2054         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2055         (wl-folder-insert-entity, wl-folder-update-diff-line)
2056         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2057         * wl-e21.el, wl-xmas.el, wl-mule.el
2058         (wl-highlight-folder-current-line): Ditto.
2059         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2060         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2061         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2062         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2063
2064 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2065
2066         * Version number is increased to 2.11.3.
2067
2068 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2069
2070         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2071         Resume current-buffer since it is assumed by remaining tasks.
2072
2073 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2074
2075         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2076         (wl-folder-completion-function): Abolished.
2077         (wl-folder-complete-folder): New function.
2078         (wl-folder-complete-filter-condition): Ditto.
2079         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2080         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2081
2082 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2083
2084         * wl-draft.el (wl-draft-send-confirm): New function.
2085         (wl-draft-send): Use it.
2086
2087         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2088         cursor-in-echo-area while confirming.
2089
2090         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2091
2092         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2093         searching via nntp if wl-summary-search-via-nntp is 'force.
2094         Otherwise, invoke searching in nntp folder only.
2095         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2096
2097         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2098         explicitly for mime-make-text-tag.
2099
2100 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2101
2102         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2103         `mime-make-text-tag' instead of `mime-create-tag'.
2104
2105 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2106
2107         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2108         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2109
2110 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2111
2112         * wl-score.el (wl-score-save): Bind print-length and print-level.
2113         (wl-score-pretty-print): Ditto.
2114         (wl-score-edit-insert-header-entry): Ditto.
2115
2116         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2117         "From" entry to be treated with wl-draft-eword-encode-address-list.
2118         * wl-mime.el (wl-draft-preview-message): Ditto.
2119
2120         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2121         (wl-summary-mark-as-unread): Ditto.
2122         (wl-summary-mark-as-read-region): Change accordingly.
2123         (wl-summary-mark-as-unread-region): Ditto.
2124         (wl-summary-target-mark-mark-as-read): Ditto.
2125         (wl-summary-target-mark-mark-as-unread): Ditto.
2126
2127 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2128
2129         * Version number is increased to 2.11.2.
2130
2131 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2132
2133         * wl-news.el.in (wl-news-previous-version-save): Bind
2134         print-length and print-level.
2135         * wl-thread.el (wl-thread-save-entities): Ditto.
2136         (wl-thread-save-top-list): Bind print-length.
2137
2138 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2139
2140         * wl-highlight.el (wl-highlight-summary-line-string): Use
2141         wl-summary-score-below-mark, wl-summary-score-over-mark.
2142         (wl-highlight-summary-current-line): Ditto.
2143
2144 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2145
2146         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2147         insert it.
2148
2149 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2150
2151         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2152
2153 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2154
2155         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2156         message without msgid.
2157         Rewrite with elmo-folder-move-messages.
2158         Set wl-message-buffer to nil.
2159
2160         * wl-summary.el (wl-summary-erase-subr): New function. Use
2161         elmo-folder-move-messages.
2162         (wl-summary-erase): Call it.
2163         (wl-summary-target-mark-erase): Ditto.
2164
2165 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2166
2167         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2168         it is not up-tp-date.
2169
2170 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2171
2172         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2173         buffer after calling `wl-summary-goto-folder-subr' without the
2174         argument `interactive'.
2175         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2176
2177 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2178
2179         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2180         `mime-create-tag'. Use `string=' instead of `looking-at'.
2181
2182 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2183
2184         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2185         to avoid compile warning.
2186
2187         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2188         entity-id when folder is given.
2189         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2190         save-excursion, use save-selected-window instead.
2191         Select folder buffer window if exists.
2192         (To correct behavior with wl-folder-move-cur-folder.)
2193
2194 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2195
2196         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2197
2198 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2199
2200         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2201         list-count instead of %d.
2202
2203 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2204
2205         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2206         (wl-news): Set it.
2207         (wl-news-append-to-folder): Use it.
2208
2209         * wl-news.el.in (wl-news-send-news): Append to specified folder
2210         instead of wl-default-folder.
2211         (wl-news-append-to-folder): Show error message with specified folder.
2212
2213         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2214                 In most major modes, Emacs assumes that any opening
2215                 delimiter found at the left margin is the start of a
2216                 top-level definition, or defun. Therefore, *never put an
2217                 opening delimiter at the left margin unless it should have
2218                 that significance.*
2219
2220         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2221
2222 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2223
2224         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2225
2226 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2227
2228         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2229
2230 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2231
2232         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2233         for sequential numbering case.
2234
2235 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2236
2237         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2238         value.
2239         (wl-draft-reply-without-argument-list): Ditto.
2240         (wl-draft-reply-myself-with-argument-list): Abolish.
2241         (wl-draft-reply-myself-without-argument-list): Ditto.
2242         * wl-draft.el (wl-draft-self-reply-p): New function.
2243         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2244
2245 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2246
2247         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2248         (avoid error for the case without byte-compiling)
2249
2250 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2251
2252         * wl-news.el.in (wl-news-append-to-folder): New function.
2253         (wl-news-exit): Rewrite.
2254         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2255
2256 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2257
2258         * wl-draft.el (wl-draft-reply-position): New function.
2259         (wl-draft-reply-position): Fix.
2260         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2261         (wl-summary-target-mark-reply-with-citation): Ditto.
2262         (wl-summary-reply-with-citation): Ditto.
2263         * wl-vars.el (wl-draft-reply-default-position): New variable.
2264
2265 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2266
2267         * wl-draft.el (wl-draft-send): Preview when interactive send.
2268
2269 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2270
2271         * wl-draft.el (wl-draft-reply): Set default position.
2272         * wl-summary.el (wl-summary-reply): Ditto.
2273         (wl-summary-reply-with-citation): Ditto.
2274         (wl-summary-target-mark-reply-with-citation): Ditto.
2275
2276 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2277
2278         * wl-news.el.in (wl-news-lang): Set default value according to
2279         current-language-environment.
2280         (wl-news-append-news): Do nothing when news-list is nil.
2281
2282 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2283
2284         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2285         (wl-news): Change message.
2286         (wl-news-exit): Check buffer.
2287         (wl-news-force-exit): New function.
2288         (wl-news-show-all): New function.
2289         (wl-news-discard-and-exit): Fix.
2290
2291 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2292
2293         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2294         according to current-language-environment.
2295
2296         * wl-news.el.in (wl-news): If arg, show all NEWS after
2297         wl-news-default-previous-version.
2298
2299 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2300
2301         * wl-news.el.in (wl-news-check): Rewritten.
2302         (wl-news-previous-version-load): Change data type.
2303         (wl-news-previous-version-save): Change data type.
2304         (wl-news-append-news): Add return value.
2305         (wl-news-check-news): New function.
2306         (wl-news-already-current-p): New function.
2307         (wl-news-send-news): Rewritten.
2308         (wl-news-mode-map): Add new keybind.
2309         (wl-news): Rewritten.
2310         (wl-news-exit): Rewritten.
2311         (wl-news-discard-and-mail): New function.
2312         (wl-news-send-to-address): Abolished.
2313         * wl.el (wl-init): Delete a message.
2314
2315 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2316
2317         * wl-news.el.in (wl-news-exit): Update previous version.
2318         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2319
2320 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2321
2322         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2323
2324 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2325
2326         * wl-news.el.in (wl-news): New function.
2327         (wl-news-mode): New function.
2328         (wl-news-next-line): New function.
2329         (wl-news-next-page): New function.
2330         (wl-news-exit): New function.
2331         (wl-news-buf-name): New variable.
2332         (wl-news-mode-map): New variable.
2333         (wl-news-winconf): New variable.
2334         (wl-news-append-news): Add an option.
2335
2336 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2337
2338         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2339
2340 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2341
2342         * wl-news.el.in (wl-news-send-to-address): New variable.
2343         (wl-news-send-news): Use it.
2344         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2345         Return updating status.
2346         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2347
2348 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2349
2350         * wl-news.el.in (wl-news-send-news): Delete
2351         Organization and X-Face.
2352
2353 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2354
2355         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2356         (wl-news-append-news): New function.
2357         (wl-news-send-news): New function.
2358
2359 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2360
2361         * Version number is increased to 2.11.1.
2362
2363 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2364
2365         * wl-news.el.in : New file.
2366
2367 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2368
2369         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2370         default value.
2371         (wl-draft-reply-without-argument-list): Ditto.
2372
2373 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2374
2375         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2376         (wl-message-buffer-prefetch-idle-time): Ditto.
2377         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2378
2379 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-thread.el (wl-thread-insert-message): Use
2382         wl-summary-max-thread-depth.
2383
2384         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2385         loop detection.
2386
2387         * wl-message.el (wl-message-buffer-display): Back to the first page
2388         when cache is hit.
2389
2390 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2393
2394         * wl-summary.el (wl-summary-insert-thread-entity):
2395         If the thread depth is reached to wl-summary-max-thread-depth,
2396         divide the thread.
2397
2398 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2399
2400         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2401         for elmo-remove-passwd.
2402
2403 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2406         folder is sticky.
2407         (wl-folder-mark-as-read-all-entity): Ditto.
2408         (wl-folder-prefetch-entity): Ditto.
2409
2410 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2411
2412         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2413
2414 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2415
2416         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2417         Delete messages on buffer for unplugged operation.
2418         (wl-summary-erase): Ditto.
2419
2420 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2421
2422         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2423         take nil so as not to search parent by subject.
2424
2425 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2426
2427         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2428         (wl-folder-get-next-folder): Ditto.
2429         (wl-folder-get-path): Ditto.
2430
2431 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2432
2433         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2434         system and encode the region with it before verifying.
2435
2436 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2437
2438         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2439         system of the echo buffer before decoding.
2440
2441 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2442
2443         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2444         original contents.
2445
2446 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2447
2448         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2449         with argument 'any-exists.
2450
2451 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2452
2453         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2454         Use `wl-cs-autoconv'.
2455
2456 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2457
2458         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2459         by `mime-view-automatic-conversion'.
2460
2461         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2462         (wl-message-verify-pgp-nonmime): Ditto.
2463         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2464         Bind them to C-c:d and C-c:v respectively.
2465
2466         Merge following code by Teranishi-san from [wl-en:00167].
2467         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2468         (wl-mime-preview-application/pgp-encrypted): Ditto.
2469         (wl-mime-setup): Add entry.
2470
2471 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2472
2473         * wl-summary.el (wl-summary-target-mark-erase): New function.
2474         Bind it to "mD".
2475
2476 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-vars.el (wl-draft-write-file-function): Fix.
2479         (wl-draft-reedit-hook): Changed default value.
2480
2481         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2482         wl-draft-reedit-hook.
2483         (wl-draft-remove-text-plain-tag): New function.
2484         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2485
2486         * wl-vars.el (wl-draft-write-file-function): New user option.
2487
2488         * wl-draft.el (wl-draft-prepare-edit): Use it for
2489         local-write-file-hooks.
2490         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2491
2492         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2493         (wl-draft-insert-mail-header-separator): Return the body beginning
2494         point.
2495         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2496         text/plain.
2497         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2498
2499 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2500
2501         * wl-summary.el (wl-summary-erase): New function to erase message
2502         without moving it to trash. Bind to "D".
2503
2504         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2505         as `keep' unless switch-function.
2506
2507 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2508
2509         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2510         message buffer by using `wl-summary-toggle-disp-msg'.
2511         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2512         buffer window.
2513         (wl-summary-supresedes-message): Ditto.
2514
2515         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2516         Do not delete other windows.
2517         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2518         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2519         (wl-draft-create-buffer): Set reply-or-forward also for target
2520         mark commands.
2521
2522 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2523
2524         * wl-draft.el (wl-user-agent-compose): Delete special case for
2525         switch-to-buffer-other-window.
2526
2527         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2528         (wl-summary-forward): Ditto.
2529
2530         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2531         function.
2532         (wl-draft-buffer-style): New use option.
2533
2534         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2535         (wl-draft): Follow the change above.
2536         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2537         wl-draft-buffer-style.
2538         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2539         switch-function.
2540
2541 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2542
2543         * wl-draft.el (wl-user-agent-compose): Delete special case for
2544         switch-to-buffer-other-window.
2545
2546         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2547         (wl-summary-forward): Ditto.
2548
2549         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2550         function.
2551         (wl-draft-buffer-style): New use option.
2552
2553         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2554         (wl-draft): Follow the change above.
2555         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2556         wl-draft-buffer-style.
2557         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2558         switch-function.
2559
2560 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2561
2562         * wl-address.el (wl-address-make-completion-entry): Extracted from
2563         `wl-address-make-completion-list'.
2564         (wl-address-enable-strict-loading): New variable.
2565         (wl-address-make-completion-list): Revive petname duplication
2566         inquiry, and enable it if `wl-address-enable-strict-loading'.
2567         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2568
2569 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2570
2571         * wl-message.el (wl-message-get-original-buffer): Avoid
2572         'Selecting deleted buffer' error when original buffer is killed.
2573
2574 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2575
2576         * wl-summary.el (wl-summary-next-message): Use
2577         elmo-message-accessible-p instead of elmo-message-cached-p.
2578
2579 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2580
2581         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2582
2583         * wl-thread.el (wl-thread-open-all-unread): Use
2584         elmo-folder-list-flagged instead of
2585         elmo-folder-list-messages-mark-match.
2586
2587         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2588         instead of elmo-folder-list-messages-mark-match.
2589         (wl-summary-move-spec-alist): New variable.
2590         (wl-summary-move-spec-plugged-alist,
2591         wl-summary-move-spec-unplugged-alist): Abolish.
2592         (wl-summary-next-message): Follow the change above.
2593         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2594         with 'no-msg' argument.
2595
2596         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2597         variable.
2598         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2599         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2600         (wl-message-buffer-prefetch-get-next): Follow the change above.
2601
2602 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-version.el (wl-version): Changed codename.
2605
2606         * Version number is increased to 2.11.0.
2607
2608 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2609
2610         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2611         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2612         `wl-draft-config-variables'.
2613         (wl-draft-kill): Fixed problem when the draft is reedit.
2614
2615 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2618         buffer-modified status (Thanks to
2619         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2620
2621 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2622
2623         * wl-util.el (wl-region-exists-p): New function.
2624
2625         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2626         Remove defvars for byte-compile warnings.
2627
2628 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2629
2630         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2631         defvar-maybe. Removed unused bind.
2632
2633 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2634
2635         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2636         summary buffer window before creating new frame.
2637         (wl-draft-reply): Ditto.
2638
2639 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2642
2643 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2644
2645         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2646
2647 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2648
2649         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2650         instead of `kill-region'.
2651
2652 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2653
2654         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2655         (wl-highlight-summary-line-string): Use it.
2656         (wl-highlight-summary-current-line): Ditto.
2657
2658         * wl-mime.el (wl-message-delete-current-part): Check the class of
2659         mime-entity.
2660
2661         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2662
2663         * wl-summary.el (wl-summary-make-number-list): Initialize.
2664         (wl-summary-update-mark): New function.
2665         (wl-summary-reply): Put `answered' mark on the message.
2666         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2667
2668         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2669         (wl-draft-reply): Added optional argument `number';
2670         Set wl-draft-parent-number.
2671         (wl-draft-kill): Delete answered mark if it is a reply.
2672
2673 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2674
2675         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2676         that originates in mime-preview-follow-current-entity.
2677         (wl-draft-yank-current-message-entity): Use it if region is active.
2678
2679         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2680         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2681         `wl-message-delete-current-part'.
2682         * wl-mule.el (wl-message-define-keymap): Ditto.
2683         * wl-xmas.el (wl-message-define-keymap): Ditto.
2684
2685 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2686
2687         * wl-mime.el (wl-message-delete-current-part): New function.
2688         (wl-mime-node-id-to-string): Ditto.
2689
2690         * wl-mime.el (wl-message-delete-current-part): Use existing
2691         original buffer which corresponds current mime-view buffer.
2692         (fetched buffer might have different structure, possibly)
2693
2694         * wl-mime.el (wl-message-delete-current-part): Quit if the
2695         message content differs from the actual message.
2696
2697 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2700         order.
2701         (wl-summary-search-by-subject): Search parent message from tail;
2702         Check the existence of the parent message on the current thread tree.
2703         (wl-summary-update-thread): Check whether the line is inserted.
2704
2705 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2706
2707         * wl-vars.el (wl-summary-line-format): Undo last change.
2708         * wl-summary.el (wl-summary-print-destination): Do not put
2709         invisible property when `wl-summary-width' is nil.
2710         (wl-summary-line-subject-minimum-length): Abolished.
2711         (wl-summary-line-subject): Ditto.
2712
2713 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2714
2715         * wl-vars.el (wl-summary-line-format): Change default value.
2716         (wl-summary-subject-length-limit): Abolished.
2717         * wl-summary.el (wl-summary-line-subject): Ditto.
2718
2719 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2720
2721         * wl-template.el (wl-template-select): Added optional argument.
2722         If optional argument is specified, reverse
2723         `wl-template-visible-select'.
2724
2725 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2726
2727         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2728         Take prefix argument to force asking the destination folder.
2729
2730 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2731
2732         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2733         count and update status.
2734
2735 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * wl-summary.el (wl-summary-redisplay-internal): If
2738         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2739         after fetching.
2740
2741 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2744         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2745
2746         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2747
2748 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2749
2750         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2751         (All other related portions are changed).
2752         (wl-summary-mark-as-read-all): Rewrite.
2753
2754 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2757         `wl-summary-mark-as-read'.
2758         (wl-summary-mark-as-unread): Rewrite.
2759         (wl-summary-mark-as-read): Added no-modeline argument.
2760         (wl-summary-resume-cache-status): Rewrite.
2761         (wl-summary-exec-subr): Remove unused local variable.
2762
2763 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2764
2765         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2766         logic to call `wl-summary-buffer-prev-folder-function'.
2767         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2768
2769 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2770
2771         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2772         is nil.
2773
2774 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2775
2776         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2777         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2778         (wl-mime-setup): Add its entry.
2779
2780 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2783         (wl-summary-delete-cache): Likewise.
2784         (wl-summary-mark-as-read): Rewrite.
2785
2786 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2789         `wl-summary-count-unread'.
2790
2791         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2792
2793         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2794
2795 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2796
2797         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2798         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2799         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2800         Renamed to the elmo-msgdb-*-mark.
2801         (wl-summary-score-marks): Follow the change above.
2802         (wl-summary-auto-refile-skip-marks): Ditto.
2803         (wl-summary-incorporate-marks): Ditto.
2804         (wl-summary-expire-reserve-marks): Ditto.
2805
2806         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2807         changes.
2808         (wl-thread-insert-top): Changed updating message.
2809
2810         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2811         variable.
2812         (wl-summary-count-unread): Count answered marks.
2813         (wl-summary-rescan): Call wl-summary-insert-message instead of
2814         wl-summary-append-message-func-internal.
2815         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2816         (wl-summary-prefetch-msg): Follow the variable name changes.
2817         (wl-summary-prefetch-region): Ditto.
2818         (wl-summary-mark-as-read-all): Follow the API changes;
2819         Don't call elmo-folder-replace-marks.
2820         (wl-summary-delete-cache): Follow the variable name changes.
2821         (wl-summary-resume-cache-status): Ditto.
2822         (wl-summary-update-status-marks): New function.
2823         (wl-summary-insert-message): New function.
2824         (wl-summary-sync-marks): Follow the variable name changes.
2825         (wl-summary-sync-update): Synchronize to the msgdb, too;
2826         Changed update messages.
2827         (wl-summary-make-number-list): Rewrite.
2828         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2829         (wl-summary-mark-as-unread): Follow the API changes.
2830         (wl-summary-exec-subr): Follow the variable name changes.
2831         (wl-summary-mark-as-read): Ditto.
2832         (wl-summary-move-spec-plugged-alist): Ditto.
2833         (wl-summary-move-spec-unplugged-alist): Ditto.
2834         (wl-summary-cursor-move-surface): Ditto.
2835
2836         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2837         variable name changes.
2838         (wl-highlight-summary-current-line): Ditto.
2839
2840         * wl-expire.el (wl-expire-refile): Follow the API change in
2841         elmo-folder-move-messages.
2842         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2843         (wl-summary-archive): Use elmo-folder-msgdb instead of
2844         elmo-msgdb-load.
2845
2846 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2847
2848         * wl-mime.el (wl-draft-preview-message): Restore the position
2849         before evaluating wl-draft-send-hook in preview buffer.
2850
2851 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2852
2853         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2854         when it creates new draft buffer.
2855
2856         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2857         without argument.
2858
2859         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2860         Evaluate content and if the value is string, insert it.
2861         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2862         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2863         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2864         wl-draft-config-sub-part-bottom): Use it.
2865
2866         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2867         with the folder name. The question was unintelligible when it is
2868         called from wl-save-status.
2869
2870 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2871
2872         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2873         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2874         cannot take second argument).
2875
2876 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2877
2878         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2879         as t. Since type and subtype are not case sensitive (RFC 2045).
2880
2881 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2882
2883         * wl-vars.el (wl-message-mode-line-format): New variable.
2884         (wl-message-mode-line-format-spec-alist): Ditto.
2885         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2886         (wl-message-redisplay): Use wl-message-mode-line-format.
2887
2888 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2889
2890         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2891
2892 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2893
2894         * wl-summary.el (wl-summary-default-from): Write description.
2895
2896 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-vars.el (wl-ldap-objectclass): Abolish.
2899
2900         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2901         (wl-ldap-make-filter): Removed condition for objectclass.
2902         (wl-ldap-make-matched-value-list): Remove meaningless process.
2903         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2904         (wl-address-ldap-search): Don't add `*' to `pat' string;
2905         use ignore-errors; added `email';
2906         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2907         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2908         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2909
2910
2911 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2912
2913         * wl-draft.el (wl-draft-parent-folder): Write description.
2914         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2915
2916 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2919         as "" (zero-length string) if no parent.
2920         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2921
2922 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-address.el (wl-address-make-completion-list): Skip duplication
2925         checking.
2926         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2927         `append'.
2928
2929 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2930
2931         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2932         instead of `beginning-of-buffer'.
2933
2934 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2937
2938 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2939
2940         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2941         Refer wl-message-buffer-name.
2942         (wl-message-wheel-down): Ditto.
2943
2944 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2945
2946         * wl-vars.el (wl-message-buffer-name): New user option.
2947
2948         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2949         directly instead of making alist dinamically.
2950
2951         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2952         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2953         wl-message-buffer-cache-name.
2954         (wl-message-buffer-cache-clean-up): Ditto.
2955
2956         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2957
2958         * Version number is increased to 2.9.15.
2959
2960 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2961
2962         * wl-vars.el (wl-summary-default-view-alist): New user option.
2963
2964         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2965
2966         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2967         while deleting address.
2968         (wl-draft-delete-myself-from-cc): Ditto.
2969
2970         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2971         If optional argument is specified, reverse sort order.
2972
2973         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2974
2975 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-thread.el (wl-thread-insert-message): Return parent number if
2978         exists.
2979         (wl-thread-update-indent-string-region): Use
2980         wl-thread-update-line-on-buffer-sub instead of
2981         wl-thread-update-line-on-buffer.
2982
2983 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2984
2985         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2986         (wl-folder-close-all): Ditto.
2987
2988 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2989
2990         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2991         and mailing-list:.
2992         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2993         value.
2994         (wl-summary-line-list-info): Print mailing-list name even when 
2995         list-number is empty.
2996
2997 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2998
2999         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3000
3001         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3002         (wl-draft-open-file): Ditto.
3003         (wl-draft-random-alphabet): Ditto.
3004
3005         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3006         bindings.
3007
3008 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3009
3010         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3011         * wl-vars.el (wl-draft-config-alist): Ditto.
3012
3013 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3014
3015         * Version number is increased to 2.9.14.
3016
3017         * wl.el (wl): Don't set wl-init as nil when error occured while
3018         auto-checking folders.
3019
3020         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3021         `elmo-expand-newtext'.
3022
3023 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3026         `this-command' so that `wl-folder-goto-folder' contained in
3027         `wl-summary-keep-cursor-command' work.
3028
3029 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3030
3031         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3032         message buffer displaying state.
3033
3034 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-vars.el (wl-summary-default-view): New variable to specify
3037         default value for `wl-summary-buffer-view' instead of using
3038         set-default.
3039         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3040
3041 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3042
3043         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3044
3045         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3046
3047 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3048
3049         * wl-vars.el (wl-forward-subject-prefix): New variable.
3050         * wl-draft.el (wl-draft-forward): Use it.
3051
3052 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3053
3054         * wl-message.el (wl-message-prev-page): When it is called without
3055         lines argument, scroll down by wl-message-scroll-amount lines.
3056         (wl-message-next-page): Ditto.
3057         * wl-vars.el (wl-message-scroll-amount): Change default value
3058         to preserve current behavior.
3059
3060 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3061
3062         * wl-summary.el (wl-summary-prefetch-msg): Bind
3063         `wl-message-entity' to call `wl-summary-from-function'.
3064
3065 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3066
3067         * wl-message.el (wl-message-buffer-create): Run
3068         wl-message-buffer-created-hook.
3069
3070 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3071
3072         * wl-summary.el (wl-summary-sort-specs): New variable.
3073         (wl-summary-default-sort-spec): Ditto.
3074         (wl-summary-sort): Rewrite.
3075         (wl-summary-sort-by-list-info): New function.
3076
3077 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3078
3079         * wl-summary.el (wl-summary-get-list-info): New function.
3080         (wl-summary-sort): Rewrite.
3081         (wl-summary-line-list-info): Ditto.
3082         (wl-summary-line-list-count): Ditto.
3083         (wl-summary-refile-region): Fixed docstring.
3084
3085 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3086
3087         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3088         `wl-folder-entity-hashtb' as completion table.
3089
3090 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3093         only when this command is called interactively; silence the byte-
3094         compiler.
3095
3096 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3097
3098         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3099         active in XEmacs.
3100
3101 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3102
3103         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3104         plural lines.
3105
3106 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3107
3108         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3109         of current line when the cursor is on the header name.
3110         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3111
3112 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3113
3114         * wl-util.el (wl-read-directory-name): Return displayed directory
3115         as the default value also on XEmacs.
3116
3117 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3120         formatting.
3121
3122 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3125         argument and when it is non-nil, check face property before
3126         highlighting for each line.
3127         (wl-highlight-summary-window): Set it.
3128
3129 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3130
3131         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3132         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3133
3134         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3135         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3136         (wl-draft-get-fcc-list): Likewise.
3137
3138 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3139
3140         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3141         (wl-thread-entity-cur): Ditto.
3142         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3143         wl-thread-indent-regexp setting.
3144         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3145
3146         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3147         wl-summary-lazy-highlight.
3148         (wl-summary-display-bottom): Ditto.
3149
3150         * wl-thread.el (wl-thread-open-close): Likewise.
3151
3152         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3153         from and subject;
3154         Bind wl-draft-use-frame;
3155         Enclose with save-window-excursion;
3156         Use wl-draft-create-buffer instead of with-temp-buffer;
3157         Use wl-draft-prepare-edit;
3158         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3159         Use wl-draft-send instead of wl-draft-raw-send.
3160
3161 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3162
3163         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3164         of using wl-from.
3165
3166 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3167
3168         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3169         insert-buffer instead of clone-buffer.
3170         (wl-draft-doing-mime-bcc): New variable.
3171         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3172         infinite loop.
3173         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3174
3175         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3176         (wl-draft-mime-bcc-body): Ditto.
3177
3178         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3179         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3180         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3181         wl-draft-do-mime-bcc.
3182         (wl-draft-mime-bcc-field): New function.
3183         (wl-draft-do-mime-bcc): Ditto.
3184
3185         * wl-address.el (wl-address-complete-header-list): New variable.
3186         (wl-address-complete-header-regexp): Changed default value.
3187
3188         * Version number is increased to 2.9.13.
3189
3190 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3193         it is differed.
3194
3195 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3196
3197         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3198         (wl-summary-line-list-count): Ditto.
3199
3200 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3201
3202         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3203         (wl-nntp-posting-function): New variable.
3204         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3205         `wl-nntp-posting-config-alist'.
3206
3207 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3208
3209         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3210         FLIM.
3211
3212 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3213
3214         * wl-summary.el (wl-summary-target-mark-refile-sub):
3215         Remove a nuisance funcall.
3216
3217 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3218
3219         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3220         as t for `try-completion'.
3221
3222 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-summary.el (wl-summary-default-from): Use
3225         wl-address-header-extract-address instead of
3226         std11-extract-address-components.
3227         (wl-summary-simple-from): Ditto.
3228         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3229         (wl-summary-insert-headers): Show message.
3230         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3231         for whole line.
3232         (wl-summary-default-from): Revert last change.
3233         (wl-summary-simple-from): Ditto.
3234         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3235         (wl-summary-mark-as-read-region): Follow the change above.
3236         (wl-summary-sync-marks): Ditto.
3237         (wl-summary-target-mark-mark-as-read): Ditto.
3238         (wl-summary-redisplay-internal): Ditto.
3239         (wl-summary-redisplay-no-mime-internal): Ditto.
3240         (wl-summary-redisplay-all-header): Ditto.
3241         (wl-summary-mark-as-read): Removed argument `cached';
3242         Use current cache status to set cache mark.
3243         (wl-summary-redisplay-internal): Follow the change above.
3244         (wl-summary-redisplay-no-mime-internal): Ditto.
3245         (wl-summary-redisplay-all-header): Ditto.
3246
3247         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3248
3249         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3250         Don't call itself recursively (Adviced by Yamaoka-san).
3251
3252 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3253
3254         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3255         bind wl-summary-highlight as nil to avoid error caused by missing
3256         local variables.
3257
3258 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3259
3260         * wl-vars.el (wl-invalid-character-message): New user option.
3261
3262         * wl-util.el (wl-set-string-width): If truncated string-width is
3263         larger than specified width, use `wl-invalid-character-message'.
3264
3265 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3266
3267         * wl-summary.el (wl-summary-prefetch-msg): 
3268         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3269
3270 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3271
3272         * wl-vars.el (wl-summary-check-line-format): New user option.
3273         (wl-summary-line-format-file): Ditto.
3274
3275         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3276         variable.
3277         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3278         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3279         and `wl-summary-view-old-p' to check whether do a rescan or not.
3280         (wl-summary-view-old-p): New function.
3281         (wl-summary-line-format-changed-p): Ditto.
3282         (wl-summary-line-format-save): Ditto.
3283         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3284
3285         * wl-util.el (wl-set-string-width): Avoid using negative number
3286         for make-string.
3287
3288 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3289
3290         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3291         return value.
3292
3293         * wl-util.el (wl-set-string-width): Added optional argument
3294         `padding' (All other related portions are changed).
3295         (wl-line-parse-format): If the first letter of column number is
3296         `0', zero-padding the result (ex: "%05l").
3297
3298         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3299
3300 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3301
3302         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3303         sequential summary view.
3304
3305 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3308         if it doesn't have a -unix version.
3309
3310 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3311
3312         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3313
3314 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3315
3316         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3317         content.
3318         (wl-draft): Follow the change above.
3319
3320         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3321
3322         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3323         and wl-folder-summary-line-format-alist contain %T and %P.
3324
3325         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3326         (wl-summary-mode-line-format): New user option.
3327         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3328         (wl-summary-line-format): Changed default value.
3329         (wl-summary-lazy-highlight): Changed default value.
3330
3331         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3332         change in wl-summary-create-line.
3333         (wl-thread-insert-entity-sub): Ditto.
3334
3335         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3336         (wl-summary-buffer-unread-status): Ditto.
3337         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3338         (wl-summary-buffer-persistent-mark-column): Ditto.
3339         (wl-summary-buffer-mode-line-formatter): Ditto.
3340         (wl-summary-buffer-mode-line): Ditto.
3341         (wl-summary-message-regexp): Abolished.
3342         (All other related portions are changed.)
3343         (wl-summary-detect-mark-position): New function.
3344         (wl-summary-buffer-set-folder): Setup
3345         wl-summary-buffer-mode-line-formatter.
3346         (wl-summary-mode): Setup selective-display;
3347         Setup pre-idle-hook when xemacs.
3348         (wl-summary-update-modeline): Rewrite.
3349         (wl-summary-jump-to-msg): Define as function;
3350         Changed regexp for searching messages.
3351         (wl-summary-message-number): Rewrite.
3352         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3353         Do rescan when old type summary cache.
3354         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3355         (wl-summary-remove-destination): Use '\r' to detect EOL.
3356         (wl-summary-print-destination): Ditto.
3357         (wl-summary-temp-mark): New inline function.
3358         (wl-summary-persistent-mark): Ditto.
3359         (wl-summary-line-number): New function.
3360         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3361         (wl-summary-line-list-count): New function.
3362         (wl-summary-create-line): Added argument persistent-mark.
3363         (All other related portions are changed)
3364         (wl-summary-create-line): Insert '\r'.
3365         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3366         (wl-summary-cursor-move-surface): New inline function.
3367         (wl-summary-prev): Use it.
3368         (wl-summary-next): Ditto.
3369
3370         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3371         wl-summary-message-regexp.
3372         (wl-highlight-summary): Delete progress message.
3373         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3374
3375         * Version number is increased to 2.9.12.
3376
3377 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3378
3379         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3380         variable (nil: no minimum).
3381         (wl-summary-line-subject): Add some spaces after subject by
3382         wl-summary-line-subject-minimum-length.
3383
3384 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3385
3386         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3387         and removed `F'.
3388         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3389         change above).
3390
3391 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3392
3393         * wl-summary.el (wl-summary-line-list-count): Reverted.
3394         (example setting in samples/*/dot.wl is also updated)
3395
3396 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3399
3400         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3401
3402         * wl-vars.el (wl-summary-line-format): Addes some description to the
3403         docstring.
3404
3405         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3406         (wl-summary-line-close-bracket): Ditto.
3407         (wl-summary-line-children-number): Ditto.
3408         (wl-summary-line-thread-indent): Ditto.
3409         (wl-summary-line-children-and-from): Ditto.
3410
3411         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3412         't', 'c', 'F' and added 'C'.
3413
3414         * wl-util.el (wl-set-string-width): Accept negative value.
3415         (wl-line-parse-format): Added "%number(" and "%)".
3416
3417 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3418
3419         * wl-summary.el (wl-summary-line-list-count): Change format of the
3420         return value.
3421
3422 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3423
3424         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3425         from the recent message.el.
3426         (wl-draft-point-in-header-p): Ditto.
3427         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3428         wl-draft-beginning-of-line.
3429         * wl-e21.el (wl-draft-mode-map): Ditto.
3430         * wl-xmas.el (wl-draft-mode-map): Ditto.
3431
3432         * wl-folder.el: Sort macrodefs by dependencies.
3433
3434 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3435
3436         * wl-summary.el (wl-summary-prev): Fixed regexp.
3437         (wl-summary-next): Ditto.
3438
3439 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3440
3441         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3442
3443 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3444
3445         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3446         for backward compatibility.
3447
3448 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3449
3450         * wl-summary.el (wl-summary-line-list-count): New function, merged
3451         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3452         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3453         list counts.
3454
3455 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-summary.el (wl-summary-create-line): Ignore errors while
3458         timezone-fix-time.
3459
3460         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3461
3462         * wl-summary.el (wl-summary-sync-update): Ditto.
3463         (wl-summary-default-from): Use wl-message-entity
3464         instead of entity.
3465
3466         * wl-summary.el (wl-summary-create-line): Fix.
3467
3468         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3469         (wl-summary-line-format): New user option.
3470         (wl-folder-summary-line-format-alist): Ditto.
3471         (wl-summary-from-width): Abolished.
3472
3473         * wl-util.el (toplevel): Require 'bytecomp.
3474         (wl-line-parse-format): New function.
3475         (wl-line-formatter-setup): New macro.
3476
3477         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3478         (wl-summary-buffer-line-formatter): New buffer local variable.
3479         (wl-summary-switch-to-clone-buffer): Follow the change above.
3480         (wl-summary-message-regexp): Fix.
3481         (wl-summary-from-func-internal): Abolished.
3482         (wl-summary-subject-func-internal): Ditto.
3483         (wl-summary-subject-filter-func-internal): Ditto.
3484         (All other related portions are changed.)
3485         (wl-summary-buffer-set-folder):
3486         Set up wl-summary-buffer-number-column and 
3487         wl-summary-buffer-line-formatter
3488         (All other related portions are changed.)
3489         (wl-summary-buffer-number-column-detect): Abolished.
3490         (All other related portions are changed.)
3491         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3492         (wl-summary-delete-all-temp-marks-on-buffer): Use
3493         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3494         (wl-summary-target-mark-delete): Ditto.
3495         (wl-summary-target-mark-refile-subr): Ditto.
3496         (wl-summary-target-mark-mark-as-read): Ditto.
3497         (wl-summary-target-mark-mark-as-unread): Ditto.
3498         (wl-summary-target-mark-mark-as-important): Ditto.
3499         (wl-summary-target-mark-save): Ditto.
3500         (wl-summary-replace-status-marks): Renamed from
3501         wl-summary-set-status-marks-on-buffer;
3502         Use wl-summary-message-regexp instead of
3503         wl-summary-buffer-number-regexp.
3504         (wl-summary-sync-update): Follow the change above.
3505         (wl-summary-goto-previous-message-beginning): New function.
3506         (wl-summary-mark-as-unread): Use it.
3507         (wl-summary-mark-as-important): Ditto.
3508         (wl-summary-line-formatter): New variable.
3509         (wl-summary-line-year): New function.
3510         (wl-summary-line-day): Ditto.
3511         (wl-summary-line-day-of-week): Ditto.
3512         (wl-summary-line-hour): Ditto.
3513         (wl-summary-line-minute): Ditto.
3514         (wl-summary-line-open-bracket): Ditto.
3515         (wl-summary-line-close-bracket): Ditto.
3516         (wl-summary-line-children-number): Ditto.
3517         (wl-summary-line-thread-indent): Ditto.
3518         (wl-summary-line-size): Ditto.
3519         (wl-summary-line-subject): Ditto.
3520         (wl-summary-line-from): Ditto.
3521         (wl-summary-line-children-and-from): Ditto.
3522         (wl-summary-create-line): Rewritten.
3523         (wl-summary-format-date): Abolished.
3524
3525         * wl-highlight.el (wl-highlight-summary-current-line): Use
3526         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3527         Use thread structure to detect thread top message.
3528
3529         * wl-draft.el (wl-default-draft-cite): Don't use
3530         wl-summary-from-func-internal.
3531
3532         * wl-refile.el (wl-refile-subject-learn): Don't use
3533         wl-summary-subject-filter-func-internal.
3534         (wl-refile-guess-by-subject): Ditto.
3535
3536         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3537         parameters.
3538
3539         * wl-thread.el (wl-thread-update-indent-string-region):
3540         Use wl-thread-update-line-on-buffer instead of
3541         wl-thread-update-indent-string.
3542         (wl-thread-update-children-number): Redefine using
3543         wl-thread-update-line-on-buffer.
3544         (wl-thread-update-indent-string): Abolished.
3545
3546         * Version number is increased to 2.9.11.
3547
3548 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3549
3550         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3551         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3552         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3553
3554         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3555         as nil.
3556
3557         * wl-thread.el (wl-thread-open-all-unread): Use 
3558         elmo-folder-list-messages-mark-match.
3559         (wl-thread-insert-message): Removed argument `mark-alist'.
3560         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3561         elmo-msgdb-set-mark.
3562         (wl-thread-get-children-msgs-uncached): Likewise.
3563         (wl-thread-get-exist-children): Added argument include-self.
3564         (wl-thread-delete-message): Follow the change above.
3565
3566         * wl-summary.el (wl-summary-count-unread): Removed argument.
3567         (wl-summary-rescan): Follow the change above.
3568         (wl-summary-mark-as-read-region): Ditto
3569         (wl-summary-mark-as-unread-region): Ditto.
3570         (wl-summary-delete-messages-on-buffer): Ditto.
3571         (wl-summary-sync-update): Ditto.
3572         (wl-summary-switch-to-clone-buffer): Ditto.
3573         (wl-summary-goto-folder-subr): Ditto.
3574         (wl-summary-target-mark-mark-as-read): Ditto.
3575         (wl-summary-target-mark-mark-as-unread): Ditto.
3576         (wl-summary-target-mark-mark-as-important): Ditto.
3577         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3578         (wl-summary-update-thread): Removed argument `mark-alist'.
3579         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3580         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3581         (wl-summary-resume-cache-status): Likewise.
3582         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3583         elmo-msgdb-set-mark.
3584         (wl-summary-mark-as-read-all): Likewise.
3585         (wl-summary-delete-cache): Ditto.
3586         (wl-summary-auto-select-msg-p): Ditto.
3587         (wl-summary-mark-as-unread): Ditto.
3588         (wl-summary-no-auto-refile-message-p): Ditto.
3589         (wl-summary-mark-as-read): Ditto.
3590         (wl-summary-mark-as-important): Ditto.
3591         (wl-summary-auto-refile): Follow the change above.
3592         (wl-summary-delete-all-marks): Removed.
3593         (wl-summary-resume-marks-and-highlight): Ditto.
3594         (wl-summary-resume-marks): Ditto.
3595         (wl-summary-delete-important-msgs-from-list): Ditto.
3596         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3597
3598         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3599         wl-summary-count-unread.
3600
3601         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3602         (wl-summary-score-update-all-lines): Use
3603         elmo-msgdb-set-mark.
3604
3605 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3608         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3609         (wl-summary-create-line): Renamed from
3610         wl-summary-overview-create-summary-line;
3611         Argument rearrangement.
3612         (wl-summary-update-thread): Follow the change above.
3613
3614         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3615         (wl-thread-insert-entity-sub): Likewise.
3616
3617         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3618         argument `overview', `mark-alist' and added `msgdb'.
3619
3620         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3621
3622         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3623         (wl-summary-rescan): Follow the change above.
3624         (wl-summary-sync-update): Ditto.
3625         (wl-summary-insert-thread-entity): Ditto;
3626         Don't use `let*' in every while loop;
3627         Detect infinite loop of threads.
3628         (wl-summary-update-thread): Removed argument `overview'.
3629
3630         * wl-thread.el (wl-thread-insert-message): Ditto.
3631
3632         * Version number is increased to 2.9.10.
3633
3634         * wl-message.el (wl-message-redisplay): Ignore errors while
3635         wl-message-redisplay-hook.
3636
3637 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3638
3639         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3640
3641 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3642
3643         * wl.el (wl): inhibit-quit while wl-folder.
3644
3645 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3648         while msgdb access.
3649
3650 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3651
3652         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3653         even if no folder is not created.
3654
3655 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3658
3659         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3660         implementation.
3661         (wl-summary-target-mark-thread): Ditto.
3662
3663         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3664
3665 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3666
3667         * wl-util.el (wl-display-bytes): Remove unused function.
3668
3669 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3670
3671         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3672         seems critical one (partially reverse the change in 2002/03/17).
3673
3674 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3675
3676         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3677         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3678
3679 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3680
3681         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3682         is not writable.
3683         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3684         plugged status instead of `'force' as 2nd argument.
3685
3686         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3687         is not creatable.
3688
3689         * Version number is increased to 2.9.9.
3690
3691 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3692
3693         * wl-summary.el (wl-summary-suspend): New function.
3694
3695 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3696
3697         * wl.el (wl): Do not check variables if check is nil.
3698         * wl-utils.el (wl-collect-draft): New function.
3699         * wl-folder.el (wl-folder-suspend): Put summary buffers
3700         and draft buffers at the end of buffer list.
3701         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3702
3703 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3704
3705         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3706         loop instead of recursive call.
3707
3708         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3709         2nd argument.
3710
3711 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-draft.el (wl-draft-create-contents): Don't take neither
3714         (function . args) nor (string . something) any more.
3715
3716         * wl-version.el (wl-generate-user-agent-string): Return string
3717         without header symbol.
3718         * wl-draft.el (wl-draft-default-headers): Use it.
3719
3720         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3721         `wl-draft-insert-ccs' and return field value instead of inserting
3722         the header. Abolish cc argument.
3723         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3724
3725         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3726         rather than one with string car.
3727
3728         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3729         * wl-draft.el (wl-draft-create-contents): Add it after the default
3730         headers.
3731
3732         * wl-draft.el (wl-draft-create-contents): For the case of
3733         (symbol-or-string . function) insert header only when the function
3734         returns string value.
3735
3736 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3737
3738         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3739         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3740
3741 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl.el (wl-check-environment): Don't check Message-ID when
3744         `wl-insert-message-id' is nil.
3745         Revive checking if `wl-message-id-domain' contains "@".
3746
3747 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl.el (wl-check-environment): Merge examination for "@" at
3750         inappropriate position into the first string-match.
3751
3752         * wl-summary.el (wl-summary-target-mark-print): New function.
3753         (wl-summary-pipe-message-subr): Extracted from
3754         `wl-summary-pipe-message'.
3755         (wl-summary-target-mark-pipe): New function.
3756         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3757         `wl-summary-target-mark-pipe'.
3758
3759 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3760
3761         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3762
3763 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * wl.el (wl-check-environment): Use elmo-warning instead of
3766         error for non-critical ones.
3767         Remove trash folder check.
3768         (wl): Don't ignore error in wl-check-environment.
3769
3770         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3771         check, which is moved from `wl-check-environment'.
3772         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3773
3774 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3777         guess anything, call wl-summary-write.
3778         (wl-summary-write): Create draft with blank To field.
3779         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3780
3781 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3784         argument full as well for wl-folder-write-current-folder.
3785         If wl-*-write-current-folder cannot guess addressee, add blank
3786         To header.
3787         Rewrite condition for positioning cursor.
3788
3789 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3792         summary buffer is present, use it.
3793         (wl-folder-jump-to-previous-summary): Ditto.
3794
3795 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3796
3797         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3798
3799         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3800         wl-summary-previous-buffer and wl-summary-next-buffer.
3801
3802         * wl-folder.el (wl-folder-mode-map): Bind
3803         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3804         (wl-folder-jump-to-next-summary): New function.
3805         (wl-folder-jump-to-previous-summary): Ditto.
3806
3807         * wl-draft.el (wl-draft): Rearranged.
3808
3809 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3810
3811         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3812         of header.
3813         (wl-draft): Collect arguments for the header as header-alist.
3814         (wl-draft-forward): Arrange arguments for wl-draft.
3815         (wl-draft-reply): Ditto.
3816         (wl-draft-edit-string): Ditto.
3817         * wl-summary.el (wl-summary-write): Ditto.
3818         (wl-summary-write-current-folder): Ditto.
3819
3820         * Version number is increased to 2.9.8.
3821
3822 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3823
3824         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3825
3826         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3827
3828         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3829         even if the guess failed.
3830
3831         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3832         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3833         wl-summary-write-current-folder.
3834         * wl-xmas.el: Ditto.
3835
3836 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3837
3838         * wl-summary.el (wl-summary-next-page): Force display message if
3839         message is not displayed yet.
3840         (wl-summary-prev-page): Ditto.
3841
3842 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3843
3844         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3845
3846 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3847
3848         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3849         add "Preview Message" and "Save Draft and Exit".
3850
3851 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3852
3853         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3854         if addrmgr is called from draft in splitted window.
3855
3856         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3857         * wl-mule.el: Ditto.
3858         * wl-xmas.el: Ditto.
3859
3860 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3861
3862         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3863
3864         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3865         * wl-xmas.el (wl-folder-toolbar): Ditto.
3866
3867 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3868
3869         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3870         and wl-draft-save-and-exit.
3871         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3872         * wl-xmas.el: Ditto.
3873         * wl-mule.el: Ditto.
3874
3875         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3876         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3877
3878 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3881         lists for saving buffer.
3882
3883 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3886         parent-folder argument instead of it.
3887         (wl-draft-create-buffer): Ditto.
3888         (wl-draft-forward): Ditto.
3889         (wl-draft-reply): Ditto.
3890         * wl-summary.el (wl-summary-write): Ditto.
3891         (wl-summary-write-current-folder): Ditto.
3892
3893         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3894         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3895         Folder buffer after composing.
3896
3897 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3900         header if the file `wl-x-face-file' already contains it.
3901
3902 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3903
3904         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3905         folder" entry.
3906         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3907         * wl-e21.el (wl-folder-toolbar): Ditto.
3908         * wl-xmas.el (wl-folder-toolbar): Ditto.
3909
3910 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3911
3912         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3913         wl-folder-goto-folder with sticky argument.
3914         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3915
3916 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3917
3918         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3919         and wl-summary-previous-buffer.
3920         (wl-summary-next-buffer): New function.
3921         (wl-summary-previous-buffer): Ditto.
3922
3923 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3926         wl-folder-jump-to-current-entity-with-arg.
3927         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3928         `wl-folder-jump-to-current-entity'.
3929         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3930         `wl-summary-goto-folder-sticky'.
3931         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3932         `wl-summary-goto-folder'.
3933         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3934         Unless force-exit, do not clean temp. marks for sticky summary.
3935         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3936
3937 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3938
3939         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3940         not entire.
3941
3942 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3943
3944         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3945         to `C-x C-s'.
3946         (wl-summary-save-status): New command.
3947         (wl-summary-exit): Don't clean-up temp marks when sticky.
3948         (Applied patch from Nakayama-san [wl: 09548])
3949         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3950         Do nothing when no mark data.
3951         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3952         Call `wl-summary-delete-all-temp-marks' before saving.
3953
3954 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3955
3956         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3957
3958 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3959
3960         * wl.el (wl-check-environment): Also cause error when (system-name)
3961         returns "localhost.localdomain". (Although it doesn't affect because
3962         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3963
3964 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3967         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3968
3969         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3970         value.
3971
3972 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3975         Likewise r-cc-list and r-ng-list.
3976
3977 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3978
3979         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3980         only if it is bound as variable.
3981
3982         * wl-mime.el (wl-draft-preview-message): Ditto.
3983
3984 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3985
3986         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3987         needless `goto-char'.
3988
3989         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3990         `wl-summary-redisplay-no-mime-internal' instead of
3991         `wl-summary-redisplay-no-mime'.
3992         (wl-summary-redisplay-no-mime): Changed argument;
3993         Call `wl-summary-redisplay-no-mime-internal'.
3994
3995         * wl-mime.el (wl-draft-preview-message): Bind
3996         `mime-header-encode-method-alist' locally.
3997
3998         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3999         (wl-draft-std11-parse-addresses): Added the first address check.
4000         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4001
4002         * Version number is increased to 2.9.7.
4003
4004 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4005
4006         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4007
4008 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4009
4010         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4011         related to scrollbar support, if there is no such a feature
4012         compiled in.
4013
4014 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4015
4016         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4017         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4018         for prefetch.
4019
4020 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4021
4022         * wl-summary.el (wl-summary-pick): Fix for no match.
4023
4024 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4025
4026         * wl-draft.el (wl-draft-save):
4027         Override `mime-header-encode-method-alist'.
4028
4029 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4030
4031         * wl-folder.el (wl-folder-pick): New function.
4032         Define key as "?".
4033
4034 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4035
4036         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4037         Fix for unplugged.
4038
4039 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4040
4041         * wl-folder.el (wl-folder-virtual): New function.
4042         Define key as "V".
4043
4044 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4045
4046         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4047         multi folder if entity is group.
4048
4049 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4050
4051         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4052         is nil.
4053
4054 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4055
4056         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4057         (wl-summary-target-mark-msgs): Return the number of marked messages.
4058
4059 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4060
4061         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4062         "first:" is specified.
4063
4064 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-vars.el (wl-from): Use return value of function
4067         user-full-name instead of the variable user-full-name since
4068         XEmacs-20.4 doesn't set this variable.
4069
4070 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4071
4072         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4073         call `wl' directly.
4074
4075 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4076
4077         * wl-draft.el (wl-draft-reedit): Removed duplicated
4078         switch-to-buffers.
4079
4080 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * wl.el (wl-other-frame): Removed garbages.
4083
4084 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4087
4088         * wl-xmas.el (wl-draft-key-setup): Ditto.
4089
4090         * wl-mule.el (wl-draft-key-setup): Ditto.
4091
4092         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4093         (wl-draft-reedit): Ditto.
4094         (wl-draft-prepare-edit): Add `wl-draft-save' to
4095         `local-write-file-hooks'.
4096         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4097         (wl-draft-reedit): Set buffer-file-name.
4098         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4099
4100
4101         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4102         call it.
4103         (wl-delete-startup-frame-function): New variable.
4104         (wl-other-frame): New function
4105         (Original was written by Yamaoka san [wl: 09239]).
4106
4107         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4108         if `wl-folder-use-frame'.
4109
4110 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4111
4112         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4113
4114 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4115
4116         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4117         New variable.
4118         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4119         (wl-message-buffer-prefetch-get-next): Use them.
4120         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4121
4122 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4125         with unwind-protect.
4126
4127         * wl-draft.el (wl-draft-reedit): Rewrite.
4128         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4129         (wl-draft-save): Insert header separator if it does not exist;
4130         Removed condition-case.
4131
4132         * wl-summary.el (wl-summary-reedit): Revert last change.
4133
4134         * wl-draft.el (wl-draft-save): Rewrite.
4135         (wl-draft-create-buffer): Set buffer-file-name as nil.
4136
4137         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4138
4139         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4140
4141         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4142         nil.
4143
4144 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4147         If count is nil, do not prefetch.
4148         (wl-message-buffer-prefetch-next): Next.
4149
4150 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4151
4152         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4153
4154 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4155
4156         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4157         `delete-backward-char'
4158         (wl-draft-prepare-edit): Check major-mode.
4159         (wl-draft-decode-header): Rewrite.
4160         (wl-draft): Fix.
4161
4162 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4163
4164         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4165
4166 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4167
4168         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4169         (wl-message-buffer-prefetch-get-next): Remove size checking.
4170         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4171
4172 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4173
4174         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4175         (wl-draft-default-headers): Fix.
4176
4177 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-draft.el (wl-draft-default-headers): Insert return value of
4180         `wl-generate-mailer-string-function'.
4181
4182 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4185         (wl-draft-insert-mail-header-separator): Ditto.
4186
4187         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4188         again (Reverted the change on 2002-01-17 by OKADA san).
4189
4190 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4191
4192         * wl-draft.el (wl-draft): Rewrite.
4193         (wl-draft-create-buffer): New function.
4194         (wl-draft-create-contents): Ditto.
4195         (wl-draft-prepare-edit): Ditto.
4196         (wl-draft-decode-header): Ditto.
4197         (wl-draft-decode-body): Ditto.
4198         (wl-draft-check-new-line): Ditto.
4199         (wl-draft-default-headers): Ditto.
4200         (wl-draft-insert-mail-header-separator): Ditto.
4201
4202 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4203
4204         * Version number is increased to 2.9.6.
4205
4206 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4207
4208         * wl-draft.el (wl-draft-delete-field): Optional argument.
4209         (wl-draft-delete-fields): Ditto.
4210
4211 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4212
4213         * wl-message.el (toplevel): Eliminated byte-compile warning.
4214         for `itimer-function', `delete-timer' and `itimer-list'.
4215
4216 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4217
4218         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4219         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4220         `wl-message-buffer-prefetch-threshold'.
4221         * wl-summary.el (wl-summary-redisplay-internal): Remove
4222         the check of `wl-message-buffer-prefetch-depth'.
4223
4224 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4225
4226         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4227         size of article.
4228         (wl-message-buffer-prefetch-subr): Remove size check.
4229
4230 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4231
4232         * wl-vars.el (wl-plugged): Make customizable.
4233
4234 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4237         (wl-message-buffer-prefetch-set-timer): New function.
4238         (wl-message-buffer-prefetch-get-next): New function.
4239         (wl-message-buffer-prefetch): New function.
4240         (wl-message-buffer-prefetch-next): Rewrite.
4241         (wl-message-buffer-prefetch-subr): Rewrite.
4242         * wl-vars.el (wl-auto-prefetch-first): New variable.
4243         * wl-summary.el (wl-summary-goto-folder-subr): Call
4244         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4245
4246 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4247
4248         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4249         `wl-summary-unread-message-hook'.
4250
4251 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4252
4253         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4254         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4255         if range is `cache-status'.
4256
4257 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4258
4259         * wl-message.el (wl-message-buffer-prefetch-subr):
4260         Improve debug message.
4261
4262 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4263
4264         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4265         `wl-mail-send-pre-hook'.
4266         (wl-draft-send-mail-with-qmail): Ditto.
4267         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4268
4269 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4270
4271         * wl-message.el (wl-message-buffer-prefetch-subr):
4272         Fix for cancel-function-timers bug.
4273         (wl-message-buffer-prefetch-debug): Default value is t.
4274
4275 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4276
4277         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4278         (wl-message-buffer-prefetch-subr): Rewrite.
4279         Rename from `wl-message-buffer-prefetch'.
4280
4281 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4282
4283         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4284         (wl-default-draft-cite-decorate-author): Ditto.
4285
4286         * wl-draft.el (wl-draft-cite-function): Removed.
4287         (wl-default-draft-cite-decorate-author): Ditto.
4288
4289 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4292         (wl-default-draft-cite): Do not arrange author name if the value of
4293         `wl-default-draft-cite-decorate-author' is nil.
4294
4295 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4298
4299         * wl-folder.el (wl-folder-check-one-entity): Don't care
4300         `elmo-folder-use-flag-p'.
4301
4302 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4303
4304         * wl-folder (wl-folder-check-one-entity): Fix
4305         problem if unread is nil.
4306
4307 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4308
4309         * wl-address.el (wl-address-make-completion-list): Check whether
4310         the address is a group list.
4311         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4312
4313 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4314
4315         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4316         The number of the messages of new and unread does not count
4317         correctly.
4318
4319         * wl-summary.el (wl-summary-count-unread): Changed to return
4320         `(new . unread)' instead of total.
4321         (wl-summary-sync-update): Follow the change above.
4322
4323         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4324
4325 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-address.el (wl-address-make-completion-list): Do not enclose
4328         address by " <" and ">" if associated realname is "".
4329         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4330         This is against the promblem with group list in .addresses pointed
4331         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4332
4333 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4336         message is a format control string.
4337         * wl-expire.el (wl-expire-append-log): Ditto.
4338         * wl-mime.el (wl-summary-burst-subr): Ditto.
4339         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4340         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4341
4342 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4345         wl.el (wl-check-variables): Rename from `wl-check-type'.
4346         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4347         (wl-check-variables-2): New function.
4348         (wl): Call `wl-check-variables-2'.
4349
4350 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4353         after renaming folder in access group.
4354
4355 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4356
4357         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4358         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4359         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4360         (wl-message-buffer-prefetch): Rewrite.
4361         (wl-message-buffer-prefetch-idle-time): Removed.
4362         * wl-summary.el (wl-summary-redisplay-internal):
4363         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4364         Error check for `wl-message-buffer-prefetch-depht'.
4365
4366 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4367
4368         * Version number is increased to 2.9.5.
4369         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4370
4371 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4372
4373         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4374         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4375         Based on the patch written by
4376         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-draft.el (wl-draft-raw-send): Fix for
4381         `wl-news-send-pre-hook'
4382
4383 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4384
4385         * wl-utils.el (wl-message-id-function): New variable.
4386         * wl-draft.el (wl-draft-insert-required-fields):
4387         Use `wl-message-id-function'.
4388
4389 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4390
4391         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4392         * wl-utils.el (wl-draft-make-message-id-string):
4393         Use `wl-from' for domain part of Message-ID
4394         if `wl-message-id-use-wl-from' if non-nil.
4395         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4396
4397 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4398
4399         * wl.el (wl): Call `wl-check-type'
4400         Do not 'condition-case'.
4401
4402 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4403
4404         * wl.el (wl-check-type): New function.
4405         (wl-check-type-variables): New variable.
4406
4407 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4408
4409         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4410
4411 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4412
4413         * wl-draft.el (wl-smtp-password-key): New function.
4414         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4415         (wl-draft-send-mail-with-smtp): Ditto.
4416         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4417
4418 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4419
4420         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4421         * wl-utils.el (wl-unique-id-suffix): Remove.
4422
4423 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4424
4425         * Version number is increased to 2.9.4.
4426
4427 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4428
4429         * wl-utils.el (wl-unique-id-suffix): New variable.
4430         (wl-unique-id): Use `wl-unique-id-suffix'
4431
4432 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4433
4434         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4435         instead of `elmo-msgdb-search'.
4436
4437         * Version number is increased to 2.9.3.
4438
4439 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4440
4441         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4442
4443 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4444
4445         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4446         (wl-draft-dispatch-message): Changed for send-later.
4447         (wl-draft-queue-flush): Ditto.
4448         (wl-draft): Clear `wl-sent-message-queued'.
4449         (wl-draft-reedit): Ditto.
4450         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4451         * wl-vars.el (wl-draft-force-queuing): New variable.
4452         (wl-draft-force-queuing-mail): New variable.
4453         (wl-draft-force-queuing-news): New variable.
4454
4455 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4456
4457         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4458         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4459
4460 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4461
4462         * Version number is increased to 2.9.2.
4463
4464 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * wl-draft.el (wl-draft-elide-region): New user command.
4467         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4468
4469         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4470         command `wl-draft-elide-region'.
4471         * wl-mule.el: Ditto.
4472         * wl-xmas.el: Ditto.
4473
4474 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4475
4476         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4477         (wl-biff-check-folder-async): Removed needless let.
4478
4479 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4480
4481         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4482         wl-folder-get-elmo-folder.
4483         (wl-biff-check-folder): Set `biff' argument of
4484         `wl-folder-check-one-entity'.
4485         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4486
4487         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4488         (wl-folder-check-one-entity): Added `biff' argument;
4489         Setup `biff' slot of folder.
4490
4491         * Version number is increased to 2.9.1.
4492
4493 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4494
4495         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4496         comment out and fixed.
4497         (wl-fldmgr-add-completion-subr): Ditto.
4498
4499         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4500         and msgdb.
4501
4502         * wl.el (wl-toggle-plugged): Save summary view.
4503
4504 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4507
4508 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4509
4510         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4511
4512 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4515         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4516         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4517
4518         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4519         if it was failed.
4520         (wl-demo): Disable undo in the demo buffer.
4521
4522 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-version.el (wl-version): Changed codename.
4525
4526         * Version number is increased to 2.9.0.
4527
4528 2001-12-14  Takuo KITAME <kitame@northeye.org>
4529
4530         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4531         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4532         (wl-folder-mark-as-read-all-current-entity): Ditto.
4533
4534 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4535
4536         * wl-vars.el (wl-from-width): Define as obsolete variable.
4537         (wl-subject-length-limit): Ditto.
4538
4539         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4540
4541         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4542         wl-summary-save-view.
4543
4544         * wl.el (wl-save-status): Ditto.
4545         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4546
4547         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4548         (wl-summary-exit): Follow the change above.
4549         (wl-summary-goto-folder-subr): Ditto.
4550
4551         * wl-folder.el (wl-folder-create-subr): Don't use
4552         `elmo-folder-creatable-p'.
4553
4554 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4555
4556         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4557
4558 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4561         rather than bitmap on Emacs 21.
4562         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4563         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4564         for xbm if the new redisplay engine is not available.
4565
4566 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-folder.el (wl-folder-init-hook): New hook.
4569         (wl-folder-init): Run `wl-folder-init-hook'.
4570
4571 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4574
4575 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4576
4577         * wl-acap.el (wl-acap-cache-filename): New variable.
4578         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4579         (wl-acap-init): Use cache if no ACAP server found.
4580
4581 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4582
4583         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4584         `wl-acap-original-msgdb-dir'.
4585
4586         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4587         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4588
4589         * wl-mime.el (wl-mime-save-directory): Renamed from
4590         `wl-mime-save-dir'.
4591
4592 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4595
4596         * wl-demo.el: Require `path-util'.
4597         (wl-demo-bitmap-mule-available-p): New internal variable.
4598         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4599         `module-installed-p' instead.
4600         (wl-demo-insert-image): Use *.img file for a bitmap image.
4601         (wl-demo): Don't call the ascii demo recursively.
4602
4603 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4604
4605         * Version number is increased to 2.7.7.
4606
4607 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4608
4609         * wl.el (wl-exit): Eliminated byte-compile warning.
4610
4611 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4612
4613         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4614         obsolete variable using `elmo-define-obsolete-variable'.
4615         (wl-fetch-confirm-threshold): Ditto.
4616         (wl-cache-prefetch-folder-type-list): Ditto.
4617         (wl-cache-prefetch-folder-list): Ditto.
4618
4619 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4622         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4623         (wl-demo-insert-image): New function.
4624         (wl-demo-insert-text): New function.
4625         (wl-demo-image-type-alist): Redefine as a function.
4626         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4627         (wl-demo-with-temp-file-buffer): Removed.
4628         (wl-logo-xpm): Removed.
4629         (wl-logo-xbm): Removed.
4630         (wl-logo-bitmap): Removed.
4631
4632 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4633
4634         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4635         (wl-expire-localdir-get-folder-function): New user option.
4636         (wl-expire-localdir-get-folder): New function.
4637         (wl-expire-localdir-date): Ditto.
4638
4639 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4640
4641         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4642         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4643         Fixed unread number mismatch when all-unread < unread.
4644
4645 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4646
4647         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4648         (wl-fetch-confirm-threshold): Ditto.
4649
4650         * wl-summary.el (wl-summary-confirm-appends): Removed.
4651         (wl-summary-sync-update): Don't refer
4652         `wl-summary-update-confirm-threshold' (It is now abolished).
4653
4654         * wl-message.el (wl-message-display-internal): Don't refer
4655         `wl-fetch-confirm-threshold' (It is now abolished).
4656
4657 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4660
4661 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4662
4663         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4664         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4665         Change default value to nil.
4666         (wl-summary-indent-length-limit): The value can be nil, nil means
4667         unlimited.
4668
4669         * wl-summary.el: Don't set limit for indent length if the value of
4670         wl-summary-indent-length-limit is nil.
4671         If the value of wl-summary-width is nil, it means only that the width
4672         of summary is unlimited (nil doesn't mean that the indent length is
4673         unlimited).
4674
4675         * wl-thread.el: Ditto.
4676
4677 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4678
4679         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4680         be nil, nil means never confirm.
4681         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4682
4683 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4684
4685         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4686         means unlimited).
4687
4688 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4689
4690         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4691         Use `with-temp-buffer'.
4692
4693 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4696         with new backquote style).
4697         (wl-folder-get-entity-from-buffer): Ditto.
4698
4699 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4700
4701         * wl-version.el (nemacs-version): Eliminated.
4702         (wl-extended-emacs-version2): Ignore nemacs.
4703         (wl-extended-emacs-version3): Ditto.
4704
4705 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4706
4707         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4708         (wl-draft-add-in-reply-to): New variable.
4709         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4710         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4711         (wl-draft-yank-from-mail-reply-buffer): Use
4712         `wl-draft-add-in-reply-to'.
4713         (wl-draft-insert-current-message): Ditto.
4714
4715 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4716
4717         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4718         typo (kill->hide).
4719         (wl-message-buffer-prefetch-folder-type-list): Added elements
4720         `mark' and `cache' instead of `internal'.
4721
4722 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4725         resume msgdb directory.
4726
4727 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * wl.el (wl-exit): Call `wl-acap-exit'.
4730
4731         * wl-summary.el (wl-summary-message-string): New function.
4732         (wl-summary-reedit): Use it.
4733         (wl-summary-resend-bounced-mail): Remove needless let.
4734         (wl-summary-supersedes-message): Ditto.
4735         (wl-summary-save): Ditto.
4736
4737         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4738         (wl-acap-init): Set it.
4739         (wl-acap-exit): New function.
4740
4741 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4742
4743         * wl.el (wl-init): Revert (require 'mime-setup). move from
4744         toplevel.
4745
4746 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4747
4748         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4749         local variables.  Add error when guess function return invalid
4750         value.
4751
4752 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4753
4754         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4755         Change local variable name.
4756         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4757         (wl-folder-get-newsgroups): Return nil when non-news folder.
4758         * wl-summary.el (wl-summary-write-current-folder): State through
4759         when guess-list return nil.
4760         (wl-summary-write-current-folder-functions): Fixed docstring.
4761
4762         * wl.el (wl-exit): Changed confirm message.
4763
4764         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4765         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4766
4767         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4768
4769 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4770
4771         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4772         user option (Renamed from wl-cache-prefetch-folder-type-list).
4773         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4774         from wl-cache-prefetch-folder-list).
4775
4776         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4777         Move to wl-vars.el.
4778         (wl-message-buffer-prefetch-p): Changed to enable
4779         `wl-message-buffer-prefetch-folder-list'.
4780
4781         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4782         `ignore-cache'.
4783
4784 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4785
4786         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4787         `part-top' and `part-bottom'.
4788         (wl-draft-config-sub-part-top): New function.
4789         (wl-draft-config-sub-part-bottom): New function.
4790
4791 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4792
4793         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4794
4795 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4796
4797         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4798
4799 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4800
4801         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4802
4803         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4804         (wl-summary-write-current-folder): Ditto.
4805
4806 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4807
4808         * wl-folder.el (wl-folder-get-newsgroups): Use
4809         `elmo-folder-newsgroups'.
4810
4811 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4812
4813         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4814         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4815         `wl-draft-config-sub-header-bottom'.
4816
4817 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4818
4819         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4820         localnews folder.
4821
4822 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-summary.el (wl-summary-mode): Undo last change.
4825
4826         * wl-folder.el (wl-folder-mode): Ditto.
4827
4828 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4829
4830         * wl-summary.el (wl-summary-mode): Locally set
4831         truncate-partial-window-width to nil.
4832         (for XEmacs)
4833
4834         * wl-folder.el (wl-folder-mode): Ditto.
4835
4836 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4837
4838         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4839
4840 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4841
4842         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4843         number.
4844
4845         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4846
4847         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4848
4849         * Version number is increased to 2.7.6.
4850
4851 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4854
4855 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-summary.el (wl-summary-sync-update): Enclose network
4858         related portion with `unwind-protect'.
4859
4860 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4861
4862         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4863
4864 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4867         element.
4868         * wl-vars.el (wl-message-body-button-alist): Ditto.
4869
4870         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4871         max match length.
4872         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4873
4874         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4875         for the max match length;
4876         Use 4th element value for the button string regexp group.
4877
4878         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4879         candidate exists, prompt to select.
4880
4881 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4882
4883         * wl-summary.el (wl-summary-jump-to-msg): Search before
4884         calibration point by `beginning-of-line'.
4885
4886 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4887
4888         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4889         for access group.
4890
4891 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl-message.el (wl-message-display-internal): Bind
4894         `default-mime-charset'.
4895
4896         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4897
4898         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4899
4900         * Version number is increased to 2.7.5.
4901
4902 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4903
4904         * wl-expire.el (wl-summary-archive): Fixed;
4905         Use `elmo-folder-name-internal'.
4906
4907 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4908
4909         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4910         from `elmo-folder-move-messages' caller.
4911         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4912
4913         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4914         related portions are changed).
4915
4916 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4917
4918         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4919         counter.
4920
4921 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4924         buffer local and set it to nil.
4925
4926         * wl-message.el (wl-message-redisplay): Ditto.
4927
4928 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-summary.el (wl-summary-mark-as-important): If message is
4931         already cached, set messag as read, otherwise encache and mark as read.
4932
4933 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4934
4935         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4936         point-min.
4937
4938 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4941         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4942         a keymap.
4943
4944 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4947         parent.
4948
4949         * wl-mule.el (wl-message-define-keymap): Ditto.
4950
4951         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4952
4953         * wl-xmas.el (wl-message-display-internal-hook): Define.
4954         (wl-xmas-setup-message-toolbar): Define as function.
4955         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4956         (wl-message-overload-functions): Abolished.
4957         (wl-message-define-keymap): New function.
4958
4959         * wl-vars.el (wl-message-display-internal-hook): New variable.
4960         (wl-message-header-button-alist): New variable (Renamed from
4961         wl-highlight-message-header-button-alist).
4962         (wl-message-body-button-alist): Ditto.
4963
4964         * wl-mule.el (wl-message-define-keymap): New function.
4965         (wl-message-overload-functions): Abolished.
4966
4967         * wl-message.el (wl-message-add-buttons-to-body): New function.
4968         (wl-message-redisplay): Don't call wl-message-overload-functions;
4969         Call wl-message-add-buttons-to-header and
4970         wl-message-add-buttons-to-body.
4971         (wl-message-display-internal): Set keymap argument for
4972         elmo-mime-display-as-is, elmo-mime-message-display;
4973         Run wl-message-display-internal-hook.
4974         (wl-message-refer-article-or-url): Abolished.
4975
4976         * wl-highlight.el (wl-highlight-headers): Don't call
4977         wl-highlight-message-add-buttons-to-header.
4978         (wl-highlight-message-add-buttons-to-header): Abolished.
4979
4980
4981         * wl-e21.el (wl-message-display-internal-hook): Define.
4982         (wl-e21-setup-toolbar): Deleted duplicated binding.
4983         (wl-e21-setup-message-toolbar): Define as function.
4984         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4985         (wl-message-define-keymap): New function.
4986         (wl-message-overload-functions): Abolished.
4987
4988 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4991         and elmo-folder-close.
4992
4993         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4994
4995 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4996
4997         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4998         boolean value.
4999         * wl-draft.el (wl-draft-do-fcc): Ditto.
5000
5001 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5002
5003         * wl-vars.el (wl-fcc-force-as-read): New variable.
5004         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5005         mark copied message as read.
5006
5007 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5008
5009         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5010
5011 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5012
5013         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5014         `wl-summary-target-above' instead of obsolete variable
5015         `wl-summary-temp-above'.
5016
5017         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5018         instead of `make-obsolete-variable'.
5019         * wl-refile.el (toplevel): Ditto.
5020
5021 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5024         with third argument t.
5025         (wl-draft): Set first argument for wl-plugged-init as t.
5026
5027         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5028         definition.
5029
5030 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5031
5032         * wl-vars.el: Tabify.
5033         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5034
5035         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5036         message.
5037
5038 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5039
5040         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5041         and set default to beep.
5042
5043 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5044
5045         * wl-vars.el (wl-draft-truncate-lines): New variable.
5046
5047         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5048         instead of wl-message-truncate-lines for truncate-lines.
5049
5050 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-message.el (wl-message-display-internal): Call
5053         `wl-highlight-message' after `elmo-mime-display-as-is'.
5054
5055         * wl-mime.el (wl-mime-display-text/plain): New function.
5056         (wl-mime-display-header): Ditto.
5057         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5058         body-presentation-method for text/plain;
5059         Register `wl-mime-display-header' as a header-presentation-method;
5060         Don't set up `elmo-message-text-content-inserted-hook' and
5061         `elmo-message-header-inserted-hook'.
5062
5063         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5064         variable.
5065         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5066         as t if flag is 'all-header;
5067         Don't bind `elmo-message-ignored-field-list',
5068         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5069
5070 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5073         for xemacs with non-mule environment.
5074
5075 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5076
5077         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5078         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5079         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5080
5081 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5082
5083         * wl-vars.el (wl-interactive-send): Set default value as t.
5084
5085 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5086
5087         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5088         (wl-addrmgr-method-list): Abolished.
5089         (wl-addrmgr-change-method): Follow above change.
5090
5091         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5092
5093 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5094
5095         * wl-vars.el (wl-message-truncate-lines): Change default value
5096         to default-truncate-lines.
5097
5098         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5099
5100 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-vars.el (wl-message-truncate-lines): New variable.
5103
5104         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5105         wl-message-truncate-lines.
5106
5107 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5108
5109         * wl-acap.el (wl-acap-init): Remove period from error message.
5110         (wl-acap-find-acap-service): Remove period from message.
5111
5112 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl.el (wl-check-environment): Undo last change.
5115
5116         * wl-vars.el (wl-from): Changed default value.
5117
5118         * wl-util.el (toplevel): Don't require tm-edit.
5119
5120         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5121         `wl-folder-init';
5122         Don't set mark on mail body.
5123         (wl-draft-reedit): Ditto.
5124
5125         * wl-address.el (wl-address-quote-specials): Define as an alias for
5126         elmo-address-quote-specials.
5127
5128 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5131
5132         * wl-vars.el (wl-from): Set default value as nil.
5133         (wl-organization): Set default value as ORGANIZATION environment
5134         variable.
5135
5136         * wl-draft.el (wl-smtp-extension-bind): Check value of
5137         wl-smtp-connection-type.
5138
5139         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5140         error.
5141
5142 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5143
5144         * Version number is increased to 2.7.4.
5145
5146         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5147         arguments from `wl-highlight-x-face-function' caller.
5148         Use x-face-1.3.6.12 or later.
5149
5150 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5151
5152         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5153
5154 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5155
5156         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5157         (wl-fcc): Fix to accept function.
5158         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5159
5160 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5161
5162         * wl-acap.el (toplevel): Added `product-provide' declare.
5163         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5164
5165 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5166
5167         * wl.el (wl): Changed order of calling `elmo-init'
5168         and `elmo-folder-init'.
5169
5170 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5171
5172         * wl-mime.el (wl-summary-burst): Extract message when content-type
5173         of root entity is not only `multipart' but also `message/rfc822'.
5174         (wl-summary-burst-subr): Ditto.
5175
5176 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-vars.el (toplevel): Require 'custom.
5179         (wl-trash-folder): Added to `wl-setting' group.
5180
5181         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5182         exists.
5183         (wl-addrmgr-draw): Insert empty line when no entry exists.
5184
5185         * wl-mule.el (wl-message-wheel-up): Fixed.
5186         (wl-message-wheel-down): Ditto.
5187
5188 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5189
5190         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5191         config is an anonymous lambda expression.
5192
5193 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5196         when Mule 2 is running.
5197
5198 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5201
5202 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5205         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5206
5207         * wl-address.el (wl-address-specials-regexp): Eliminated.
5208         (wl-address-quote-specials): Rewrite.
5209
5210 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5213         shy-groups for regexp.
5214
5215         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5216         character classes and Perl style shy-groups for regexp.
5217         (wl-highlight-plugged-current-line): Use Posix style character
5218         classes for regexp.
5219         (wl-e21-highlight-folder-by-numbers): Ditto.
5220         (wl-e21-display-image-p): Use `display-images-p' instead of
5221         `display-graphic-p'.
5222         (display-images-p): Make an alias to `display-graphic-p' if it is
5223         not available.  It is for Emacs version prior to 21.0.105.
5224
5225         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5226         `display-graphic-p'.
5227         (wl-demo-image-type-alist): Ditto.
5228         (display-images-p): Make an alias to `display-graphic-p' if it is
5229         not available.  It is for Emacs version prior to 21.0.105.
5230
5231 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5232
5233         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5234         support.
5235         (wl-generate-user-agent-string): Ditto.
5236
5237         * wl-version.el (wl-version): Update docsting.
5238         (wl-version-status): Ditto.
5239
5240 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5241
5242         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5243         21.0.105.  For Emacs 21.0.104 or earlier.
5244
5245 2001-09-03  Takuo KITAME <kitame@northeye.org>
5246
5247         * wl-e21.el (wl-plugged-init-icons): Use
5248         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5249         (wl-biff-init-icons): Ditto.
5250
5251 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-highlight.el (wl-highlight-summary-current-line):
5254         Fixed highlighting refile/copy destination.
5255
5256         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5257         (wl-acap-store): Encode string by wl-acap-coding-system.
5258
5259 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-acap.el (toplevel): Check and require 'un-define before
5262         'xemacs-ucs;
5263          Added checking for UTF-2000.
5264
5265 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5268         Don't enclose with `eval-and-compile'.
5269
5270         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5271         wl-init is non-nil.
5272
5273         * wl-draft.el (wl-draft): Ditto.
5274
5275         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5276
5277         * wl-acap.el (toplevel): Require 'wl.
5278         (wl-acap-store): Call `elmo-init'.
5279
5280         * wl.el (wl): Changed position of `wl-check-environment'.
5281         (toplevel): Added autoload setting for wl-acap.
5282
5283         * wl-vars.el (wl-setting): New custom group.
5284         (wl-from): Added wl-setting group.
5285         (wl-user-mail-address-list): Ditto.
5286         (wl-organization): Ditto.
5287         (wl-subscribed-mailing-list): Ditto.
5288         (wl-envelope-from): Ditto.
5289         (wl-smtp-posting-user): Ditto.
5290         (wl-smtp-posting-server): Ditto.
5291         (wl-smtp-posting-port): Ditto.
5292         (wl-smtp-authenticate-type): Ditto.
5293         (wl-pop-before-smtp-user): Ditto.
5294         (wl-pop-before-smtp-server): Ditto.
5295         (wl-pop-before-smtp-port): Ditto.
5296         (wl-pop-before-smtp-authenticate-type): Ditto.
5297         (wl-nntp-posting-server): Ditto.
5298         (wl-nntp-posting-user): Ditto.
5299         (wl-nntp-posting-port): Ditto.
5300         (wl-fetch-confirm-threshold): Ditto.
5301         (wl-prefetch-threshold): Ditto.
5302         (wl-thread-insert-opened): Ditto.
5303         (wl-ldap-server): Ditto.
5304         (wl-ldap-port): Ditto.
5305         (wl-ldap-base): Ditto.
5306         (wl-ldap-objectclass): Ditto.
5307         (wl-use-ldap): Ditto.
5308         (wl-draft-config-alist): Ditto.
5309         (wl-draft-config-matchone): Ditto.
5310         (wl-template-alist): Ditto.
5311         (wl-message-sort-field-list): Ditto.
5312         (wl-message-ignored-field-list): Ditto.
5313         (wl-message-visible-field-list): Ditto.
5314         (wl-interactive-send): Ditto.
5315         (wl-summary-move-order): Ditto.
5316         (wl-auto-select-first): Ditto.
5317         (wl-auto-select-next): Ditto.
5318         (wl-interactive-save-folders): Ditto.
5319
5320         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5321         Initialization codes are moved from wl-local-folder-init.
5322         (wl-local-folder-init): Follow the change above.
5323         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5324
5325         * wl-acap.el: New file.
5326
5327         * Version number is increased to 2.7.3.
5328
5329 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5330
5331         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5332
5333 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5334
5335         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5336         (wl-addrmgr-address-entry-list): Ditto.
5337
5338 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-e21.el (wl-draft-mode-map): Removed binding for
5341         `wl-draft-insert-x-face-field'.
5342
5343         * wl-mule.el (wl-draft-mode-map): Ditto.
5344
5345         * wl-xmas.el (wl-draft-mode-map): Ditto.
5346
5347         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5348         (wl-cs-autoconv): Ditto.
5349         (wl-cs-local): Ditto.
5350         (wl-use-scoring): Ditto.
5351         (wl-mime-charset): Ditto.
5352         (wl-folder-check-async): Ditto.
5353
5354         * wl.el (toplevel): Ignore nemacs and tm.
5355         (wl-exit): Ditto.
5356
5357         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5358         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5359         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5360         instead of wl-address-petname-add-or-change.
5361         (wl-summary-edit-addresses-subr): Use wl-address-delete
5362         instead of wl-address-petname-delete.
5363
5364         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5365
5366         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5367         if error occured.
5368
5369         * wl-message.el (require): Remove tm support.
5370
5371         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5372
5373         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5374         (wl-folder-jump-to-current-entity): Ditto.
5375         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5376
5377         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5378         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5379         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5380
5381         * wl-mule.el (wl-draft-key-setup): Ditto.
5382
5383         * wl-xmas.el (wl-draft-key-setup): Ditto.
5384
5385         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5386         (wl-draft-std11-parse-addresses): New function.
5387         (wl-draft-parse-mailbox-list): Use it.
5388         (wl-draft): Ignore nemacs.
5389         (wl-draft-reedit): Ditto.
5390
5391         * wl-addrmgr.el: New file.
5392         (Original is wl-rcpt.el written by
5393         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5394         Thanks Kitamoto-san.)
5395
5396         * wl-address.el (wl-address-make-address-list): Modified parsing
5397         process.
5398         (wl-address-delete): Renamed from `wl-address-petname-delete';
5399         Modify wl-address-list too.
5400         (wl-address-add-or-change): Renamed from
5401         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5402
5403 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5404
5405         * wl-highlight.el (wl-highlight-summary-current-line):
5406           Work with transient-mark-mode
5407
5408 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * Version number is increased to 2.7.2.
5411
5412         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5413         instead of elmo-dop-queue-method.
5414
5415 2001-08-06  SAITO Atsunori <sai@yedo.com>
5416
5417         * wl-vars.el (wl-ldap-objectclass): New user option.
5418
5419         * wl-address.el (wl-ldap-make-filter): Use it.
5420
5421 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5422
5423         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5424
5425 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5426
5427         * wl-folder.el (wl-folder): redisplay after folder insertion.
5428
5429         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5430
5431         * wl-summary.el (wl-summary-sync-update):
5432         Change status mark only when new-msgdb exists.
5433         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5434
5435 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5436
5437         * wl-summary.el (wl-summary-open-folder): New function.
5438         (wl-summary-goto-folder-subr): Use it.
5439         (wl-summary-mark-as-important): Fix;
5440         Encache only when no cache exists.
5441
5442 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5445         Use with-current-buffer.
5446
5447 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5448
5449         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5450         before call `get-buffer'. Fixed parenthesis.
5451         (wl-score-get-header-entry): Clear message and help window when
5452         keyboard quit.
5453         (wl-score-edit-insert-header): Ditto.
5454
5455 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5458         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5459         (wl-default-draft-cite): Fix.
5460
5461         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5462         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5463
5464 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5465
5466         * wl-message.el (wl-message-prev-page): Do same bahavior
5467         as summary when it is called in the message buffer.
5468         (wl-message-next-page): Ditto.
5469
5470 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-summary.el (wl-summary-forward): Use cache if it is not
5473         section cache.
5474
5475 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5478         Removed redundant require of elmo-vars.
5479         (wl-biff-state-indicator-on): Changed default value for
5480         xemacs with non-mule environment.
5481
5482         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5483         wl-message-buffer is nil;
5484         Hide progress bar after moving messages.
5485
5486 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5489         message at cursor point is deleted.
5490
5491 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-vars.el: Changed file coding system to euc-japan.
5494         Added -*-coding:-*- magic to the first line.
5495
5496         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5497         Search parent from the first message.
5498
5499         * Version number is increased to 2.7.1.
5500
5501 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5502
5503         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5504
5505 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5506
5507         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5508         refile/delete execution.
5509
5510         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5511         Fixed docstring.
5512
5513 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5516         do update process;
5517         Don't update marks when update process is interrupted.
5518
5519 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-summary.el (wl-summary-reply): Fixed problem when
5522         wl-draft-use-frame is non-nil.
5523         (wl-summary-forward): Ditto.
5524
5525         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5526         as nil.
5527         (wl-folder-mark-as-read-all-entity): Ditto.
5528         (wl-folder-prefetch-entity): Ditto.
5529
5530         * wl.el (wl): Check environment before wl-init.
5531
5532         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5533         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5534         instead of wl-summary-collect-unread.
5535         (wl-summary-reply): Split message window.
5536
5537 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5538
5539         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5540         only if current language environment is japanese,
5541
5542         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5543         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5544         (wl-folder-goto-folder-subr): Ditto.
5545
5546         * wl-draft.el (wl-draft-dispatch-message): Call
5547         `elmo-file-cache-get-path'.
5548
5549 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-summary.el (wl-summary-cursor-move): If return value of
5552         wl-summary-next-message is not number, don't jump.
5553
5554 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-summary.el (wl-summary-buffer-next-message-function): New
5557         variable.
5558         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5559         if it is bound.
5560
5561         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5562         string.
5563
5564         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5565         (wl-plugged-drawing): Ditto.
5566
5567 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5570         process.
5571         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5572         with unwind-protect.
5573
5574         * wl.el (wl-init): Require mime-setup.
5575         (wl-check-environment): Don't require mime-setup.
5576
5577         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5578         instead of elmo-folder-type.
5579
5580         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5581         value as nil.
5582
5583 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * Version number is increased to 2.7.0.
5586
5587         * wl-version.el (wl-version): Changed codename.
5588
5589         * wl-summary.el (wl-summary-delete-cache): Fixed.
5590
5591         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5592         Workaround for net folders.
5593         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5594
5595         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5596         value to nil (According to the patch from
5597         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5598
5599         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5600         of elmo-folder-close.
5601
5602 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5603
5604         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5605         for postfix.
5606
5607 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-summary.el (wl-summary-resend-message): Fixed.
5610
5611         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5612         Call wl-draft with `from' argument if its address is included in
5613         `wl-user-mail-address-list'.
5614         (wl-draft): Added `from' argument.
5615
5616         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5617         non-nil.
5618         (wl): Don't show demo if wl-demo is nil.
5619
5620         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5621         wl-summary-use-frame.
5622
5623         * wl-vars.el (wl-summary-use-frame): New user option.
5624         (wl-folder-use-frame): Changed docstring.
5625
5626         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5627         non-nil.
5628         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5629         wl-summary-use-frame.
5630
5631         * wl-vars.el (wl-folder-use-frame): New user option.
5632
5633         * wl-summary.el (wl-summary-exit): Back to folder frame if
5634         wl-folder-use-frame is non-nil.
5635         (wl-summary-redisplay-internal): Ignore cache if current folder
5636         is draft folder,
5637         (wl-summary-redisplay-no-mime): Ditto.
5638         (wl-summary-redisplay-all-header): Ditto.
5639
5640         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5641         if wl-folder-use-frame is non-nil.
5642
5643 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5644
5645         * wl-summary.el (wl-summary-sync-update): Bind
5646         elmo-folder-update-threshold.
5647         (wl-summary-mark-as-important): Enclosed server mark processing
5648         with `save-match-data'.
5649
5650         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5651         only when it is already defined.
5652
5653 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5654
5655         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5656         name of folder exclude localdir is wrong.
5657         * wl-folder.el (wl-folder-sync-entity):
5658         Set `wl-summary-always-sticky-folder-list' as nil.
5659         (wl-folder-mark-as-read-all-entity): Ditto.
5660         (wl-folder-prefetch-entity): Ditto.
5661
5662 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5663
5664         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5665         instead of `wl-summary-write-current-newsgroup'.
5666
5667 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5668
5669         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5670         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5671         non-nil and selected message is important, do not display.
5672
5673 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5674
5675         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5676
5677 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5680
5681         * wl-summary.el (wl-summary-mark-as-important): Set message number
5682         using wl-summary-message-number.
5683
5684 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5685
5686         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5687         destination folder is 'null.
5688
5689 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5690
5691         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5692         New function.
5693         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5694         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5695         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5696
5697 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5698
5699         * wl-mime.el (wl-mime-setup): Added setting for
5700         `mime-setup-signature-key-alist' to avoid overriding key bind for
5701         `wl-draft-send'.
5702
5703         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5704         for `wl-draft-send'.
5705         * wl-mule.el (wl-draft-overload-functions): Ditto.
5706         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5707         * wl-draft.el (wl-draft-send): Ditto.
5708
5709         * wl-message.el (wl-message-display-internal):
5710         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5711         (Patch is provided by <kita@coe.nttdata.co.jp>).
5712
5713 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5714
5715         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5716
5717 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5718
5719         * wl.el (wl): Fix for wl-demo.
5720
5721 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5724
5725 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5726
5727         * wl-folder.el (wl-folder-prefetch-entity): Use
5728         `wl-folder-get-elmo-folder'.
5729         (wl-folder-count-incorporates): Do not use
5730         `wl-folder-get-elmo-folder'.
5731
5732 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5733
5734         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5735         instead of `elmo-folder-get-type'.
5736
5737 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5738
5739         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5740         position on Subject: field.
5741         (Advised by Mito <mit@nines.nec.co.jp>)
5742
5743 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5744
5745         * wl-folder.el (wl-folder-prefetch-entity): Use
5746         `wl-folder-get-elmo-folder'.
5747
5748 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5749
5750         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5751
5752         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5753         `process-duplicates' slot.
5754
5755         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5756         if detection failed.
5757
5758 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5759
5760         * wl-version.el (wl-version-status): Set to "alpha".
5761
5762 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5763
5764         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5765         Check wl-message-buffer lives before set-buffer.
5766
5767 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5768
5769         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5770         called in folder mode.
5771         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5772         * wl-summary.el (wl-summary-exit-pre-hook): Run
5773         `wl-summary-exit-pre-hook' before exit summary mode.
5774
5775 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5776
5777         * wl-version.el (wl-version-status): New variable.
5778         (wl-version-status-alist): Removed.
5779         (wl-version-status): Rule included.
5780
5781 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5782
5783         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5784         @sponichi.
5785
5786         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5787         when `mail-reply-buffer' is buffer-local variable.
5788         (Reported by <kita@coe.nttdata.co.jp>).
5789
5790 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-vars.el (toplevel): Require 'elmo-util.
5793
5794 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5795
5796         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5797         (All other related portions are changed)
5798
5799         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5800
5801         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5802
5803 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5804
5805         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5806
5807 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5810         Delete other windows to avoid an error.
5811         Use `point-marker' instead of `point' to remember the start point
5812         of body.
5813
5814         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5815
5816         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5817         number not to exceed all message number.
5818
5819 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5820
5821         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5822         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5823
5824 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl-summary.el (wl-summary-sync-force-update): Added argument
5827         no-check.
5828         (wl-summary-sync-update): Ditto.
5829         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5830         with `no-check'.
5831
5832         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5833         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5834         already running.
5835
5836 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5837
5838         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5839         `dst-folder-arg'.
5840         (wl-expire-archive-number1): Diito.
5841         (wl-expire-archive-number2): Diito.
5842         (wl-expire-archive-Date): Diito.
5843         (wl-archive-number1): Diito.
5844         (wl-archive-number2): Diito.
5845         (wl-archive-date): Diito.
5846         (wl-archive-folder-p): New function.
5847         (wl-summary-expire): Support of expand folder name at
5848         wl-expire-alist.
5849         * wl-util.el (wl-expand-newtext): Renamed from
5850         `wl-refile-expand-newtext'.
5851
5852 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5853
5854         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5855         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5856         `(elmo-msgdb-get-overview msgdb)'.
5857         (wl-summary-prefetch): Bind match data before call
5858         `wl-summay-prefetch-msg'.
5859         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5860         'off if `wl-summary-buffer-disp-msg' is non-nil.
5861         Fixed problem that couldn't show only one new or unread message when
5862         enter folder.
5863         (wl-summary-reply): Don't call `split-window-vertically' and other
5864         window.
5865
5866 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5867
5868         * wl-expire.el (wl-expire-refile): Fixed.
5869
5870 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5873
5874         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5875         biff notification is removed.
5876
5877         * wl.el (wl): Changed position of `elmo-init'.
5878
5879         * wl-draft.el (wl-default-draft-cite): Use date field
5880         on the citation buffer.
5881
5882         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5883
5884         * wl-xmas.el (wl-folder-internal-icon-list): Added
5885         `wl-folder-shimbun-image'.
5886
5887         * wl-e21.el (wl-folder-internal-icon-list): Added
5888         `wl-folder-shimbun-image'.
5889
5890 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl.el (wl-init): Eliminated argument.
5893         (wl): Rewrite.
5894
5895         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5896         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5897         instead of `elmo-folder-msgdb-internal'.
5898         (wl-summary-sync-update): Ditto.
5899         (wl-summary-flush-pending-append-operations): Eliminated.
5900         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5901         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5902         `elmo-folder-open'.
5903
5904         * wl-mime.el (wl-summary-burst): Fixed.
5905
5906         * wl-folder.el (wl-folder-info-save): Check data type.
5907
5908         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5909         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5910         instead of `elmo-folder-msgdb-internal'.
5911         (wl-expire-hide): Ditto.
5912
5913
5914         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5915
5916 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5917
5918         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5919
5920 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5923
5924 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5925
5926         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5927         Fixed `match-beginning' argument mismatch.
5928
5929 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5930
5931         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5932         the default value.
5933
5934 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5935
5936         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5937         instead of `elmo-nntp-default-port'.
5938
5939         * wl-vars.el: Fixed some doc strings.
5940
5941 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5942
5943         * wl-summary.el (wl-summary-prefetch-msg): Use
5944         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5945
5946         * wl-vars.el: Define *-func as obsolete variable using
5947         `elmo-define-obsolete-variable'.
5948
5949         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5950         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5951         instead of `wl-message-buffer-prefetch-threshold'.
5952
5953         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5954
5955         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5956
5957         * wl-draft.el (wl-caesar-region-func): Ditto.
5958
5959         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5960         Keep unread status in elmo-folder-move-messages.
5961         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5962
5963 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5964
5965         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5966         `wl-summary-buffer-exit-func'
5967         (wl-summary-buffer-message-redisplay-function): Renamed from
5968         `wl-summary-buffer-message-redisplay-func'
5969         (wl-summary-buffer-next-folder-function): Renamed from
5970         `wl-summary-buffer-next-folder-func'.
5971         (wl-summary-buffer-prev-folder-function): Renamed from
5972         `wl-summary-buffer-prev-folder-func'.
5973         (wl-summary-get-petname-function): Renamed from
5974         `wl-summary-get-petname-func'.
5975
5976         * wl-score.el (wl-score-edit-exit-function): Renamed from
5977         `wl-score-edit-exit-func'.
5978
5979         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5980         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5981
5982         * wl-util.el (wl-load-profile-function): Renamed from
5983         `wl-load-profile-func'.
5984
5985         * wl-folder.el (wl-folder-completion-function): Renamed from
5986         `wl-folder-completion-func'.
5987         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5988
5989         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5990         `wl-expire-archive-get-folder-func'.
5991         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5992         (wl-draft-send-mail-function): Renamed from
5993         `wl-draft-send-mail-func'.
5994         (wl-draft-send-news-function): Renamed from
5995         `wl-draft-send-news-func'.
5996         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5997         (wl-generate-mailer-string-function): Renamed from
5998         `wl-generate-mailer-string-func'.
5999         (wl-highlight-signature-search-function): Renamed from
6000         `wl-highlight-signature-search-func'.
6001         (wl-highlight-x-face-function): Renamed from
6002         `wl-highlight-x-face-func'
6003         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6004         (wl-ps-print-buffer-function): Renamed from
6005         `wl-ps-print-buffer-func'
6006         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6007         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6008         (wl-summary-subject-filter-function): Renamed from
6009         `wl-summary-subject-filter-func'.
6010
6011         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6012         `wl-draft-queue-flush-send-func'
6013         (wl-draft-cite-function): Renamed from
6014         `wl-draft-cite-func'
6015
6016         * wl-address.el (wl-address-init-function): Renamed from
6017         `wl-address-init-func'.
6018
6019 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-draft.el (wl-draft-queue-flush): Don't call
6022         `elmo-dop-unlock-message'.
6023         * wl-draft.el (wl-draft-queue-append): Don't call
6024         `elmo-dop-lock-message'.
6025
6026         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6027         (wl-summary-buffer-folder-name): Ditto.
6028         (wl-summary-message-regexp): Added '-' (all other related portions
6029         are changed).
6030         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6031         wl-summary-buffer-folder-name.
6032
6033 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6034
6035         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6036         the number of mails in the folder buffer is not updated by wl-biff.
6037
6038 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6039
6040         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6041         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6042
6043 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6044
6045         * wl-summary.el (wl-summary-next-message):
6046         Return next message number when wl-summary-move-order is nil.
6047
6048 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6049
6050         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6051         `wl-summary-move-spec-alist'.
6052         (wl-summary-move-spec-unplugged-alist): New variable
6053         (Move spec for unplugged status).
6054         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6055         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6056
6057 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6058
6059         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6060         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6061
6062 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6063
6064         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6065         simple quotation to quote the anonymous function.
6066         * tm-wl.el (wl-draft-preview-message): Ditto.
6067
6068 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6069
6070         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6071         Eliminate redundant `save-excursion'.
6072         (wl-highlight-summary-current-line): Ditto.
6073
6074         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6075         accessing match data when `looking-at' failed.
6076
6077         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6078         `elmo-match-string' where users don't care about the speed.
6079         (wl-draft-save): Ditto.
6080
6081 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-util.el (wl-regexp-opt): New function.
6084
6085         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6086         number from `wl-summary-buffer-number-list'.
6087         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6088         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6089         (wl-summary-move-spec-alist): Changed default setting.
6090
6091 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6092
6093         * wl-vars.el (wl-biff-notify-hook): New hook.
6094         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6095         the arrival of new mail.
6096         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6097         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6098
6099 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6100
6101         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6102
6103 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6104
6105         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6106
6107         * Version number is increased to 2.5.8.
6108
6109         * wl-thread.el (toplevel): require 'cl.
6110         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6111         (wl-thread-make-number-list): New function.
6112         (wl-thread-entity-make-number-list-from-children): Ditto.
6113         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6114         (wl-thread-entity-insert-as-children): Likewise.
6115         (wl-thread-delete-message): Likewise.
6116         (wl-meaning-of-mark): Eliminated.
6117         (wl-thread-next-failure-mark-p): Ditto.
6118         (wl-thread-entity-get-mark): Ditto.
6119         (wl-thread-meaning-alist-get-result): Ditto.
6120         (wl-thread-entity-check-prev-mark): Ditto.
6121         (wl-thread-entity-check-next-mark): Ditto.
6122         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6123         (wl-thread-entity-get-prev-marked-entity): Ditto.
6124         (wl-thread-get-prev-unread): Ditto.
6125         (wl-thread-jump-to-prev-unread): Ditto.
6126         (wl-thread-get-next-unread): Ditto.
6127         (wl-thread-jump-to-next-unread): Ditto.
6128         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6129         (wl-thread-entity-get-next-marked-entity): Ditto.
6130
6131         * wl-summary.el (wl-summary-buffer-number-list):
6132         New bufer-local variable.
6133         (wl-summary-switch-to-clone-buffer): Clone
6134         `wl-summary-buffer-number-list'.
6135         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6136         (wl-summary-cursor-move-regex): Eliminated.
6137         (wl-summary-cursor-up): Rewrite.
6138         (wl-summary-cursor-down): Ditto.
6139         (wl-summary-mode-spec-alist): New variable.
6140         (wl-summary-next-message): New inline function.
6141         (wl-summary-cursor-move): New function.
6142         (wl-summary-default-get-next-msg): Rewrite.
6143         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6144         (wl-summary-rescan): Ditto.
6145         (wl-summary-sync-all-init): Ditto.
6146         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6147         summary is not thread view.
6148         (wl-summary-sync-update): Ditto.
6149         (wl-summary-rescan): Ditto.
6150         (wl-summary-make-number-list): New function.
6151
6152         * wl-draft.el: "FCC" -> "Fcc".
6153
6154 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-highlight.el (wl-highlight-summary-window):
6157         Call `set-buffer-modified-p'.
6158
6159         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6160         (wl): Call `elmo-init' and fix.
6161
6162         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6163         Use new variables.
6164
6165         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6166
6167 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6170
6171 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6172
6173         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6174
6175 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6176
6177         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6178         `wl-use-toolbar' nor `display-graphic-p'.
6179         (wl-e21-setup-message-toolbar): Ditto.
6180         (wl-e21-setup-summary-toolbar): Ditto.
6181         (wl-e21-setup-folder-toolbar): Ditto.
6182
6183         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6184         (wl-plugged-init-icons): Ditto.
6185
6186         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6187         `display-graphic-p'.
6188         (wl-plugged-set-folder-icon): Ditto.
6189         (wl-highlight-plugged-current-line): Ditto.
6190         (wl-highlight-folder-current-line): Ditto.
6191         (wl-e21-highlight-folder-group-line): Ditto.
6192         (wl-e21-setup-toolbar): Ditto.
6193         (wl-e21-display-image-p): New macro.
6194
6195         * wl-demo.el (wl-demo): Simplified.
6196         (wl-demo-image-type-alist): Use `image-type-available-p' for
6197         checking whether the image type `xbm' is available.
6198
6199 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6202         (wl-summary-input-range): Ditto.
6203
6204 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-summary.el (wl-summary-edit-addresses): Use
6207         `wl-summary-get-original-buffer'
6208         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6209         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6210         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6211         (wl-summary-get-newsgroups): Eliminated.
6212         (wl-summary-set-crosspost): Ditto.
6213         (wl-summary-is-crosspost-folder): Ditto.
6214         (wl-crosspost-alist-load): Ditto.
6215         (wl-crosspost-alist-save): Ditto.
6216
6217         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6218         `elmo-setup-subscribed-newsgroups' instead of
6219         `elmo-nntp-make-groups-hashtb'.
6220         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6221         instead of `wl-crosspost-alist-save'.
6222
6223         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6224         of `elmo-folder-message-appendable-p'.
6225         (wl-mime-header-presentation-method): Eliminated.
6226
6227         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6228         (Error occurs in emacs21).
6229
6230         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6231         the current buffer).
6232
6233         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6234         instead of `wl-crosspost-alist-save'.
6235         (wl-init): `elmo-crosspost-message-alist-load'
6236         instead of `wl-crosspost-alist-load'
6237
6238         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6239         (wl-parse-newsgroups): Likewise.
6240         (wl-biff-notify): Run `wl-biff-notify-hook'.
6241
6242 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6245
6246         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6247         when `wl-summary-lazy-highlight' is non-nil.
6248         (wl-summary-goto-folder-subr): Highlight only when
6249         `wl-summary-lazy-highlight' is non-nil.
6250
6251         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6252         Don't display progress and highlight temp-mark when
6253         `wl-summary-lazy-highlight' is non-nil.
6254         (wl-highlight-summary-window): New function.
6255         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6256
6257 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6258
6259         * wl-summary.el (wl-summary-sync): Change `all-visible'
6260         from `all-shown'
6261         (wl-summary-input-range): Ditto.
6262
6263 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6264
6265         * wl-e21.el (wl-highlight-folder-current-line): Call
6266         `wl-folder-init-icons' when folder icons have not been initialized.
6267
6268         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6269
6270         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6271         (wl-demo-image-type-alist): New macro.
6272
6273 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6274
6275         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6276         display does not support graphics.
6277         (wl-plugged-init-icons): Ditto.
6278         (wl-folder-init-icons): Ditto.
6279
6280         * wl-demo.el (wl-demo): Chech closely whether the display
6281         supports graphics.
6282
6283 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-get-original-buffer): New function.
6286         (wl-summary-set-crosspost): Use it.
6287         (wl-summary-target-mark-uudecode): Ditto.
6288         (wl-summary-reedit): Ditto.
6289         (wl-summary-resend-bounced-mail): Ditto.
6290         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6291         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6292
6293         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6294         (wl-message-display-internal): Ditto.
6295
6296 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6299
6300 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-summary.el (wl-summary-save-view): Renamed from
6303         `wl-summary-save-status'.
6304
6305 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6306
6307         * wl-summary.el (wl-summary-sync): Added `all-shown'
6308
6309 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6312
6313 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6314
6315         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6316
6317 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6318
6319         * wl-highlight.el (wl-highlight-summary-line-string): Use
6320         `zerop' instead of `= 0'.
6321         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6322
6323         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6324         for comparing numbers.
6325         (wl-template-prev): Use `zerop' instead of `eq 0'.
6326
6327         * wl-draft.el (wl-draft-insert-current-message): Use
6328         `with-current-buffer' instead of `save-excursion'.
6329         Use `zerop' instead of `eq 0'.
6330
6331 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6332
6333         * wl-draft.el (wl-draft-insert-ccs): New function.
6334         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6335         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6336
6337 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6340
6341 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-expire.el (wl-expire-refile): Don't call
6344         elmo-msgdb-add-msgs-to-seen-list;
6345         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6346         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6347
6348 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6349
6350         * wl-message.el (wl-message-prev-page): Ignore errors while
6351         scroll-down.
6352
6353 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6354
6355         * wl-mime.el: Use elmo-original-message-mode instead of
6356         mmelmo-original-mode.
6357
6358         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6359         `elmo-folder-get-spec';
6360         (wl-fldmgr-add-completion-all-completions):
6361         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6362
6363         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6364         of `elmo-folder-get-type'.
6365
6366         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6367         `elmo-folder-get-spec';
6368         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6369         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6370         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6371         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6372         `elmo-read-msg-no-cache';
6373         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6374         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6375         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6376         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6377         `elmo-cache-save';
6378         (wl-draft-reedit): Use `elmo-message-file-name'.
6379
6380         * wl-expire.el: Use `elmo-folder-name-internal';
6381         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6382         Use macro `wl-summary-buffer-msgdb' instead of variable
6383         `wl-summary-buffer-msgdb';
6384         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6385         Use macro `wl-summary-buffer-folder-name' instead of variable
6386         `wl-summary-buffer-folder-name'.
6387         * wl-score.el: Likewise.
6388
6389         * wl-message.el: Rewrite for new message buffer cache mechanism.
6390         (wl-message-buffer-cache-buffer-get): New macro.
6391         (wl-message-buffer-cache-folder-get): Ditto.
6392         (wl-message-buffer-cache-message-get): Ditto.
6393         (wl-message-buffer-cache-entry-make): Ditto.
6394         (wl-message-buffer-cache-hit): Ditto.
6395         (wl-message-buffer-cache-sort): New function.
6396         (wl-message-buffer-cache-add): Ditto.
6397         (wl-message-buffer-cache-delete): Ditto.
6398         (wl-message-buffer-cache-clean-up): Ditto.
6399         (wl-message-buffer-window): Rewrite.
6400         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6401         (wl-message-buffer-display): New function.
6402         (wl-message-display-internal): New function.
6403
6404 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-folder.el: Use `elmo-folder-name-internal';
6407         Use `wl-folder-get-elmo-folder';
6408         Use `elmo-folder-list-messages' instead of
6409         `elmo-list-folder';
6410         Use `elmo-folder-get-primitive-list' instead of
6411         `elmo-folder-get-primitive-spec-list';
6412         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6413         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6414         Use `elmo-folder-create' instead of `elmo-create-folder'.
6415         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6416         (wl-folder-get-elmo-folder): New macro.
6417         (wl-folder-elmo-folder-cache-get): Ditto.
6418         (wl-folder-elmo-folder-cache-put): Ditto.
6419         (wl-folder-suspend): Call `elmo-quit'.
6420
6421         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6422         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6423         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6424         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6425         (toplevel): require 'cl.
6426         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6427
6428         * wl-summary.el: Rewrite to use new elmo interface.
6429
6430 \f
6431 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-mime.el (wl-draft-preview-message):
6434         Run `wl-draft-send-hook' before collecting recipients information;
6435         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6436
6437         * tm-wl.el (wl-draft-preview-message): Ditto.
6438
6439 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6442         wrong recipients are displayed when forwarded message.
6443
6444 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * Version number is increased to 2.5.7.
6447
6448 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6449
6450         * wl-message.el (wl-message-next-page): Bind
6451         `window-pixel-scroll-increment' to nil while scrolling up.
6452
6453 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6454
6455         * wl-vars.el (wl-save-hook): New hook.
6456         * wl.el (wl-save): Call `wl-save-hook'.
6457
6458 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6459
6460         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6461         Argument WITH-ARG instead of NO-ARG (negative mean).
6462         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6463         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6464         * wl-message.el (wl-message-follow-current-entity): Likewise.
6465
6466 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6467
6468         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6469         FROM was optional argument.
6470         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6471
6472 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6473
6474         * Version number is increased to 2.5.6.
6475
6476 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6477
6478         * wl-version.el (wl-version-show): Removed.
6479         (wl-version): Add `interactive'.
6480
6481 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6482
6483         * wl-summary.el (wl-summary-get-petname-func): New variable.
6484         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6485         instead of `wl-address-get-petname-1'.
6486         (wl-summary-simple-from): Ditto.
6487
6488         * wl-address.el (wl-address-get-petname-1): Define as function.
6489
6490 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6493         field in the original message.
6494         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6495
6496 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6497
6498         * wl-expire.el (wl-expire-hide):
6499         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6500
6501 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6504         find decoder for To, Cc, and Subject.
6505
6506 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6509         for checking `elmo-use-buffer-cache'.
6510         (wl-summary-mark-as-important): Fixed typo in comment.
6511
6512 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6515         field in the original message.
6516         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6517
6518 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6519
6520         * wl-expire.el (wl-expire-hide):
6521         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6522
6523 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6526         find decoder for To, Cc, and Subject.
6527
6528 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * Version number is increased to 2.5.5.
6531
6532         * wl-address.el (wl-address-specials-regexp): New constant.
6533         (wl-address-quote-specials): Use it.
6534
6535 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * wl-summary.el (wl-summary-rescan):
6538         Call `wl-summary-buffer-number-column-detect'.
6539         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6540
6541         * wl-message.el (wl-message-mode-map): Define.
6542         (wl-message-decode): Use it as local-map.
6543
6544 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6547         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6548
6549 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6550
6551         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6552
6553         * wl-mule.el (wl-read-event-char): Ditto.
6554
6555         * wl-e21.el (wl-read-event-char): Ditto.
6556
6557         * wl-nemacs.el (wl-read-event-char): Ditto.
6558         (read-event): Removed.
6559
6560         * wl-util.el (toplevel): Removed dummy definition of
6561         `read-event'.
6562         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6563
6564 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6565
6566         * wl-nemacs.el (elmo-archive-call-process): Moved to
6567         elmo-archive.el.
6568
6569 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6570
6571         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6572         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6573
6574         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6575         instead of magic-number 6.  Use `not' instead of `null' for symbol
6576         `nil' check (not empty list).
6577         (wl-draft-insert-x-face-field): Fixed paren style.
6578
6579         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6580         one-branch conditional statement, instead of `and' and `if'.
6581         (wl-draft-forward): Likewise.
6582         (wl-draft-add-references): Likewise.
6583         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6584
6585         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6586         conditional steatment.  Use `cond' instead of `if'.
6587         (wl-draft-confirm): Likewise.
6588
6589 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6590
6591         * wl-version.el (wl-version-show): Use `product-string-1'
6592         instead of `wl-version'.
6593         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6594
6595         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6596
6597 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6598
6599         * wl-highlight.el (wl-highlight-headers): Revert
6600         `wl-highlight-x-face-func' argument (`beg' and `end').
6601
6602 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6603
6604         * wl.el (toplevel): Move `product-provide' declare.
6605         * wl-demo.el (toplevel): Ditto.
6606         * wl-dnd.el (toplevel): Ditto.
6607         * wl-highlight.el (toplevel): Ditto.
6608         * wl-message.el (toplevel): Ditto.
6609         * wl-refile.el (toplevel): Ditto.
6610         * wl-util.el (toplevel): Ditto.
6611
6612 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6615         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6616         (wl-thread-close-all): keep cursor position.
6617
6618 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6619
6620         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6621         (eq x 0).
6622         (wl-generate-user-agent-string-1): Fix conditional statement.
6623
6624 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6625
6626         * wl.el (wl-check-environment): Additional check for
6627         'wl-local-domain' and `wl-message-id-domain'.
6628
6629 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6630
6631         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6632
6633 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6634
6635         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6636         instead of `smtp-sasl-user-realm'.
6637
6638 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6639
6640         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6641
6642 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6643
6644         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6645         to the default value as well as `eword-lexical-analyzer'.
6646
6647 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6648
6649         * wl-version.el (wl-extended-emacs-version,
6650         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6651         `elmo-match-string' instead of `wl-match-string'.
6652
6653 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6654
6655         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6656         docstring.
6657
6658 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6659
6660         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6661
6662 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6663
6664         * wl-highlight.el (wl-highlight-headers): Remove
6665         `wl-highlight-x-face-func' argument (`beg' and `end').
6666
6667 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-summary.el (wl-summary-mark-as-important):
6670         Remove cache if folder is local.
6671
6672 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6673
6674         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6675         to get existing e-mail address string.
6676
6677 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6678
6679         * wl-version.el (wl-generate-user-agent-string): Commentary.
6680         (wl-generate-user-agent-string-1): Use `when' for
6681         one-branch conditional statement, instead of `and' and `if'.
6682         (wl-extended-emacs-version, wl-extended-emacs-version2,
6683         wl-extended-emacs-version3): Ditto.
6684
6685 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6688         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6689         condition-case; Remove initialization.
6690         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6691         (wl-summary-sync-update3): Added argument `sync-all';
6692         Eliminated local variable `msgdb';
6693         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6694         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6695         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6696
6697 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6698
6699         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6700         connection before call `wl-draft-send-mail-with-smtp'.
6701
6702 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6703
6704         * Version number is increased to 2.5.4.
6705
6706 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * wl.el (wl-check-environment): Additional check for
6709         'wl-local-domain' and `wl-message-id-domain'.
6710
6711 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6714         buffer as command specific.
6715         (wl-folder-mark-as-read-all-entity): Ditto.
6716         (wl-folder-prefetch-entity): Ditto.
6717         (wl-folder-drop-unsync-entity): Ditto.
6718
6719         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6720         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6721         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6722
6723         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6724         save-excursion.
6725
6726 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * Version number is increased to 2.5.3.
6729
6730         * wl-summary.el (wl-summary-save-view-cache):
6731         Delete duplicated `write-region';
6732         Use `write-region-as-binary' instead of `as-binary-output-file' and
6733         `write-region'.
6734
6735 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6736
6737         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6738
6739 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6742         instead of `smtp-via-smtp'.
6743
6744 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6747
6748 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6749
6750         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6751         instead of `smtp-sasl-user-realm'.
6752
6753 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6754
6755         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6756
6757 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6758
6759         * Version number is increased to 2.5.2.
6760
6761 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6764         does not exist.
6765         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6766         (wl-biff-start): Call `timer-activate' if timer already exists.
6767
6768         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6769         only when it is bound as function.
6770
6771 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6772
6773         * Version number is increased to 2.5.1.
6774
6775 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6776
6777         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6778         Print refile/copy destination.
6779
6780 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6781
6782         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6783         queue-flush-only is non-nil.
6784
6785         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6786
6787         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6788         checking cache folder.
6789
6790 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6791
6792         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6793         `regexp-quote'.
6794
6795 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6796
6797         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6798         function.
6799         * wl-summary.el (wl-summary-write-current-folder-functions):
6800         Change default value.  Use it.
6801
6802 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * Version number is increased to 2.5.0.
6805
6806         * wl-version.el (wl-version): Changed codename.
6807
6808 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6811         (wl-summary-supersedes-message): Ditto.
6812
6813 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6814
6815         * wl-refile.el (wl-refile-guess-functions): Renamed from
6816         `wl-refile-guess-func-list'.
6817
6818 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6821         Fixed problem when no rule was matched.
6822
6823 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6824
6825         * wl-summary.el (wl-summary-get-mark): Fixed
6826         `wl-summary-buffer-target-mark' check logic.
6827
6828 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6829
6830         * wl-folder.el (wl-folder-write-current-folder): Added group
6831         folder check.
6832
6833         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6834         `wl-summary-write-current-newsgroup'.
6835         (wl-summary-write-current-folder-functions): New variable.
6836         * wl-folder.el (wl-folder-get-newsgroups): New function.
6837         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6838         (wl-folder-write-current-folder): Renamed from
6839         `wl-folder-write-current-newsgroup'.
6840
6841 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6842
6843         * Version number is increased to 2.3.93.
6844
6845 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6848         (wl-ldap-make-matched-value-list): Ditto.
6849         (wl-ldap-alias-safe-string): Split e-mail address.
6850
6851         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6852         petname folder default was selected.
6853         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6854         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6855
6856 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6859         to `wl-draft-config-exec'.
6860
6861         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6862         instead of calling `wl-draft-config-exec';
6863         Process group-list and show recipients in minibuffer.
6864
6865         * tm-wl.el (wl-draft-preview-message): Ditto.
6866
6867 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6868
6869         * wl.el (toplevel): Added (C) to copyright notice, and
6870         sync Author header.
6871         * tm-wl.el (toplevel): Ditto.
6872         * wl-address.el (toplevel): Ditto.
6873         * wl-demo.el (toplevel): Ditto.
6874         * wl-dnd.el (toplevel): Ditto.
6875         * wl-draft.el (toplevel): Ditto.
6876         * wl-e21.el (toplevel): Ditto.
6877         * wl-expire.el (toplevel): Ditto.
6878         * wl-folder.el (toplevel): Ditto.
6879         * wl-highlight.el (toplevel): Ditto.
6880         * wl-message.el (toplevel): Ditto.
6881         * wl-mime.el (toplevel): Ditto.
6882         * wl-mule.el (toplevel): Ditto.
6883         * wl-nemacs.el (toplevel): Ditto.
6884         * wl-refile.el (toplevel): Ditto.
6885         * wl-score.el (toplevel): Ditto.
6886         * wl-summary.el (toplevel): Ditto.
6887         * wl-template.el (toplevel): Ditto.
6888         * wl-thread.el (toplevel): Ditto.
6889         * wl-util.el (toplevel): Ditto.
6890         * wl-vars.el (toplevel): Ditto.
6891         * wl-xmas.el (toplevel): Ditto.
6892
6893 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6894
6895         * wl.el (wl-init): Added comment about `wl-init-hook'.
6896         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6897         * wl-vars.el (wl-init-hook): Added docs.
6898         (wl-make-plugged-hook): Removed useless docs.
6899         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6900         * wl-xmas.el (toplevel): Ditto.
6901
6902 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6903
6904         * wl-address.el (toplevel): Fixed multiple Author header format.
6905         * wl-demo.el (toplevel): Ditto.
6906         * wl-draft.el (toplevel): Ditto.
6907         * wl-folder.el (toplevel): Ditto.
6908         * wl-summary.el (toplevel): Ditto.
6909         * wl-thread.el (toplevel): Ditto.
6910         * wl-util.el (toplevel): Ditto.
6911         * wl-vars.el (toplevel): Ditto.
6912         * wl-version.el (toplevel): Ditto.
6913         * wl-xmas.el (toplevel): Ditto.
6914         * wl.el (toplevel): Ditto.
6915
6916         * wl-version.el (toplevel): Added require `elmo-version' for
6917         `product-version-as-string'.
6918
6919 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-vars.el (wl-draft-send-hook): Changed default value to
6922         '(wl-draft-config-exec).
6923
6924         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6925         explicitly.
6926         (wl-draft): Set `wl-draft-config-exec-flag' before running
6927         `wl-mail-setup-hook'.
6928
6929         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6930         `wl-biff-init-icons' to `wl-init-hook' instead of
6931         `wl-make-plugged-hook'.
6932         (Because if `wl-draft' command is invoked at first,
6933         they are not initialized)
6934         Updated copyright notice.
6935
6936         * wl-e21.el (toplevel): Ditto;
6937
6938         * wl-demo.el (toplevel): Updated copyright notice.
6939         * wl-address.el (toplevel): Ditto.
6940         * wl-draft.el (toplevel): Ditto.
6941         * wl-version.el (toplevel): Ditto.
6942         * wl-folder.el (toplevel): Ditto.
6943         * wl-summary.el (toplevel): Ditto.
6944         * wl-thread.el (toplevel): Ditto.
6945         * wl-util.el (toplevel): Ditto.
6946         * wl-vars.el (toplevel): Ditto.
6947         * wl.el (toplevel): Ditto.
6948
6949 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl-highlight.el (wl-highlight-message): Fixed problem of
6952         highlighting failure which occured when the last field contains
6953         multiple lines in the draft buffer.
6954
6955         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6956         `wl-biff-start' if plugged.
6957
6958         * wl-util.el (wl-biff-check-folder): New function.
6959         (wl-biff-check-folders): Don't set session name prefix.
6960         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6961         (wl-biff-check-folder-async): Ditto.
6962
6963         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6964         in email address.
6965
6966 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6967
6968         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6969
6970         * wl-draft.el (wl-draft-strip-subject-re): New function.
6971
6972         * wl-draft.el (wl-draft-reply): Use it.
6973
6974 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-message.el (wl-mmelmo-message-redisplay): Use
6977         `mime-display-message' instead of `wl-mime-display-message'.
6978
6979         * wl-mime.el (toplevel): Removed compatibility workaround
6980         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6981         (wl-mime-display-message): Abolished.
6982         (wl-mime-entity-read-field): Ditto.
6983         (wl-mime-combine-message/partial-pieces): Use
6984         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6985
6986 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6987
6988         * wl-template.el: Doc fixes.
6989
6990 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6991
6992         * wl-e21.el (wl-message-overload-functions): Do nothing if
6993         `current-local-map' is not available.
6994         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6995
6996 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6997
6998         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6999         representation.
7000
7001         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7002         number.
7003         (wl-fldmgr-save-folders): Don't use `format' when insert
7004         `wl-fldmgr-folders-header'.
7005
7006 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7007
7008         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7009
7010 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * wl-highlight.el (wl-highlight-message):
7013         Use `std11-field-end' to detect end point of the header field.
7014         Refer `wl-highlight-max-header-size'.
7015
7016         * wl-vars.el (wl-highlight-max-header-size): New variable.
7017
7018         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7019
7020         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7021         Set `for-draft' argument of wl-highlight-headers.
7022         (wl-draft): Ditto.
7023         (wl-draft-reedit): Ditto.
7024         (wl-user-agent-compose-internal): Ditto.
7025
7026 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7027
7028         * wl-message.el (wl-message-add-button): Use overlay.
7029
7030 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7033
7034         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7035         problem when group-list content is nothing.
7036         (Reported by Mito <mit@nines.nec.co.jp>)
7037
7038 2000-10-18  SAITO Atsunori <sai@yedo.com>
7039
7040         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7041
7042 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7043
7044         * tm-wl.el (toplevel): Use product-provide.
7045
7046 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * Version number is increased to 2.3.92.
7049
7050 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7051
7052         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7053         title text, use `display' property for left margin under Emacs 21.
7054
7055         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7056         properties.
7057         (wl-plugged-init-icons): Ditto.
7058
7059 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7060
7061         * wl.el (wl-save-status, wl-init): Remove last period in
7062         "...done." message.
7063         * tm-wl.el (wl-summary-burst): Ditto.
7064         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7065         wl-summary-resume-cache-status,
7066         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7067         wl-summary-sync-update3, wl-summary-highlight-msgs,
7068         wl-summary-flush-pending-append-operations,
7069         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7070         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7071         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7072         wl-thread-open-all): Ditto.
7073         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7074         * wl-mime.el (wl-summary-burst): Ditto.
7075         * wl-highlight.el (wl-highlight-summary): Ditto.
7076         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7077         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7078         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7079         * wl-address.el (wl-local-address-init): Ditto.
7080
7081 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7082
7083         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7084         `add-text-properties'.
7085         (wl-plugged-init-icons): Ditto.
7086         (wl-folder-init-icons): Use `propertize' instead of
7087         `put-text-property'.
7088         (wl-plugged-set-folder-icon): Ditto.
7089         (wl-e21-highlight-folder-group-line): Ditto.
7090
7091 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-version.el (wl-version-status-alist): New variable.
7094         (wl-version-status): New function.
7095
7096         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7097         "Cc" part of the case "Reply-To".
7098
7099         * wl-draft.el (wl-draft-reply): Use result of
7100         `eword-extract-address-components'.
7101
7102         * wl-demo.el (wl-demo-icon-name): New constant.
7103         (wl-logo-xpm): Use it.
7104         (wl-logo-xbm): Ditto.
7105         (wl-logo-bitmap): Ditto.
7106
7107         * Version number is increased to 2.3.91.
7108
7109 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7110
7111         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7112         (wl-extended-emacs-version, wl-extended-emacs-version2,
7113         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7114         docstring.
7115
7116         * wl-version.el (wl-generate-user-agent-string-1): New function.
7117         (wl-generate-user-agent-string): Use it.
7118
7119         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7120         `mime-edit-insert-user-agent-field'.
7121         (wl-generate-user-agent-string): Check
7122         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7123
7124         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7125         instead of `if', when verbose case.
7126
7127 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7128
7129         * wl-expire.el (wl-summary-expire): Fix.
7130
7131 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7132
7133         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7134         and `elmo-lost+found-folder' if 'wl-draft.
7135         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7136
7137 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7138
7139         * wl-expire.el (wl-summary-expire): Change messages.
7140         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7141         `deleing-info' instead of "Deleting..."
7142
7143 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7144
7145         * wl-summary.el (wl-summary-refile-subr): Fix.
7146
7147 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7148
7149         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7150         if pipe folder.
7151
7152 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7153
7154         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7155
7156 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7157
7158         * wl-expire.el (wl-expire-hide): New function.
7159         (wl-summary-expire): Add `hide'.
7160
7161 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-vars.el (wl-draft-reply-without-argument-list):
7164         Changed default value to consider `Reply-To:'.
7165         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7166
7167         * Version number is increased to 2.3.90.
7168
7169         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7170         elmo-imap4-get-session with unwind-protect.
7171         Don't cause error.
7172         (wl-summary-sync-marks): Don't check plugged nor folder type.
7173         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7174         (Always keep current buffer).
7175
7176 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7177
7178         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7179         Enclose with `save-excursion'.
7180
7181 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7182
7183         * wl-version.el (wl-version): Remove interactive.
7184
7185 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7186
7187         * wl-version.el (wl-generate-user-agent-string): Use
7188         `product-string-verbose' instead of `product-string-1'.
7189
7190 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7191
7192         * wl-vars.el (wl-draft-use-cache): New variable.
7193         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7194         if wl-draft-use-cache is non-nil.
7195
7196 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7197
7198         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7199         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7200
7201 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7204         (wl-thread-msg-mark-as-unread): Ditto.
7205
7206         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7207         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7208         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7209         Don't set mark in summary if return value of `elmo-mark-as-read'
7210         is nil.
7211         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7212         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7213         instead of `wl-thread-msg-mark-as-read'.
7214         (wl-summary-mark-as-unread-region): Ditto.
7215         (wl-summary-target-mark-mark-as-read): Ditto.
7216
7217         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7218
7219 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7222
7223         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7224
7225 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7228         face.
7229
7230 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7231
7232         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7233         `running-xemacs'.
7234
7235 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7236
7237         * wl-version.el (toplevel): Use `product-version-as-string' for
7238         set verstion-string, if defined.
7239
7240         * wl-version.el (wl-version-show): Insert string at point, when
7241         call with argument.
7242
7243         * wl-version.el (wl-generate-user-agent-string): Use
7244         `product-string-1' instead of `wl-appname', `wl-version' and
7245         `wl-codename'.
7246
7247 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7248
7249         * wl-address.el (toplevel): Use product-provide.
7250         * wl-demo.el (toplevel): Ditto.
7251         * wl-dnd.el (toplevel): Ditto.
7252         * wl-draft.el (toplevel): Ditto.
7253         * wl-e21.el (toplevel): Ditto.
7254         * wl-expire.el (toplevel): Ditto.
7255         * wl-fldmgr.el (toplevel): Ditto.
7256         * wl-folder.el (toplevel): Ditto.
7257         * wl-highlight.el (toplevel): Ditto.
7258         * wl-message.el (toplevel): Ditto.
7259         * wl-mime.el (toplevel): Ditto.
7260         * wl-mule.el (toplevel): Ditto.
7261         * wl-nemacs.el (toplevel): Ditto.
7262         * wl-refile.el (toplevel): Ditto.
7263         * wl-score.el (toplevel): Ditto.
7264         * wl-summary.el (toplevel): Ditto.
7265         * wl-template.el (toplevel): Ditto.
7266         * wl-thread.el (toplevel): Ditto.
7267         * wl-util.el (toplevel): Ditto.
7268         * wl-vars.el (toplevel): Ditto.
7269         * wl-xmas.el (toplevel): Ditto.
7270         * wl.el (toplevel): Ditto.
7271
7272 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7273
7274         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7275         instead of product.
7276
7277         * wl-version.el (wl-version): Compile time evalution elmo-version.
7278
7279 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7280
7281         * wl-summary.el (wl-summary-sync-force-update): Append queue
7282         `mark-as-read'if unplugged.
7283
7284 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7285
7286         * wl-version.el: New file.  Use product.el.
7287         * wl.el: add (require 'wl-version).
7288         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7289         for ~/.folders header.
7290         (wl-fldmgr-folders-header): Changed.
7291         * wl-demo.el (wl-demo): Use product.el.
7292
7293         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7294         wl-version.el.
7295         * wl-util.el (wl-version, wl-version-show): Ditto.
7296
7297         * wl-util.el (wl-generate-user-agent-string,
7298         wl-extended-emacs-version, wl-extended-emacs-version2,
7299         wl-extended-emacs-version3): Move to wl-version.el.
7300         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7301         xemacs-codename, mime-edit-insert-user-agent-field,
7302         mime-edit-user-agent-value, mime-editor/version,
7303         mime-editor/codename): Compile warning killer move to
7304         wl-version.el
7305
7306 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7307
7308         * wl-summary.el (wl-summary-refile-subr): Fix.
7309
7310 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7313         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7314
7315 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7316
7317         * wl.el (wl-check-environment): Check too many `@'.
7318
7319 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7320
7321         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7322
7323 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7324
7325         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7326         wl-draft-reply-myself-without-argument-list): Add variables.
7327         * wl-draft.el (wl-draft-reply): Use it.
7328
7329 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7330
7331         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7332         the 5th argument of `elmo-network-get-spec'.
7333
7334         * wl-thread.el (wl-thread-reparent-children): New inline function.
7335         (wl-thread-delete-message): Use it.
7336
7337         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7338         (wl-summary-score-update-all-lines): Don't use `dolist'.
7339
7340 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7341
7342         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7343         (require 'elmo-msgdb) for inline function.
7344
7345 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7346
7347         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7348
7349 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7350
7351         * wl-score.el (wl-score-headers): Fix for the confusing macro
7352         `elmo-kill-buffer'.
7353
7354 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7355
7356         * wl-summary.el: Don't use the 3rd argument of `require' because
7357         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7358         * wl-util.el: Ditto.
7359         * wl-draft.el: Ditto.
7360
7361 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7362
7363         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7364         window system is not used.
7365
7366 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7367
7368         * wl-thread.el: Don't use `mapcar' only for iteration.
7369         (wl-thread-resume-entity): Ditto.
7370         (wl-thread-delete-message): Ditto.
7371
7372         * wl-summary.el: Bind `dragdrop-drop-functions',
7373         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7374         of `require' for `timezone', `easymenu' and `ps-print';
7375         don't use `mapcar' only for iteration.
7376
7377         * wl-util.el: Bind `mule-version', `nemacs-version',
7378         `emacs-beta-version', `xemacs-codename',
7379         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7380         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7381         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7382         only for iteration.
7383
7384         * wl-score.el: Don't use `mapcar' only for iteration.
7385         (wl-score-simplify-buffer-fuzzy): Ditto.
7386         (wl-score-simplify-subject): Ditto.
7387         (wl-score-headers): Ditto.
7388         (wl-summary-score-update-all-lines): Ditto.
7389
7390         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7391         `enable-multibyte-characters' and `mule-version'.
7392
7393         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7394         `mapcar' only for iteration.
7395
7396         * wl-demo.el: Don't use `mapcar' only for iteration.
7397
7398         * wl-folder.el: Don't use `mapcar' only for iteration.
7399         (wl-folder-open-all): Ditto.
7400         (wl-folder-count-incorporates): Ditto.
7401
7402         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7403         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7404
7405         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7406         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7407         `smtp-connection-type'; specify 3rd argument of `require' for
7408         `timezone'; don't use `mapcar' only for iteration.
7409         (wl-draft-clone-local-variables): Don't use `mapcar'.
7410         (wl-draft-generate-clone-buffer): Ditto.
7411         (wl-user-agent-compose-internal): Ditto.
7412
7413         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7414
7415         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7416         (wl-save-status): Ditto.
7417
7418         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7419         for iteration.
7420
7421 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7424         removed `Date'.
7425         (wl-fldmgr-make-filter-default): New user option.
7426
7427         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7428         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7429         (wl-fldmgr-filter-completion-alist): Abolish.
7430
7431         * wl.el (wl): Don't check servers if arg is non-nil.
7432
7433         * wl-draft.el (wl-draft-reply): Set only message-id string to
7434         In-Reply-To field.
7435
7436 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7437
7438         * wl-summary.el (wl-summary-pick): Rewrite.
7439
7440         * wl-draft.el (wl-draft-forward): Get references field from
7441         original buffer.
7442         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7443
7444 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7445
7446         * wl-draft.el (wl-draft-forward): Add references field.
7447
7448 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7451         (wl-draft-reply): Use it.
7452
7453 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7454
7455         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7456         when Emacs 21 is running.
7457
7458         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7459         bindings.
7460
7461 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7462
7463         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7464         XPM icons transparent.
7465
7466         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7467         Emacs 21.
7468
7469 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7472         nil.
7473
7474         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7475         when it is persistent.
7476         (wl-summary-sync-marks): Changed argument for
7477         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7478         (wl-summary-virtual): Use `elmo-read-search-condition'.
7479         (wl-summary-redisplay-internal): If folder is local, mark as read
7480         even when folder is plugged.
7481
7482 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7483
7484         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7485         of `tool-bar-lines' in the frame parameters.
7486         (after-make-frame-functions, post-command-hook): Don't modify the
7487         value.
7488         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7489         wl-e21-tool-bar-lines): Removed.
7490
7491 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7492
7493         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7494         properties `evaporate' and `wl-momentary-overlay' as well.
7495         (wl-highlight-summary-displaying): Ditto.
7496         (wl-delete-all-overlays): Don't delete overlay which does not have
7497         a property `wl-momentary-overlay'.
7498
7499         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7500         `display-mouse-p' and `display-graphic-p'.
7501         (wl-folder-init-icons): Don't search for XBM or the other files.
7502         (wl-plugged-set-folder-icon): Make icons if and only if
7503         `display-graphic-p' returns non-nil.
7504         (wl-highlight-plugged-current-line): Use `before-string' overlay
7505         property to show icon images.
7506         (wl-highlight-folder-current-line): Ditto.
7507         (wl-e21-highlight-folder-group-line): Ditto.
7508         (wl-e21-highlight-folder-by-numbers): Ditto.
7509         (wl-e21-insert-image): Removed.
7510         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7511         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7512         said.
7513         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7514         `wl-e21-force-switch-toolbar'.
7515         (wl-e21-make-icon-image): Removed.
7516         (wl-e21-setup-toolbar): Don't search for XBM files.
7517         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7518         the default value.
7519
7520 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-util.el (wl-biff-check-folder-async): Set
7523         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7524
7525 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7526
7527         * wl-e21.el (after-make-frame-functions): Add
7528         `wl-e21-force-switch-toolbar'.
7529         (wl-e21-force-switch-toolbar): New function force to switch the
7530         toolbar appearance automatically.
7531         (post-command-hook): Add `wl-e21-switch-toolbar'.
7532         (wl-e21-switch-toolbar): New function to switch the toolbar
7533         appearance automatically.
7534         (wl-e21-tool-bar-lines): New buffer local variable.
7535
7536 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-util.el (wl-biff-check-folders-running): New variable.
7539         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7540         (wl-biff-check-folder-async-callback):
7541         Set `wl-biff-check-folders-running'.
7542         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7543         with unwind-protect.
7544
7545         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7546         Enclose `wl-folder-auto-check' with unwind-protect.
7547
7548         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7549         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7550
7551         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7552
7553         * wl-util.el (wl-biff-notify): New inline function.
7554         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7555         locally.
7556         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7557         folder-list' is 1.
7558         Use `wl-biff-notify'.
7559         (wl-biff-check-folder-async-callback): New function.
7560         (wl-biff-check-folder-async): Ditto.
7561
7562         * wl-folder.el (wl-folder): Don't check folders.
7563         (wl-folder-auto-check): New function.
7564
7565 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7566
7567         * wl-util.el (wl-biff-start) [Emacs19+]:
7568         Use `timer-next-integral-multiple-of-time'.
7569         (wl-biff-check-folders): Use `wl-default-folder'
7570         if `wl-biff-check-folder-list' is nil.
7571
7572 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7573
7574         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7575         instead of `elmo-delete-lists'.
7576
7577 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7578
7579         * wl.el (wl-plugged-toggle-all): Set the value of
7580         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7581         (wl-plugged-toggle): Ditto.
7582         (wl-toggle-plugged): Ditto.
7583         (wl-plugged-init): Ditto.
7584
7585         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7586         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7587         instead of `wl-biff-state-indicator-off' and
7588         `wl-biff-state-indicator-on'; don't modify the value and the type
7589         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7590         (wl-plugged-init-icons): Set icons data to
7591         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7592         instead of `wl-plug-state-indicator-off' and
7593         `wl-plug-state-indicator-on'; don't modify the value and the type
7594         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7595
7596         * wl-vars.el (wl-modeline-biff-state-off,
7597         wl-modeline-biff-state-on, wl-modeline-biff-status,
7598         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7599         wl-modeline-plug-status): New internal variables.
7600         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7601         wl-biff-check-interval, wl-biff-check-folder-list): Change
7602         customization group from `wl-folder' to `wl-highlight'.
7603         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7604         wl-show-plug-status-on-modeline): Defcustomized.
7605
7606         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7607         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7608         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7609         a flag to `mode-line-buffer-identification'.
7610
7611         * wl-e21.el (wl-biff-init-icons): Set icons data to
7612         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7613         instead of `wl-biff-state-indicator-off' and
7614         `wl-biff-state-indicator-on'.
7615         (wl-plugged-init-icons): Set icons data to
7616         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7617         instead of `wl-plug-state-indicator-off' and
7618         `wl-plug-state-indicator-on'.
7619
7620 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7621
7622         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7623         excessive titles.
7624
7625 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7626
7627         * wl.el (wl-plugged-mode): Use revised
7628         `wl-mode-line-buffer-identification'.
7629         (wl-plugged-init): Don't use `force-mode-line-update'.
7630
7631         * wl-xmas.el (wl-draft-overload-functions): Use revised
7632         `wl-mode-line-buffer-identification'.
7633         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7634         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7635         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7636         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7637         `wl-make-plugged-hook';
7638         add `wl-folder-init-icons' and `wl-setup-folder' to
7639         `wl-folder-mode-hook'.
7640
7641         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7642         19 as well.
7643         (wl-mode-line-display-priority-list): New user option.
7644         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7645         Defcustomized.
7646         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7647         Add docs.
7648
7649         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7650         start.
7651         (wl-mode-line-buffer-identification): Revised as a function.
7652
7653         * wl-summary.el (wl-summary-mode): Use revised
7654         `wl-mode-line-buffer-identification'; don't call
7655         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7656         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7657         `wl-xmas-setup-summary'.
7658
7659         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7660         `wl-mode-line-buffer-identification'.
7661
7662         * wl-mule.el (wl-draft-overload-functions): Use revised
7663         `wl-mode-line-buffer-identification'.
7664
7665         * wl-folder.el (wl-make-plugged-alist): Don't call
7666         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7667         (wl-folder): Don't call `wl-folder-init-icons' directly.
7668         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7669         `wl-xmas-setup-folder' directly;
7670         use revised `wl-mode-line-buffer-identification'.
7671         (TopLevel): Don't bind `wl-biff-init-icons',
7672         `wl-plugged-init-icons', `wl-folder-init-icons',
7673         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7674
7675         * wl-e21.el (wl-draft-overload-functions): Use revised
7676         `wl-mode-line-buffer-identification'.
7677         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7678         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7679         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7680         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7681         `wl-make-plugged-hook';
7682         add `wl-folder-init-icons' and `wl-setup-folder' to
7683         `wl-folder-mode-hook'.
7684
7685 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7686             Katsumi Yamaoka    <yamaoka@jpl.org>
7687
7688         * wl.el (wl): Call `wl-biff-start'.
7689         (wl-exit): Call `wl-biff-stop'.
7690         (wl-plugged-mode): Show biff in modeline.
7691         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7692
7693         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7694         (wl-biff-init-icons): New function.
7695         (wl-plugged-init-icons): Don't make too much keymaps.
7696         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7697
7698         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7699         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7700         variables.
7701         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7702         options.
7703
7704         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7705         wl-biff-start, wl-biff-stop): New functions.
7706         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7707         (wl-biff-timer-name): New variable.
7708
7709         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7710
7711         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7712         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7713
7714         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7715         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7716
7717         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7718         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7719         `wl-folder-init-icons' to `ignore' if they are not available.
7720         (wl-folder-mode): Show biff in modeline.
7721
7722         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7723         (wl-biff-init-icons): New function.
7724         (wl-plugged-init-icons): Don't make too much keymaps.
7725         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7726
7727 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7728
7729         * wl-vars.el (wl-strict-diff-folders): Customization Type
7730         and doc fix.  Define as a list of regular expressions for
7731         folders or nil.
7732         * wl-folder.el (wl-folder-check-one-entity): Use
7733         `wl-string-match-member' instead of `wl-string-member' for
7734         `wl-strict-diff-folders'.
7735
7736 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7737
7738         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7739         (wl-highlight-folder-current-line): Use it; new implementation.
7740         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7741         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7742         `defsubst' instead of `defun'.
7743
7744         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7745         `wl-highlight-group-folder-by-numbers'; made it can also be a
7746         number.  See info for more details.
7747
7748         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7749         running.
7750
7751         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7752         to bind them.
7753
7754         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7755         (wl-highlight-folder-current-line): New implementation.
7756
7757         * wl-highlight.el (wl-highlight-folder-group-line): New
7758         implementation.
7759         (wl-delete-all-overlays): Rewrite as a marco.
7760         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7761
7762         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7763         running.
7764         (wl-folder-*-glyph): No need to bind them.
7765
7766         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7767         `wl-e21-highlight-folder-group-icon'; rewrite.
7768         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7769         `defsubst' instead of `defun'.
7770         (wl-folder-mode-map): Bind it when compiling.
7771
7772 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7775
7776         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7777
7778 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7779
7780         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7781
7782 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7783
7784         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7785         (wl-highlight-folder-current-line): Use it.
7786
7787         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7788         in `id-name'.
7789
7790 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7791
7792         * wl.el: Require `wl-e21' when Emacs 21 is running.
7793
7794         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7795         default when Emacs 21 is running.
7796         (wl-use-highlight-mouse-line): Ditto.
7797         (wl-on-emacs21): New constant.
7798         (wl-on-emacs20): Removed.
7799
7800         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7801         Emacs 21 is running.
7802
7803         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7804         Emacs 21 is running.
7805
7806         * wl-e21.el: New file.
7807
7808 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7809
7810         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7811         (wl-toggle-plugged): Ditto.
7812         (wl-plugged-toggle): Ditto.
7813         (wl-plugged-toggle-all): Ditto.
7814
7815         * wl-vars.el (wl-plug-state-indicator): Refer
7816         `wl-plug-state-indicator-on' indirectly.
7817
7818 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7819
7820         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7821         Call `wl-folder-confirm-existence'.
7822
7823         * wl-folder.el (wl-folder-confirm-existence): Added optional
7824         argument `force'.
7825
7826 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7827
7828         * wl-summary.el (wl-summary-refile-subr): Assume
7829         `copy-or-refile' as symbol.
7830         (wl-summary-refile): Follow up above change.
7831         (wl-summary-copy): Ditto.  Doc fix.
7832
7833 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * wl-summary.el (wl-summary-pick): Don't bind
7836         `elmo-search-mime-charset'.
7837
7838         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7839         default using old backquote style.
7840         (wl-search-mime-charset): Abolished.
7841
7842         * wl-highlight.el (wl-highlight-headers):
7843         Call `point' after `re-search-forward'(for Nemacs).
7844
7845         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7846         for elmo-imap4.el.
7847
7848 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7849
7850         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7851         `wl-message-ignored-field-list' instead of
7852         `mime-view-ignored-field-list'.
7853
7854         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7855         Add interactive spec.
7856         (wl-folder-goto-bottom-of-current-folder): Ditto.
7857         (wl-folder-mode-map): Bind them.
7858
7859         * wl-vars.el (wl-message-ignored-field-list): New variable.
7860         (wl-message-visible-field-list): New variable.
7861
7862         * wl-mime.el (wl-mime-header-presentation-method): New function.
7863         (wl-mime-setup): Set header-presentation-method.
7864
7865 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7866
7867         * wl-nemacs.el (wl-draft-overload-functions): Set
7868         `mode-line-buffer-identification' instead of using
7869         `wl-make-modeline'.
7870
7871         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7872         instead of using `wl-make-modeline'.
7873
7874         * wl-xmas.el (wl-plugged-init-icons): Set up
7875         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7876         (wl-make-modeline): Abolish.
7877         (wl-draft-overload-functions): Set
7878         `mode-line-buffer-identification' instead of using
7879         `wl-make-modeline'.
7880
7881         * wl-util.el (wl-make-modeline-subr): Abolish.
7882         (wl-mode-line-buffer-identification): New alias.
7883
7884         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7885         (wl-summary-make-modeline): Abolish.
7886         (wl-summary-buffer-set-folder): Set
7887         `wl-summary-buffer-folder-indicator'.
7888         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7889         of using `wl-make-modeline'.
7890         (wl-summary-switch-to-clone-buffer): Don't set
7891         `mode-line-buffer-identification'.
7892         (wl-summary-goto-folder-subr): Ditto.
7893
7894         * wl-mule.el (wl-draft-overload-functions): Set
7895         `mode-line-buffer-identification' instead of using
7896         `wl-make-modeline'.
7897
7898         * wl-folder.el (wl-folder-mode): Set
7899         `mode-line-buffer-identification' instead of using
7900         `wl-make-modeline'.
7901         (wl-folder): Don't set `mode-line-buffer-identification'.
7902
7903 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7904
7905         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7906         instead of `member' for `wl-refile-guess-func-list' look-ups.
7907         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7908
7909 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7910
7911         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7912         `wl-message-button-dispatcher'.
7913
7914         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7915
7916         * wl-message.el (wl-message-button-dispatcher): Use it.
7917
7918         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7919         "In-Reply-To".
7920
7921         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7922         Bind `case-fold-search' to t.
7923
7924 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7925
7926         * wl-xmas.el (wl-message-overload-functions): Initialize
7927         `wl-message-button-map'.
7928
7929         * wl-mule.el (wl-message-overload-functions): Initialize
7930         `wl-message-button-map'.
7931
7932         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7933
7934         * wl-message.el (wl-message-button-map): New keymap.
7935         (wl-message-add-button): New function.
7936         (wl-message-button-dispatcher): New function.
7937         (wl-message-button-refer-article): New function.
7938
7939         * wl-highlight.el
7940         (wl-highlight-message-add-buttons-to-header): New function.
7941         (wl-highlight-headers): Use it.
7942
7943 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7944
7945         * wl-summary.el (wl-summary-default-from): Use
7946         `wl-address-get-petname-1'.
7947         (wl-summary-simple-from): Ditto.
7948
7949         * wl-address.el (wl-address-get-petname-1): New inline function.
7950         (wl-address-get-petname): Use it.
7951
7952 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7953
7954         * wl-summary.el (wl-summary-default-from): Return full-name part
7955         from the address if no petname was found.
7956         (wl-summary-simple-from): Ditto.
7957
7958         * wl-address.el (wl-address-get-petname): Return nil if no petname
7959         associated with the address was found.
7960
7961 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7962
7963         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7964         display is finished.
7965
7966 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7967
7968         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7969         `elmo-folder-exists-p' argument.
7970
7971 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7972
7973         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7974         the folder.
7975
7976 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7979
7980         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7981         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7982
7983 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7984
7985         * wl-folder.el (wl-folder-create-subr): New function.
7986         (wl-folder-confirm-existence): Use it.
7987         (wl-folder-check-one-entity): Use it.
7988         Check the error symbol is derived from 'elmo-open-error.
7989
7990         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7991         `ignore-error'.
7992
7993 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7994
7995         * wl-util.el (toplevel): Add (eval-when-compile (require
7996         'elmo-util)).  (Maybe `provide' is typo.)
7997
7998 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8001         (I don't know why this was needed.)
8002
8003         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8004         Follow up changes for stream-type.
8005
8006         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8007         (wl-draft-elmo-nntp-send): Ditto.
8008
8009         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8010         (wl-nntp-posting-stream-type): Ditto.
8011         (wl-pop-before-smtp-ssl): Abolished.
8012         (wl-nntp-posting-ssl): Ditto.
8013
8014         * wl-address.el (wl-address-quote-specials): New function.
8015         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8016
8017         * wl-draft.el (wl-draft-reply): Ditto.
8018
8019 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8020
8021         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8022         use function `wl-string-match-assoc'.
8023
8024 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8025
8026         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8027
8028         * wl-draft.el (wl-draft-deduce-address-list): New function.
8029         (wl-draft-parse-mailbox-list): Ditto.
8030         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8031         instead of `smtp-deduce-address-list'.
8032         (wl-draft-on-field-p): Follow group list.
8033
8034         * wl-address.el (wl-address-concat-token): New function.
8035         (wl-address-string-without-group-list-contents): Ditto.
8036         (wl-complete-field-body): Fixed problem of completion
8037         by japanese petname.
8038         (wl-address-make-completion-list): Rewrite.
8039
8040 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8041
8042         * wl-address.el (wl-address-make-completion-list): Completion by
8043         petname.
8044         (wl-complete-field-body): Likewise.
8045
8046 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8047
8048         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8049         contains invalid address syntax.
8050
8051 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8052
8053         * wl-folder.el (wl-folder-check-entity-async): Use
8054         `elmo-nntp-spec-hostname'.
8055
8056 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8057
8058         * wl-summary.el (wl-summary-msgdb-load-async): Use
8059         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8060
8061 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-draft.el (wl-draft-reply): Set argument
8064         `content-transfer-encoding' as nil.
8065
8066 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8067
8068         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8069         `wl-refile-alist'.
8070
8071 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8072
8073         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8074         (wl-draft-edit-string): Ditto.
8075         (wl-draft-forward): Ditto.
8076         * wl-summary.el (wl-summary-write): Ditto.
8077
8078 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-summary.el (wl-summary-sync-update3): Call
8081         `wl-summary-buffer-number-column-detect'.
8082         (wl-summary-buffer-number-column-detect): Search from point-min.
8083
8084 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8085
8086         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8087         contains an address which is not included in original to or cc.
8088
8089 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8090
8091         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8092         begin-line does not exist.
8093         * wl-message.el (wl-message-uu-substring): Ditto.
8094
8095 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8098         clear local variables.
8099         (wl-summary-exit): Call `elmo-commit'.
8100         (wl-summary-switch-to-clone-buffer): Call
8101         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8102         (wl-summary-goto-folder-subr): Ditto.
8103
8104         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8105         POP folder.
8106
8107 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8110         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8111         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8112         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8113         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8114         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8115
8116         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8117
8118 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8119
8120         * wl-summary.el (wl-summary-search-by-subject):
8121         Search parent message from the latest one.
8122
8123 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8126         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8127
8128         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8129         New user option.
8130
8131         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8132         if elmo-nntp-use-killed-list is nil.
8133         Use `elmo-msgdb-append-to-killed-list'.
8134         (Append numbers confirmed as disappeared to the killed list.)
8135         (wl-summary-confirm-appends): Don't display negative number.
8136
8137 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8138
8139         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8140
8141 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8142
8143         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8144         range is `all'.
8145         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8146         `elmo-list-bigger-diff'.
8147
8148 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-summary.el (wl-summary-buffer-exit-func):
8151         New buffer local variable.
8152         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8153
8154 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8155
8156         * wl-demo.el (wl-demo): Fix the last change.
8157
8158 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8159
8160         * wl-demo.el (wl-demo): Don't use `eval'.
8161
8162 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8163
8164         * wl-summary.el (wl-summary-buffer-thread-modified):
8165         New buffer-local variable.
8166         (wl-summary-set-thread-modified): New function.
8167         (wl-summary-thread-modified-p): New function.
8168         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8169         (wl-summary-yank-saved-message): Use function
8170         `wl-summary-set-thread-modified'
8171         (wl-summary-switch-to-clone-buffer): Add
8172         `wl-summary-buffer-thread-modified'.
8173
8174         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8175         (wl-summary-buffer-mark-saved-hook): Ditto.
8176         * wl-summary.el (wl-summary-msgdb-save): New hook
8177         `wl-summary-buffer-message-saved-hook' and
8178         `wl-summary-buffer-mark-saved-hook'.
8179
8180 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8181
8182         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8183
8184 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8185
8186         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8187         don't hide scroll bars under FSF Emacsen because it may incur an
8188         undesirable redrawing.
8189
8190 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8191
8192         * wl-draft.el (wl-draft-edit-string): Call
8193         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8194
8195 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8196
8197         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8198
8199 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8200
8201         * wl-summary.el (wl-summary-msgdb-load-async): Call
8202         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8203
8204 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8205
8206         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8207         fringes in demo buffer; center bitmap logo correctly even if old
8208         Mule is used.
8209
8210 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8211
8212         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8213
8214         * wl-refile.el (wl-refile-subject-alist): New variable.
8215         (wl-refile-subject-alist-file-name): Ditto.
8216         (wl-refile-alist-setup): Rewrite.
8217         (wl-refile-alist-save): Use `elmo-object-save'.
8218         Eliminated arguments.
8219         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8220         (wl-refile-guess-by-subject): New function.
8221         (wl-refile-guess-func-list): Added it.
8222
8223 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8224
8225         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8226         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8227
8228 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8229
8230         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8231         New buffer-local variable.
8232         (wl-summary-buffer-next-folder-func): Ditto.
8233         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8234         if non-nil.
8235         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8236         if non-nil.
8237         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8238         if non-nil.
8239         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8240         if non-nil.
8241
8242 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8243
8244         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8245         permanently in the demo buffer.
8246
8247 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8250         `mime-entity-fetch-field'.
8251
8252         * wl.el (wl-exit): Delete plugged buffer.
8253
8254         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8255         XEmacs has menubar feature.
8256
8257 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8258
8259         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8260         cannot arrive at the beginning of the buffer under old Emacsen.
8261
8262 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * wl-address.el (wl-address-ldap-search):
8265         Call `ldap-search-entries' with `withdn' argument t.
8266         (wl-complete-field-body): Bind completion-ignore-case as t.
8267         Clear ldap search hash when it was sole completion.
8268         Use elmo-string for pattern string.
8269         (wl-ldap-alias-safe-string): Eliminated needless let.
8270
8271 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8272
8273         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8274         (wl-ldap-alias-sep): New constant.
8275         (wl-ldap-search-attribute-type-list): Ditto.
8276         (wl-ldap-get-value): New function.
8277         (wl-ldap-make-filter): Ditto.
8278         (wl-ldap-make-matched-value-list): Ditto.
8279         (wl-ldap-alias-safe-string): Ditto.
8280         (wl-ldap-register-dn-string): Ditto.
8281         (wl-address-ldap-search): Rewrite.
8282
8283 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8284
8285         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8286         thread is deleted.
8287         (wl-thread-delete-line-from-buffer): Ditto.
8288         (wl-thread-get-exist-children): New function.
8289
8290 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8291
8292         * wl-demo.el (wl-demo): Made it to select various image types.
8293         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8294         from `wl-title-logo'.
8295         (wl-logo-ascii): New variable.
8296         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8297         (wl-demo-copyright-notice): New constant.
8298
8299         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8300
8301 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8302
8303         * wl-vars.el (wl-summary-target-above): Renamed from
8304         wl-summary-temp-above.
8305         * wl-score.el (wl-score-get-score-alist): Use it.
8306         (wl-summary-score-update-all-lines): Use it.
8307         * wl-summary.el: Ditto. (make-variable-buffer-local).
8308
8309 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-vars.el (wl-ldap-port): New user option.
8312
8313         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8314         Rewite whole implementation.
8315         (wl-complete-field-body): Fixed.
8316
8317 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8318
8319         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8320         Choose implementation at compile time.
8321
8322 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8323
8324         * wl-address.el (wl-ldap-search-internal): New function.
8325         (wl-complete-field-to): Use it.
8326
8327 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8330         Use `let' instead of `let*'.
8331         Require 'wl-vars.
8332
8333         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8334         Define as defcustom.
8335         (wl-ldap-base): Ditto.
8336         (wl-use-ldap): Ditto.
8337
8338 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8339
8340         * wl-address.el (wl-ldap-search): New function.
8341         (wl-complete-field-body): Use `wl-ldap-search'.
8342         (wl-ldap-server): New variable.
8343         (wl-ldap-base): Ditto.
8344         (wl-use-ldap): Ditto.
8345
8346 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8347
8348         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8349         (Pointed out by Mito <mit@nines.nec.co.jp>).
8350         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8351         buffer-local variables like `wl-summary-redisplay-internal'.
8352         (wl-summary-redisplay-all-header): Likewise.  Update
8353         Summary view too.
8354
8355 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-summary.el (wl-summary-jump-to-parent-message):
8358         Consider prefix argument.
8359
8360         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8361         when closed thread is deleted.
8362
8363 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8364
8365         * wl-summary.el (wl-summary-jump-to-parent-message):
8366         Consider thread modification.
8367
8368 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8369
8370         * wl-message.el (wl-message-normal-get-original-buffer): Use
8371         `save-excursion'.
8372
8373         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8374         (wl-summary-showto-folder-regexp): Ditto.
8375
8376 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8377
8378         * wl-util.el (wl-delete-alist): Doc fix.
8379         (wl-delete-associations): New function.
8380         (wl-inverse-alist): New function.
8381         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8382         Split temporary variables. Use `wl-delete-associations'
8383         and `wl-inverse-alist'.
8384         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8385
8386 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8387
8388         * wl-folder.el (wl-folder-prefetch-entity):
8389         Execute prefetching if new count is unknown.
8390
8391 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8392
8393         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8394
8395         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8396         delete entity.
8397         (wl-thread-set-parent): If insert as top, set linked as nil.
8398
8399         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8400         `wl-thread-cleanup-symbols' when view mode is thread.
8401
8402 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8403
8404         * wl-folder.el (wl-folder-create-folder-entity): Use
8405         with-current-buffer.
8406         (wl-local-folder-init): Call set-buffer to make sure we are in
8407         the Folder buffer. Don't touch buffer-local variables here.
8408         (wl-folder-mode): Initialize buffer-local variables here.
8409
8410         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8411         (wl-folder-entity-assign-id): Ditto.
8412         (wl-folder-create-entity-hashtb): Ditto.
8413         (wl-local-folder-init): Ditto.
8414         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8415
8416 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8417
8418         * wl-summary.el (wl-summary-default-from): Fix probrem when
8419         std11-extract-address-components return (nil "foo@bar").
8420
8421 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8422
8423         * wl-draft.el (wl-draft-clone-local-variables):
8424         Remove redundant `setq'.
8425
8426 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8429         Bind wl-highlight-x-face-func as nil while highlighting header.
8430
8431 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8432
8433         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8434
8435 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8436
8437         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8438         elmo-msgdb-overview-hashtb from copy-variables.
8439         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8440         instead of `elmo-msgdb-overview-get-entity-by-number'.
8441         (wl-summary-auto-refile): Ditto.
8442
8443         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8444         `elmo-msgdb-overview-get-entity' instead of
8445         `elmo-msgdb-search-overview-entity'.  Use
8446         `elmo-msgdb-overview-get-entity' instead of
8447         `elmo-msgdb-overview-get-entity-by-number'.
8448         (wl-thread-insert-entity-sub): Ditto.
8449         (wl-thread-insert-message): Ditto.
8450
8451         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8452         `elmo-msgdb-overview-get-entity'.
8453         (wl-normal-message-redisplay): Ditto.
8454
8455 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8456
8457         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8458         `wl-thread-entities'.
8459         (wl-thread-delete-message): Fix remove top message from
8460         `wl-thread-entity-list'.
8461
8462         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8463         wl-append(nconc), because update-list is broken on Meadow.
8464
8465         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8466         updating process.
8467         (wl-summary-rescan): Ditto.
8468         (wl-summary-sync-update3): Ditto.
8469         * wl-thread.el (wl-thread-set-parent): Renamed from
8470         `wl-summary-set-parent'.
8471         (wl-thread-insert-message): Updating buffer faster.
8472         (wl-thread-delete-message): Updating buffer faster.
8473
8474         * wl-score.el (wl-summary-score-update-all-lines): Changed
8475         interval for display progress gauge.
8476
8477 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8478
8479         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8480         folder always-sticky.
8481         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8482         defmacro.
8483
8484 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-vars.el (wl-draft-add-references): New user option.
8487
8488         * wl-draft.el (wl-draft-add-references): New function.
8489         (wl-draft-yank-from-mail-reply-buffer): Use it.
8490         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8491         as nil.
8492
8493 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8494
8495         * wl-thread.el (wl-thread-update-line-msgs): Called
8496         `wl-thread-update-line-on-buffer-sub'.
8497         (wl-thread-update-line-on-buffer): Delete routine of inserting
8498         thread.
8499         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8500         moved from `wl-thread-update-line-on-buffer'.
8501         Add threshold for displaying progress gauge.
8502         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8503         argument of `wl-thread-update-line-msgs'.
8504         Add threshold for displaying progress gauge.
8505         * wl-folder.el:
8506         Add threshold for displaying progress gauge.
8507         * wl-score.el: Ditto.
8508
8509         * wl-expire.el (wl-summary-expire): Display deleting info.
8510
8511 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8512
8513         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8514         `no-msg'.
8515         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8516         argument of `wl-thread-update-line-msgs'.
8517         (wl-summary-set-parent): Added optional argument `parent-number'.
8518         (wl-summary-buffer-saved-message): New buffer local variable.
8519         (wl-summary-save-current-message): New command.
8520         (wl-summary-yank-saved-message): Ditto.
8521         (wl-summary-mode-map): Added key binding for
8522         `wl-summary-save-current-message' (\ew) and
8523         `wl-summary-yank-saved-message' (\C-y).
8524         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8525
8526 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8527
8528         * wl-summary.el (wl-summary-mode-map): Added key binding for
8529         `wl-summary-set-parent' (ts).
8530
8531 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8532
8533         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8534         subject faster. If thread number is reverse, delayed updating
8535         thread.
8536         (wl-summary-search-by-subject): Ditto.
8537         (wl-summary-put-alike): Ditto.
8538         (wl-summary-get-alike): Ditto.
8539         (wl-summary-insert-headers): Insert header of all overview in
8540         buffer.
8541         (wl-summary-rescan): Delayed updating thread. Kill search subject
8542         buffer for wl-summary-search-by-subject.
8543         (wl-summary-sync-update3): Ditto.
8544         (wl-summary-exit): Ditto.
8545         (wl-summary-goto-bottom-of-current-thread): Change for linked
8546         thread.
8547         (wl-summary-overview-create-summary-line): Change line for linked
8548         thread.
8549
8550         * wl-summary.el (wl-summary-update-thread): Use
8551         wl-thread-maybe-get-children-num.
8552         (wl-summary-set-parent): If change parent, move sub thread.
8553         (wl-summary-redisplay-internal): Add horizontal recenter.
8554         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8555
8556         * wl-thread.el (wl-thread-entity-get-linked): New function.
8557         (wl-thread-entity-set-linked): New function.
8558         (wl-thread-create-entity): Add linked element.
8559         (wl-thread-entity-insert-as-top): Use wl-append.
8560         (wl-thread-maybe-get-children-num): If closing thread, return
8561         children msgs.
8562         (wl-thread-update-line-msgs): Displaying progress message.
8563         (wl-thread-update-line-on-buffer-sub): Use
8564         wl-thread-maybe-get-children-num.
8565         (wl-thread-update-line-on-buffer): If update line is not exists,
8566         insert thread.
8567         (wl-thread-delete-message): If delete top msg of thread, search
8568         parent by subject.
8569         (wl-thread-insert-entity): Use
8570         wl-thread-maybe-get-children-num.
8571
8572         * wl-highlight.el (wl-highlight-summary-current-line): change
8573         sregexp for linked thread.
8574         * wl-util.el (wl-count-lines): Count lines.
8575         (wl-horizontal-recenter): horizontal recenter.
8576         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8577         (wl-score-get-alike): Ditto.
8578         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8579         (wl-subject-length-limit): New variable.
8580         (wl-highlight-thread-indent-string-regexp): Changed for linked
8581         thread.
8582
8583 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8584
8585         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8586         New variable (revival).
8587         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8588         by subject matching if there's no in-reply-to nor references field
8589         (revival).
8590
8591 \f
8592 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8595         message.
8596
8597 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8598
8599         * wl-summary.el (wl-summary-reply): Return t if there was a
8600         message at cursor point.
8601         Added unwind-protect.
8602         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8603         returns t.
8604         (wl-summary-cancel-message): Do nothing when there's no message at
8605         cursor point.
8606         (wl-summary-forward): Ditto.
8607         (wl-summary-jump-to-parent-message): Ditto.
8608         (wl-summary-reedit): Ditto.
8609         (wl-summary-edit-addresses): Ditto.
8610         (wl-summary-pipe-message): Ditto.
8611         (wl-summary-print-message-with-ps-print): Ditto.
8612         (wl-summary-print-message): Ditto.
8613         (wl-summary-mark-as-important): Ditto.
8614         (wl-summary-mark-as-unread): Ditto.
8615
8616         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8617         message at cursor point.
8618         (wl-summary-reply-with-citation): Remove unwind-protect.
8619
8620         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8621         subject searching feature.
8622         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8623         Eliminated.
8624
8625 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8626
8627         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8628         New variable.
8629         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8630         by subject matching if there's no in-reply-to nor references field.
8631
8632         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8633
8634         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8635         when display is finished.
8636         (wl-folder-open-all): Ditto.
8637         (wl-folder-update-access-group): Ditto.
8638         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8639         * wl-thread.el (wl-thread-close-all): Ditto.
8640
8641         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8642         progress gauge only when it was displayed.
8643         * wl-folder.el (wl-folder-insert-entity): Ditto.
8644
8645 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * wl-summary.el (wl-summary-incorporate): Enclose
8648         `wl-summary-sync-force-update' with save-excursion.
8649
8650 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8651
8652         * wl-summary.el (wl-summary-prefetch-region):
8653         Pass current cursor point to `pos-visible-in-window-p' after
8654         moving cursor to the started point.
8655
8656 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8657
8658         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8659
8660         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8661         fields from the forwarding message.
8662         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8663         `ignored-fields'.
8664
8665 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-mime.el (wl-message-request-partial):
8668         Eliminated argument `msgdb'.
8669         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8670         (wl-mime-combine-message/partial-pieces): Likewise.
8671         * tm-wl.el (wl-message-request-partial): Likewise.
8672         (wl-mime-combine-message/partial-pieces): Likewise.
8673
8674 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8675
8676         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8677         when display is finished.
8678
8679 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8680
8681         * wl-summary.el (wl-summary-goto-folder-subr):
8682         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8683
8684 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8687         when cursor point is visible.
8688
8689 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * wl-expire.el (wl-expire-archive-get-max-number):
8692         Don't use `file-name-directory'.
8693
8694 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * wl-expire.el (wl-expire-archive-get-max-number):
8697         Use `file-name-directory'.
8698
8699 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8702         only when there is progress.
8703
8704 2000-04-13  Mito <mit@nines.nec.co.jp>
8705
8706         * wl-summary.el (wl-summary-sync-marks): Display progress.
8707
8708 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8709
8710         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8711         (wl-summary-prev): Move cursor regardless of unread status.
8712         (wl-summary-next): Ditto.
8713
8714 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8717         Added argument `target' and `number'.
8718         * tm-wl.el (wl-summary-burst-subr): New function.
8719         (wl-summary-burst): Use it.
8720
8721 2000-04-10  Mito <mit@nines.nec.co.jp>
8722
8723         * wl-mime.el (wl-burst): New function.
8724         (wl-summary-burst): Use it.
8725
8726 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8727
8728         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8729         as petname when there's no candidate.
8730
8731 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8734         New variable.
8735         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8736
8737         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8738
8739         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8740
8741 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8742
8743         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8744         Use substring of `original' instead of buffer-substring.
8745         (wl-refile-evaluate-rule):
8746         Set `original' argument of wl-refile-expand-newtext.
8747
8748         * wl-summary.el
8749         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8750         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8751         (wl-summary-auto-refile): Check existence of destination folder just
8752         before marking.
8753
8754 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8755
8756         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8757         when wl-refile-get-field-value return nil.
8758
8759 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8760
8761         * wl-refile.el
8762         (wl-refile-expand-newtext): New function imported from Gnus.
8763         (wl-refile-evaluate-rule): Use it.
8764
8765 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8766
8767         * wl-summary.el (wl-summary-print-destination):
8768         Duplicate folder string to avoid putting text-property on
8769         original string.
8770
8771         * wl-refile.el (wl-refile-get-field-value): New function.
8772         (wl-refile-evaluate-rule): New function;
8773         Evaluate refile rule recursively.
8774         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8775         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8776         New function; Check existence of a target folder recursively.
8777         (wl-summary-auto-refile-check-refile-rule-alist):
8778         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8779
8780 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8781
8782         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8783
8784         * wl-folder.el (wl-create-folder-entity-from-buffer):
8785         Fixed problem when '}' character is contained in folder name.
8786
8787         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8788
8789 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8790
8791         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8792         (wl-fldmgr-add-completion-all-completions):
8793         Use wl-fldmgr-add-completion-hashtb.
8794
8795 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8796
8797         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8798         wl-fldmgr-add-completion-subr): New functions.
8799         * wl-folder.el (wl-folder-completion-func): New variable.
8800         * wl-summary.el (wl-summary-read-folder):
8801         Use wl-folder-completion-func.
8802
8803         * wl-refile.el: Eliminate throw & catch.
8804
8805         * wl.el (wl-plugged-sending-queue-status): Fixed.
8806
8807 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8808
8809         * wl-draft.el (wl-draft): Put category property on
8810         mail-header-separator.