9a00d75999c98463eeb92f073796da991ab9c235
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-draft-edit-string): To judge sender address,
4         use wl-address-user-mail-address-p.
5
6 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
9         after opening group.
10
11 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
14         of elmo-set-buffer-multibyte.
15
16         * wl-message.el (wl-original-message-mode): Ditto.
17
18         * wl-score.el (wl-score-insert-header): Ditto.
19
20         * wl-summary.el
21         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
22         (wl-summary-goto-folder-subr): Ditto.
23         (wl-summary-insert-headers): Ditto.
24
25         * wl-util.el (wl-set-string-width): Ditto.
26
27         * Version number is increased to 2.11.29.
28
29 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
30
31         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
32         (wl-highlight-summary-line-help-echo-alist): New variable.
33         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
34         into `wl-highlight-summary-line-help-echo' and
35         `wl-highlight-flag-folder-help-echo'.
36         (wl-highlight-summary-line-string): Change accordingly.
37         (wl-highlight-summary-current-line): Ditto.
38
39 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
40
41         * wl-highlight.el (wl-highlight-message): Ignore white spaces
42         at the beginning of field body (Thanks to Markus Knittig).
43
44         * wl-draft.el (wl-draft-insert-current-message): Also check
45         summary buffer, remove unnecessary tag.
46
47 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-draft.el (wl-draft-insert-current-message): Cause error also
50         when wl-message-buffer is nil.
51
52         * wl-folder.el (wl-folder): Abolish unused argument.
53         Call wl-folder-init when wl-folder-entity is nil.
54         * wl.el (wl): Change accordingly.
55
56 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
59         multibyte string before insert into draft buffer.
60         (wl-draft-create-buffer): Always enable multibyte characters for
61         draft buffer.
62
63         * Version number is increased to 2.11.28.
64
65 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
66
67         * wl-folder.el (wl-folder-open-close): Handle blank line.
68         (wl-folder-jump-to-current-entity): Ditto.
69
70 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * Version number is increased to 2.11.27.
73
74 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
75
76         * wl-thread.el (wl-thread-insert-message): When the thread is
77         devided by wl-summary-max-thread-depth, insert line at the end of
78         buffer.
79
80 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * Version number is increased to 2.11.26.
83
84 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
85
86         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
87
88 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
89
90         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
91         value of stream-type and session.
92
93 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * Version number is increased to 2.11.25.
96
97 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
98
99         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
100         in a quit message.
101
102 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
105         (wl-summary-redisplay-no-mime-internal): Ditto.
106
107 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
108
109         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
110         * wl-vars.el (wl-smtp-connection-type): Ditto.
111
112 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
113
114         * wl-highlight.el (wl-highlight-message): Change to strict regexp
115         for the separator line and quote mail-header-separator.
116
117 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-spam.el (wl-message-check-spam): Fixed problem no display
120         result message.
121
122         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
123         `elmo-multiple-fields-body-list' with boundary as
124         mail-header-separator.
125
126 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
127
128         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
129
130 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
131
132         * wl-util.el (wl-list-diff): Remove unused function.
133
134         * wl-draft.el (wl-draft-send-confirm): Discard input before
135         confirmation.
136
137 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
140         order of flag and new.
141
142 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
143
144         * wl-vars.el (wl-refile-policy-alist): Abolished.
145
146         * wl-action.el (wl-summary-set-action-refile): Follow the change
147         above.
148
149 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * wl-highlight.el (wl-highlight-signature-search): Don't use
152         re-search-backward for a long word since it is possible to crash
153         XEmacs because of a bug.
154
155 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
156
157         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
158
159 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
160
161         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
162         argument for wl-summary-sync-force-update.
163
164 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
165
166         * wl-summary.el (wl-summary-mode-map): Revival of
167         wl-summary-mark-as-important related bindings;
168         Bind 'F','tF','mF','rF','m&'.
169         (wl-summary-mark-as-important-region): Revival.
170         (wl-summary-target-mark-mark-as-important): Ditto.
171         (wl-summary-target-mark-operation): New function.
172         (wl-summary-target-mark-mark-as-answered): Use it.
173         (wl-summary-decide-flag): Don't set Important as default.
174         (wl-summary-mark-as-important-internal): Revival.
175         (wl-summary-mark-as-important): Ditto.
176
177         * wl-thread.el (wl-thread-mark-as-important): Ditto.
178
179         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
180         instead of facep.
181
182 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
183
184         * wl-dnd.el (wl-dnd-drop-func): Fix.
185
186         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
187         mouse-set-point instead of posn-point.
188
189         * wl-xmas.el (wl-completing-read-multiple): Define as function.
190
191         * wl-mule.el (wl-completing-read-multiple): Ditto.
192
193 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
194
195         * wl-demo.el (face-background-name): Defalias to avoid compile
196         warning.
197
198 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
199
200         * wl-summary.el (wl-summary-decide-flag): Use
201         wl-completing-read-multiple instead of completing-read-multiple.
202
203         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
204         New alias.
205
206         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
207         Use face-background-name instead of face-background.
208
209         * wl-vars.el (wl-summary-save-file-suffix): New user option.
210
211         * wl-summary.el (wl-summary-save): Use it.
212         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
213
214         * wl-mime.el (wl-mime-save-content): Fix last change.
215
216 2004-02-10  Len Trigg <lenbok@myrealbox.com>
217
218         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
219         New function.
220         (wl-summary-sort-specs): Added sort.
221         * wl-mime.el (wl-mime-save-content): Expand file name.
222
223 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
224
225         * wl-mime.el (wl-draft-preview-message): Fixed typo.
226
227         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
228
229 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
232         for flag if it is not defined.
233
234 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
235
236         * wl-e21.el (wl-highlight-folder-current-line): Use
237         elmo-folder-type-internal when elmo-folder-type returns nil.
238
239         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
240
241         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
242
243         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
244
245         * wl-e21.el (wl-summary-toolbar): Ditto.
246
247         * wl-vars.el (wl-demo-background-color): Abolished.
248         (wl-summary-persistent-mark-priority-list): Renamed from
249         wl-summary-flag-priority-list.
250         (wl-summary-flag-alist): New user option.
251         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
252         (wl-message-mode-line-format-spec-alist): Added 'F'.
253         (wl-message-mode-line-format): Likewise.
254         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
255         instead of wl-summary-important-mark.
256         (wl-file-folder-icon): New variable.
257
258         * wl-thread.el (wl-thread-set-flags): Renamed from
259         wl-thread-mark-as-important.
260
261         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
262         warning.
263         (wl-summary-mode-menu-spec): Follow the change of 
264         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
265         (wl-summary-mode-map): Follow the change of
266         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
267         (wl-summary-detect-mark-position): Follow the variable name change.
268         (wl-summary-set-flags-region): New function for the replacement of
269         wl-summary-mark-as-important-region.
270         (wl-summary-sync-marks): Sync all global-flags.
271         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
272         instead of elmo-message-flagged-p.
273         (wl-summary-persistent-mark-string): Follow the variable name change;
274         Put wl-summary-flag-mark if the message has global-flag.
275         (wl-summary-target-mark-set-flags): Renamed from 
276         wl-summary-target-mark-mark-as-important.
277         (wl-summary-decide-flag): New function.
278         (wl-summary-set-flags-internal): Renamed from
279         wl-summary-mark-as-important-internal.
280         (wl-summary-add-flags-internal): New function.
281         (wl-summary-remove-flags-internal): Ditto.
282         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
283         (wl-summary-mark-as-unimportant): Abolish.
284         (wl-summary-move-spec-alist): Changed `important' to `digest'.
285         (wl-summary-next-message): List flagged messages in the msgdb.
286
287         * wl-score.el (wl-summary-score-update-all-lines): Use
288         wl-summary-add-flags-internal instead of 
289
290         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
291
292         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
293         from wl-message-buffer-cur-flag (To avoid misunderstanding).
294         (wl-message-buffer-require-all-header): Renamed from
295         wl-message-buffer-all-header-flag (Ditto).
296         (wl-message-buffer-flag-indicator): New variable.
297         (wl-message-redisplay): Changed local varibale name from `flag' to
298         `display-type'; Set up wl-message-buffer-flag-indicator.
299         (wl-message-buffer-display): Changed varibale name from `flag' to
300         `display-type'.
301         (wl-message-display-internal): Likewise.
302
303         * wl-highlight.el (wl-highlight-demo-face): Define default background
304         color.
305         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
306
307         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
308
309         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
310         (wl-demo-setup-properties): Renamed from
311         `wl-demo-set-background-color'.
312         (wl-demo): Follow the change above.
313         
314         * Version number is increased to 2.11.24.
315
316 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-summary.el (wl-summary-toggle-thread): Call
319         `wl-summary-rescan' with disable-thread as non-nil.
320         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
321
322 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
323
324         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
325         foreground property of the face.
326         (wl-demo-insert-text): Don't set up face property here.
327         (wl-demo): Call wl-demo-set-background-color, anyway.
328
329 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * wl-vars.el (wl-demo-background-color): The value can be nil.
332
333 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
334
335         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
336         to wl-summary-wheel-dispatcher.
337
338         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
339         wl-message-wheel-dispatcher.
340         (wl-message-wheel-dispatcher): New function.
341         (wl-summary-wheel-dispatcher): Ditto.
342
343 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
344
345         * wl-action.el (wl-summary-target-mark-all): List messages which are
346         not in the killed-list.
347
348         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
349         only when the folder is 'flag/important.
350
351         * wl-address.el (wl-complete-field-body): Complete if the last
352         character is a space.
353
354 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-folder.el (wl-folder-clear-entity-info): Use
357         elmo-clear-hash-val.
358
359         * wl-fldmgr.el (wl-fldmgr-rename): Set
360         wl-folder-info-alist-modified as t.
361
362 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
363
364         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
365
366 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
369         (wl-folder-buffer-last-visited-entity-id): New buffer local
370         variable.
371         (wl-folder-revisit-last-visited-folder): New function.
372         (wl-folder-mode-map): Bind it to "C-i".
373         (wl-folder-set-current-entity-id): Set last visited folder.
374         * wl-summary.el (wl-summary-exit): Ditto.
375
376 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
379         before calling `recenter' in order to cope with an XEmacs bug.
380
381 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
384         to the default value.
385
386 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
389         change.
390         (wl-summary-sync-marks): Ditto.
391         (wl-summary-mark-as-read-internal): Ditto.
392         (wl-summary-mark-as-answered-internal): Ditto.
393         (wl-summary-mark-as-important-internal): Ditto.
394         (wl-summary-reply): Ditto.
395
396         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
397         instead of `elmo-folder-unflag-answered'.
398
399         * Version number is increased to 2.11.23.
400
401         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
402         the last change.
403
404 2004-01-11  Kenichi Okada  <okada@opaopa.org>
405
406         * wl-spam.el (wl-summary-exec-action-refile-with-register):
407         Specify "spam" or "good".
408
409 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
410
411         * wl-spam.el (wl-summary-exec-action-spam): Call
412         wl-folder-confirm-existence for spam folder.
413         (wl-spam-setup): Bind "mk".
414
415 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
418
419 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
422         destination folder is empty.
423
424 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
425
426         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
427         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
428
429         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
430         (wl-summary-refile-prev-destination-region): New function.
431         (wl-thread-refile-prev-destination): Ditto.
432         (wl-summary-target-mark-refile-prev-destination): Ditto.
433
434 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
435
436         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
437         (wl-demo-background-color): Changed default value.
438
439         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
440         color.
441
442         * wl-demo.el (wl-demo-set-background-color): New function.
443         (wl-demo): Call it.
444
445 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-address.el (wl-address-delete): Avoid mis-deleting.
448         * wl-address.el (wl-address-add-or-change): Don't add empty
449         address.
450
451 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
452
453         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
454
455 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
456
457         * wl-vars.el (wl-demo-image-filter-alist): New variable
458         (wl-demo-background-color): Ditto.
459
460         * wl-demo.el (wl-demo-xpm-set-background): New function.
461         (wl-demo-image-filter): Ditto.
462         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
463
464         * wl-vars.el (wl-demo-icon-name-alist): New variable.
465
466         * wl-demo.el (wl-demo-icon-name): Define as function.
467         (wl-demo-insert-image): Use it.
468
469 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
470
471         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
472
473 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
474
475         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
476
477 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
478
479         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
480
481 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
482
483         * wl-thread.el (wl-thread-mark-as-answered): New function.
484
485         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
486         answered" entry.
487         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
488         "r&" and wl-thread-mark-as-answered to "t&".
489         (wl-summary-mark-as-important-region): Refine to toggle mark.
490         (wl-summary-mark-as-answered-region): New function.
491         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
492         and 3rd argument.
493         (wl-summary-mark-as-important-internal): Likewise.
494
495 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-template.el (wl-template-preview): New internal variable.
498         (wl-template-preview-p): New function.
499         (wl-template-show): Bind `wl-template-preview' as t.
500
501 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
504         `elmo-message-entity-field' with 3rd argument which is non-nil.
505
506 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
509         Removed duplicate local bind `folder'.
510
511 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
514
515 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
518         duplicate definition.
519
520 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
521
522         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
523         non-nil, use it; Don't fetch message if there's no message in the
524         current cursor position.
525
526 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * wl-util.el (wl-region-exists-p): Use region-active-p.
529         (wl-deactivate-region): New function.
530         * wl-message.el (wl-message-redisplay): Deactivate region.
531
532         * wl-summary.el (wl-summary-reply): Call
533         `wl-summary-set-message-buffer-or-redisplay' instead of
534         `wl-summary-redisplay-internal', don't move point.
535
536 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
539         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
540         by regexp.
541
542 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
545         if no need.
546
547 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
550         default value to nil.
551         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
552         `wl-summary-prepare-hook'; Replace refile action to
553         `wl-summary-exec-action-refile-with-register'.
554
555         * Version number is increased to 2.11.22.
556
557 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-summary.el (wl-summary-detect-mark-position): Set
560         `wl-summary-buffer-weekday-name-lang'.
561
562 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
563
564         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
565         (wl-summary-mark-as-read-all): Ditto.
566         (wl-summary-delete-messages-on-buffer): Ditto.
567         (wl-summary-sync-update): Ditto.
568         (wl-summary-mark-as-read-internal): Ditto.
569         (wl-summary-mark-as-answered-internal): Ditto.
570         (wl-summary-update-folder-info): Abolished.
571
572 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-summary.el (wl-summary-mark-as-read-all): Use
575         `wl-summary-update-folder-info' instead of
576         `wl-folder-update-unread'.
577
578 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
579
580         * wl-summary.el (wl-summary-update-folder-info): New function derived from
581         `wl-summary-folder-info-update'.
582         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
583         instead of `wl-summary-folder-info-update'.
584         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
585         `wl-folder-set-folder-updated'.
586         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
587         instead of `wl-folder-update-unread'.
588         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
589         the value of `wl-summary-buffer-unread-count' for the second parameter of
590         `wl-folder-update-unread'.
591
592         * Version number is increased to 2.11.21.
593
594 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
595
596         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
597         a local variable.
598
599 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-spam.el (wl-summary-mark-spam): Show message only if call
602         interactively.
603
604         * wl-summary.el (wl-summary-mark-as-important-internal): New
605         internal function.
606         (wl-summary-mark-as-important): Use it.
607         (wl-summary-mark-as-unimportant): New function.
608         (wl-summary-sync-marks): Follow the API change.
609
610         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
611
612         * wl-mime.el (wl-summary-burst): Check target folder is writable.
613
614 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
615
616         * wl-folder.el (wl-folder-update-unread): Re-indent.
617         Narrow the scope of a local variable.
618
619 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
622         (wl-addrmgr-merge-entries): Ditto.
623         (wl-addrmgr): Added to address entry which exists in draft buffer
624         if no entry is in original.
625
626 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
627
628         * wl-batch.el: New file.
629
630 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
631
632         * wl-vars.el (wl-use-semi): Remove unused variable.
633
634 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
635
636         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
637         "?".
638
639 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
642         wl-summary-new-mark.
643         (wl-summary-new-cached-mark): New user option.
644         (wl-summary-score-marks): Follow the change above.
645         (wl-summary-auto-refile-skip-marks): Ditto.
646         (wl-summary-incorporate-marks): Ditto.
647         (wl-summary-expire-reserve-marks): Ditto.
648
649         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
650
651         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
652         (wl-summary-persistent-mark-string): Distinguished between cached
653         and uncached mark when the message is new.
654
655 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * wl-spam.el (wl-spam-domain): Renamed from
658         `wl-spam-folder-guess-domain'.
659         (wl-summary-exec-action-spam): Register as spam if domain of the
660         source folder is good.
661         (wl-summary-exec-action-refile-with-register): Register message if
662         domain of the source folder is not undecided.
663
664 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
667         detect thread loop.
668
669 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
672         and wl-summary-skip-mark-list.
673
674 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
677
678         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
679
680         * wl-spam.el (toplevel): Require wl-highlight.
681         (wl-spam-auto-check-policy-alist): Abolish.
682         (wl-spam-auto-check-folder-regexp-list): New user option.
683         (wl-spam-auto-check-marks): Ditto.
684         (wl-spam-mark-action-list): Ditto.
685         (wl-highlight-summary-spam-face): New face.
686         (wl-spam-auto-check-message-p): New function.
687         (wl-spam-map-spam-messages): Fixed message.
688         (wl-spam-register-spam-messages): Ditto.
689         (wl-spam-register-good-messages): Ditto.
690         (wl-summary-spam-map): Add and remove keybind.
691         (wl-summary-target-mark-spam): Abolish.
692         (wl-summary-refile-spam): Ditto.
693         (wl-summary-test-spam): New function.
694         (wl-summary-mark-spam): Ditto.
695         (wl-summary-auto-check-spam): Follow the above change.
696         (wl-summary-exec-action-spam): New function.
697         (wl-summary-exec-action-refile-with-register): Fixed message.
698         (wl-message-check-spam): New function.
699         (wl-spam-setup): Ditto.
700         (toplevel): Call it if this file is loaded interactivity.
701
702         * Version number is increased to 2.11.20.
703
704 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
707         when new optional argument `force' is non nil or modified.
708
709 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl.el (toplevel): Require wl-spam when compile.
712         (wl-save-status): Call wl-spam-save-status.
713
714         * wl-spam.el (wl-spam-register-spam-messages): New function.
715         (wl-spam-register-good-messages): Ditto.
716         (wl-spam-save-status): Ditto.
717         (wl-summary-mode-map): Bind
718         wl-summary-target-mark-register-as-spam to "ms" and
719         wl-summary-target-mark-register-as-good to "mn".
720         (wl-summary-register-as-spam): Abolish optional argument; Use
721         wl-spam-register-spam-messages.
722         (wl-summary-register-as-spam-all): Use
723         wl-spam-register-spam-messages.
724         (wl-summary-register-as-good): Abolish optional argument; Use
725         wl-spam-register-good-messages.
726         (wl-summary-register-as-good-all): Use
727         wl-spam-register-good-messages.
728         (wl-summary-target-mark-register-as-spam): New funtion.
729         (wl-summary-target-mark-register-as-good): Ditto.
730
731 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-spam.el: New file.
734
735 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
738
739         * wl-action.el (wl-auto-refile-guess-functions): New variable.
740         (wl-summary-auto-refile): Call wl-refile-guess with
741         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
742
743 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
746         with disable-thread argument non-nil.
747
748 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-summary.el (wl-summary-rescan): Added optional argument
751         disable-thread.
752         (wl-summary-sync): Call wl-summary-rescan with argument
753         disable-thread.
754         (wl-summary-input-range): Added new range `rescan-thread'.
755
756 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
757
758         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
759
760 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
763         internal variable.
764         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
765         wl-summary-search-parent-by-subject-regexp and
766         wl-summary-divide-thread-when-subject-changed as nil.
767         (wl-summary-insert-sequential): If entity is nil, nothing to do.
768         (wl-summary-insert-thread): Search parent entity from
769         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
770         thread loop.
771
772 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
773
774         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
775
776         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
777
778         * wl-util.el (wl-require-update-all-folder-p): New function.
779         (wl-get-assoc-list-value): Added `function' to match directive.
780         (wl-collect-draft): Rewrite.
781
782         * wl-summary.el (wl-summary-sync-update): Clear faces
783         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
784         are non-nil.
785         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
786         argument as function.
787         (wl-summary-input-range): Ditto.
788
789         * wl-folder.el (wl-draft-get-folder): New function.
790         (wl-folder-get-elmo-folder): Consider draft folder.
791
792         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
793         (wl-draft-buffer-message-number): New buffer local variable.
794         (wl-draft-folder-internal): New internal variable.
795         (wl-draft-delete): Rewrite.
796         (wl-draft-save): Ditto.
797         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
798         wl-folder-get-elmo-folder.
799         (wl-draft-config-info-operation): Ditto.
800         (wl-jump-to-draft-folder): Ditto.
801         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
802         (wl-draft-reedit): Rewrite.
803
804         * Version number is increased to 2.11.19.
805         
806 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
807
808         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
809         variable.
810
811 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
814         Use ignore-errors instead of unwind-protect.
815
816 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
817
818         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
819         for updating `wl-thread-entity-list'.
820
821 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
822
823         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
824         parameter from calling `wl-thread-entity-get-older-brothers' and
825         `wl-thread-entity-get-younger-brothers'.
826         Replace nested `append' with a single one.
827
828 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (wl-summary-mode): Don't use the return value of
831         `make-local-hook'.
832
833 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
834
835         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
836         instead of `let*'.
837         (wl-thread-delete-message): Likewise.  Split and narrow the scope
838         of local variables.
839
840 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
843         Renamed from wl-summary-window-scroll-functions.
844         (wl-summary-window-scroll-functions): Don't set to variable.
845         (wl-summary-display-top): Use run-hooks.
846         (wl-summary-display-bottom): Ditto.
847         (wl-summary-toggle-disp-msg): Ditto.
848         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
849         Use it instead of wl-summary-window-scroll-functions.
850         (wl-summary-goto-folder-subr): Don't call
851         wl-summary-window-scroll-functions, use
852         wl-summary-buffer-window-scroll-functions instead.
853
854 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
857         make-local-variable.
858
859 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
860
861         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
862         set-buffer-modified-p.
863         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
864         (wl-summary-display-bottom): Ditto.
865         (wl-summary-toggle-disp-msg): Ditto.
866
867 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
870
871         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
872         (wl-summary-forward): Use elmo-message-entity-field instead of
873         elmo-message-field.
874
875         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
876
877 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-summary.el (wl-summary-window-scroll-functions): No use
880         `append'.
881
882 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
883
884         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
885         function.
886         (wl-summary-window-scroll-functions): Call it when both
887         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
888         (wl-summary-temp-mark): Added optional argument number.
889         (wl-summary-message-mark): Added optional argument flag.
890         (wl-summary-persistent-mark): Added optional argument number and flag.
891         (wl-summary-update-persistent-mark): Ditto.
892         (wl-summary-update-status-marks): Set "r" for interactive spec.
893
894         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
895         argument number and flag.
896
897         * wl-action.el (wl-summary-registered-temp-mark): 
898         Do nothing when wl-summary-buffer-temp-mark-list is nil.
899
900 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
903         internal variable (buffer local).
904         (wl-summary-window-scroll-functions): New function.
905         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
906         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
907         as nil.
908         (wl-summary-update-status-marks): Added arguments beg, end and
909         check.
910         (wl-summary-update-mark-window): Use function.
911         (wl-summary-sync-update): Follow the change above.
912         (wl-summary-switch-to-clone-buffer): Copy
913         wl-summary-buffer-unsync-mark-number-list.
914         (wl-summary-goto-folder-subr): Set
915         wl-summary-buffer-unsync-mark-number-list and
916         use wl-summary-window-scroll-functions insteaf of
917         wl-summary-lazy-highlight.
918
919         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
920
921 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
924
925         * wl-summary.el (wl-summary-update-persistent-mark): Call
926         wl-summary-set-message-modified.
927
928         * wl-summary.el (wl-summary-sync-update): Don't call
929         wl-summary-update-status-marks.
930
931         * Version number is increased to 2.11.18.
932
933 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
934
935         * wl-message.el (wl-message-prev-page): Use save-selected-window.
936         (wl-message-next-page): Ditto.
937
938 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
939
940         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
941         local variable.  Change the order of a collected list into the
942         same as the specified range.  Remove nil from a collected list.
943
944 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-summary.el (wl-summary-insert-headers): Set visible-only
947         argument for elmo-folder-list-messages.
948
949 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
952         change (wl-summary-count-unreads return a list instead of a cons
953         cell).
954
955 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
956
957         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
958         `wl-summary-folder-info-update'.
959
960 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-summary.el (wl-summary-set-message-modified): No use
963         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
964         (wl-summary-set-mark-modified): Abolish.
965         (wl-summary-mark-modified-p): Ditto.
966         (wl-summary-save-view): Follow the change above.
967
968         * wl-expire.el (wl-summary-expire): Likewise.
969
970 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
971
972         * wl-summary.el (wl-summary-detect-mark-position): Use
973         modb-entity-handler.
974         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
975
976         * Version number is increased to 2.11.17.
977
978 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
979
980         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
981         entity field value.
982         (wl-summary-prefetch-msg): Ditto.
983         (wl-summary-print-message-with-ps-print): Ditto.
984
985 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
988         for dummy entity.
989         (wl-summary-insert-thread): Use elmo-message-entity-field.
990         (wl-summary-update-thread): Use elmo-message-entity-field and
991         elmo-message-entity-number.
992         (wl-summary-line-number):  Use elmo-message-entity-number.
993         (wl-summary-line-size): Use elmo-message-entity-field.
994         (wl-summary-line-subject): Ditto.
995         (wl-summary-line-from): Ditto.
996         (wl-summary-line-attached): Ditto.
997         (wl-summary-create-line): Ditto.
998         (wl-summary-create-line): Use elmo-message-entity-number.
999         (wl-summary-print-message-with-ps-print): Use
1000         elmo-message-entity-field.
1001
1002 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1003
1004         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1005         change in elmo-msgdb-make-message-entity.
1006         (wl-summary-buffer-set-folder): Don't call
1007         wl-summary-detect-mark-position here.
1008         (wl-summary-rescan): Call elmo-message-entity-number.
1009         (wl-summary-sync-update): Ditto.
1010         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1011
1012         * wl-score.el (wl-score-header-index): Redefine 2th element.
1013         (wl-score-overview-entity-get-extra): Abolish.
1014         (wl-score-ov-entity-get): Rewrite.
1015         (wl-score-string-index<, wl-score-string-func<): Abolish.
1016         (wl-score-string<): New function.
1017         (wl-score-string-sort): Use it.
1018
1019         * wl-refile.el (wl-refile-guess-by-history): Use
1020         elmo-message-entity-field.
1021         (wl-refile-guess-by-from): Ditto.
1022         (wl-refile-guess-by-msgid): Ditto.
1023
1024         * Version number is increased to 2.11.16.
1025
1026 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1027
1028         * wl-folder.el (wl-folder-confirm-existence): Don't call
1029         file-exists-p if msgdb-path is nil.
1030         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1031         `wl-read-folder-hist' to `wl-read-folder-history'.
1032
1033 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1034
1035         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1036         `y-or-n-p'.
1037
1038 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-score.el (wl-score-headers): Don't use
1041         elmo-folder-do-each-message-entity.
1042
1043         * Version number is increased to 2.11.15.
1044
1045 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1046
1047         * wl-summary.el (wl-summary-delete-all-msgs): Use
1048         elmo-folder-move-messages instead of elmo-folder-delete-messages
1049         and elmo-folder-detach-messages.
1050         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1051
1052         * wl-expire.el (wl-expire-delete): Ditto.
1053         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1054
1055 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1056
1057         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1058         (wl-message-header-narrowing-fields): Ditto.
1059         (wl-message-header-narrowing-lines): Ditto.
1060         (wl-message-header-narrowing-string): Ditto.
1061
1062         * wl-summary.el (wl-summary-mode-map): Bind
1063         wl-summary-toggle-header-narrowing to "C-cC-f".
1064         (wl-summary-toggle-header-narrowing): New function.
1065
1066         * wl-message.el (wl-message-buffer-create): Call
1067         wl-message-header-narrowing-setup.
1068         (wl-message-redisplay): Call wl-message-header-narrowing.
1069         (wl-message-header-narrowing): New function.
1070         (wl-message-header-narrowing-map): New keymap.
1071         (wl-message-header-narrowing-widen-map): New keymap.
1072         (wl-message-header-narrowing-again-at-mouse): New function.
1073         (wl-message-header-narrowing-1): Ditto.
1074         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1075         (wl-message-header-narrowing-setup): Ditto.
1076         (wl-message-header-narrowing-toggle): Ditto.
1077         
1078         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1079
1080         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1081         'flag as all.
1082         (wl-use-flag-folder-help-echo): New user option.
1083
1084         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1085         wl-summary-highlight as nil.
1086         (wl-summary-set-mark-modified): Follow the API change.
1087         (wl-summary-mark-modified-p): Ditto.
1088         (wl-summary-mark-as-read-all): Ditto.
1089         (wl-summary-sync-marks): Don't call
1090         elmo-folder-list-messages-with-global-mark.
1091         (wl-summary-mark-as-read-internal): Follow the API change.
1092         (wl-summary-mark-as-answered-internal): Ditto.
1093         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1094         Follow the API change.
1095         (wl-summary-create-line): Call with number argument.
1096         (wl-summary-reply): Follow the API change.
1097
1098         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1099         function.
1100         (wl-highlight-summary-line-string): Call it when
1101         wl-use-flag-folder-help-echo is non-nil.
1102         (wl-highlight-summary-current-line): Ditto.
1103         (elmo-flag-folder-referrer): Added autoload setting.
1104
1105         * wl-draft.el (wl-draft-kill): Follow the API change.
1106
1107         * Version number is increased to 2.11.14.
1108         
1109 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1110
1111         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1112
1113 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * Version number is increased to 2.11.13.
1116
1117 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-draft.el (wl-draft-previous-history-element): Fixed
1120         unbalanced parenthesis and bind unbound local variables.
1121
1122 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1123
1124         * wl-draft.el (wl-draft-previous-history-element): New function.
1125         (wl-draft-next-history-element): Ditto.
1126         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1127         them to M-p and M-n.
1128
1129 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * Version number is increased to 2.11.12.
1132
1133 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1134
1135         * wl-draft.el (wl-draft-hide): Select buffer-window.
1136
1137 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1138
1139         * wl-summary.el (wl-summary-narrow-to-region): New function.
1140         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1141         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1142         (wl-summary-save-region): Use it.
1143         * wl-action.el (wl-summary-collect-numbers-region)
1144         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1145
1146 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-folder.el (wl-folder-count-incorporates): Don't use
1149         `elmo-msgdb-mark-load'
1150
1151         * Version number is increased to 2.11.11.
1152
1153 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1154
1155         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1156         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1157
1158 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1159
1160         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1161
1162 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * Version number is increased to 2.11.10.
1165
1166 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-mime.el (wl-draft-attribute-value): Fixed.
1169
1170 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-util.el (wl-copy-local-variables): New function.
1173
1174         * wl-mime.el (wl-draft-attribute-recipients): New function.
1175         (wl-draft-attribute-envelope-from): Ditto.
1176         (wl-draft-attribute-smtp-posting-server): Ditto.
1177         (wl-draft-attribute-smtp-posting-port): Ditto.
1178         (wl-draft-attribute-value): Ditto.
1179         (wl-draft-preview-message): Use it to get value for
1180         attributes. Reflect result of `wl-draft-config'.
1181
1182         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1183         and call `wl-summary-mark-as-read' before to call
1184         `wl-summary-unset-mark'.
1185         (wl-summary-target-mark-mark-as-unread): Likewise.
1186         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1187
1188 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1189
1190         * wl-mime.el (wl-draft-preview-message): Use actual value for
1191         attributes; Fix for small window.
1192
1193 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1194
1195         * wl-refile.el (wl-refile-get-field-value): Call
1196         `elmo-message-entity-field' with 3rd argument is non-nil.
1197
1198 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-vars.el (wl-draft-preview-attributes): New user option.
1201         (wl-draft-preview-attributes-list): Ditto.
1202         (wl-draft-preview-attributes-buffer-lines): Ditto.
1203         (wl-draft-preview-attributes-buffer-name): Ditto.
1204
1205         * wl-mime.el (wl-draft-preview-message): Display attributes.
1206
1207 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-summary.el (wl-summary-detect-mark-position): Bind
1210         wl-summary-flag-priority-list to '(new).
1211
1212 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1215         funtion.
1216         (wl-highlight-summary-line-string): Use it.
1217         (wl-highlight-summary-current-line): Ditto.
1218
1219 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1220
1221         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1222         line even when the mark string is not changed.
1223
1224         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1225         argument change in the wl-summary-create-line.
1226         (wl-thread-insert-entity-sub): Ditto.
1227
1228         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1229         argument change in the wl-summary-create-line.
1230         (wl-summary-insert-sequential): Ditto.
1231         (wl-summary-update-thread): Ditto.
1232         (wl-summary-persistent-mark-string): New inline function.
1233         (wl-summary-message-mark): Use it.
1234         (wl-summary-create-line): Abolish argument wl-persistent-mark
1235         and added wl-flags, wl-cached.
1236
1237         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1238         mark to flags.
1239         (wl-highlight-summary-current-line): Decide the face not by the 
1240         persistent mark but flags.
1241
1242 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1245         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1246         wl-summary-read-uncached-mark): Revive.
1247         (wl-summary-answered-cached-mark,
1248         wl-summary-answered-uncached-mark): New user option.
1249         (wl-summary-score-marks): Follow the change above.
1250         (wl-summary-auto-refile-skip-marks): Ditto.
1251         (wl-summary-incorporate-marks): Ditto.
1252         (wl-summary-expire-reserve-marks): Ditto.
1253         (wl-summary-flag-priority-list): New user option.
1254
1255         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1256         changes.
1257         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1258         of elmo-message-mark.
1259         (wl-summary-mark-as-read-internal): Ditto.
1260         (wl-summary-mark-as-answered): Ditto.
1261         (wl-summary-mark-as-important): Ditto.
1262         (wl-summary-redisplay-internal): Ditto.
1263         (wl-summary-redisplay-no-mime-internal): Ditto.
1264         (wl-summary-message-mark): New function.
1265         (wl-summary-insert-sequential): Use wl-summary-message-mark
1266         instead of elmo-message-mark.
1267         (wl-summary-update-thread): Ditto.
1268         (wl-summary-persistent-mark): Ditto.
1269         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1270         instead of elmo-message-mark.
1271
1272         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1273         wl-summary-message-mark instead of elmo-message-mark.
1274         (wl-thread-insert-entity-sub): Ditto.
1275         (wl-thread-get-children-msgs-uncached): Ditto.
1276
1277         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1278         variable name changes.
1279         (wl-highlight-summary-current-line): Ditto.
1280
1281         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1282         wl-summary-message-mark instead of elmo-message-mark.
1283
1284         * wl-expire.el (wl-expire-message-p): Ditto.
1285
1286         * wl-score.el (wl-score-headers): Ditto.
1287
1288         * Version number is increased to 2.11.9.
1289
1290         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1291         (wl-summary-sync-update): Follow the change above.
1292         (wl-summary-switch-to-clone-buffer): Ditto.
1293         (wl-summary-open-folder): Ditto.
1294
1295 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1296
1297         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1298         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1299
1300         * Version number is increased to 2.11.8.
1301
1302         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1303
1304         * wl-expire.el (wl-expire-refile): Follow the API change on
1305         `elmo-folder-move-messages'.
1306         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1307
1308         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1309         (wl-summary-exec-action-refile): Ditto.
1310         (wl-summary-exec-action-copy): Ditto.
1311         (wl-summary-no-auto-refile-message-p): No use
1312         `wl-summary-buffer-msgdb'.
1313         (wl-summary-auto-refile): Ditto.
1314
1315 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1316
1317         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1318
1319 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * wl-summary.el (wl-summary-sync): Treat no-sync.
1322
1323         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1324         (wl-default-sync-range): Ditto.
1325
1326 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-refile.el (wl-refile-subject-learn): Call
1329         `elmo-message-entity-field' with 3rd argument is non-nil.
1330         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1331         instead of `elmo-msgdb-overview-entity-get-subject'.
1332
1333 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1334
1335         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1336         scan-type is rescan.
1337         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1338         new optional argument force is non-nil.
1339         (wl-summary-save-view-cache): Call it with force argument non-nil.
1340
1341         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1342
1343 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-action.el (wl-summary-print-argument): Fixed last change.
1346
1347 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1348
1349         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1350         simplified.
1351         (wl-summary-target-mark-mark-as-unread): Likewise.
1352         (wl-summary-target-mark-mark-as-important): Likewise.
1353
1354 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1355
1356         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1357         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1358         (wl-summary-mark-as-important-region): Change accordingly.
1359         (wl-summary-target-mark-mark-as-important): Ditto.
1360
1361 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1364
1365         * wl-action.el (wl-summary-print-argument): Print argument to
1366         right side of window if `wl-summary-print-argument-within-window'
1367         is non-nil.
1368
1369 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1370
1371         * wl-action.el (wl-summary-set-mark): Use
1372         `wl-summary-message-visible-p' to check visibility of the message
1373         and jump to message only when the message line is visible and have
1374         different number; Call wl-summary-unset-mark with number argument.
1375         (wl-summary-unset-mark): 
1376         Use `wl-summary-message-visible-p'
1377         to check visibility of the message and jump to message only when
1378         the message line is visible and have different number;
1379
1380 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * Version number is increased to 2.11.7.
1383
1384         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1385         and wl-folder-summary-line-format.
1386
1387         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1388         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1389         (wl-summary-set-score-mark): Use it.
1390         (wl-summary-target-mark-mark-as-read): Ditto.
1391         (wl-summary-target-mark-mark-as-unread): Ditto.
1392         (wl-summary-target-mark-mark-as-important): Ditto.
1393         (wl-summary-target-mark-msgs): Simplified.
1394         (wl-summary-detect-mark-position): Fixed problem when
1395         summary-line-format no contain persisten/temp mark spec.
1396         (wl-summary-temp-mark): Ditto.
1397         (wl-summary-persistent-mark): Ditto.
1398         (wl-summary-update-persistent-mark): Ditto.
1399
1400         * wl-action.el (wl-summary-set-mark): Ditto.
1401         (wl-summary-unset-mark): Ditto.
1402         All other related portions are changed.
1403
1404 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * Version number is increased to 2.11.6.
1407
1408 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl-util.el (wl-current-message-buffer): Define as function;
1411         Don't use the value of wl-messge-buffer.
1412
1413         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1414         persistent mark.
1415
1416         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1417         no current message, cause an error.
1418
1419 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-summary.el (wl-summary-set-message-modified): Use
1422         elmo-folder-set-message-modified instead of
1423         elmo-folder-set-message-modified-internal.
1424
1425 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1428         interactively.
1429         (wl-summary-sync): nokill->entirely.
1430         (wl-summary-sync-marks): Fixed message.
1431         (wl-summary-input-range): Added mark, nokill->entirely.
1432
1433         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1434         messages as read.
1435
1436 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1437
1438         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1439         update-noscore.
1440         (wl-summary-sync): Follow the change above.
1441
1442 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * wl-action.el (wl-summary-target-mark-all): Use
1445         elmo-folder-list-messages.
1446
1447 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1450         (wl-summary-rescan): Set wl-summary-scored as nil.
1451         (wl-summary-sync-force-update): Follow the change above.
1452         (wl-summary-sync): Ditto.
1453         (wl-summary-sync-update): Added argument disable-killed.
1454         (wl-summary-insert-headers): Set visible-only argument for
1455         elmo-folder-list-messages.
1456         (wl-summary-input-range): Added update-nokill, update-noscore,
1457         all-nokill, all-noscore and mark.
1458
1459         * Version number is increased to 2.11.5.
1460
1461         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1462
1463 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1464
1465         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1466         (wl-summary-prefetch-region-no-mark): Change accordingly.
1467         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1468
1469 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1470
1471         * wl-address.el (wl-complete-field-to): Abolished.
1472         (wl-complete-address): Completion function for completing-read.
1473         * wl-action.el (wl-summary-get-resend-address): Use it.
1474
1475         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1476         wl-summary-update-mark and abolish unused argument.
1477         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1478         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1479         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1480         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1481         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1482         * wl-draft.el (wl-draft-kill): Ditto.
1483
1484         * wl-summary.el: Remove unused binding of case-fold-search.
1485         (wl-summary-replace-status-marks): Abolished.
1486
1487 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1488
1489         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1490         is specified or folder length is zero.
1491
1492 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1495         (wl-folder-archive-current-entity): Ditto.
1496
1497 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1498
1499         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1500         retrieving message mark.
1501         (wl-summary-redisplay-internal): Ditto.
1502
1503         * wl-message.el (wl-message-buffer-display): Ignore errors while
1504         retrieving message-id field.
1505
1506         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1507         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1508         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1509         order of the arguments for `wl-expire-message-p'.
1510         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1511
1512         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1513         Check return value of wl-summary-reply.
1514         (wl-summary-reply): Recover window configuration when an error occured.
1515
1516 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1517
1518         * wl-summary.el (wl-summary-resend-message): Abolished, the
1519         feature is inherited by wl-summary-resend (put resend mark).
1520
1521 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1524         wl-message-buffer to nil when the message is hide.
1525
1526 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * .cvsignore: New file.
1529
1530 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl-action.el (wl-summary-action-docstring): Add more info.
1533         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1534         duplicate definition.
1535         (wl-summary-define-mark-action): Functions wl-summary-*-region
1536         keep current position.
1537         (wl-summary-unregister-target-mark): Store result to the variable.
1538
1539 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1540
1541         * Version number is increased to 2.11.4.
1542
1543 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1544
1545         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1546         wl-summary-delete-all-temp-marks.
1547         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1548
1549         * wl-action.el (wl-summary-set-mark): Changed terminology
1550         refile-destination -> action-argument.
1551         (wl-summary-unset-mark): Ditto.
1552         (wl-summary-remove-argument): Ditto.
1553         (wl-summary-print-argument): Ditto.
1554
1555         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1556         (wl-thread-remove-argument-region): Ditto.
1557         (wl-thread-print-argument-region): Ditto.
1558         (wl-thread-close): Ditto.
1559         (wl-thread-open): Ditto.
1560
1561         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1562         (wl-highlight-refile-destination-face is abolished)
1563         (wl-highlight-action-argument-string): Ditto.
1564         (wl-highlight-summary-current-line): Highlight action argument.
1565
1566         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1567         color for light backgrounds.
1568         (wl-highlight-summary-answered-face): Ditto.
1569
1570 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1571
1572         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1573
1574         * wl-score.el (wl-summary-score-update-all-lines): Use
1575         wl-summary-set-mark.
1576         (wl-summary-score-update-all-lines): Kill expunged messages.
1577
1578         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1579
1580 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1583         directly.
1584         (wl-score-overview-entity-get-lines): Ditto.
1585         (wl-score-overview-entity-get-xref): Ditto.
1586         (wl-score-get-latest-msgs): Ditto.
1587         (wl-summary-rescore): Ditto.
1588
1589         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1590         to "&".
1591         (wl-summary-mark-as-answered-internal): New inline function.
1592         (wl-summary-mark-as-answered): New function.
1593         (wl-summary-mark-as-unanswered): Ditto.
1594         (wl-summary-sync-marks): Modified for answered-mark synching.
1595
1596 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1597
1598         * wl-action.el (wl-summary-set-mark): Fixed last change.
1599
1600 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1601
1602         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1603         behavior of wl-summary-unread-message-hook
1604         (Pointed out by akira yamada <akira@arika.org>).
1605
1606 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1609         wl-summary-delete.
1610         * wl-xmas.el (wl-summary-toolbar): Ditto.
1611
1612         * wl-action.el (wl-summary-set-mark): Don't override current
1613         temp-mark.
1614
1615         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1616
1617 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1618
1619         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1620         (wl-refile-msgid-learn): Ditto.
1621         (wl-refile-get-field-value): Ditto.
1622
1623         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1624
1625         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1626         (wl-expire-delete-reserved-messages): Renamed from
1627         wl-expire-reserve-marked-msgs-from-list.
1628         (wl-expire-delete): Removed argument `msgdb'.
1629         (wl-expire-refile): Ditto.
1630         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1631         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1632         mark-alist as argument.
1633         (wl-expire-archive-number1): Removed argument `msgdb'.
1634         (wl-expire-archive-number2): Ditto.
1635         (wl-expire-archive-date): Ditto.
1636         (wl-expire-localdir-date): Ditto.
1637         (wl-expire-hide): Ditto.
1638         (wl-archive-number1): Ditto.
1639         (wl-archive-number2): Ditto.
1640         (wl-archive-date): Ditto.
1641         (wl-archive-folder): Ditto.
1642         All other related portions are changed.
1643
1644 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1647         mean move up and down. (suggested by Takashi Kawachi)
1648
1649 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1650
1651         * wl-acap.el (toplevel): Don't require un-define.
1652
1653 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1654
1655         * wl-thread.el (wl-thread-delete-message): Always update
1656         wl-summary-buffer-number-list.
1657
1658         * wl-action.el (wl-summary-print-destination): 
1659         Do nothing when folder is nil.
1660
1661 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1664         persistent mark when prefetch is succeeded.
1665
1666 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1667
1668         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1669         instead of elmo-msgdb-delete-msgs.
1670         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1671         (wl-expire-hide): Ditto.
1672
1673         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1674
1675         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1676         elmo-msgdb interface.
1677         (wl-thread-get-exist-children): Likewise.
1678         (wl-thread-insert-message): Likewise.
1679         (wl-thread-msg-mark-as-important): Likewise.
1680         (wl-thread-insert-entity-sub): Likewise.
1681         (wl-thread-get-children-msgs-uncached): Likewise.
1682
1683         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1684         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1685         (wl-summary-sync-update): Likewise.
1686         (wl-summary-auto-select-msg-p): Likewise.
1687         (wl-summary-update-thread): Likewise.
1688         (wl-summary-mark-as-important): Likewise.
1689         (wl-summary-jump-to-msg-internal): Likewise.
1690         (wl-summary-redisplay-internal): Likewise.
1691         (wl-summary-print-message-with-ps-print): Likewise.
1692         (wl-summary-folder-info-update): Likewise.
1693
1694         * wl-folder.el (wl-folder-check-one-entity):
1695         elmo-folder-count-flags instead of wl-summary-count-unread.
1696
1697         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1698
1699         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1700
1701         * wl-summary.el (wl-summary-set-message-modified): 
1702         Call wl-summary-set-mark-modified.
1703         (wl-summary-delete-messages-on-buffer): Call
1704         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1705         (wl-summary-sync-update): Call elmo-folder-length instead of
1706         elmo-folder-messages.
1707         (wl-summary-insert-headers): Don't call
1708         elmo-folder-list-message-entities.
1709
1710 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-action.el (wl-summary-define-mark-action): Call
1713         `wl-summary-set-mark' with argument `data'.
1714         (wl-summary-auto-refile): Fixed order of arguments when call
1715         `wl-summary-refile'.
1716
1717 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1718
1719         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1720
1721         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1722
1723         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1724         (Renamed from wl-highlight-summary-deleted-face).
1725         (wl-highlight-summary-resend-face): New face.
1726
1727         (wl-highlight-summary-deleted-face): Renamed from
1728         wl-highlight-summary-erased-face.
1729
1730         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1731
1732         * wl-action.el (wl-summary-get-resend-address): New function.
1733         (wl-summary-exec-action-resend): Ditto.
1734         (wl-summary-exec-action-resend-subr): Ditto.
1735
1736         * w-thread.el (wl-thread-copy): Removed definition.
1737         (wl-thread-refile): Ditto.
1738         (wl-thread-delete): Ditto.
1739         (wl-thread-target-mark): Ditto.
1740
1741         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1742         (wl-summary-target-mark-set-action): Fixed.
1743         (wl-summary-define-mark-action): Fixed quotation.
1744         (wl-summary-move-mark-list-messages): Display message.
1745         (wl-summary-define-mark-action): Define thread functions.
1746         (wl-summary-exec-action-refile): Changed message.
1747         (wl-summary-exec): Ditto.
1748
1749 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1750         
1751         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1752         '%%'.
1753
1754 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl.el (toplevel): Require wl-action.
1757         (wl-init): Call wl-summary-define-mark-action.
1758
1759         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1760
1761         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1762         wl-summary-delete and wl-summary-erase.
1763         (wl-summary-mode-map): Ditto.
1764
1765         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1766         wl-delete-folder-alist.
1767
1768         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1769         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1770         (toplevel): Moved mark & action related functions to the wl-action.el.
1771
1772         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1773         in wl-summary-mark-action-list.
1774         (wl-highlight-summary-current-line): Ditto.
1775
1776         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1777         empty lines.
1778
1779         * wl-action.el: New file. 
1780
1781 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1782
1783         * wl-summary.el (wl-summary-target-mark-replace): New function.
1784         (wl-summary-target-mark-prefetch): Use it.
1785         (wl-summary-target-mark-delete): Ditto.
1786         (toplevel): Rearranged definition order.
1787         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1788         (wl-summary-target-mark-erase): Rewrite.
1789         (wl-summary-erase-region): New function.
1790         (wl-summary-exec-action-erase): Changed message.
1791         (wl-summary-move-mark-list-messages): New function.
1792         (wl-summary-exec-action-delete): Use it.
1793         (wl-summary-exec-action-erase): Ditto.
1794
1795         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1796         (wl-summary-skip-mark-list): Added "d".
1797
1798         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1799         while searching.
1800
1801         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1802         and define using defcustom;
1803         Define 4th element as a face.
1804         
1805         * wl-summary.el (wl-summary-incorporate): Use 
1806         `wl-summary-prefetch-region-no-mark' instead of
1807         `wl-summary-prefetch-region'.
1808         (wl-summary-prefetch-region-no-mark): Revival of old
1809         `wl-summary-prefetch-region'.
1810         (wl-summary-mark-action-list): Moved to wl-vars.el
1811
1812         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1813         face according to the `wl-summary-mark-action-list'.
1814         (wl-highlight-summary-current-line): Ditto;
1815         Removed destination highlighting.
1816
1817         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1818         (wl-highlight-summary-line-string): Highlight for "i" mark.
1819         (wl-highlight-summary-current-line): Ditto.
1820
1821         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1822         no destination.
1823
1824         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1825         exists, just go ahead.
1826         (wl-summary-prefetch-region): Rewrite.
1827         (wl-summary-prefetch): Ditto.
1828         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1829         (wl-summary-exec-action-prefetch): New function.
1830         (wl-summary-target-mark-prefetch): Rewrite.
1831
1832 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1835         (wl-highlight-summary-line-string): Added "d" and "D".
1836         (wl-highlight-summary-current-line): Ditto.
1837
1838         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1839         in wl-summary.el.
1840         (wl-thread-insert-entity-sub): Ditto.
1841         (wl-thread-remove-destination-region): Ditto.
1842         (wl-thread-print-destination-region): Ditto.
1843
1844         * wl-summary.el (wl-summary-buffer-refile-list,
1845         wl-summary-buffer-delete-list,
1846         wl-summary-buffer-copy-list): Abolish.
1847         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1848         All other related portions are changed.
1849         (wl-summary-mark-action-list): New variable.
1850         (wl-summary-set-mark): New function.
1851         (wl-summary-register-target-mark): Ditto.
1852         (wl-summary-unregister-target-mark): Ditto.
1853         (wl-summary-have-target-mark-p): Ditto.
1854         (wl-summary-register-temp-mark): Ditto.
1855         (wl-summary-unregister-temp-mark): Ditto.
1856         (wl-summary-registered-temp-mark): Ditto.
1857         (wl-summary-collect-temp-mark): Ditto.
1858         (wl-summary-unset-mark): Ditto.
1859         (wl-summary-set-target-mark): Ditto.
1860         (wl-summary-unset-target-mark): Ditto.
1861         (wl-summary-set-action-generic): Ditto.
1862         (wl-summary-unset-action-generic): Ditto.
1863         (wl-summary-exec-action-delete): Ditto.
1864         (wl-summary-exec-action-erase): Ditto.
1865         (wl-summary-set-action-refile): Ditto.
1866         (wl-summary-set-action-refile-subr): Ditto.
1867         (wl-summary-unset-action-refile): Ditto.
1868         (wl-summary-make-destination-numbers-list): Ditto.
1869         (wl-summary-exec-action-refile): Ditto.
1870         (wl-summary-set-action-copy): Ditto.
1871         (wl-summary-unset-action-copy): Ditto.
1872         (wl-summary-exec-action-copy): Ditto.
1873         (wl-summary-collect-numbers-region): Ditto.
1874         (wl-summary-delete): Rewrite.
1875         (wl-summary-erase): Ditto.
1876         (wl-summary-remove-destination): Ditto.
1877         (wl-summary-exec): Ditto.
1878         (wl-summary-exec-region): Ditto.
1879         (wl-summary-target-mark-erase): Ditto.
1880         (wl-summary-refile): Ditto.
1881         (wl-summary-copy): Ditto.
1882         (wl-summary-unmark): Ditto.
1883         (wl-summary-delete-all-mark): Ditto.
1884         (wl-summary-mark-line): Don't highlight.
1885         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1886         (wl-summary-target-mark-refile-subr): Rewrite.
1887
1888         (wl-summary-copy-prev-destination): Abolish.
1889
1890 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1891
1892         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1893         default values along the value of wl-on-mule.
1894         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1895         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1896         It is not used anywhere.
1897
1898 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-summary.el (wl-summary-print-destination): Keep position.
1901         (wl-summary-cursor-move-surface): Keep horizontal position.
1902
1903 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1904
1905         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1906         write sendlog.
1907
1908 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1909
1910         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1911         `wl-summary-highlight'.
1912
1913 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1914
1915         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1916         trivial condition for temp-mark.
1917
1918 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1921         when it hits killed buffer.
1922
1923 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1924
1925         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1926         * wl-news.el.in: `message' and `error' take format string.
1927
1928 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-folder (wl-folder-insert-entity): Display a message,
1931         `...done', when the work finish.
1932         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1933
1934 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-message.el (wl-message-redisplay): Remove unused local
1937         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1938
1939 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1940
1941         * wl-summary.el (wl-summary-replace-status-marks): Disable
1942         interactive use.
1943         (wl-summary-reedit): Check message existence at first.
1944         (wl-summary-mark-line): Fix doc, return value is indefinite.
1945
1946         * wl-highlight.el (wl-highlight-message): Arranged.
1947
1948         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1949         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1950         check temp-mark by wl-summary-temp-mark always.
1951         (wl-highlight-summary): Change accordingly.
1952         * wl-summary.el (wl-summary-mark-as-read-all)
1953         (wl-summary-delete-cache, wl-summary-set-score-mark)
1954         (wl-summary-mark-as-unread, wl-summary-unmark)
1955         (wl-summary-mark-line, wl-summary-mark-as-read)
1956         (wl-summary-mark-as-important): Ditto.
1957
1958         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1959         end of the window if possible.
1960         * wl-summary.el (wl-summary-sync-update): Support lazy
1961         highlighting.
1962         (wl-summary-toggle-disp-msg): Ditto.
1963
1964 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1965
1966         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1967
1968 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1971         change.
1972
1973 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1974
1975         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1976         API.
1977         (wl-summary-sync-update): Ditto.
1978
1979         * wl-score.el (wl-score-get-score-alist): Changed argument.
1980         (wl-summary-rescore-msgs): Likewise.
1981         (wl-summary-score-headers): Likewise.
1982         (wl-score-headers): Likewise;
1983         Use elmo-folder-do-each-message-entity, etc.
1984         (wl-summary-score-effect): Follow the changes above.
1985         (wl-summary-rescore): Ditto.
1986         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1987         (wl-score-get-overview): Abolish.
1988
1989         * wl-summary.el (wl-summary-default-from): Follow the API change in
1990         elmo-msgdb.
1991         (wl-summary-count-unread): Ditto.
1992         (wl-summary-detect-mark-position): Ditto.
1993         (wl-summary-overview-entity-compare-by-date): Ditto.
1994         (wl-summary-overview-entity-compare-by-number): Ditto.
1995         (wl-summary-overview-entity-compare-by-from): Ditto.
1996         (wl-summary-overview-entity-compare-by-subject): Ditto.
1997         (wl-summary-get-list-info): Ditto.
1998         (wl-summary-rescan): Ditto.
1999         (wl-summary-jump-to-msg-by-message-id): Ditto.
2000         (wl-summary-sync-update): Ditto; Removed comment.
2001         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2002         (wl-summary-insert-message): Use wl-summary-insert
2003         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2004         (wl-summary-insert-headers): Changed argument overview to folder.
2005         (wl-summary-search-by-subject): Likewise.
2006         (wl-summary-insert-thread): Renamed from 
2007         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2008
2009         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2010         too.
2011
2012         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2013         wl-string-member.
2014
2015 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2016
2017         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2018         elmo-folder-append-buffer.
2019         (wl-draft-queue-append): Likewise.
2020
2021         * wl-mime.el (wl-message-delete-current-part): Ditto.
2022         (wl-summary-burst-subr): Ditto.
2023
2024         * wl-news.el.in (wl-news-send-news): Ditto.
2025
2026 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2027
2028         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2029         function.
2030         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2031         (wl-summary-update-mark): Enclose with save-excursion.
2032         (wl-summary-mark-as-read-internal): Fixed last change.
2033         (wl-summary-mark-as-important): Use 3rd argument of
2034         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2035         Don't use elmo-msgdb-set-mark.
2036         (wl-summary-redisplay-internal): If msgdb flag is already read,
2037         just update the mark on buffer.
2038
2039 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2042         cut visible folder when elmo-folder-delete returns non-nil value.
2043
2044 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2047         by Kenichi OKADA <okada@opaopa.org>).
2048
2049 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2052
2053 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2056         Fixed the last change, search group entity by its real name.
2057         (Thanks to: KOBAYASHI Shinji)
2058
2059 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2062         (wl-fldmgr-access-display-all): Don't refer visible name.
2063         * wl-expire.el (wl-folder-archive-current-entity)
2064         (wl-folder-expire-current-entity): Ditto.
2065         * wl-folder.el (wl-folder-jump-to-current-entity)
2066         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2067         (wl-folder-open-folder-sub,wl-folder-open-all)
2068         (wl-folder-write-current-folder): Ditto.
2069         (wl-folder-insert-entity): Don't use petname for normal group.
2070         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2071         is the real name.
2072         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2073         Abolished.
2074
2075 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2076
2077         * wl-draft.el (wl-draft-create-buffer): Add
2078         `wl-summary-reply-with-citation'
2079
2080 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2081
2082         * wl-draft.el (wl-draft-reply): Fixed.
2083
2084 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2085
2086         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2087         when `wl-draft-send-confirm-with-preview' is non-nil.
2088         You can scroll up/down by j/k.
2089         (wl-draft-send-confirm-with-preview): New variable (default=t).
2090
2091 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2092
2093         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2094         (wl-fldmgr-save-folders): Fix comment.
2095
2096 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2099         along the last change in `wl-folder-buffer-group-p'.
2100
2101 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2102
2103         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2104         folder.
2105
2106         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2107         the default value.
2108
2109         * wl-mime.el (wl-summary-burst): Update summary only when target
2110         folder equals current folder.
2111
2112 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2113
2114         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2115
2116 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2117
2118         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2119         value.
2120
2121 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2124         `map-extents' instead of `extent-at' repeatedly.
2125         (wl-highlight-folder-current-line): Ditto.
2126
2127         * wl-highlight.el: Remove useless dummy functions.
2128
2129 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2130
2131         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2132         (wl-folder-put-folder-property): New function to put text property.
2133         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2134         (wl-folder-insert-entity, wl-folder-update-diff-line)
2135         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2136         * wl-e21.el, wl-xmas.el, wl-mule.el
2137         (wl-highlight-folder-current-line): Ditto.
2138         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2139         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2140         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2141         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2142
2143 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2144
2145         * Version number is increased to 2.11.3.
2146
2147 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2148
2149         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2150         Resume current-buffer since it is assumed by remaining tasks.
2151
2152 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2153
2154         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2155         (wl-folder-completion-function): Abolished.
2156         (wl-folder-complete-folder): New function.
2157         (wl-folder-complete-filter-condition): Ditto.
2158         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2159         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2160
2161 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2162
2163         * wl-draft.el (wl-draft-send-confirm): New function.
2164         (wl-draft-send): Use it.
2165
2166         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2167         cursor-in-echo-area while confirming.
2168
2169         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2170
2171         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2172         searching via nntp if wl-summary-search-via-nntp is 'force.
2173         Otherwise, invoke searching in nntp folder only.
2174         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2175
2176         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2177         explicitly for mime-make-text-tag.
2178
2179 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2180
2181         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2182         `mime-make-text-tag' instead of `mime-create-tag'.
2183
2184 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2185
2186         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2187         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2188
2189 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2190
2191         * wl-score.el (wl-score-save): Bind print-length and print-level.
2192         (wl-score-pretty-print): Ditto.
2193         (wl-score-edit-insert-header-entry): Ditto.
2194
2195         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2196         "From" entry to be treated with wl-draft-eword-encode-address-list.
2197         * wl-mime.el (wl-draft-preview-message): Ditto.
2198
2199         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2200         (wl-summary-mark-as-unread): Ditto.
2201         (wl-summary-mark-as-read-region): Change accordingly.
2202         (wl-summary-mark-as-unread-region): Ditto.
2203         (wl-summary-target-mark-mark-as-read): Ditto.
2204         (wl-summary-target-mark-mark-as-unread): Ditto.
2205
2206 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2207
2208         * Version number is increased to 2.11.2.
2209
2210 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2211
2212         * wl-news.el.in (wl-news-previous-version-save): Bind
2213         print-length and print-level.
2214         * wl-thread.el (wl-thread-save-entities): Ditto.
2215         (wl-thread-save-top-list): Bind print-length.
2216
2217 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2218
2219         * wl-highlight.el (wl-highlight-summary-line-string): Use
2220         wl-summary-score-below-mark, wl-summary-score-over-mark.
2221         (wl-highlight-summary-current-line): Ditto.
2222
2223 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2224
2225         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2226         insert it.
2227
2228 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2229
2230         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2231
2232 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2233
2234         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2235         message without msgid.
2236         Rewrite with elmo-folder-move-messages.
2237         Set wl-message-buffer to nil.
2238
2239         * wl-summary.el (wl-summary-erase-subr): New function. Use
2240         elmo-folder-move-messages.
2241         (wl-summary-erase): Call it.
2242         (wl-summary-target-mark-erase): Ditto.
2243
2244 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2245
2246         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2247         it is not up-tp-date.
2248
2249 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2250
2251         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2252         buffer after calling `wl-summary-goto-folder-subr' without the
2253         argument `interactive'.
2254         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2255
2256 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2257
2258         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2259         `mime-create-tag'. Use `string=' instead of `looking-at'.
2260
2261 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2262
2263         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2264         to avoid compile warning.
2265
2266         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2267         entity-id when folder is given.
2268         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2269         save-excursion, use save-selected-window instead.
2270         Select folder buffer window if exists.
2271         (To correct behavior with wl-folder-move-cur-folder.)
2272
2273 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2274
2275         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2276
2277 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2278
2279         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2280         list-count instead of %d.
2281
2282 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2283
2284         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2285         (wl-news): Set it.
2286         (wl-news-append-to-folder): Use it.
2287
2288         * wl-news.el.in (wl-news-send-news): Append to specified folder
2289         instead of wl-default-folder.
2290         (wl-news-append-to-folder): Show error message with specified folder.
2291
2292         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2293                 In most major modes, Emacs assumes that any opening
2294                 delimiter found at the left margin is the start of a
2295                 top-level definition, or defun. Therefore, *never put an
2296                 opening delimiter at the left margin unless it should have
2297                 that significance.*
2298
2299         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2300
2301 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2302
2303         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2304
2305 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2306
2307         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2308
2309 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2310
2311         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2312         for sequential numbering case.
2313
2314 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2315
2316         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2317         value.
2318         (wl-draft-reply-without-argument-list): Ditto.
2319         (wl-draft-reply-myself-with-argument-list): Abolish.
2320         (wl-draft-reply-myself-without-argument-list): Ditto.
2321         * wl-draft.el (wl-draft-self-reply-p): New function.
2322         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2323
2324 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2327         (avoid error for the case without byte-compiling)
2328
2329 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2330
2331         * wl-news.el.in (wl-news-append-to-folder): New function.
2332         (wl-news-exit): Rewrite.
2333         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2334
2335 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2336
2337         * wl-draft.el (wl-draft-reply-position): New function.
2338         (wl-draft-reply-position): Fix.
2339         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2340         (wl-summary-target-mark-reply-with-citation): Ditto.
2341         (wl-summary-reply-with-citation): Ditto.
2342         * wl-vars.el (wl-draft-reply-default-position): New variable.
2343
2344 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2345
2346         * wl-draft.el (wl-draft-send): Preview when interactive send.
2347
2348 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2349
2350         * wl-draft.el (wl-draft-reply): Set default position.
2351         * wl-summary.el (wl-summary-reply): Ditto.
2352         (wl-summary-reply-with-citation): Ditto.
2353         (wl-summary-target-mark-reply-with-citation): Ditto.
2354
2355 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2356
2357         * wl-news.el.in (wl-news-lang): Set default value according to
2358         current-language-environment.
2359         (wl-news-append-news): Do nothing when news-list is nil.
2360
2361 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2362
2363         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2364         (wl-news): Change message.
2365         (wl-news-exit): Check buffer.
2366         (wl-news-force-exit): New function.
2367         (wl-news-show-all): New function.
2368         (wl-news-discard-and-exit): Fix.
2369
2370 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2373         according to current-language-environment.
2374
2375         * wl-news.el.in (wl-news): If arg, show all NEWS after
2376         wl-news-default-previous-version.
2377
2378 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2379
2380         * wl-news.el.in (wl-news-check): Rewritten.
2381         (wl-news-previous-version-load): Change data type.
2382         (wl-news-previous-version-save): Change data type.
2383         (wl-news-append-news): Add return value.
2384         (wl-news-check-news): New function.
2385         (wl-news-already-current-p): New function.
2386         (wl-news-send-news): Rewritten.
2387         (wl-news-mode-map): Add new keybind.
2388         (wl-news): Rewritten.
2389         (wl-news-exit): Rewritten.
2390         (wl-news-discard-and-mail): New function.
2391         (wl-news-send-to-address): Abolished.
2392         * wl.el (wl-init): Delete a message.
2393
2394 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2395
2396         * wl-news.el.in (wl-news-exit): Update previous version.
2397         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2398
2399 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2400
2401         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2402
2403 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2404
2405         * wl-news.el.in (wl-news): New function.
2406         (wl-news-mode): New function.
2407         (wl-news-next-line): New function.
2408         (wl-news-next-page): New function.
2409         (wl-news-exit): New function.
2410         (wl-news-buf-name): New variable.
2411         (wl-news-mode-map): New variable.
2412         (wl-news-winconf): New variable.
2413         (wl-news-append-news): Add an option.
2414
2415 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2416
2417         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2418
2419 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2420
2421         * wl-news.el.in (wl-news-send-to-address): New variable.
2422         (wl-news-send-news): Use it.
2423         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2424         Return updating status.
2425         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2426
2427 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2428
2429         * wl-news.el.in (wl-news-send-news): Delete
2430         Organization and X-Face.
2431
2432 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2433
2434         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2435         (wl-news-append-news): New function.
2436         (wl-news-send-news): New function.
2437
2438 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2439
2440         * Version number is increased to 2.11.1.
2441
2442 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2443
2444         * wl-news.el.in : New file.
2445
2446 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2447
2448         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2449         default value.
2450         (wl-draft-reply-without-argument-list): Ditto.
2451
2452 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2453
2454         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2455         (wl-message-buffer-prefetch-idle-time): Ditto.
2456         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2457
2458 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2459
2460         * wl-thread.el (wl-thread-insert-message): Use
2461         wl-summary-max-thread-depth.
2462
2463         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2464         loop detection.
2465
2466         * wl-message.el (wl-message-buffer-display): Back to the first page
2467         when cache is hit.
2468
2469 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2470
2471         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2472
2473         * wl-summary.el (wl-summary-insert-thread-entity):
2474         If the thread depth is reached to wl-summary-max-thread-depth,
2475         divide the thread.
2476
2477 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2478
2479         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2480         for elmo-remove-passwd.
2481
2482 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2483
2484         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2485         folder is sticky.
2486         (wl-folder-mark-as-read-all-entity): Ditto.
2487         (wl-folder-prefetch-entity): Ditto.
2488
2489 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2490
2491         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2492
2493 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2494
2495         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2496         Delete messages on buffer for unplugged operation.
2497         (wl-summary-erase): Ditto.
2498
2499 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2500
2501         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2502         take nil so as not to search parent by subject.
2503
2504 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2505
2506         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2507         (wl-folder-get-next-folder): Ditto.
2508         (wl-folder-get-path): Ditto.
2509
2510 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2511
2512         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2513         system and encode the region with it before verifying.
2514
2515 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2516
2517         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2518         system of the echo buffer before decoding.
2519
2520 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2521
2522         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2523         original contents.
2524
2525 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2526
2527         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2528         with argument 'any-exists.
2529
2530 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2531
2532         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2533         Use `wl-cs-autoconv'.
2534
2535 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2536
2537         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2538         by `mime-view-automatic-conversion'.
2539
2540         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2541         (wl-message-verify-pgp-nonmime): Ditto.
2542         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2543         Bind them to C-c:d and C-c:v respectively.
2544
2545         Merge following code by Teranishi-san from [wl-en:00167].
2546         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2547         (wl-mime-preview-application/pgp-encrypted): Ditto.
2548         (wl-mime-setup): Add entry.
2549
2550 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2551
2552         * wl-summary.el (wl-summary-target-mark-erase): New function.
2553         Bind it to "mD".
2554
2555 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-vars.el (wl-draft-write-file-function): Fix.
2558         (wl-draft-reedit-hook): Changed default value.
2559
2560         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2561         wl-draft-reedit-hook.
2562         (wl-draft-remove-text-plain-tag): New function.
2563         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2564
2565         * wl-vars.el (wl-draft-write-file-function): New user option.
2566
2567         * wl-draft.el (wl-draft-prepare-edit): Use it for
2568         local-write-file-hooks.
2569         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2570
2571         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2572         (wl-draft-insert-mail-header-separator): Return the body beginning
2573         point.
2574         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2575         text/plain.
2576         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2577
2578 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-summary.el (wl-summary-erase): New function to erase message
2581         without moving it to trash. Bind to "D".
2582
2583         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2584         as `keep' unless switch-function.
2585
2586 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2587
2588         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2589         message buffer by using `wl-summary-toggle-disp-msg'.
2590         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2591         buffer window.
2592         (wl-summary-supresedes-message): Ditto.
2593
2594         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2595         Do not delete other windows.
2596         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2597         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2598         (wl-draft-create-buffer): Set reply-or-forward also for target
2599         mark commands.
2600
2601 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2602
2603         * wl-draft.el (wl-user-agent-compose): Delete special case for
2604         switch-to-buffer-other-window.
2605
2606         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2607         (wl-summary-forward): Ditto.
2608
2609         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2610         function.
2611         (wl-draft-buffer-style): New use option.
2612
2613         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2614         (wl-draft): Follow the change above.
2615         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2616         wl-draft-buffer-style.
2617         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2618         switch-function.
2619
2620 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * wl-draft.el (wl-user-agent-compose): Delete special case for
2623         switch-to-buffer-other-window.
2624
2625         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2626         (wl-summary-forward): Ditto.
2627
2628         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2629         function.
2630         (wl-draft-buffer-style): New use option.
2631
2632         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2633         (wl-draft): Follow the change above.
2634         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2635         wl-draft-buffer-style.
2636         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2637         switch-function.
2638
2639 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2640
2641         * wl-address.el (wl-address-make-completion-entry): Extracted from
2642         `wl-address-make-completion-list'.
2643         (wl-address-enable-strict-loading): New variable.
2644         (wl-address-make-completion-list): Revive petname duplication
2645         inquiry, and enable it if `wl-address-enable-strict-loading'.
2646         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2647
2648 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-message.el (wl-message-get-original-buffer): Avoid
2651         'Selecting deleted buffer' error when original buffer is killed.
2652
2653 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-summary.el (wl-summary-next-message): Use
2656         elmo-message-accessible-p instead of elmo-message-cached-p.
2657
2658 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2661
2662         * wl-thread.el (wl-thread-open-all-unread): Use
2663         elmo-folder-list-flagged instead of
2664         elmo-folder-list-messages-mark-match.
2665
2666         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2667         instead of elmo-folder-list-messages-mark-match.
2668         (wl-summary-move-spec-alist): New variable.
2669         (wl-summary-move-spec-plugged-alist,
2670         wl-summary-move-spec-unplugged-alist): Abolish.
2671         (wl-summary-next-message): Follow the change above.
2672         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2673         with 'no-msg' argument.
2674
2675         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2676         variable.
2677         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2678         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2679         (wl-message-buffer-prefetch-get-next): Follow the change above.
2680
2681 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-version.el (wl-version): Changed codename.
2684
2685         * Version number is increased to 2.11.0.
2686
2687 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2690         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2691         `wl-draft-config-variables'.
2692         (wl-draft-kill): Fixed problem when the draft is reedit.
2693
2694 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2697         buffer-modified status (Thanks to
2698         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2699
2700 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-util.el (wl-region-exists-p): New function.
2703
2704         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2705         Remove defvars for byte-compile warnings.
2706
2707 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2708
2709         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2710         defvar-maybe. Removed unused bind.
2711
2712 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2713
2714         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2715         summary buffer window before creating new frame.
2716         (wl-draft-reply): Ditto.
2717
2718 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2719
2720         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2721
2722 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2723
2724         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2725
2726 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2729         instead of `kill-region'.
2730
2731 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2734         (wl-highlight-summary-line-string): Use it.
2735         (wl-highlight-summary-current-line): Ditto.
2736
2737         * wl-mime.el (wl-message-delete-current-part): Check the class of
2738         mime-entity.
2739
2740         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2741
2742         * wl-summary.el (wl-summary-make-number-list): Initialize.
2743         (wl-summary-update-mark): New function.
2744         (wl-summary-reply): Put `answered' mark on the message.
2745         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2746
2747         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2748         (wl-draft-reply): Added optional argument `number';
2749         Set wl-draft-parent-number.
2750         (wl-draft-kill): Delete answered mark if it is a reply.
2751
2752 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2753
2754         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2755         that originates in mime-preview-follow-current-entity.
2756         (wl-draft-yank-current-message-entity): Use it if region is active.
2757
2758         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2759         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2760         `wl-message-delete-current-part'.
2761         * wl-mule.el (wl-message-define-keymap): Ditto.
2762         * wl-xmas.el (wl-message-define-keymap): Ditto.
2763
2764 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2765
2766         * wl-mime.el (wl-message-delete-current-part): New function.
2767         (wl-mime-node-id-to-string): Ditto.
2768
2769         * wl-mime.el (wl-message-delete-current-part): Use existing
2770         original buffer which corresponds current mime-view buffer.
2771         (fetched buffer might have different structure, possibly)
2772
2773         * wl-mime.el (wl-message-delete-current-part): Quit if the
2774         message content differs from the actual message.
2775
2776 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2777
2778         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2779         order.
2780         (wl-summary-search-by-subject): Search parent message from tail;
2781         Check the existence of the parent message on the current thread tree.
2782         (wl-summary-update-thread): Check whether the line is inserted.
2783
2784 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2785
2786         * wl-vars.el (wl-summary-line-format): Undo last change.
2787         * wl-summary.el (wl-summary-print-destination): Do not put
2788         invisible property when `wl-summary-width' is nil.
2789         (wl-summary-line-subject-minimum-length): Abolished.
2790         (wl-summary-line-subject): Ditto.
2791
2792 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2793
2794         * wl-vars.el (wl-summary-line-format): Change default value.
2795         (wl-summary-subject-length-limit): Abolished.
2796         * wl-summary.el (wl-summary-line-subject): Ditto.
2797
2798 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2799
2800         * wl-template.el (wl-template-select): Added optional argument.
2801         If optional argument is specified, reverse
2802         `wl-template-visible-select'.
2803
2804 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2805
2806         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2807         Take prefix argument to force asking the destination folder.
2808
2809 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2812         count and update status.
2813
2814 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2815
2816         * wl-summary.el (wl-summary-redisplay-internal): If
2817         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2818         after fetching.
2819
2820 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2823         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2824
2825         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2826
2827 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2828
2829         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2830         (All other related portions are changed).
2831         (wl-summary-mark-as-read-all): Rewrite.
2832
2833 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2834
2835         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2836         `wl-summary-mark-as-read'.
2837         (wl-summary-mark-as-unread): Rewrite.
2838         (wl-summary-mark-as-read): Added no-modeline argument.
2839         (wl-summary-resume-cache-status): Rewrite.
2840         (wl-summary-exec-subr): Remove unused local variable.
2841
2842 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2843
2844         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2845         logic to call `wl-summary-buffer-prev-folder-function'.
2846         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2847
2848 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2851         is nil.
2852
2853 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2854
2855         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2856         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2857         (wl-mime-setup): Add its entry.
2858
2859 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2862         (wl-summary-delete-cache): Likewise.
2863         (wl-summary-mark-as-read): Rewrite.
2864
2865 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2868         `wl-summary-count-unread'.
2869
2870         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2871
2872         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2873
2874 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2877         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2878         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2879         Renamed to the elmo-msgdb-*-mark.
2880         (wl-summary-score-marks): Follow the change above.
2881         (wl-summary-auto-refile-skip-marks): Ditto.
2882         (wl-summary-incorporate-marks): Ditto.
2883         (wl-summary-expire-reserve-marks): Ditto.
2884
2885         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2886         changes.
2887         (wl-thread-insert-top): Changed updating message.
2888
2889         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2890         variable.
2891         (wl-summary-count-unread): Count answered marks.
2892         (wl-summary-rescan): Call wl-summary-insert-message instead of
2893         wl-summary-append-message-func-internal.
2894         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2895         (wl-summary-prefetch-msg): Follow the variable name changes.
2896         (wl-summary-prefetch-region): Ditto.
2897         (wl-summary-mark-as-read-all): Follow the API changes;
2898         Don't call elmo-folder-replace-marks.
2899         (wl-summary-delete-cache): Follow the variable name changes.
2900         (wl-summary-resume-cache-status): Ditto.
2901         (wl-summary-update-status-marks): New function.
2902         (wl-summary-insert-message): New function.
2903         (wl-summary-sync-marks): Follow the variable name changes.
2904         (wl-summary-sync-update): Synchronize to the msgdb, too;
2905         Changed update messages.
2906         (wl-summary-make-number-list): Rewrite.
2907         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2908         (wl-summary-mark-as-unread): Follow the API changes.
2909         (wl-summary-exec-subr): Follow the variable name changes.
2910         (wl-summary-mark-as-read): Ditto.
2911         (wl-summary-move-spec-plugged-alist): Ditto.
2912         (wl-summary-move-spec-unplugged-alist): Ditto.
2913         (wl-summary-cursor-move-surface): Ditto.
2914
2915         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2916         variable name changes.
2917         (wl-highlight-summary-current-line): Ditto.
2918
2919         * wl-expire.el (wl-expire-refile): Follow the API change in
2920         elmo-folder-move-messages.
2921         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2922         (wl-summary-archive): Use elmo-folder-msgdb instead of
2923         elmo-msgdb-load.
2924
2925 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2926
2927         * wl-mime.el (wl-draft-preview-message): Restore the position
2928         before evaluating wl-draft-send-hook in preview buffer.
2929
2930 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2931
2932         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2933         when it creates new draft buffer.
2934
2935         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2936         without argument.
2937
2938         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2939         Evaluate content and if the value is string, insert it.
2940         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2941         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2942         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2943         wl-draft-config-sub-part-bottom): Use it.
2944
2945         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2946         with the folder name. The question was unintelligible when it is
2947         called from wl-save-status.
2948
2949 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2950
2951         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2952         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2953         cannot take second argument).
2954
2955 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2956
2957         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2958         as t. Since type and subtype are not case sensitive (RFC 2045).
2959
2960 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2961
2962         * wl-vars.el (wl-message-mode-line-format): New variable.
2963         (wl-message-mode-line-format-spec-alist): Ditto.
2964         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2965         (wl-message-redisplay): Use wl-message-mode-line-format.
2966
2967 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2968
2969         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2970
2971 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2972
2973         * wl-summary.el (wl-summary-default-from): Write description.
2974
2975 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-vars.el (wl-ldap-objectclass): Abolish.
2978
2979         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2980         (wl-ldap-make-filter): Removed condition for objectclass.
2981         (wl-ldap-make-matched-value-list): Remove meaningless process.
2982         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2983         (wl-address-ldap-search): Don't add `*' to `pat' string;
2984         use ignore-errors; added `email';
2985         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2986         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2987         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2988
2989
2990 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2991
2992         * wl-draft.el (wl-draft-parent-folder): Write description.
2993         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2994
2995 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2996
2997         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2998         as "" (zero-length string) if no parent.
2999         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3000
3001 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * wl-address.el (wl-address-make-completion-list): Skip duplication
3004         checking.
3005         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3006         `append'.
3007
3008 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3009
3010         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3011         instead of `beginning-of-buffer'.
3012
3013 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3016
3017 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3018
3019         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3020         Refer wl-message-buffer-name.
3021         (wl-message-wheel-down): Ditto.
3022
3023 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * wl-vars.el (wl-message-buffer-name): New user option.
3026
3027         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3028         directly instead of making alist dinamically.
3029
3030         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3031         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3032         wl-message-buffer-cache-name.
3033         (wl-message-buffer-cache-clean-up): Ditto.
3034
3035         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3036
3037         * Version number is increased to 2.9.15.
3038
3039 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-vars.el (wl-summary-default-view-alist): New user option.
3042
3043         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3044
3045         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3046         while deleting address.
3047         (wl-draft-delete-myself-from-cc): Ditto.
3048
3049         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3050         If optional argument is specified, reverse sort order.
3051
3052         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3053
3054 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-thread.el (wl-thread-insert-message): Return parent number if
3057         exists.
3058         (wl-thread-update-indent-string-region): Use
3059         wl-thread-update-line-on-buffer-sub instead of
3060         wl-thread-update-line-on-buffer.
3061
3062 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3063
3064         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3065         (wl-folder-close-all): Ditto.
3066
3067 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3068
3069         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3070         and mailing-list:.
3071         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3072         value.
3073         (wl-summary-line-list-info): Print mailing-list name even when 
3074         list-number is empty.
3075
3076 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3077
3078         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3079
3080         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3081         (wl-draft-open-file): Ditto.
3082         (wl-draft-random-alphabet): Ditto.
3083
3084         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3085         bindings.
3086
3087 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3088
3089         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3090         * wl-vars.el (wl-draft-config-alist): Ditto.
3091
3092 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * Version number is increased to 2.9.14.
3095
3096         * wl.el (wl): Don't set wl-init as nil when error occured while
3097         auto-checking folders.
3098
3099         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3100         `elmo-expand-newtext'.
3101
3102 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3103
3104         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3105         `this-command' so that `wl-folder-goto-folder' contained in
3106         `wl-summary-keep-cursor-command' work.
3107
3108 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3111         message buffer displaying state.
3112
3113 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3114
3115         * wl-vars.el (wl-summary-default-view): New variable to specify
3116         default value for `wl-summary-buffer-view' instead of using
3117         set-default.
3118         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3119
3120 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3121
3122         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3123
3124         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3125
3126 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3127
3128         * wl-vars.el (wl-forward-subject-prefix): New variable.
3129         * wl-draft.el (wl-draft-forward): Use it.
3130
3131 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3132
3133         * wl-message.el (wl-message-prev-page): When it is called without
3134         lines argument, scroll down by wl-message-scroll-amount lines.
3135         (wl-message-next-page): Ditto.
3136         * wl-vars.el (wl-message-scroll-amount): Change default value
3137         to preserve current behavior.
3138
3139 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-summary.el (wl-summary-prefetch-msg): Bind
3142         `wl-message-entity' to call `wl-summary-from-function'.
3143
3144 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3145
3146         * wl-message.el (wl-message-buffer-create): Run
3147         wl-message-buffer-created-hook.
3148
3149 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3150
3151         * wl-summary.el (wl-summary-sort-specs): New variable.
3152         (wl-summary-default-sort-spec): Ditto.
3153         (wl-summary-sort): Rewrite.
3154         (wl-summary-sort-by-list-info): New function.
3155
3156 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3157
3158         * wl-summary.el (wl-summary-get-list-info): New function.
3159         (wl-summary-sort): Rewrite.
3160         (wl-summary-line-list-info): Ditto.
3161         (wl-summary-line-list-count): Ditto.
3162         (wl-summary-refile-region): Fixed docstring.
3163
3164 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3165
3166         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3167         `wl-folder-entity-hashtb' as completion table.
3168
3169 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3172         only when this command is called interactively; silence the byte-
3173         compiler.
3174
3175 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3176
3177         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3178         active in XEmacs.
3179
3180 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3181
3182         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3183         plural lines.
3184
3185 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3186
3187         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3188         of current line when the cursor is on the header name.
3189         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3190
3191 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3192
3193         * wl-util.el (wl-read-directory-name): Return displayed directory
3194         as the default value also on XEmacs.
3195
3196 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3199         formatting.
3200
3201 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3204         argument and when it is non-nil, check face property before
3205         highlighting for each line.
3206         (wl-highlight-summary-window): Set it.
3207
3208 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3211         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3212
3213         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3214         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3215         (wl-draft-get-fcc-list): Likewise.
3216
3217 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3218
3219         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3220         (wl-thread-entity-cur): Ditto.
3221         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3222         wl-thread-indent-regexp setting.
3223         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3224
3225         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3226         wl-summary-lazy-highlight.
3227         (wl-summary-display-bottom): Ditto.
3228
3229         * wl-thread.el (wl-thread-open-close): Likewise.
3230
3231         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3232         from and subject;
3233         Bind wl-draft-use-frame;
3234         Enclose with save-window-excursion;
3235         Use wl-draft-create-buffer instead of with-temp-buffer;
3236         Use wl-draft-prepare-edit;
3237         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3238         Use wl-draft-send instead of wl-draft-raw-send.
3239
3240 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3241
3242         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3243         of using wl-from.
3244
3245 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3248         insert-buffer instead of clone-buffer.
3249         (wl-draft-doing-mime-bcc): New variable.
3250         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3251         infinite loop.
3252         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3253
3254         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3255         (wl-draft-mime-bcc-body): Ditto.
3256
3257         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3258         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3259         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3260         wl-draft-do-mime-bcc.
3261         (wl-draft-mime-bcc-field): New function.
3262         (wl-draft-do-mime-bcc): Ditto.
3263
3264         * wl-address.el (wl-address-complete-header-list): New variable.
3265         (wl-address-complete-header-regexp): Changed default value.
3266
3267         * Version number is increased to 2.9.13.
3268
3269 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3272         it is differed.
3273
3274 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3275
3276         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3277         (wl-summary-line-list-count): Ditto.
3278
3279 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3280
3281         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3282         (wl-nntp-posting-function): New variable.
3283         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3284         `wl-nntp-posting-config-alist'.
3285
3286 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3287
3288         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3289         FLIM.
3290
3291 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3292
3293         * wl-summary.el (wl-summary-target-mark-refile-sub):
3294         Remove a nuisance funcall.
3295
3296 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3297
3298         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3299         as t for `try-completion'.
3300
3301 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3302
3303         * wl-summary.el (wl-summary-default-from): Use
3304         wl-address-header-extract-address instead of
3305         std11-extract-address-components.
3306         (wl-summary-simple-from): Ditto.
3307         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3308         (wl-summary-insert-headers): Show message.
3309         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3310         for whole line.
3311         (wl-summary-default-from): Revert last change.
3312         (wl-summary-simple-from): Ditto.
3313         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3314         (wl-summary-mark-as-read-region): Follow the change above.
3315         (wl-summary-sync-marks): Ditto.
3316         (wl-summary-target-mark-mark-as-read): Ditto.
3317         (wl-summary-redisplay-internal): Ditto.
3318         (wl-summary-redisplay-no-mime-internal): Ditto.
3319         (wl-summary-redisplay-all-header): Ditto.
3320         (wl-summary-mark-as-read): Removed argument `cached';
3321         Use current cache status to set cache mark.
3322         (wl-summary-redisplay-internal): Follow the change above.
3323         (wl-summary-redisplay-no-mime-internal): Ditto.
3324         (wl-summary-redisplay-all-header): Ditto.
3325
3326         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3327
3328         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3329         Don't call itself recursively (Adviced by Yamaoka-san).
3330
3331 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3332
3333         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3334         bind wl-summary-highlight as nil to avoid error caused by missing
3335         local variables.
3336
3337 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3338
3339         * wl-vars.el (wl-invalid-character-message): New user option.
3340
3341         * wl-util.el (wl-set-string-width): If truncated string-width is
3342         larger than specified width, use `wl-invalid-character-message'.
3343
3344 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3345
3346         * wl-summary.el (wl-summary-prefetch-msg): 
3347         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3348
3349 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3350
3351         * wl-vars.el (wl-summary-check-line-format): New user option.
3352         (wl-summary-line-format-file): Ditto.
3353
3354         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3355         variable.
3356         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3357         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3358         and `wl-summary-view-old-p' to check whether do a rescan or not.
3359         (wl-summary-view-old-p): New function.
3360         (wl-summary-line-format-changed-p): Ditto.
3361         (wl-summary-line-format-save): Ditto.
3362         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3363
3364         * wl-util.el (wl-set-string-width): Avoid using negative number
3365         for make-string.
3366
3367 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3370         return value.
3371
3372         * wl-util.el (wl-set-string-width): Added optional argument
3373         `padding' (All other related portions are changed).
3374         (wl-line-parse-format): If the first letter of column number is
3375         `0', zero-padding the result (ex: "%05l").
3376
3377         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3378
3379 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3380
3381         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3382         sequential summary view.
3383
3384 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3387         if it doesn't have a -unix version.
3388
3389 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3390
3391         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3392
3393 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3396         content.
3397         (wl-draft): Follow the change above.
3398
3399         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3400
3401         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3402         and wl-folder-summary-line-format-alist contain %T and %P.
3403
3404         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3405         (wl-summary-mode-line-format): New user option.
3406         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3407         (wl-summary-line-format): Changed default value.
3408         (wl-summary-lazy-highlight): Changed default value.
3409
3410         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3411         change in wl-summary-create-line.
3412         (wl-thread-insert-entity-sub): Ditto.
3413
3414         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3415         (wl-summary-buffer-unread-status): Ditto.
3416         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3417         (wl-summary-buffer-persistent-mark-column): Ditto.
3418         (wl-summary-buffer-mode-line-formatter): Ditto.
3419         (wl-summary-buffer-mode-line): Ditto.
3420         (wl-summary-message-regexp): Abolished.
3421         (All other related portions are changed.)
3422         (wl-summary-detect-mark-position): New function.
3423         (wl-summary-buffer-set-folder): Setup
3424         wl-summary-buffer-mode-line-formatter.
3425         (wl-summary-mode): Setup selective-display;
3426         Setup pre-idle-hook when xemacs.
3427         (wl-summary-update-modeline): Rewrite.
3428         (wl-summary-jump-to-msg): Define as function;
3429         Changed regexp for searching messages.
3430         (wl-summary-message-number): Rewrite.
3431         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3432         Do rescan when old type summary cache.
3433         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3434         (wl-summary-remove-destination): Use '\r' to detect EOL.
3435         (wl-summary-print-destination): Ditto.
3436         (wl-summary-temp-mark): New inline function.
3437         (wl-summary-persistent-mark): Ditto.
3438         (wl-summary-line-number): New function.
3439         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3440         (wl-summary-line-list-count): New function.
3441         (wl-summary-create-line): Added argument persistent-mark.
3442         (All other related portions are changed)
3443         (wl-summary-create-line): Insert '\r'.
3444         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3445         (wl-summary-cursor-move-surface): New inline function.
3446         (wl-summary-prev): Use it.
3447         (wl-summary-next): Ditto.
3448
3449         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3450         wl-summary-message-regexp.
3451         (wl-highlight-summary): Delete progress message.
3452         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3453
3454         * Version number is increased to 2.9.12.
3455
3456 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3457
3458         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3459         variable (nil: no minimum).
3460         (wl-summary-line-subject): Add some spaces after subject by
3461         wl-summary-line-subject-minimum-length.
3462
3463 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3466         and removed `F'.
3467         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3468         change above).
3469
3470 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3471
3472         * wl-summary.el (wl-summary-line-list-count): Reverted.
3473         (example setting in samples/*/dot.wl is also updated)
3474
3475 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3478
3479         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3480
3481         * wl-vars.el (wl-summary-line-format): Addes some description to the
3482         docstring.
3483
3484         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3485         (wl-summary-line-close-bracket): Ditto.
3486         (wl-summary-line-children-number): Ditto.
3487         (wl-summary-line-thread-indent): Ditto.
3488         (wl-summary-line-children-and-from): Ditto.
3489
3490         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3491         't', 'c', 'F' and added 'C'.
3492
3493         * wl-util.el (wl-set-string-width): Accept negative value.
3494         (wl-line-parse-format): Added "%number(" and "%)".
3495
3496 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3497
3498         * wl-summary.el (wl-summary-line-list-count): Change format of the
3499         return value.
3500
3501 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3502
3503         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3504         from the recent message.el.
3505         (wl-draft-point-in-header-p): Ditto.
3506         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3507         wl-draft-beginning-of-line.
3508         * wl-e21.el (wl-draft-mode-map): Ditto.
3509         * wl-xmas.el (wl-draft-mode-map): Ditto.
3510
3511         * wl-folder.el: Sort macrodefs by dependencies.
3512
3513 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3514
3515         * wl-summary.el (wl-summary-prev): Fixed regexp.
3516         (wl-summary-next): Ditto.
3517
3518 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3521
3522 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3523
3524         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3525         for backward compatibility.
3526
3527 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3528
3529         * wl-summary.el (wl-summary-line-list-count): New function, merged
3530         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3531         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3532         list counts.
3533
3534 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3535
3536         * wl-summary.el (wl-summary-create-line): Ignore errors while
3537         timezone-fix-time.
3538
3539         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3540
3541         * wl-summary.el (wl-summary-sync-update): Ditto.
3542         (wl-summary-default-from): Use wl-message-entity
3543         instead of entity.
3544
3545         * wl-summary.el (wl-summary-create-line): Fix.
3546
3547         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3548         (wl-summary-line-format): New user option.
3549         (wl-folder-summary-line-format-alist): Ditto.
3550         (wl-summary-from-width): Abolished.
3551
3552         * wl-util.el (toplevel): Require 'bytecomp.
3553         (wl-line-parse-format): New function.
3554         (wl-line-formatter-setup): New macro.
3555
3556         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3557         (wl-summary-buffer-line-formatter): New buffer local variable.
3558         (wl-summary-switch-to-clone-buffer): Follow the change above.
3559         (wl-summary-message-regexp): Fix.
3560         (wl-summary-from-func-internal): Abolished.
3561         (wl-summary-subject-func-internal): Ditto.
3562         (wl-summary-subject-filter-func-internal): Ditto.
3563         (All other related portions are changed.)
3564         (wl-summary-buffer-set-folder):
3565         Set up wl-summary-buffer-number-column and 
3566         wl-summary-buffer-line-formatter
3567         (All other related portions are changed.)
3568         (wl-summary-buffer-number-column-detect): Abolished.
3569         (All other related portions are changed.)
3570         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3571         (wl-summary-delete-all-temp-marks-on-buffer): Use
3572         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3573         (wl-summary-target-mark-delete): Ditto.
3574         (wl-summary-target-mark-refile-subr): Ditto.
3575         (wl-summary-target-mark-mark-as-read): Ditto.
3576         (wl-summary-target-mark-mark-as-unread): Ditto.
3577         (wl-summary-target-mark-mark-as-important): Ditto.
3578         (wl-summary-target-mark-save): Ditto.
3579         (wl-summary-replace-status-marks): Renamed from
3580         wl-summary-set-status-marks-on-buffer;
3581         Use wl-summary-message-regexp instead of
3582         wl-summary-buffer-number-regexp.
3583         (wl-summary-sync-update): Follow the change above.
3584         (wl-summary-goto-previous-message-beginning): New function.
3585         (wl-summary-mark-as-unread): Use it.
3586         (wl-summary-mark-as-important): Ditto.
3587         (wl-summary-line-formatter): New variable.
3588         (wl-summary-line-year): New function.
3589         (wl-summary-line-day): Ditto.
3590         (wl-summary-line-day-of-week): Ditto.
3591         (wl-summary-line-hour): Ditto.
3592         (wl-summary-line-minute): Ditto.
3593         (wl-summary-line-open-bracket): Ditto.
3594         (wl-summary-line-close-bracket): Ditto.
3595         (wl-summary-line-children-number): Ditto.
3596         (wl-summary-line-thread-indent): Ditto.
3597         (wl-summary-line-size): Ditto.
3598         (wl-summary-line-subject): Ditto.
3599         (wl-summary-line-from): Ditto.
3600         (wl-summary-line-children-and-from): Ditto.
3601         (wl-summary-create-line): Rewritten.
3602         (wl-summary-format-date): Abolished.
3603
3604         * wl-highlight.el (wl-highlight-summary-current-line): Use
3605         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3606         Use thread structure to detect thread top message.
3607
3608         * wl-draft.el (wl-default-draft-cite): Don't use
3609         wl-summary-from-func-internal.
3610
3611         * wl-refile.el (wl-refile-subject-learn): Don't use
3612         wl-summary-subject-filter-func-internal.
3613         (wl-refile-guess-by-subject): Ditto.
3614
3615         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3616         parameters.
3617
3618         * wl-thread.el (wl-thread-update-indent-string-region):
3619         Use wl-thread-update-line-on-buffer instead of
3620         wl-thread-update-indent-string.
3621         (wl-thread-update-children-number): Redefine using
3622         wl-thread-update-line-on-buffer.
3623         (wl-thread-update-indent-string): Abolished.
3624
3625         * Version number is increased to 2.9.11.
3626
3627 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3630         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3631         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3632
3633         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3634         as nil.
3635
3636         * wl-thread.el (wl-thread-open-all-unread): Use 
3637         elmo-folder-list-messages-mark-match.
3638         (wl-thread-insert-message): Removed argument `mark-alist'.
3639         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3640         elmo-msgdb-set-mark.
3641         (wl-thread-get-children-msgs-uncached): Likewise.
3642         (wl-thread-get-exist-children): Added argument include-self.
3643         (wl-thread-delete-message): Follow the change above.
3644
3645         * wl-summary.el (wl-summary-count-unread): Removed argument.
3646         (wl-summary-rescan): Follow the change above.
3647         (wl-summary-mark-as-read-region): Ditto
3648         (wl-summary-mark-as-unread-region): Ditto.
3649         (wl-summary-delete-messages-on-buffer): Ditto.
3650         (wl-summary-sync-update): Ditto.
3651         (wl-summary-switch-to-clone-buffer): Ditto.
3652         (wl-summary-goto-folder-subr): Ditto.
3653         (wl-summary-target-mark-mark-as-read): Ditto.
3654         (wl-summary-target-mark-mark-as-unread): Ditto.
3655         (wl-summary-target-mark-mark-as-important): Ditto.
3656         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3657         (wl-summary-update-thread): Removed argument `mark-alist'.
3658         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3659         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3660         (wl-summary-resume-cache-status): Likewise.
3661         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3662         elmo-msgdb-set-mark.
3663         (wl-summary-mark-as-read-all): Likewise.
3664         (wl-summary-delete-cache): Ditto.
3665         (wl-summary-auto-select-msg-p): Ditto.
3666         (wl-summary-mark-as-unread): Ditto.
3667         (wl-summary-no-auto-refile-message-p): Ditto.
3668         (wl-summary-mark-as-read): Ditto.
3669         (wl-summary-mark-as-important): Ditto.
3670         (wl-summary-auto-refile): Follow the change above.
3671         (wl-summary-delete-all-marks): Removed.
3672         (wl-summary-resume-marks-and-highlight): Ditto.
3673         (wl-summary-resume-marks): Ditto.
3674         (wl-summary-delete-important-msgs-from-list): Ditto.
3675         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3676
3677         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3678         wl-summary-count-unread.
3679
3680         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3681         (wl-summary-score-update-all-lines): Use
3682         elmo-msgdb-set-mark.
3683
3684 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3687         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3688         (wl-summary-create-line): Renamed from
3689         wl-summary-overview-create-summary-line;
3690         Argument rearrangement.
3691         (wl-summary-update-thread): Follow the change above.
3692
3693         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3694         (wl-thread-insert-entity-sub): Likewise.
3695
3696         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3697         argument `overview', `mark-alist' and added `msgdb'.
3698
3699         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3700
3701         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3702         (wl-summary-rescan): Follow the change above.
3703         (wl-summary-sync-update): Ditto.
3704         (wl-summary-insert-thread-entity): Ditto;
3705         Don't use `let*' in every while loop;
3706         Detect infinite loop of threads.
3707         (wl-summary-update-thread): Removed argument `overview'.
3708
3709         * wl-thread.el (wl-thread-insert-message): Ditto.
3710
3711         * Version number is increased to 2.9.10.
3712
3713         * wl-message.el (wl-message-redisplay): Ignore errors while
3714         wl-message-redisplay-hook.
3715
3716 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3719
3720 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * wl.el (wl): inhibit-quit while wl-folder.
3723
3724 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3725
3726         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3727         while msgdb access.
3728
3729 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3730
3731         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3732         even if no folder is not created.
3733
3734 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3735
3736         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3737
3738         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3739         implementation.
3740         (wl-summary-target-mark-thread): Ditto.
3741
3742         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3743
3744 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3745
3746         * wl-util.el (wl-display-bytes): Remove unused function.
3747
3748 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3749
3750         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3751         seems critical one (partially reverse the change in 2002/03/17).
3752
3753 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3756         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3757
3758 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3759
3760         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3761         is not writable.
3762         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3763         plugged status instead of `'force' as 2nd argument.
3764
3765         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3766         is not creatable.
3767
3768         * Version number is increased to 2.9.9.
3769
3770 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3771
3772         * wl-summary.el (wl-summary-suspend): New function.
3773
3774 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3775
3776         * wl.el (wl): Do not check variables if check is nil.
3777         * wl-utils.el (wl-collect-draft): New function.
3778         * wl-folder.el (wl-folder-suspend): Put summary buffers
3779         and draft buffers at the end of buffer list.
3780         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3781
3782 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3783
3784         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3785         loop instead of recursive call.
3786
3787         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3788         2nd argument.
3789
3790 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3791
3792         * wl-draft.el (wl-draft-create-contents): Don't take neither
3793         (function . args) nor (string . something) any more.
3794
3795         * wl-version.el (wl-generate-user-agent-string): Return string
3796         without header symbol.
3797         * wl-draft.el (wl-draft-default-headers): Use it.
3798
3799         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3800         `wl-draft-insert-ccs' and return field value instead of inserting
3801         the header. Abolish cc argument.
3802         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3803
3804         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3805         rather than one with string car.
3806
3807         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3808         * wl-draft.el (wl-draft-create-contents): Add it after the default
3809         headers.
3810
3811         * wl-draft.el (wl-draft-create-contents): For the case of
3812         (symbol-or-string . function) insert header only when the function
3813         returns string value.
3814
3815 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3816
3817         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3818         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3819
3820 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3821
3822         * wl.el (wl-check-environment): Don't check Message-ID when
3823         `wl-insert-message-id' is nil.
3824         Revive checking if `wl-message-id-domain' contains "@".
3825
3826 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3827
3828         * wl.el (wl-check-environment): Merge examination for "@" at
3829         inappropriate position into the first string-match.
3830
3831         * wl-summary.el (wl-summary-target-mark-print): New function.
3832         (wl-summary-pipe-message-subr): Extracted from
3833         `wl-summary-pipe-message'.
3834         (wl-summary-target-mark-pipe): New function.
3835         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3836         `wl-summary-target-mark-pipe'.
3837
3838 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3841
3842 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl.el (wl-check-environment): Use elmo-warning instead of
3845         error for non-critical ones.
3846         Remove trash folder check.
3847         (wl): Don't ignore error in wl-check-environment.
3848
3849         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3850         check, which is moved from `wl-check-environment'.
3851         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3852
3853 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3856         guess anything, call wl-summary-write.
3857         (wl-summary-write): Create draft with blank To field.
3858         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3859
3860 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3861
3862         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3863         argument full as well for wl-folder-write-current-folder.
3864         If wl-*-write-current-folder cannot guess addressee, add blank
3865         To header.
3866         Rewrite condition for positioning cursor.
3867
3868 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3869
3870         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3871         summary buffer is present, use it.
3872         (wl-folder-jump-to-previous-summary): Ditto.
3873
3874 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3875
3876         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3877
3878         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3879         wl-summary-previous-buffer and wl-summary-next-buffer.
3880
3881         * wl-folder.el (wl-folder-mode-map): Bind
3882         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3883         (wl-folder-jump-to-next-summary): New function.
3884         (wl-folder-jump-to-previous-summary): Ditto.
3885
3886         * wl-draft.el (wl-draft): Rearranged.
3887
3888 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3891         of header.
3892         (wl-draft): Collect arguments for the header as header-alist.
3893         (wl-draft-forward): Arrange arguments for wl-draft.
3894         (wl-draft-reply): Ditto.
3895         (wl-draft-edit-string): Ditto.
3896         * wl-summary.el (wl-summary-write): Ditto.
3897         (wl-summary-write-current-folder): Ditto.
3898
3899         * Version number is increased to 2.9.8.
3900
3901 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3904
3905         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3906
3907         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3908         even if the guess failed.
3909
3910         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3911         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3912         wl-summary-write-current-folder.
3913         * wl-xmas.el: Ditto.
3914
3915 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-summary.el (wl-summary-next-page): Force display message if
3918         message is not displayed yet.
3919         (wl-summary-prev-page): Ditto.
3920
3921 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3922
3923         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3924
3925 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3926
3927         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3928         add "Preview Message" and "Save Draft and Exit".
3929
3930 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3931
3932         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3933         if addrmgr is called from draft in splitted window.
3934
3935         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3936         * wl-mule.el: Ditto.
3937         * wl-xmas.el: Ditto.
3938
3939 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3940
3941         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3942
3943         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3944         * wl-xmas.el (wl-folder-toolbar): Ditto.
3945
3946 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3947
3948         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3949         and wl-draft-save-and-exit.
3950         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3951         * wl-xmas.el: Ditto.
3952         * wl-mule.el: Ditto.
3953
3954         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3955         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3956
3957 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3958
3959         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3960         lists for saving buffer.
3961
3962 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3963
3964         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3965         parent-folder argument instead of it.
3966         (wl-draft-create-buffer): Ditto.
3967         (wl-draft-forward): Ditto.
3968         (wl-draft-reply): Ditto.
3969         * wl-summary.el (wl-summary-write): Ditto.
3970         (wl-summary-write-current-folder): Ditto.
3971
3972         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3973         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3974         Folder buffer after composing.
3975
3976 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3979         header if the file `wl-x-face-file' already contains it.
3980
3981 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3982
3983         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3984         folder" entry.
3985         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3986         * wl-e21.el (wl-folder-toolbar): Ditto.
3987         * wl-xmas.el (wl-folder-toolbar): Ditto.
3988
3989 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3990
3991         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3992         wl-folder-goto-folder with sticky argument.
3993         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3994
3995 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3996
3997         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3998         and wl-summary-previous-buffer.
3999         (wl-summary-next-buffer): New function.
4000         (wl-summary-previous-buffer): Ditto.
4001
4002 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4005         wl-folder-jump-to-current-entity-with-arg.
4006         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4007         `wl-folder-jump-to-current-entity'.
4008         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4009         `wl-summary-goto-folder-sticky'.
4010         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4011         `wl-summary-goto-folder'.
4012         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4013         Unless force-exit, do not clean temp. marks for sticky summary.
4014         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4015
4016 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4019         not entire.
4020
4021 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4022
4023         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4024         to `C-x C-s'.
4025         (wl-summary-save-status): New command.
4026         (wl-summary-exit): Don't clean-up temp marks when sticky.
4027         (Applied patch from Nakayama-san [wl: 09548])
4028         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4029         Do nothing when no mark data.
4030         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4031         Call `wl-summary-delete-all-temp-marks' before saving.
4032
4033 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4034
4035         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4036
4037 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039         * wl.el (wl-check-environment): Also cause error when (system-name)
4040         returns "localhost.localdomain". (Although it doesn't affect because
4041         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4042
4043 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4044
4045         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4046         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4047
4048         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4049         value.
4050
4051 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4052
4053         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4054         Likewise r-cc-list and r-ng-list.
4055
4056 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4059         only if it is bound as variable.
4060
4061         * wl-mime.el (wl-draft-preview-message): Ditto.
4062
4063 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4066         needless `goto-char'.
4067
4068         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4069         `wl-summary-redisplay-no-mime-internal' instead of
4070         `wl-summary-redisplay-no-mime'.
4071         (wl-summary-redisplay-no-mime): Changed argument;
4072         Call `wl-summary-redisplay-no-mime-internal'.
4073
4074         * wl-mime.el (wl-draft-preview-message): Bind
4075         `mime-header-encode-method-alist' locally.
4076
4077         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4078         (wl-draft-std11-parse-addresses): Added the first address check.
4079         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4080
4081         * Version number is increased to 2.9.7.
4082
4083 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4084
4085         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4086
4087 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4088
4089         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4090         related to scrollbar support, if there is no such a feature
4091         compiled in.
4092
4093 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4094
4095         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4096         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4097         for prefetch.
4098
4099 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4100
4101         * wl-summary.el (wl-summary-pick): Fix for no match.
4102
4103 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4104
4105         * wl-draft.el (wl-draft-save):
4106         Override `mime-header-encode-method-alist'.
4107
4108 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-folder.el (wl-folder-pick): New function.
4111         Define key as "?".
4112
4113 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4114
4115         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4116         Fix for unplugged.
4117
4118 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4119
4120         * wl-folder.el (wl-folder-virtual): New function.
4121         Define key as "V".
4122
4123 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4124
4125         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4126         multi folder if entity is group.
4127
4128 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4129
4130         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4131         is nil.
4132
4133 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4134
4135         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4136         (wl-summary-target-mark-msgs): Return the number of marked messages.
4137
4138 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4139
4140         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4141         "first:" is specified.
4142
4143 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4144
4145         * wl-vars.el (wl-from): Use return value of function
4146         user-full-name instead of the variable user-full-name since
4147         XEmacs-20.4 doesn't set this variable.
4148
4149 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4150
4151         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4152         call `wl' directly.
4153
4154 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4155
4156         * wl-draft.el (wl-draft-reedit): Removed duplicated
4157         switch-to-buffers.
4158
4159 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * wl.el (wl-other-frame): Removed garbages.
4162
4163 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4164
4165         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4166
4167         * wl-xmas.el (wl-draft-key-setup): Ditto.
4168
4169         * wl-mule.el (wl-draft-key-setup): Ditto.
4170
4171         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4172         (wl-draft-reedit): Ditto.
4173         (wl-draft-prepare-edit): Add `wl-draft-save' to
4174         `local-write-file-hooks'.
4175         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4176         (wl-draft-reedit): Set buffer-file-name.
4177         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4178
4179
4180         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4181         call it.
4182         (wl-delete-startup-frame-function): New variable.
4183         (wl-other-frame): New function
4184         (Original was written by Yamaoka san [wl: 09239]).
4185
4186         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4187         if `wl-folder-use-frame'.
4188
4189 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4190
4191         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4192
4193 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4194
4195         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4196         New variable.
4197         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4198         (wl-message-buffer-prefetch-get-next): Use them.
4199         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4200
4201 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4202
4203         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4204         with unwind-protect.
4205
4206         * wl-draft.el (wl-draft-reedit): Rewrite.
4207         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4208         (wl-draft-save): Insert header separator if it does not exist;
4209         Removed condition-case.
4210
4211         * wl-summary.el (wl-summary-reedit): Revert last change.
4212
4213         * wl-draft.el (wl-draft-save): Rewrite.
4214         (wl-draft-create-buffer): Set buffer-file-name as nil.
4215
4216         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4217
4218         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4219
4220         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4221         nil.
4222
4223 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4224
4225         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4226         If count is nil, do not prefetch.
4227         (wl-message-buffer-prefetch-next): Next.
4228
4229 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4232
4233 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4234
4235         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4236         `delete-backward-char'
4237         (wl-draft-prepare-edit): Check major-mode.
4238         (wl-draft-decode-header): Rewrite.
4239         (wl-draft): Fix.
4240
4241 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4242
4243         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4244
4245 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4248         (wl-message-buffer-prefetch-get-next): Remove size checking.
4249         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4250
4251 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4252
4253         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4254         (wl-draft-default-headers): Fix.
4255
4256 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-draft.el (wl-draft-default-headers): Insert return value of
4259         `wl-generate-mailer-string-function'.
4260
4261 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4262
4263         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4264         (wl-draft-insert-mail-header-separator): Ditto.
4265
4266         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4267         again (Reverted the change on 2002-01-17 by OKADA san).
4268
4269 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4270
4271         * wl-draft.el (wl-draft): Rewrite.
4272         (wl-draft-create-buffer): New function.
4273         (wl-draft-create-contents): Ditto.
4274         (wl-draft-prepare-edit): Ditto.
4275         (wl-draft-decode-header): Ditto.
4276         (wl-draft-decode-body): Ditto.
4277         (wl-draft-check-new-line): Ditto.
4278         (wl-draft-default-headers): Ditto.
4279         (wl-draft-insert-mail-header-separator): Ditto.
4280
4281 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * Version number is increased to 2.9.6.
4284
4285 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-draft.el (wl-draft-delete-field): Optional argument.
4288         (wl-draft-delete-fields): Ditto.
4289
4290 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * wl-message.el (toplevel): Eliminated byte-compile warning.
4293         for `itimer-function', `delete-timer' and `itimer-list'.
4294
4295 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4296
4297         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4298         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4299         `wl-message-buffer-prefetch-threshold'.
4300         * wl-summary.el (wl-summary-redisplay-internal): Remove
4301         the check of `wl-message-buffer-prefetch-depth'.
4302
4303 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4304
4305         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4306         size of article.
4307         (wl-message-buffer-prefetch-subr): Remove size check.
4308
4309 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4310
4311         * wl-vars.el (wl-plugged): Make customizable.
4312
4313 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4314
4315         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4316         (wl-message-buffer-prefetch-set-timer): New function.
4317         (wl-message-buffer-prefetch-get-next): New function.
4318         (wl-message-buffer-prefetch): New function.
4319         (wl-message-buffer-prefetch-next): Rewrite.
4320         (wl-message-buffer-prefetch-subr): Rewrite.
4321         * wl-vars.el (wl-auto-prefetch-first): New variable.
4322         * wl-summary.el (wl-summary-goto-folder-subr): Call
4323         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4324
4325 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4328         `wl-summary-unread-message-hook'.
4329
4330 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4333         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4334         if range is `cache-status'.
4335
4336 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4337
4338         * wl-message.el (wl-message-buffer-prefetch-subr):
4339         Improve debug message.
4340
4341 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4342
4343         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4344         `wl-mail-send-pre-hook'.
4345         (wl-draft-send-mail-with-qmail): Ditto.
4346         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4347
4348 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4349
4350         * wl-message.el (wl-message-buffer-prefetch-subr):
4351         Fix for cancel-function-timers bug.
4352         (wl-message-buffer-prefetch-debug): Default value is t.
4353
4354 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4355
4356         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4357         (wl-message-buffer-prefetch-subr): Rewrite.
4358         Rename from `wl-message-buffer-prefetch'.
4359
4360 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4361
4362         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4363         (wl-default-draft-cite-decorate-author): Ditto.
4364
4365         * wl-draft.el (wl-draft-cite-function): Removed.
4366         (wl-default-draft-cite-decorate-author): Ditto.
4367
4368 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4369
4370         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4371         (wl-default-draft-cite): Do not arrange author name if the value of
4372         `wl-default-draft-cite-decorate-author' is nil.
4373
4374 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4377
4378         * wl-folder.el (wl-folder-check-one-entity): Don't care
4379         `elmo-folder-use-flag-p'.
4380
4381 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4382
4383         * wl-folder (wl-folder-check-one-entity): Fix
4384         problem if unread is nil.
4385
4386 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387
4388         * wl-address.el (wl-address-make-completion-list): Check whether
4389         the address is a group list.
4390         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4391
4392 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4393
4394         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4395         The number of the messages of new and unread does not count
4396         correctly.
4397
4398         * wl-summary.el (wl-summary-count-unread): Changed to return
4399         `(new . unread)' instead of total.
4400         (wl-summary-sync-update): Follow the change above.
4401
4402         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4403
4404 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-address.el (wl-address-make-completion-list): Do not enclose
4407         address by " <" and ">" if associated realname is "".
4408         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4409         This is against the promblem with group list in .addresses pointed
4410         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4411
4412 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4415         message is a format control string.
4416         * wl-expire.el (wl-expire-append-log): Ditto.
4417         * wl-mime.el (wl-summary-burst-subr): Ditto.
4418         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4419         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4420
4421 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4424         wl.el (wl-check-variables): Rename from `wl-check-type'.
4425         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4426         (wl-check-variables-2): New function.
4427         (wl): Call `wl-check-variables-2'.
4428
4429 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4432         after renaming folder in access group.
4433
4434 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4435
4436         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4437         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4438         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4439         (wl-message-buffer-prefetch): Rewrite.
4440         (wl-message-buffer-prefetch-idle-time): Removed.
4441         * wl-summary.el (wl-summary-redisplay-internal):
4442         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4443         Error check for `wl-message-buffer-prefetch-depht'.
4444
4445 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4446
4447         * Version number is increased to 2.9.5.
4448         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4449
4450 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4451
4452         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4453         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4454         Based on the patch written by
4455         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * wl-draft.el (wl-draft-raw-send): Fix for
4460         `wl-news-send-pre-hook'
4461
4462 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4463
4464         * wl-utils.el (wl-message-id-function): New variable.
4465         * wl-draft.el (wl-draft-insert-required-fields):
4466         Use `wl-message-id-function'.
4467
4468 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4469
4470         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4471         * wl-utils.el (wl-draft-make-message-id-string):
4472         Use `wl-from' for domain part of Message-ID
4473         if `wl-message-id-use-wl-from' if non-nil.
4474         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4475
4476 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl.el (wl): Call `wl-check-type'
4479         Do not 'condition-case'.
4480
4481 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4482
4483         * wl.el (wl-check-type): New function.
4484         (wl-check-type-variables): New variable.
4485
4486 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4487
4488         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4489
4490 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4491
4492         * wl-draft.el (wl-smtp-password-key): New function.
4493         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4494         (wl-draft-send-mail-with-smtp): Ditto.
4495         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4496
4497 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4500         * wl-utils.el (wl-unique-id-suffix): Remove.
4501
4502 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4503
4504         * Version number is increased to 2.9.4.
4505
4506 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4507
4508         * wl-utils.el (wl-unique-id-suffix): New variable.
4509         (wl-unique-id): Use `wl-unique-id-suffix'
4510
4511 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4512
4513         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4514         instead of `elmo-msgdb-search'.
4515
4516         * Version number is increased to 2.9.3.
4517
4518 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4519
4520         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4521
4522 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4523
4524         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4525         (wl-draft-dispatch-message): Changed for send-later.
4526         (wl-draft-queue-flush): Ditto.
4527         (wl-draft): Clear `wl-sent-message-queued'.
4528         (wl-draft-reedit): Ditto.
4529         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4530         * wl-vars.el (wl-draft-force-queuing): New variable.
4531         (wl-draft-force-queuing-mail): New variable.
4532         (wl-draft-force-queuing-news): New variable.
4533
4534 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4535
4536         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4537         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4538
4539 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4540
4541         * Version number is increased to 2.9.2.
4542
4543 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * wl-draft.el (wl-draft-elide-region): New user command.
4546         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4547
4548         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4549         command `wl-draft-elide-region'.
4550         * wl-mule.el: Ditto.
4551         * wl-xmas.el: Ditto.
4552
4553 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4556         (wl-biff-check-folder-async): Removed needless let.
4557
4558 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4559
4560         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4561         wl-folder-get-elmo-folder.
4562         (wl-biff-check-folder): Set `biff' argument of
4563         `wl-folder-check-one-entity'.
4564         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4565
4566         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4567         (wl-folder-check-one-entity): Added `biff' argument;
4568         Setup `biff' slot of folder.
4569
4570         * Version number is increased to 2.9.1.
4571
4572 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4575         comment out and fixed.
4576         (wl-fldmgr-add-completion-subr): Ditto.
4577
4578         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4579         and msgdb.
4580
4581         * wl.el (wl-toggle-plugged): Save summary view.
4582
4583 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4584
4585         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4586
4587 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4588
4589         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4590
4591 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4594         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4595         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4596
4597         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4598         if it was failed.
4599         (wl-demo): Disable undo in the demo buffer.
4600
4601 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4602
4603         * wl-version.el (wl-version): Changed codename.
4604
4605         * Version number is increased to 2.9.0.
4606
4607 2001-12-14  Takuo KITAME <kitame@northeye.org>
4608
4609         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4610         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4611         (wl-folder-mark-as-read-all-current-entity): Ditto.
4612
4613 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-vars.el (wl-from-width): Define as obsolete variable.
4616         (wl-subject-length-limit): Ditto.
4617
4618         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4619
4620         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4621         wl-summary-save-view.
4622
4623         * wl.el (wl-save-status): Ditto.
4624         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4625
4626         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4627         (wl-summary-exit): Follow the change above.
4628         (wl-summary-goto-folder-subr): Ditto.
4629
4630         * wl-folder.el (wl-folder-create-subr): Don't use
4631         `elmo-folder-creatable-p'.
4632
4633 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4634
4635         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4636
4637 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4640         rather than bitmap on Emacs 21.
4641         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4642         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4643         for xbm if the new redisplay engine is not available.
4644
4645 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4646
4647         * wl-folder.el (wl-folder-init-hook): New hook.
4648         (wl-folder-init): Run `wl-folder-init-hook'.
4649
4650 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4653
4654 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4655
4656         * wl-acap.el (wl-acap-cache-filename): New variable.
4657         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4658         (wl-acap-init): Use cache if no ACAP server found.
4659
4660 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4661
4662         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4663         `wl-acap-original-msgdb-dir'.
4664
4665         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4666         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4667
4668         * wl-mime.el (wl-mime-save-directory): Renamed from
4669         `wl-mime-save-dir'.
4670
4671 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4674
4675         * wl-demo.el: Require `path-util'.
4676         (wl-demo-bitmap-mule-available-p): New internal variable.
4677         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4678         `module-installed-p' instead.
4679         (wl-demo-insert-image): Use *.img file for a bitmap image.
4680         (wl-demo): Don't call the ascii demo recursively.
4681
4682 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4683
4684         * Version number is increased to 2.7.7.
4685
4686 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl.el (wl-exit): Eliminated byte-compile warning.
4689
4690 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4691
4692         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4693         obsolete variable using `elmo-define-obsolete-variable'.
4694         (wl-fetch-confirm-threshold): Ditto.
4695         (wl-cache-prefetch-folder-type-list): Ditto.
4696         (wl-cache-prefetch-folder-list): Ditto.
4697
4698 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4701         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4702         (wl-demo-insert-image): New function.
4703         (wl-demo-insert-text): New function.
4704         (wl-demo-image-type-alist): Redefine as a function.
4705         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4706         (wl-demo-with-temp-file-buffer): Removed.
4707         (wl-logo-xpm): Removed.
4708         (wl-logo-xbm): Removed.
4709         (wl-logo-bitmap): Removed.
4710
4711 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4712
4713         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4714         (wl-expire-localdir-get-folder-function): New user option.
4715         (wl-expire-localdir-get-folder): New function.
4716         (wl-expire-localdir-date): Ditto.
4717
4718 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4719
4720         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4721         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4722         Fixed unread number mismatch when all-unread < unread.
4723
4724 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4725
4726         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4727         (wl-fetch-confirm-threshold): Ditto.
4728
4729         * wl-summary.el (wl-summary-confirm-appends): Removed.
4730         (wl-summary-sync-update): Don't refer
4731         `wl-summary-update-confirm-threshold' (It is now abolished).
4732
4733         * wl-message.el (wl-message-display-internal): Don't refer
4734         `wl-fetch-confirm-threshold' (It is now abolished).
4735
4736 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4739
4740 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4743         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4744         Change default value to nil.
4745         (wl-summary-indent-length-limit): The value can be nil, nil means
4746         unlimited.
4747
4748         * wl-summary.el: Don't set limit for indent length if the value of
4749         wl-summary-indent-length-limit is nil.
4750         If the value of wl-summary-width is nil, it means only that the width
4751         of summary is unlimited (nil doesn't mean that the indent length is
4752         unlimited).
4753
4754         * wl-thread.el: Ditto.
4755
4756 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4757
4758         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4759         be nil, nil means never confirm.
4760         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4761
4762 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4765         means unlimited).
4766
4767 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4770         Use `with-temp-buffer'.
4771
4772 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4773
4774         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4775         with new backquote style).
4776         (wl-folder-get-entity-from-buffer): Ditto.
4777
4778 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4779
4780         * wl-version.el (nemacs-version): Eliminated.
4781         (wl-extended-emacs-version2): Ignore nemacs.
4782         (wl-extended-emacs-version3): Ditto.
4783
4784 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4785
4786         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4787         (wl-draft-add-in-reply-to): New variable.
4788         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4789         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4790         (wl-draft-yank-from-mail-reply-buffer): Use
4791         `wl-draft-add-in-reply-to'.
4792         (wl-draft-insert-current-message): Ditto.
4793
4794 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4795
4796         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4797         typo (kill->hide).
4798         (wl-message-buffer-prefetch-folder-type-list): Added elements
4799         `mark' and `cache' instead of `internal'.
4800
4801 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4802
4803         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4804         resume msgdb directory.
4805
4806 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4807
4808         * wl.el (wl-exit): Call `wl-acap-exit'.
4809
4810         * wl-summary.el (wl-summary-message-string): New function.
4811         (wl-summary-reedit): Use it.
4812         (wl-summary-resend-bounced-mail): Remove needless let.
4813         (wl-summary-supersedes-message): Ditto.
4814         (wl-summary-save): Ditto.
4815
4816         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4817         (wl-acap-init): Set it.
4818         (wl-acap-exit): New function.
4819
4820 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4821
4822         * wl.el (wl-init): Revert (require 'mime-setup). move from
4823         toplevel.
4824
4825 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4826
4827         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4828         local variables.  Add error when guess function return invalid
4829         value.
4830
4831 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4832
4833         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4834         Change local variable name.
4835         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4836         (wl-folder-get-newsgroups): Return nil when non-news folder.
4837         * wl-summary.el (wl-summary-write-current-folder): State through
4838         when guess-list return nil.
4839         (wl-summary-write-current-folder-functions): Fixed docstring.
4840
4841         * wl.el (wl-exit): Changed confirm message.
4842
4843         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4844         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4845
4846         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4847
4848 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4849
4850         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4851         user option (Renamed from wl-cache-prefetch-folder-type-list).
4852         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4853         from wl-cache-prefetch-folder-list).
4854
4855         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4856         Move to wl-vars.el.
4857         (wl-message-buffer-prefetch-p): Changed to enable
4858         `wl-message-buffer-prefetch-folder-list'.
4859
4860         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4861         `ignore-cache'.
4862
4863 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4864
4865         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4866         `part-top' and `part-bottom'.
4867         (wl-draft-config-sub-part-top): New function.
4868         (wl-draft-config-sub-part-bottom): New function.
4869
4870 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4871
4872         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4873
4874 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4875
4876         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4877
4878 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4879
4880         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4881
4882         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4883         (wl-summary-write-current-folder): Ditto.
4884
4885 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4886
4887         * wl-folder.el (wl-folder-get-newsgroups): Use
4888         `elmo-folder-newsgroups'.
4889
4890 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4891
4892         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4893         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4894         `wl-draft-config-sub-header-bottom'.
4895
4896 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4897
4898         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4899         localnews folder.
4900
4901 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4902
4903         * wl-summary.el (wl-summary-mode): Undo last change.
4904
4905         * wl-folder.el (wl-folder-mode): Ditto.
4906
4907 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-summary.el (wl-summary-mode): Locally set
4910         truncate-partial-window-width to nil.
4911         (for XEmacs)
4912
4913         * wl-folder.el (wl-folder-mode): Ditto.
4914
4915 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4916
4917         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4918
4919 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4922         number.
4923
4924         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4925
4926         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4927
4928         * Version number is increased to 2.7.6.
4929
4930 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4933
4934 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-summary.el (wl-summary-sync-update): Enclose network
4937         related portion with `unwind-protect'.
4938
4939 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4940
4941         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4942
4943 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4946         element.
4947         * wl-vars.el (wl-message-body-button-alist): Ditto.
4948
4949         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4950         max match length.
4951         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4952
4953         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4954         for the max match length;
4955         Use 4th element value for the button string regexp group.
4956
4957         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4958         candidate exists, prompt to select.
4959
4960 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4961
4962         * wl-summary.el (wl-summary-jump-to-msg): Search before
4963         calibration point by `beginning-of-line'.
4964
4965 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4968         for access group.
4969
4970 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-message.el (wl-message-display-internal): Bind
4973         `default-mime-charset'.
4974
4975         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4976
4977         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4978
4979         * Version number is increased to 2.7.5.
4980
4981 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4982
4983         * wl-expire.el (wl-summary-archive): Fixed;
4984         Use `elmo-folder-name-internal'.
4985
4986 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4987
4988         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4989         from `elmo-folder-move-messages' caller.
4990         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4991
4992         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4993         related portions are changed).
4994
4995 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4996
4997         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4998         counter.
4999
5000 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5001
5002         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5003         buffer local and set it to nil.
5004
5005         * wl-message.el (wl-message-redisplay): Ditto.
5006
5007 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-summary.el (wl-summary-mark-as-important): If message is
5010         already cached, set messag as read, otherwise encache and mark as read.
5011
5012 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5013
5014         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5015         point-min.
5016
5017 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5020         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5021         a keymap.
5022
5023 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5024
5025         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5026         parent.
5027
5028         * wl-mule.el (wl-message-define-keymap): Ditto.
5029
5030         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5031
5032         * wl-xmas.el (wl-message-display-internal-hook): Define.
5033         (wl-xmas-setup-message-toolbar): Define as function.
5034         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5035         (wl-message-overload-functions): Abolished.
5036         (wl-message-define-keymap): New function.
5037
5038         * wl-vars.el (wl-message-display-internal-hook): New variable.
5039         (wl-message-header-button-alist): New variable (Renamed from
5040         wl-highlight-message-header-button-alist).
5041         (wl-message-body-button-alist): Ditto.
5042
5043         * wl-mule.el (wl-message-define-keymap): New function.
5044         (wl-message-overload-functions): Abolished.
5045
5046         * wl-message.el (wl-message-add-buttons-to-body): New function.
5047         (wl-message-redisplay): Don't call wl-message-overload-functions;
5048         Call wl-message-add-buttons-to-header and
5049         wl-message-add-buttons-to-body.
5050         (wl-message-display-internal): Set keymap argument for
5051         elmo-mime-display-as-is, elmo-mime-message-display;
5052         Run wl-message-display-internal-hook.
5053         (wl-message-refer-article-or-url): Abolished.
5054
5055         * wl-highlight.el (wl-highlight-headers): Don't call
5056         wl-highlight-message-add-buttons-to-header.
5057         (wl-highlight-message-add-buttons-to-header): Abolished.
5058
5059
5060         * wl-e21.el (wl-message-display-internal-hook): Define.
5061         (wl-e21-setup-toolbar): Deleted duplicated binding.
5062         (wl-e21-setup-message-toolbar): Define as function.
5063         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5064         (wl-message-define-keymap): New function.
5065         (wl-message-overload-functions): Abolished.
5066
5067 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5070         and elmo-folder-close.
5071
5072         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5073
5074 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5075
5076         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5077         boolean value.
5078         * wl-draft.el (wl-draft-do-fcc): Ditto.
5079
5080 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5081
5082         * wl-vars.el (wl-fcc-force-as-read): New variable.
5083         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5084         mark copied message as read.
5085
5086 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5087
5088         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5089
5090 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5091
5092         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5093         `wl-summary-target-above' instead of obsolete variable
5094         `wl-summary-temp-above'.
5095
5096         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5097         instead of `make-obsolete-variable'.
5098         * wl-refile.el (toplevel): Ditto.
5099
5100 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5103         with third argument t.
5104         (wl-draft): Set first argument for wl-plugged-init as t.
5105
5106         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5107         definition.
5108
5109 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5110
5111         * wl-vars.el: Tabify.
5112         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5113
5114         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5115         message.
5116
5117 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5120         and set default to beep.
5121
5122 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124         * wl-vars.el (wl-draft-truncate-lines): New variable.
5125
5126         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5127         instead of wl-message-truncate-lines for truncate-lines.
5128
5129 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-message.el (wl-message-display-internal): Call
5132         `wl-highlight-message' after `elmo-mime-display-as-is'.
5133
5134         * wl-mime.el (wl-mime-display-text/plain): New function.
5135         (wl-mime-display-header): Ditto.
5136         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5137         body-presentation-method for text/plain;
5138         Register `wl-mime-display-header' as a header-presentation-method;
5139         Don't set up `elmo-message-text-content-inserted-hook' and
5140         `elmo-message-header-inserted-hook'.
5141
5142         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5143         variable.
5144         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5145         as t if flag is 'all-header;
5146         Don't bind `elmo-message-ignored-field-list',
5147         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5148
5149 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5152         for xemacs with non-mule environment.
5153
5154 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5155
5156         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5157         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5158         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5159
5160 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5161
5162         * wl-vars.el (wl-interactive-send): Set default value as t.
5163
5164 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5165
5166         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5167         (wl-addrmgr-method-list): Abolished.
5168         (wl-addrmgr-change-method): Follow above change.
5169
5170         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5171
5172 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-vars.el (wl-message-truncate-lines): Change default value
5175         to default-truncate-lines.
5176
5177         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5178
5179 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5180
5181         * wl-vars.el (wl-message-truncate-lines): New variable.
5182
5183         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5184         wl-message-truncate-lines.
5185
5186 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5187
5188         * wl-acap.el (wl-acap-init): Remove period from error message.
5189         (wl-acap-find-acap-service): Remove period from message.
5190
5191 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl.el (wl-check-environment): Undo last change.
5194
5195         * wl-vars.el (wl-from): Changed default value.
5196
5197         * wl-util.el (toplevel): Don't require tm-edit.
5198
5199         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5200         `wl-folder-init';
5201         Don't set mark on mail body.
5202         (wl-draft-reedit): Ditto.
5203
5204         * wl-address.el (wl-address-quote-specials): Define as an alias for
5205         elmo-address-quote-specials.
5206
5207 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5210
5211         * wl-vars.el (wl-from): Set default value as nil.
5212         (wl-organization): Set default value as ORGANIZATION environment
5213         variable.
5214
5215         * wl-draft.el (wl-smtp-extension-bind): Check value of
5216         wl-smtp-connection-type.
5217
5218         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5219         error.
5220
5221 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5222
5223         * Version number is increased to 2.7.4.
5224
5225         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5226         arguments from `wl-highlight-x-face-function' caller.
5227         Use x-face-1.3.6.12 or later.
5228
5229 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5230
5231         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5232
5233 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5236         (wl-fcc): Fix to accept function.
5237         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5238
5239 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5240
5241         * wl-acap.el (toplevel): Added `product-provide' declare.
5242         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5243
5244 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl.el (wl): Changed order of calling `elmo-init'
5247         and `elmo-folder-init'.
5248
5249 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5250
5251         * wl-mime.el (wl-summary-burst): Extract message when content-type
5252         of root entity is not only `multipart' but also `message/rfc822'.
5253         (wl-summary-burst-subr): Ditto.
5254
5255 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl-vars.el (toplevel): Require 'custom.
5258         (wl-trash-folder): Added to `wl-setting' group.
5259
5260         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5261         exists.
5262         (wl-addrmgr-draw): Insert empty line when no entry exists.
5263
5264         * wl-mule.el (wl-message-wheel-up): Fixed.
5265         (wl-message-wheel-down): Ditto.
5266
5267 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5268
5269         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5270         config is an anonymous lambda expression.
5271
5272 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5275         when Mule 2 is running.
5276
5277 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5280
5281 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5284         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5285
5286         * wl-address.el (wl-address-specials-regexp): Eliminated.
5287         (wl-address-quote-specials): Rewrite.
5288
5289 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5292         shy-groups for regexp.
5293
5294         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5295         character classes and Perl style shy-groups for regexp.
5296         (wl-highlight-plugged-current-line): Use Posix style character
5297         classes for regexp.
5298         (wl-e21-highlight-folder-by-numbers): Ditto.
5299         (wl-e21-display-image-p): Use `display-images-p' instead of
5300         `display-graphic-p'.
5301         (display-images-p): Make an alias to `display-graphic-p' if it is
5302         not available.  It is for Emacs version prior to 21.0.105.
5303
5304         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5305         `display-graphic-p'.
5306         (wl-demo-image-type-alist): Ditto.
5307         (display-images-p): Make an alias to `display-graphic-p' if it is
5308         not available.  It is for Emacs version prior to 21.0.105.
5309
5310 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5311
5312         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5313         support.
5314         (wl-generate-user-agent-string): Ditto.
5315
5316         * wl-version.el (wl-version): Update docsting.
5317         (wl-version-status): Ditto.
5318
5319 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5320
5321         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5322         21.0.105.  For Emacs 21.0.104 or earlier.
5323
5324 2001-09-03  Takuo KITAME <kitame@northeye.org>
5325
5326         * wl-e21.el (wl-plugged-init-icons): Use
5327         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5328         (wl-biff-init-icons): Ditto.
5329
5330 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-highlight.el (wl-highlight-summary-current-line):
5333         Fixed highlighting refile/copy destination.
5334
5335         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5336         (wl-acap-store): Encode string by wl-acap-coding-system.
5337
5338 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-acap.el (toplevel): Check and require 'un-define before
5341         'xemacs-ucs;
5342          Added checking for UTF-2000.
5343
5344 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5347         Don't enclose with `eval-and-compile'.
5348
5349         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5350         wl-init is non-nil.
5351
5352         * wl-draft.el (wl-draft): Ditto.
5353
5354         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5355
5356         * wl-acap.el (toplevel): Require 'wl.
5357         (wl-acap-store): Call `elmo-init'.
5358
5359         * wl.el (wl): Changed position of `wl-check-environment'.
5360         (toplevel): Added autoload setting for wl-acap.
5361
5362         * wl-vars.el (wl-setting): New custom group.
5363         (wl-from): Added wl-setting group.
5364         (wl-user-mail-address-list): Ditto.
5365         (wl-organization): Ditto.
5366         (wl-subscribed-mailing-list): Ditto.
5367         (wl-envelope-from): Ditto.
5368         (wl-smtp-posting-user): Ditto.
5369         (wl-smtp-posting-server): Ditto.
5370         (wl-smtp-posting-port): Ditto.
5371         (wl-smtp-authenticate-type): Ditto.
5372         (wl-pop-before-smtp-user): Ditto.
5373         (wl-pop-before-smtp-server): Ditto.
5374         (wl-pop-before-smtp-port): Ditto.
5375         (wl-pop-before-smtp-authenticate-type): Ditto.
5376         (wl-nntp-posting-server): Ditto.
5377         (wl-nntp-posting-user): Ditto.
5378         (wl-nntp-posting-port): Ditto.
5379         (wl-fetch-confirm-threshold): Ditto.
5380         (wl-prefetch-threshold): Ditto.
5381         (wl-thread-insert-opened): Ditto.
5382         (wl-ldap-server): Ditto.
5383         (wl-ldap-port): Ditto.
5384         (wl-ldap-base): Ditto.
5385         (wl-ldap-objectclass): Ditto.
5386         (wl-use-ldap): Ditto.
5387         (wl-draft-config-alist): Ditto.
5388         (wl-draft-config-matchone): Ditto.
5389         (wl-template-alist): Ditto.
5390         (wl-message-sort-field-list): Ditto.
5391         (wl-message-ignored-field-list): Ditto.
5392         (wl-message-visible-field-list): Ditto.
5393         (wl-interactive-send): Ditto.
5394         (wl-summary-move-order): Ditto.
5395         (wl-auto-select-first): Ditto.
5396         (wl-auto-select-next): Ditto.
5397         (wl-interactive-save-folders): Ditto.
5398
5399         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5400         Initialization codes are moved from wl-local-folder-init.
5401         (wl-local-folder-init): Follow the change above.
5402         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5403
5404         * wl-acap.el: New file.
5405
5406         * Version number is increased to 2.7.3.
5407
5408 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5409
5410         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5411
5412 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5413
5414         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5415         (wl-addrmgr-address-entry-list): Ditto.
5416
5417 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-e21.el (wl-draft-mode-map): Removed binding for
5420         `wl-draft-insert-x-face-field'.
5421
5422         * wl-mule.el (wl-draft-mode-map): Ditto.
5423
5424         * wl-xmas.el (wl-draft-mode-map): Ditto.
5425
5426         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5427         (wl-cs-autoconv): Ditto.
5428         (wl-cs-local): Ditto.
5429         (wl-use-scoring): Ditto.
5430         (wl-mime-charset): Ditto.
5431         (wl-folder-check-async): Ditto.
5432
5433         * wl.el (toplevel): Ignore nemacs and tm.
5434         (wl-exit): Ditto.
5435
5436         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5437         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5438         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5439         instead of wl-address-petname-add-or-change.
5440         (wl-summary-edit-addresses-subr): Use wl-address-delete
5441         instead of wl-address-petname-delete.
5442
5443         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5444
5445         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5446         if error occured.
5447
5448         * wl-message.el (require): Remove tm support.
5449
5450         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5451
5452         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5453         (wl-folder-jump-to-current-entity): Ditto.
5454         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5455
5456         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5457         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5458         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5459
5460         * wl-mule.el (wl-draft-key-setup): Ditto.
5461
5462         * wl-xmas.el (wl-draft-key-setup): Ditto.
5463
5464         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5465         (wl-draft-std11-parse-addresses): New function.
5466         (wl-draft-parse-mailbox-list): Use it.
5467         (wl-draft): Ignore nemacs.
5468         (wl-draft-reedit): Ditto.
5469
5470         * wl-addrmgr.el: New file.
5471         (Original is wl-rcpt.el written by
5472         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5473         Thanks Kitamoto-san.)
5474
5475         * wl-address.el (wl-address-make-address-list): Modified parsing
5476         process.
5477         (wl-address-delete): Renamed from `wl-address-petname-delete';
5478         Modify wl-address-list too.
5479         (wl-address-add-or-change): Renamed from
5480         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5481
5482 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5483
5484         * wl-highlight.el (wl-highlight-summary-current-line):
5485           Work with transient-mark-mode
5486
5487 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * Version number is increased to 2.7.2.
5490
5491         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5492         instead of elmo-dop-queue-method.
5493
5494 2001-08-06  SAITO Atsunori <sai@yedo.com>
5495
5496         * wl-vars.el (wl-ldap-objectclass): New user option.
5497
5498         * wl-address.el (wl-ldap-make-filter): Use it.
5499
5500 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5503
5504 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * wl-folder.el (wl-folder): redisplay after folder insertion.
5507
5508         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5509
5510         * wl-summary.el (wl-summary-sync-update):
5511         Change status mark only when new-msgdb exists.
5512         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5513
5514 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5515
5516         * wl-summary.el (wl-summary-open-folder): New function.
5517         (wl-summary-goto-folder-subr): Use it.
5518         (wl-summary-mark-as-important): Fix;
5519         Encache only when no cache exists.
5520
5521 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5522
5523         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5524         Use with-current-buffer.
5525
5526 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5527
5528         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5529         before call `get-buffer'. Fixed parenthesis.
5530         (wl-score-get-header-entry): Clear message and help window when
5531         keyboard quit.
5532         (wl-score-edit-insert-header): Ditto.
5533
5534 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5537         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5538         (wl-default-draft-cite): Fix.
5539
5540         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5541         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5542
5543 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-message.el (wl-message-prev-page): Do same bahavior
5546         as summary when it is called in the message buffer.
5547         (wl-message-next-page): Ditto.
5548
5549 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-summary.el (wl-summary-forward): Use cache if it is not
5552         section cache.
5553
5554 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5557         Removed redundant require of elmo-vars.
5558         (wl-biff-state-indicator-on): Changed default value for
5559         xemacs with non-mule environment.
5560
5561         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5562         wl-message-buffer is nil;
5563         Hide progress bar after moving messages.
5564
5565 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5568         message at cursor point is deleted.
5569
5570 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-vars.el: Changed file coding system to euc-japan.
5573         Added -*-coding:-*- magic to the first line.
5574
5575         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5576         Search parent from the first message.
5577
5578         * Version number is increased to 2.7.1.
5579
5580 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5581
5582         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5583
5584 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5587         refile/delete execution.
5588
5589         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5590         Fixed docstring.
5591
5592 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5595         do update process;
5596         Don't update marks when update process is interrupted.
5597
5598 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * wl-summary.el (wl-summary-reply): Fixed problem when
5601         wl-draft-use-frame is non-nil.
5602         (wl-summary-forward): Ditto.
5603
5604         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5605         as nil.
5606         (wl-folder-mark-as-read-all-entity): Ditto.
5607         (wl-folder-prefetch-entity): Ditto.
5608
5609         * wl.el (wl): Check environment before wl-init.
5610
5611         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5612         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5613         instead of wl-summary-collect-unread.
5614         (wl-summary-reply): Split message window.
5615
5616 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5619         only if current language environment is japanese,
5620
5621         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5622         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5623         (wl-folder-goto-folder-subr): Ditto.
5624
5625         * wl-draft.el (wl-draft-dispatch-message): Call
5626         `elmo-file-cache-get-path'.
5627
5628 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-summary.el (wl-summary-cursor-move): If return value of
5631         wl-summary-next-message is not number, don't jump.
5632
5633 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl-summary.el (wl-summary-buffer-next-message-function): New
5636         variable.
5637         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5638         if it is bound.
5639
5640         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5641         string.
5642
5643         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5644         (wl-plugged-drawing): Ditto.
5645
5646 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5647
5648         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5649         process.
5650         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5651         with unwind-protect.
5652
5653         * wl.el (wl-init): Require mime-setup.
5654         (wl-check-environment): Don't require mime-setup.
5655
5656         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5657         instead of elmo-folder-type.
5658
5659         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5660         value as nil.
5661
5662 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5663
5664         * Version number is increased to 2.7.0.
5665
5666         * wl-version.el (wl-version): Changed codename.
5667
5668         * wl-summary.el (wl-summary-delete-cache): Fixed.
5669
5670         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5671         Workaround for net folders.
5672         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5673
5674         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5675         value to nil (According to the patch from
5676         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5677
5678         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5679         of elmo-folder-close.
5680
5681 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5682
5683         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5684         for postfix.
5685
5686 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5687
5688         * wl-summary.el (wl-summary-resend-message): Fixed.
5689
5690         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5691         Call wl-draft with `from' argument if its address is included in
5692         `wl-user-mail-address-list'.
5693         (wl-draft): Added `from' argument.
5694
5695         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5696         non-nil.
5697         (wl): Don't show demo if wl-demo is nil.
5698
5699         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5700         wl-summary-use-frame.
5701
5702         * wl-vars.el (wl-summary-use-frame): New user option.
5703         (wl-folder-use-frame): Changed docstring.
5704
5705         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5706         non-nil.
5707         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5708         wl-summary-use-frame.
5709
5710         * wl-vars.el (wl-folder-use-frame): New user option.
5711
5712         * wl-summary.el (wl-summary-exit): Back to folder frame if
5713         wl-folder-use-frame is non-nil.
5714         (wl-summary-redisplay-internal): Ignore cache if current folder
5715         is draft folder,
5716         (wl-summary-redisplay-no-mime): Ditto.
5717         (wl-summary-redisplay-all-header): Ditto.
5718
5719         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5720         if wl-folder-use-frame is non-nil.
5721
5722 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-summary.el (wl-summary-sync-update): Bind
5725         elmo-folder-update-threshold.
5726         (wl-summary-mark-as-important): Enclosed server mark processing
5727         with `save-match-data'.
5728
5729         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5730         only when it is already defined.
5731
5732 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5733
5734         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5735         name of folder exclude localdir is wrong.
5736         * wl-folder.el (wl-folder-sync-entity):
5737         Set `wl-summary-always-sticky-folder-list' as nil.
5738         (wl-folder-mark-as-read-all-entity): Ditto.
5739         (wl-folder-prefetch-entity): Ditto.
5740
5741 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5742
5743         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5744         instead of `wl-summary-write-current-newsgroup'.
5745
5746 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5747
5748         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5749         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5750         non-nil and selected message is important, do not display.
5751
5752 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5753
5754         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5755
5756 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5759
5760         * wl-summary.el (wl-summary-mark-as-important): Set message number
5761         using wl-summary-message-number.
5762
5763 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5764
5765         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5766         destination folder is 'null.
5767
5768 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5769
5770         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5771         New function.
5772         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5773         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5774         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5775
5776 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5777
5778         * wl-mime.el (wl-mime-setup): Added setting for
5779         `mime-setup-signature-key-alist' to avoid overriding key bind for
5780         `wl-draft-send'.
5781
5782         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5783         for `wl-draft-send'.
5784         * wl-mule.el (wl-draft-overload-functions): Ditto.
5785         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5786         * wl-draft.el (wl-draft-send): Ditto.
5787
5788         * wl-message.el (wl-message-display-internal):
5789         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5790         (Patch is provided by <kita@coe.nttdata.co.jp>).
5791
5792 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5793
5794         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5795
5796 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5797
5798         * wl.el (wl): Fix for wl-demo.
5799
5800 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5801
5802         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5803
5804 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5805
5806         * wl-folder.el (wl-folder-prefetch-entity): Use
5807         `wl-folder-get-elmo-folder'.
5808         (wl-folder-count-incorporates): Do not use
5809         `wl-folder-get-elmo-folder'.
5810
5811 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5812
5813         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5814         instead of `elmo-folder-get-type'.
5815
5816 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5817
5818         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5819         position on Subject: field.
5820         (Advised by Mito <mit@nines.nec.co.jp>)
5821
5822 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5823
5824         * wl-folder.el (wl-folder-prefetch-entity): Use
5825         `wl-folder-get-elmo-folder'.
5826
5827 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5828
5829         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5830
5831         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5832         `process-duplicates' slot.
5833
5834         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5835         if detection failed.
5836
5837 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5838
5839         * wl-version.el (wl-version-status): Set to "alpha".
5840
5841 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5844         Check wl-message-buffer lives before set-buffer.
5845
5846 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5847
5848         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5849         called in folder mode.
5850         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5851         * wl-summary.el (wl-summary-exit-pre-hook): Run
5852         `wl-summary-exit-pre-hook' before exit summary mode.
5853
5854 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5855
5856         * wl-version.el (wl-version-status): New variable.
5857         (wl-version-status-alist): Removed.
5858         (wl-version-status): Rule included.
5859
5860 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5861
5862         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5863         @sponichi.
5864
5865         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5866         when `mail-reply-buffer' is buffer-local variable.
5867         (Reported by <kita@coe.nttdata.co.jp>).
5868
5869 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * wl-vars.el (toplevel): Require 'elmo-util.
5872
5873 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5876         (All other related portions are changed)
5877
5878         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5879
5880         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5881
5882 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5883
5884         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5885
5886 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5887
5888         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5889         Delete other windows to avoid an error.
5890         Use `point-marker' instead of `point' to remember the start point
5891         of body.
5892
5893         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5894
5895         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5896         number not to exceed all message number.
5897
5898 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5899
5900         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5901         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5902
5903 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-summary.el (wl-summary-sync-force-update): Added argument
5906         no-check.
5907         (wl-summary-sync-update): Ditto.
5908         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5909         with `no-check'.
5910
5911         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5912         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5913         already running.
5914
5915 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5916
5917         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5918         `dst-folder-arg'.
5919         (wl-expire-archive-number1): Diito.
5920         (wl-expire-archive-number2): Diito.
5921         (wl-expire-archive-Date): Diito.
5922         (wl-archive-number1): Diito.
5923         (wl-archive-number2): Diito.
5924         (wl-archive-date): Diito.
5925         (wl-archive-folder-p): New function.
5926         (wl-summary-expire): Support of expand folder name at
5927         wl-expire-alist.
5928         * wl-util.el (wl-expand-newtext): Renamed from
5929         `wl-refile-expand-newtext'.
5930
5931 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5932
5933         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5934         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5935         `(elmo-msgdb-get-overview msgdb)'.
5936         (wl-summary-prefetch): Bind match data before call
5937         `wl-summay-prefetch-msg'.
5938         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5939         'off if `wl-summary-buffer-disp-msg' is non-nil.
5940         Fixed problem that couldn't show only one new or unread message when
5941         enter folder.
5942         (wl-summary-reply): Don't call `split-window-vertically' and other
5943         window.
5944
5945 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-expire.el (wl-expire-refile): Fixed.
5948
5949 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5952
5953         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5954         biff notification is removed.
5955
5956         * wl.el (wl): Changed position of `elmo-init'.
5957
5958         * wl-draft.el (wl-default-draft-cite): Use date field
5959         on the citation buffer.
5960
5961         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5962
5963         * wl-xmas.el (wl-folder-internal-icon-list): Added
5964         `wl-folder-shimbun-image'.
5965
5966         * wl-e21.el (wl-folder-internal-icon-list): Added
5967         `wl-folder-shimbun-image'.
5968
5969 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5970
5971         * wl.el (wl-init): Eliminated argument.
5972         (wl): Rewrite.
5973
5974         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5975         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5976         instead of `elmo-folder-msgdb-internal'.
5977         (wl-summary-sync-update): Ditto.
5978         (wl-summary-flush-pending-append-operations): Eliminated.
5979         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5980         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5981         `elmo-folder-open'.
5982
5983         * wl-mime.el (wl-summary-burst): Fixed.
5984
5985         * wl-folder.el (wl-folder-info-save): Check data type.
5986
5987         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5988         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5989         instead of `elmo-folder-msgdb-internal'.
5990         (wl-expire-hide): Ditto.
5991
5992
5993         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5994
5995 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5996
5997         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5998
5999 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6000
6001         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6002
6003 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6004
6005         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6006         Fixed `match-beginning' argument mismatch.
6007
6008 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6009
6010         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6011         the default value.
6012
6013 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6016         instead of `elmo-nntp-default-port'.
6017
6018         * wl-vars.el: Fixed some doc strings.
6019
6020 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-summary.el (wl-summary-prefetch-msg): Use
6023         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6024
6025         * wl-vars.el: Define *-func as obsolete variable using
6026         `elmo-define-obsolete-variable'.
6027
6028         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6029         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6030         instead of `wl-message-buffer-prefetch-threshold'.
6031
6032         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6033
6034         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6035
6036         * wl-draft.el (wl-caesar-region-func): Ditto.
6037
6038         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6039         Keep unread status in elmo-folder-move-messages.
6040         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6041
6042 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6043
6044         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6045         `wl-summary-buffer-exit-func'
6046         (wl-summary-buffer-message-redisplay-function): Renamed from
6047         `wl-summary-buffer-message-redisplay-func'
6048         (wl-summary-buffer-next-folder-function): Renamed from
6049         `wl-summary-buffer-next-folder-func'.
6050         (wl-summary-buffer-prev-folder-function): Renamed from
6051         `wl-summary-buffer-prev-folder-func'.
6052         (wl-summary-get-petname-function): Renamed from
6053         `wl-summary-get-petname-func'.
6054
6055         * wl-score.el (wl-score-edit-exit-function): Renamed from
6056         `wl-score-edit-exit-func'.
6057
6058         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6059         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6060
6061         * wl-util.el (wl-load-profile-function): Renamed from
6062         `wl-load-profile-func'.
6063
6064         * wl-folder.el (wl-folder-completion-function): Renamed from
6065         `wl-folder-completion-func'.
6066         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6067
6068         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6069         `wl-expire-archive-get-folder-func'.
6070         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6071         (wl-draft-send-mail-function): Renamed from
6072         `wl-draft-send-mail-func'.
6073         (wl-draft-send-news-function): Renamed from
6074         `wl-draft-send-news-func'.
6075         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6076         (wl-generate-mailer-string-function): Renamed from
6077         `wl-generate-mailer-string-func'.
6078         (wl-highlight-signature-search-function): Renamed from
6079         `wl-highlight-signature-search-func'.
6080         (wl-highlight-x-face-function): Renamed from
6081         `wl-highlight-x-face-func'
6082         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6083         (wl-ps-print-buffer-function): Renamed from
6084         `wl-ps-print-buffer-func'
6085         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6086         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6087         (wl-summary-subject-filter-function): Renamed from
6088         `wl-summary-subject-filter-func'.
6089
6090         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6091         `wl-draft-queue-flush-send-func'
6092         (wl-draft-cite-function): Renamed from
6093         `wl-draft-cite-func'
6094
6095         * wl-address.el (wl-address-init-function): Renamed from
6096         `wl-address-init-func'.
6097
6098 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-draft.el (wl-draft-queue-flush): Don't call
6101         `elmo-dop-unlock-message'.
6102         * wl-draft.el (wl-draft-queue-append): Don't call
6103         `elmo-dop-lock-message'.
6104
6105         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6106         (wl-summary-buffer-folder-name): Ditto.
6107         (wl-summary-message-regexp): Added '-' (all other related portions
6108         are changed).
6109         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6110         wl-summary-buffer-folder-name.
6111
6112 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6113
6114         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6115         the number of mails in the folder buffer is not updated by wl-biff.
6116
6117 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6118
6119         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6120         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6121
6122 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6123
6124         * wl-summary.el (wl-summary-next-message):
6125         Return next message number when wl-summary-move-order is nil.
6126
6127 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6128
6129         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6130         `wl-summary-move-spec-alist'.
6131         (wl-summary-move-spec-unplugged-alist): New variable
6132         (Move spec for unplugged status).
6133         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6134         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6135
6136 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6137
6138         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6139         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6140
6141 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6142
6143         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6144         simple quotation to quote the anonymous function.
6145         * tm-wl.el (wl-draft-preview-message): Ditto.
6146
6147 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6148
6149         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6150         Eliminate redundant `save-excursion'.
6151         (wl-highlight-summary-current-line): Ditto.
6152
6153         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6154         accessing match data when `looking-at' failed.
6155
6156         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6157         `elmo-match-string' where users don't care about the speed.
6158         (wl-draft-save): Ditto.
6159
6160 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-util.el (wl-regexp-opt): New function.
6163
6164         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6165         number from `wl-summary-buffer-number-list'.
6166         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6167         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6168         (wl-summary-move-spec-alist): Changed default setting.
6169
6170 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6171
6172         * wl-vars.el (wl-biff-notify-hook): New hook.
6173         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6174         the arrival of new mail.
6175         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6176         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6177
6178 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6181
6182 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6185
6186         * Version number is increased to 2.5.8.
6187
6188         * wl-thread.el (toplevel): require 'cl.
6189         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6190         (wl-thread-make-number-list): New function.
6191         (wl-thread-entity-make-number-list-from-children): Ditto.
6192         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6193         (wl-thread-entity-insert-as-children): Likewise.
6194         (wl-thread-delete-message): Likewise.
6195         (wl-meaning-of-mark): Eliminated.
6196         (wl-thread-next-failure-mark-p): Ditto.
6197         (wl-thread-entity-get-mark): Ditto.
6198         (wl-thread-meaning-alist-get-result): Ditto.
6199         (wl-thread-entity-check-prev-mark): Ditto.
6200         (wl-thread-entity-check-next-mark): Ditto.
6201         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6202         (wl-thread-entity-get-prev-marked-entity): Ditto.
6203         (wl-thread-get-prev-unread): Ditto.
6204         (wl-thread-jump-to-prev-unread): Ditto.
6205         (wl-thread-get-next-unread): Ditto.
6206         (wl-thread-jump-to-next-unread): Ditto.
6207         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6208         (wl-thread-entity-get-next-marked-entity): Ditto.
6209
6210         * wl-summary.el (wl-summary-buffer-number-list):
6211         New bufer-local variable.
6212         (wl-summary-switch-to-clone-buffer): Clone
6213         `wl-summary-buffer-number-list'.
6214         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6215         (wl-summary-cursor-move-regex): Eliminated.
6216         (wl-summary-cursor-up): Rewrite.
6217         (wl-summary-cursor-down): Ditto.
6218         (wl-summary-mode-spec-alist): New variable.
6219         (wl-summary-next-message): New inline function.
6220         (wl-summary-cursor-move): New function.
6221         (wl-summary-default-get-next-msg): Rewrite.
6222         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6223         (wl-summary-rescan): Ditto.
6224         (wl-summary-sync-all-init): Ditto.
6225         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6226         summary is not thread view.
6227         (wl-summary-sync-update): Ditto.
6228         (wl-summary-rescan): Ditto.
6229         (wl-summary-make-number-list): New function.
6230
6231         * wl-draft.el: "FCC" -> "Fcc".
6232
6233 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6234
6235         * wl-highlight.el (wl-highlight-summary-window):
6236         Call `set-buffer-modified-p'.
6237
6238         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6239         (wl): Call `elmo-init' and fix.
6240
6241         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6242         Use new variables.
6243
6244         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6245
6246 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6249
6250 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6251
6252         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6253
6254 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6255
6256         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6257         `wl-use-toolbar' nor `display-graphic-p'.
6258         (wl-e21-setup-message-toolbar): Ditto.
6259         (wl-e21-setup-summary-toolbar): Ditto.
6260         (wl-e21-setup-folder-toolbar): Ditto.
6261
6262         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6263         (wl-plugged-init-icons): Ditto.
6264
6265         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6266         `display-graphic-p'.
6267         (wl-plugged-set-folder-icon): Ditto.
6268         (wl-highlight-plugged-current-line): Ditto.
6269         (wl-highlight-folder-current-line): Ditto.
6270         (wl-e21-highlight-folder-group-line): Ditto.
6271         (wl-e21-setup-toolbar): Ditto.
6272         (wl-e21-display-image-p): New macro.
6273
6274         * wl-demo.el (wl-demo): Simplified.
6275         (wl-demo-image-type-alist): Use `image-type-available-p' for
6276         checking whether the image type `xbm' is available.
6277
6278 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6281         (wl-summary-input-range): Ditto.
6282
6283 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-edit-addresses): Use
6286         `wl-summary-get-original-buffer'
6287         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6288         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6289         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6290         (wl-summary-get-newsgroups): Eliminated.
6291         (wl-summary-set-crosspost): Ditto.
6292         (wl-summary-is-crosspost-folder): Ditto.
6293         (wl-crosspost-alist-load): Ditto.
6294         (wl-crosspost-alist-save): Ditto.
6295
6296         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6297         `elmo-setup-subscribed-newsgroups' instead of
6298         `elmo-nntp-make-groups-hashtb'.
6299         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6300         instead of `wl-crosspost-alist-save'.
6301
6302         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6303         of `elmo-folder-message-appendable-p'.
6304         (wl-mime-header-presentation-method): Eliminated.
6305
6306         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6307         (Error occurs in emacs21).
6308
6309         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6310         the current buffer).
6311
6312         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6313         instead of `wl-crosspost-alist-save'.
6314         (wl-init): `elmo-crosspost-message-alist-load'
6315         instead of `wl-crosspost-alist-load'
6316
6317         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6318         (wl-parse-newsgroups): Likewise.
6319         (wl-biff-notify): Run `wl-biff-notify-hook'.
6320
6321 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6324
6325         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6326         when `wl-summary-lazy-highlight' is non-nil.
6327         (wl-summary-goto-folder-subr): Highlight only when
6328         `wl-summary-lazy-highlight' is non-nil.
6329
6330         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6331         Don't display progress and highlight temp-mark when
6332         `wl-summary-lazy-highlight' is non-nil.
6333         (wl-highlight-summary-window): New function.
6334         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6335
6336 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6337
6338         * wl-summary.el (wl-summary-sync): Change `all-visible'
6339         from `all-shown'
6340         (wl-summary-input-range): Ditto.
6341
6342 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6343
6344         * wl-e21.el (wl-highlight-folder-current-line): Call
6345         `wl-folder-init-icons' when folder icons have not been initialized.
6346
6347         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6348
6349         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6350         (wl-demo-image-type-alist): New macro.
6351
6352 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6353
6354         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6355         display does not support graphics.
6356         (wl-plugged-init-icons): Ditto.
6357         (wl-folder-init-icons): Ditto.
6358
6359         * wl-demo.el (wl-demo): Chech closely whether the display
6360         supports graphics.
6361
6362 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6363
6364         * wl-summary.el (wl-summary-get-original-buffer): New function.
6365         (wl-summary-set-crosspost): Use it.
6366         (wl-summary-target-mark-uudecode): Ditto.
6367         (wl-summary-reedit): Ditto.
6368         (wl-summary-resend-bounced-mail): Ditto.
6369         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6370         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6371
6372         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6373         (wl-message-display-internal): Ditto.
6374
6375 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6376
6377         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6378
6379 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-summary.el (wl-summary-save-view): Renamed from
6382         `wl-summary-save-status'.
6383
6384 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * wl-summary.el (wl-summary-sync): Added `all-shown'
6387
6388 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6391
6392 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6395
6396 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6397
6398         * wl-highlight.el (wl-highlight-summary-line-string): Use
6399         `zerop' instead of `= 0'.
6400         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6401
6402         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6403         for comparing numbers.
6404         (wl-template-prev): Use `zerop' instead of `eq 0'.
6405
6406         * wl-draft.el (wl-draft-insert-current-message): Use
6407         `with-current-buffer' instead of `save-excursion'.
6408         Use `zerop' instead of `eq 0'.
6409
6410 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-draft.el (wl-draft-insert-ccs): New function.
6413         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6414         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6415
6416 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6419
6420 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-expire.el (wl-expire-refile): Don't call
6423         elmo-msgdb-add-msgs-to-seen-list;
6424         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6425         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6426
6427 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl-message.el (wl-message-prev-page): Ignore errors while
6430         scroll-down.
6431
6432 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl-mime.el: Use elmo-original-message-mode instead of
6435         mmelmo-original-mode.
6436
6437         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6438         `elmo-folder-get-spec';
6439         (wl-fldmgr-add-completion-all-completions):
6440         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6441
6442         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6443         of `elmo-folder-get-type'.
6444
6445         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6446         `elmo-folder-get-spec';
6447         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6448         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6449         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6450         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6451         `elmo-read-msg-no-cache';
6452         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6453         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6454         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6455         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6456         `elmo-cache-save';
6457         (wl-draft-reedit): Use `elmo-message-file-name'.
6458
6459         * wl-expire.el: Use `elmo-folder-name-internal';
6460         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6461         Use macro `wl-summary-buffer-msgdb' instead of variable
6462         `wl-summary-buffer-msgdb';
6463         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6464         Use macro `wl-summary-buffer-folder-name' instead of variable
6465         `wl-summary-buffer-folder-name'.
6466         * wl-score.el: Likewise.
6467
6468         * wl-message.el: Rewrite for new message buffer cache mechanism.
6469         (wl-message-buffer-cache-buffer-get): New macro.
6470         (wl-message-buffer-cache-folder-get): Ditto.
6471         (wl-message-buffer-cache-message-get): Ditto.
6472         (wl-message-buffer-cache-entry-make): Ditto.
6473         (wl-message-buffer-cache-hit): Ditto.
6474         (wl-message-buffer-cache-sort): New function.
6475         (wl-message-buffer-cache-add): Ditto.
6476         (wl-message-buffer-cache-delete): Ditto.
6477         (wl-message-buffer-cache-clean-up): Ditto.
6478         (wl-message-buffer-window): Rewrite.
6479         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6480         (wl-message-buffer-display): New function.
6481         (wl-message-display-internal): New function.
6482
6483 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-folder.el: Use `elmo-folder-name-internal';
6486         Use `wl-folder-get-elmo-folder';
6487         Use `elmo-folder-list-messages' instead of
6488         `elmo-list-folder';
6489         Use `elmo-folder-get-primitive-list' instead of
6490         `elmo-folder-get-primitive-spec-list';
6491         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6492         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6493         Use `elmo-folder-create' instead of `elmo-create-folder'.
6494         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6495         (wl-folder-get-elmo-folder): New macro.
6496         (wl-folder-elmo-folder-cache-get): Ditto.
6497         (wl-folder-elmo-folder-cache-put): Ditto.
6498         (wl-folder-suspend): Call `elmo-quit'.
6499
6500         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6501         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6502         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6503         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6504         (toplevel): require 'cl.
6505         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6506
6507         * wl-summary.el: Rewrite to use new elmo interface.
6508
6509 \f
6510 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-mime.el (wl-draft-preview-message):
6513         Run `wl-draft-send-hook' before collecting recipients information;
6514         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6515
6516         * tm-wl.el (wl-draft-preview-message): Ditto.
6517
6518 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6521         wrong recipients are displayed when forwarded message.
6522
6523 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * Version number is increased to 2.5.7.
6526
6527 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6528
6529         * wl-message.el (wl-message-next-page): Bind
6530         `window-pixel-scroll-increment' to nil while scrolling up.
6531
6532 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6533
6534         * wl-vars.el (wl-save-hook): New hook.
6535         * wl.el (wl-save): Call `wl-save-hook'.
6536
6537 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6538
6539         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6540         Argument WITH-ARG instead of NO-ARG (negative mean).
6541         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6542         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6543         * wl-message.el (wl-message-follow-current-entity): Likewise.
6544
6545 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6546
6547         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6548         FROM was optional argument.
6549         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6550
6551 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6552
6553         * Version number is increased to 2.5.6.
6554
6555 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6556
6557         * wl-version.el (wl-version-show): Removed.
6558         (wl-version): Add `interactive'.
6559
6560 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6561
6562         * wl-summary.el (wl-summary-get-petname-func): New variable.
6563         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6564         instead of `wl-address-get-petname-1'.
6565         (wl-summary-simple-from): Ditto.
6566
6567         * wl-address.el (wl-address-get-petname-1): Define as function.
6568
6569 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6572         field in the original message.
6573         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6574
6575 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6576
6577         * wl-expire.el (wl-expire-hide):
6578         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6579
6580 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6583         find decoder for To, Cc, and Subject.
6584
6585 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6588         for checking `elmo-use-buffer-cache'.
6589         (wl-summary-mark-as-important): Fixed typo in comment.
6590
6591 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6594         field in the original message.
6595         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6596
6597 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6598
6599         * wl-expire.el (wl-expire-hide):
6600         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6601
6602 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6603
6604         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6605         find decoder for To, Cc, and Subject.
6606
6607 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6608
6609         * Version number is increased to 2.5.5.
6610
6611         * wl-address.el (wl-address-specials-regexp): New constant.
6612         (wl-address-quote-specials): Use it.
6613
6614 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6615
6616         * wl-summary.el (wl-summary-rescan):
6617         Call `wl-summary-buffer-number-column-detect'.
6618         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6619
6620         * wl-message.el (wl-message-mode-map): Define.
6621         (wl-message-decode): Use it as local-map.
6622
6623 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6626         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6627
6628 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6631
6632         * wl-mule.el (wl-read-event-char): Ditto.
6633
6634         * wl-e21.el (wl-read-event-char): Ditto.
6635
6636         * wl-nemacs.el (wl-read-event-char): Ditto.
6637         (read-event): Removed.
6638
6639         * wl-util.el (toplevel): Removed dummy definition of
6640         `read-event'.
6641         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6642
6643 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6644
6645         * wl-nemacs.el (elmo-archive-call-process): Moved to
6646         elmo-archive.el.
6647
6648 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6649
6650         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6651         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6652
6653         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6654         instead of magic-number 6.  Use `not' instead of `null' for symbol
6655         `nil' check (not empty list).
6656         (wl-draft-insert-x-face-field): Fixed paren style.
6657
6658         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6659         one-branch conditional statement, instead of `and' and `if'.
6660         (wl-draft-forward): Likewise.
6661         (wl-draft-add-references): Likewise.
6662         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6663
6664         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6665         conditional steatment.  Use `cond' instead of `if'.
6666         (wl-draft-confirm): Likewise.
6667
6668 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6669
6670         * wl-version.el (wl-version-show): Use `product-string-1'
6671         instead of `wl-version'.
6672         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6673
6674         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6675
6676 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6677
6678         * wl-highlight.el (wl-highlight-headers): Revert
6679         `wl-highlight-x-face-func' argument (`beg' and `end').
6680
6681 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6682
6683         * wl.el (toplevel): Move `product-provide' declare.
6684         * wl-demo.el (toplevel): Ditto.
6685         * wl-dnd.el (toplevel): Ditto.
6686         * wl-highlight.el (toplevel): Ditto.
6687         * wl-message.el (toplevel): Ditto.
6688         * wl-refile.el (toplevel): Ditto.
6689         * wl-util.el (toplevel): Ditto.
6690
6691 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6694         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6695         (wl-thread-close-all): keep cursor position.
6696
6697 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6698
6699         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6700         (eq x 0).
6701         (wl-generate-user-agent-string-1): Fix conditional statement.
6702
6703 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6704
6705         * wl.el (wl-check-environment): Additional check for
6706         'wl-local-domain' and `wl-message-id-domain'.
6707
6708 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6709
6710         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6711
6712 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6713
6714         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6715         instead of `smtp-sasl-user-realm'.
6716
6717 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6718
6719         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6720
6721 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6722
6723         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6724         to the default value as well as `eword-lexical-analyzer'.
6725
6726 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6727
6728         * wl-version.el (wl-extended-emacs-version,
6729         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6730         `elmo-match-string' instead of `wl-match-string'.
6731
6732 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6733
6734         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6735         docstring.
6736
6737 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6738
6739         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6740
6741 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6742
6743         * wl-highlight.el (wl-highlight-headers): Remove
6744         `wl-highlight-x-face-func' argument (`beg' and `end').
6745
6746 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * wl-summary.el (wl-summary-mark-as-important):
6749         Remove cache if folder is local.
6750
6751 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6752
6753         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6754         to get existing e-mail address string.
6755
6756 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6757
6758         * wl-version.el (wl-generate-user-agent-string): Commentary.
6759         (wl-generate-user-agent-string-1): Use `when' for
6760         one-branch conditional statement, instead of `and' and `if'.
6761         (wl-extended-emacs-version, wl-extended-emacs-version2,
6762         wl-extended-emacs-version3): Ditto.
6763
6764 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6767         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6768         condition-case; Remove initialization.
6769         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6770         (wl-summary-sync-update3): Added argument `sync-all';
6771         Eliminated local variable `msgdb';
6772         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6773         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6774         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6775
6776 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6777
6778         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6779         connection before call `wl-draft-send-mail-with-smtp'.
6780
6781 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * Version number is increased to 2.5.4.
6784
6785 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl.el (wl-check-environment): Additional check for
6788         'wl-local-domain' and `wl-message-id-domain'.
6789
6790 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6791
6792         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6793         buffer as command specific.
6794         (wl-folder-mark-as-read-all-entity): Ditto.
6795         (wl-folder-prefetch-entity): Ditto.
6796         (wl-folder-drop-unsync-entity): Ditto.
6797
6798         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6799         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6800         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6801
6802         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6803         save-excursion.
6804
6805 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * Version number is increased to 2.5.3.
6808
6809         * wl-summary.el (wl-summary-save-view-cache):
6810         Delete duplicated `write-region';
6811         Use `write-region-as-binary' instead of `as-binary-output-file' and
6812         `write-region'.
6813
6814 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6815
6816         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6817
6818 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6821         instead of `smtp-via-smtp'.
6822
6823 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6824
6825         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6826
6827 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6828
6829         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6830         instead of `smtp-sasl-user-realm'.
6831
6832 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6835
6836 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6837
6838         * Version number is increased to 2.5.2.
6839
6840 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6843         does not exist.
6844         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6845         (wl-biff-start): Call `timer-activate' if timer already exists.
6846
6847         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6848         only when it is bound as function.
6849
6850 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6851
6852         * Version number is increased to 2.5.1.
6853
6854 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6857         Print refile/copy destination.
6858
6859 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6860
6861         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6862         queue-flush-only is non-nil.
6863
6864         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6865
6866         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6867         checking cache folder.
6868
6869 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6870
6871         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6872         `regexp-quote'.
6873
6874 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6875
6876         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6877         function.
6878         * wl-summary.el (wl-summary-write-current-folder-functions):
6879         Change default value.  Use it.
6880
6881 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6882
6883         * Version number is increased to 2.5.0.
6884
6885         * wl-version.el (wl-version): Changed codename.
6886
6887 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6890         (wl-summary-supersedes-message): Ditto.
6891
6892 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6893
6894         * wl-refile.el (wl-refile-guess-functions): Renamed from
6895         `wl-refile-guess-func-list'.
6896
6897 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6900         Fixed problem when no rule was matched.
6901
6902 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6903
6904         * wl-summary.el (wl-summary-get-mark): Fixed
6905         `wl-summary-buffer-target-mark' check logic.
6906
6907 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6908
6909         * wl-folder.el (wl-folder-write-current-folder): Added group
6910         folder check.
6911
6912         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6913         `wl-summary-write-current-newsgroup'.
6914         (wl-summary-write-current-folder-functions): New variable.
6915         * wl-folder.el (wl-folder-get-newsgroups): New function.
6916         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6917         (wl-folder-write-current-folder): Renamed from
6918         `wl-folder-write-current-newsgroup'.
6919
6920 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6921
6922         * Version number is increased to 2.3.93.
6923
6924 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6925
6926         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6927         (wl-ldap-make-matched-value-list): Ditto.
6928         (wl-ldap-alias-safe-string): Split e-mail address.
6929
6930         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6931         petname folder default was selected.
6932         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6933         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6934
6935 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6938         to `wl-draft-config-exec'.
6939
6940         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6941         instead of calling `wl-draft-config-exec';
6942         Process group-list and show recipients in minibuffer.
6943
6944         * tm-wl.el (wl-draft-preview-message): Ditto.
6945
6946 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6947
6948         * wl.el (toplevel): Added (C) to copyright notice, and
6949         sync Author header.
6950         * tm-wl.el (toplevel): Ditto.
6951         * wl-address.el (toplevel): Ditto.
6952         * wl-demo.el (toplevel): Ditto.
6953         * wl-dnd.el (toplevel): Ditto.
6954         * wl-draft.el (toplevel): Ditto.
6955         * wl-e21.el (toplevel): Ditto.
6956         * wl-expire.el (toplevel): Ditto.
6957         * wl-folder.el (toplevel): Ditto.
6958         * wl-highlight.el (toplevel): Ditto.
6959         * wl-message.el (toplevel): Ditto.
6960         * wl-mime.el (toplevel): Ditto.
6961         * wl-mule.el (toplevel): Ditto.
6962         * wl-nemacs.el (toplevel): Ditto.
6963         * wl-refile.el (toplevel): Ditto.
6964         * wl-score.el (toplevel): Ditto.
6965         * wl-summary.el (toplevel): Ditto.
6966         * wl-template.el (toplevel): Ditto.
6967         * wl-thread.el (toplevel): Ditto.
6968         * wl-util.el (toplevel): Ditto.
6969         * wl-vars.el (toplevel): Ditto.
6970         * wl-xmas.el (toplevel): Ditto.
6971
6972 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6973
6974         * wl.el (wl-init): Added comment about `wl-init-hook'.
6975         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6976         * wl-vars.el (wl-init-hook): Added docs.
6977         (wl-make-plugged-hook): Removed useless docs.
6978         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6979         * wl-xmas.el (toplevel): Ditto.
6980
6981 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6982
6983         * wl-address.el (toplevel): Fixed multiple Author header format.
6984         * wl-demo.el (toplevel): Ditto.
6985         * wl-draft.el (toplevel): Ditto.
6986         * wl-folder.el (toplevel): Ditto.
6987         * wl-summary.el (toplevel): Ditto.
6988         * wl-thread.el (toplevel): Ditto.
6989         * wl-util.el (toplevel): Ditto.
6990         * wl-vars.el (toplevel): Ditto.
6991         * wl-version.el (toplevel): Ditto.
6992         * wl-xmas.el (toplevel): Ditto.
6993         * wl.el (toplevel): Ditto.
6994
6995         * wl-version.el (toplevel): Added require `elmo-version' for
6996         `product-version-as-string'.
6997
6998 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-vars.el (wl-draft-send-hook): Changed default value to
7001         '(wl-draft-config-exec).
7002
7003         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7004         explicitly.
7005         (wl-draft): Set `wl-draft-config-exec-flag' before running
7006         `wl-mail-setup-hook'.
7007
7008         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7009         `wl-biff-init-icons' to `wl-init-hook' instead of
7010         `wl-make-plugged-hook'.
7011         (Because if `wl-draft' command is invoked at first,
7012         they are not initialized)
7013         Updated copyright notice.
7014
7015         * wl-e21.el (toplevel): Ditto;
7016
7017         * wl-demo.el (toplevel): Updated copyright notice.
7018         * wl-address.el (toplevel): Ditto.
7019         * wl-draft.el (toplevel): Ditto.
7020         * wl-version.el (toplevel): Ditto.
7021         * wl-folder.el (toplevel): Ditto.
7022         * wl-summary.el (toplevel): Ditto.
7023         * wl-thread.el (toplevel): Ditto.
7024         * wl-util.el (toplevel): Ditto.
7025         * wl-vars.el (toplevel): Ditto.
7026         * wl.el (toplevel): Ditto.
7027
7028 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * wl-highlight.el (wl-highlight-message): Fixed problem of
7031         highlighting failure which occured when the last field contains
7032         multiple lines in the draft buffer.
7033
7034         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7035         `wl-biff-start' if plugged.
7036
7037         * wl-util.el (wl-biff-check-folder): New function.
7038         (wl-biff-check-folders): Don't set session name prefix.
7039         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7040         (wl-biff-check-folder-async): Ditto.
7041
7042         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7043         in email address.
7044
7045 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7046
7047         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7048
7049         * wl-draft.el (wl-draft-strip-subject-re): New function.
7050
7051         * wl-draft.el (wl-draft-reply): Use it.
7052
7053 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7054
7055         * wl-message.el (wl-mmelmo-message-redisplay): Use
7056         `mime-display-message' instead of `wl-mime-display-message'.
7057
7058         * wl-mime.el (toplevel): Removed compatibility workaround
7059         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7060         (wl-mime-display-message): Abolished.
7061         (wl-mime-entity-read-field): Ditto.
7062         (wl-mime-combine-message/partial-pieces): Use
7063         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7064
7065 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7066
7067         * wl-template.el: Doc fixes.
7068
7069 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7070
7071         * wl-e21.el (wl-message-overload-functions): Do nothing if
7072         `current-local-map' is not available.
7073         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7074
7075 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7076
7077         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7078         representation.
7079
7080         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7081         number.
7082         (wl-fldmgr-save-folders): Don't use `format' when insert
7083         `wl-fldmgr-folders-header'.
7084
7085 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7086
7087         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7088
7089 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-highlight.el (wl-highlight-message):
7092         Use `std11-field-end' to detect end point of the header field.
7093         Refer `wl-highlight-max-header-size'.
7094
7095         * wl-vars.el (wl-highlight-max-header-size): New variable.
7096
7097         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7098
7099         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7100         Set `for-draft' argument of wl-highlight-headers.
7101         (wl-draft): Ditto.
7102         (wl-draft-reedit): Ditto.
7103         (wl-user-agent-compose-internal): Ditto.
7104
7105 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7106
7107         * wl-message.el (wl-message-add-button): Use overlay.
7108
7109 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7112
7113         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7114         problem when group-list content is nothing.
7115         (Reported by Mito <mit@nines.nec.co.jp>)
7116
7117 2000-10-18  SAITO Atsunori <sai@yedo.com>
7118
7119         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7120
7121 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7122
7123         * tm-wl.el (toplevel): Use product-provide.
7124
7125 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * Version number is increased to 2.3.92.
7128
7129 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7130
7131         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7132         title text, use `display' property for left margin under Emacs 21.
7133
7134         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7135         properties.
7136         (wl-plugged-init-icons): Ditto.
7137
7138 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7139
7140         * wl.el (wl-save-status, wl-init): Remove last period in
7141         "...done." message.
7142         * tm-wl.el (wl-summary-burst): Ditto.
7143         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7144         wl-summary-resume-cache-status,
7145         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7146         wl-summary-sync-update3, wl-summary-highlight-msgs,
7147         wl-summary-flush-pending-append-operations,
7148         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7149         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7150         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7151         wl-thread-open-all): Ditto.
7152         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7153         * wl-mime.el (wl-summary-burst): Ditto.
7154         * wl-highlight.el (wl-highlight-summary): Ditto.
7155         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7156         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7157         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7158         * wl-address.el (wl-local-address-init): Ditto.
7159
7160 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7161
7162         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7163         `add-text-properties'.
7164         (wl-plugged-init-icons): Ditto.
7165         (wl-folder-init-icons): Use `propertize' instead of
7166         `put-text-property'.
7167         (wl-plugged-set-folder-icon): Ditto.
7168         (wl-e21-highlight-folder-group-line): Ditto.
7169
7170 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7171
7172         * wl-version.el (wl-version-status-alist): New variable.
7173         (wl-version-status): New function.
7174
7175         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7176         "Cc" part of the case "Reply-To".
7177
7178         * wl-draft.el (wl-draft-reply): Use result of
7179         `eword-extract-address-components'.
7180
7181         * wl-demo.el (wl-demo-icon-name): New constant.
7182         (wl-logo-xpm): Use it.
7183         (wl-logo-xbm): Ditto.
7184         (wl-logo-bitmap): Ditto.
7185
7186         * Version number is increased to 2.3.91.
7187
7188 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7189
7190         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7191         (wl-extended-emacs-version, wl-extended-emacs-version2,
7192         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7193         docstring.
7194
7195         * wl-version.el (wl-generate-user-agent-string-1): New function.
7196         (wl-generate-user-agent-string): Use it.
7197
7198         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7199         `mime-edit-insert-user-agent-field'.
7200         (wl-generate-user-agent-string): Check
7201         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7202
7203         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7204         instead of `if', when verbose case.
7205
7206 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7207
7208         * wl-expire.el (wl-summary-expire): Fix.
7209
7210 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7211
7212         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7213         and `elmo-lost+found-folder' if 'wl-draft.
7214         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7215
7216 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7217
7218         * wl-expire.el (wl-summary-expire): Change messages.
7219         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7220         `deleing-info' instead of "Deleting..."
7221
7222 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7223
7224         * wl-summary.el (wl-summary-refile-subr): Fix.
7225
7226 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7227
7228         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7229         if pipe folder.
7230
7231 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7232
7233         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7234
7235 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7236
7237         * wl-expire.el (wl-expire-hide): New function.
7238         (wl-summary-expire): Add `hide'.
7239
7240 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * wl-vars.el (wl-draft-reply-without-argument-list):
7243         Changed default value to consider `Reply-To:'.
7244         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7245
7246         * Version number is increased to 2.3.90.
7247
7248         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7249         elmo-imap4-get-session with unwind-protect.
7250         Don't cause error.
7251         (wl-summary-sync-marks): Don't check plugged nor folder type.
7252         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7253         (Always keep current buffer).
7254
7255 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7256
7257         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7258         Enclose with `save-excursion'.
7259
7260 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7261
7262         * wl-version.el (wl-version): Remove interactive.
7263
7264 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7265
7266         * wl-version.el (wl-generate-user-agent-string): Use
7267         `product-string-verbose' instead of `product-string-1'.
7268
7269 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7270
7271         * wl-vars.el (wl-draft-use-cache): New variable.
7272         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7273         if wl-draft-use-cache is non-nil.
7274
7275 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7276
7277         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7278         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7279
7280 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7281
7282         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7283         (wl-thread-msg-mark-as-unread): Ditto.
7284
7285         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7286         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7287         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7288         Don't set mark in summary if return value of `elmo-mark-as-read'
7289         is nil.
7290         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7291         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7292         instead of `wl-thread-msg-mark-as-read'.
7293         (wl-summary-mark-as-unread-region): Ditto.
7294         (wl-summary-target-mark-mark-as-read): Ditto.
7295
7296         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7297
7298 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7301
7302         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7303
7304 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7307         face.
7308
7309 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7310
7311         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7312         `running-xemacs'.
7313
7314 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7315
7316         * wl-version.el (toplevel): Use `product-version-as-string' for
7317         set verstion-string, if defined.
7318
7319         * wl-version.el (wl-version-show): Insert string at point, when
7320         call with argument.
7321
7322         * wl-version.el (wl-generate-user-agent-string): Use
7323         `product-string-1' instead of `wl-appname', `wl-version' and
7324         `wl-codename'.
7325
7326 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7327
7328         * wl-address.el (toplevel): Use product-provide.
7329         * wl-demo.el (toplevel): Ditto.
7330         * wl-dnd.el (toplevel): Ditto.
7331         * wl-draft.el (toplevel): Ditto.
7332         * wl-e21.el (toplevel): Ditto.
7333         * wl-expire.el (toplevel): Ditto.
7334         * wl-fldmgr.el (toplevel): Ditto.
7335         * wl-folder.el (toplevel): Ditto.
7336         * wl-highlight.el (toplevel): Ditto.
7337         * wl-message.el (toplevel): Ditto.
7338         * wl-mime.el (toplevel): Ditto.
7339         * wl-mule.el (toplevel): Ditto.
7340         * wl-nemacs.el (toplevel): Ditto.
7341         * wl-refile.el (toplevel): Ditto.
7342         * wl-score.el (toplevel): Ditto.
7343         * wl-summary.el (toplevel): Ditto.
7344         * wl-template.el (toplevel): Ditto.
7345         * wl-thread.el (toplevel): Ditto.
7346         * wl-util.el (toplevel): Ditto.
7347         * wl-vars.el (toplevel): Ditto.
7348         * wl-xmas.el (toplevel): Ditto.
7349         * wl.el (toplevel): Ditto.
7350
7351 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7352
7353         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7354         instead of product.
7355
7356         * wl-version.el (wl-version): Compile time evalution elmo-version.
7357
7358 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7359
7360         * wl-summary.el (wl-summary-sync-force-update): Append queue
7361         `mark-as-read'if unplugged.
7362
7363 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7364
7365         * wl-version.el: New file.  Use product.el.
7366         * wl.el: add (require 'wl-version).
7367         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7368         for ~/.folders header.
7369         (wl-fldmgr-folders-header): Changed.
7370         * wl-demo.el (wl-demo): Use product.el.
7371
7372         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7373         wl-version.el.
7374         * wl-util.el (wl-version, wl-version-show): Ditto.
7375
7376         * wl-util.el (wl-generate-user-agent-string,
7377         wl-extended-emacs-version, wl-extended-emacs-version2,
7378         wl-extended-emacs-version3): Move to wl-version.el.
7379         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7380         xemacs-codename, mime-edit-insert-user-agent-field,
7381         mime-edit-user-agent-value, mime-editor/version,
7382         mime-editor/codename): Compile warning killer move to
7383         wl-version.el
7384
7385 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7386
7387         * wl-summary.el (wl-summary-refile-subr): Fix.
7388
7389 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7392         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7393
7394 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7395
7396         * wl.el (wl-check-environment): Check too many `@'.
7397
7398 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7399
7400         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7401
7402 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7403
7404         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7405         wl-draft-reply-myself-without-argument-list): Add variables.
7406         * wl-draft.el (wl-draft-reply): Use it.
7407
7408 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7409
7410         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7411         the 5th argument of `elmo-network-get-spec'.
7412
7413         * wl-thread.el (wl-thread-reparent-children): New inline function.
7414         (wl-thread-delete-message): Use it.
7415
7416         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7417         (wl-summary-score-update-all-lines): Don't use `dolist'.
7418
7419 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7420
7421         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7422         (require 'elmo-msgdb) for inline function.
7423
7424 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7425
7426         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7427
7428 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7429
7430         * wl-score.el (wl-score-headers): Fix for the confusing macro
7431         `elmo-kill-buffer'.
7432
7433 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7434
7435         * wl-summary.el: Don't use the 3rd argument of `require' because
7436         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7437         * wl-util.el: Ditto.
7438         * wl-draft.el: Ditto.
7439
7440 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7441
7442         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7443         window system is not used.
7444
7445 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7446
7447         * wl-thread.el: Don't use `mapcar' only for iteration.
7448         (wl-thread-resume-entity): Ditto.
7449         (wl-thread-delete-message): Ditto.
7450
7451         * wl-summary.el: Bind `dragdrop-drop-functions',
7452         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7453         of `require' for `timezone', `easymenu' and `ps-print';
7454         don't use `mapcar' only for iteration.
7455
7456         * wl-util.el: Bind `mule-version', `nemacs-version',
7457         `emacs-beta-version', `xemacs-codename',
7458         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7459         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7460         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7461         only for iteration.
7462
7463         * wl-score.el: Don't use `mapcar' only for iteration.
7464         (wl-score-simplify-buffer-fuzzy): Ditto.
7465         (wl-score-simplify-subject): Ditto.
7466         (wl-score-headers): Ditto.
7467         (wl-summary-score-update-all-lines): Ditto.
7468
7469         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7470         `enable-multibyte-characters' and `mule-version'.
7471
7472         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7473         `mapcar' only for iteration.
7474
7475         * wl-demo.el: Don't use `mapcar' only for iteration.
7476
7477         * wl-folder.el: Don't use `mapcar' only for iteration.
7478         (wl-folder-open-all): Ditto.
7479         (wl-folder-count-incorporates): Ditto.
7480
7481         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7482         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7483
7484         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7485         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7486         `smtp-connection-type'; specify 3rd argument of `require' for
7487         `timezone'; don't use `mapcar' only for iteration.
7488         (wl-draft-clone-local-variables): Don't use `mapcar'.
7489         (wl-draft-generate-clone-buffer): Ditto.
7490         (wl-user-agent-compose-internal): Ditto.
7491
7492         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7493
7494         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7495         (wl-save-status): Ditto.
7496
7497         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7498         for iteration.
7499
7500 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7503         removed `Date'.
7504         (wl-fldmgr-make-filter-default): New user option.
7505
7506         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7507         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7508         (wl-fldmgr-filter-completion-alist): Abolish.
7509
7510         * wl.el (wl): Don't check servers if arg is non-nil.
7511
7512         * wl-draft.el (wl-draft-reply): Set only message-id string to
7513         In-Reply-To field.
7514
7515 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-summary.el (wl-summary-pick): Rewrite.
7518
7519         * wl-draft.el (wl-draft-forward): Get references field from
7520         original buffer.
7521         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7522
7523 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7524
7525         * wl-draft.el (wl-draft-forward): Add references field.
7526
7527 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7530         (wl-draft-reply): Use it.
7531
7532 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7533
7534         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7535         when Emacs 21 is running.
7536
7537         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7538         bindings.
7539
7540 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7541
7542         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7543         XPM icons transparent.
7544
7545         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7546         Emacs 21.
7547
7548 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7549
7550         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7551         nil.
7552
7553         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7554         when it is persistent.
7555         (wl-summary-sync-marks): Changed argument for
7556         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7557         (wl-summary-virtual): Use `elmo-read-search-condition'.
7558         (wl-summary-redisplay-internal): If folder is local, mark as read
7559         even when folder is plugged.
7560
7561 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7562
7563         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7564         of `tool-bar-lines' in the frame parameters.
7565         (after-make-frame-functions, post-command-hook): Don't modify the
7566         value.
7567         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7568         wl-e21-tool-bar-lines): Removed.
7569
7570 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7571
7572         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7573         properties `evaporate' and `wl-momentary-overlay' as well.
7574         (wl-highlight-summary-displaying): Ditto.
7575         (wl-delete-all-overlays): Don't delete overlay which does not have
7576         a property `wl-momentary-overlay'.
7577
7578         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7579         `display-mouse-p' and `display-graphic-p'.
7580         (wl-folder-init-icons): Don't search for XBM or the other files.
7581         (wl-plugged-set-folder-icon): Make icons if and only if
7582         `display-graphic-p' returns non-nil.
7583         (wl-highlight-plugged-current-line): Use `before-string' overlay
7584         property to show icon images.
7585         (wl-highlight-folder-current-line): Ditto.
7586         (wl-e21-highlight-folder-group-line): Ditto.
7587         (wl-e21-highlight-folder-by-numbers): Ditto.
7588         (wl-e21-insert-image): Removed.
7589         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7590         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7591         said.
7592         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7593         `wl-e21-force-switch-toolbar'.
7594         (wl-e21-make-icon-image): Removed.
7595         (wl-e21-setup-toolbar): Don't search for XBM files.
7596         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7597         the default value.
7598
7599 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-util.el (wl-biff-check-folder-async): Set
7602         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7603
7604 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7605
7606         * wl-e21.el (after-make-frame-functions): Add
7607         `wl-e21-force-switch-toolbar'.
7608         (wl-e21-force-switch-toolbar): New function force to switch the
7609         toolbar appearance automatically.
7610         (post-command-hook): Add `wl-e21-switch-toolbar'.
7611         (wl-e21-switch-toolbar): New function to switch the toolbar
7612         appearance automatically.
7613         (wl-e21-tool-bar-lines): New buffer local variable.
7614
7615 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-util.el (wl-biff-check-folders-running): New variable.
7618         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7619         (wl-biff-check-folder-async-callback):
7620         Set `wl-biff-check-folders-running'.
7621         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7622         with unwind-protect.
7623
7624         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7625         Enclose `wl-folder-auto-check' with unwind-protect.
7626
7627         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7628         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7629
7630         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7631
7632         * wl-util.el (wl-biff-notify): New inline function.
7633         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7634         locally.
7635         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7636         folder-list' is 1.
7637         Use `wl-biff-notify'.
7638         (wl-biff-check-folder-async-callback): New function.
7639         (wl-biff-check-folder-async): Ditto.
7640
7641         * wl-folder.el (wl-folder): Don't check folders.
7642         (wl-folder-auto-check): New function.
7643
7644 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7645
7646         * wl-util.el (wl-biff-start) [Emacs19+]:
7647         Use `timer-next-integral-multiple-of-time'.
7648         (wl-biff-check-folders): Use `wl-default-folder'
7649         if `wl-biff-check-folder-list' is nil.
7650
7651 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7652
7653         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7654         instead of `elmo-delete-lists'.
7655
7656 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7657
7658         * wl.el (wl-plugged-toggle-all): Set the value of
7659         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7660         (wl-plugged-toggle): Ditto.
7661         (wl-toggle-plugged): Ditto.
7662         (wl-plugged-init): Ditto.
7663
7664         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7665         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7666         instead of `wl-biff-state-indicator-off' and
7667         `wl-biff-state-indicator-on'; don't modify the value and the type
7668         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7669         (wl-plugged-init-icons): Set icons data to
7670         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7671         instead of `wl-plug-state-indicator-off' and
7672         `wl-plug-state-indicator-on'; don't modify the value and the type
7673         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7674
7675         * wl-vars.el (wl-modeline-biff-state-off,
7676         wl-modeline-biff-state-on, wl-modeline-biff-status,
7677         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7678         wl-modeline-plug-status): New internal variables.
7679         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7680         wl-biff-check-interval, wl-biff-check-folder-list): Change
7681         customization group from `wl-folder' to `wl-highlight'.
7682         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7683         wl-show-plug-status-on-modeline): Defcustomized.
7684
7685         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7686         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7687         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7688         a flag to `mode-line-buffer-identification'.
7689
7690         * wl-e21.el (wl-biff-init-icons): Set icons data to
7691         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7692         instead of `wl-biff-state-indicator-off' and
7693         `wl-biff-state-indicator-on'.
7694         (wl-plugged-init-icons): Set icons data to
7695         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7696         instead of `wl-plug-state-indicator-off' and
7697         `wl-plug-state-indicator-on'.
7698
7699 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7700
7701         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7702         excessive titles.
7703
7704 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7705
7706         * wl.el (wl-plugged-mode): Use revised
7707         `wl-mode-line-buffer-identification'.
7708         (wl-plugged-init): Don't use `force-mode-line-update'.
7709
7710         * wl-xmas.el (wl-draft-overload-functions): Use revised
7711         `wl-mode-line-buffer-identification'.
7712         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7713         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7714         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7715         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7716         `wl-make-plugged-hook';
7717         add `wl-folder-init-icons' and `wl-setup-folder' to
7718         `wl-folder-mode-hook'.
7719
7720         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7721         19 as well.
7722         (wl-mode-line-display-priority-list): New user option.
7723         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7724         Defcustomized.
7725         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7726         Add docs.
7727
7728         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7729         start.
7730         (wl-mode-line-buffer-identification): Revised as a function.
7731
7732         * wl-summary.el (wl-summary-mode): Use revised
7733         `wl-mode-line-buffer-identification'; don't call
7734         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7735         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7736         `wl-xmas-setup-summary'.
7737
7738         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7739         `wl-mode-line-buffer-identification'.
7740
7741         * wl-mule.el (wl-draft-overload-functions): Use revised
7742         `wl-mode-line-buffer-identification'.
7743
7744         * wl-folder.el (wl-make-plugged-alist): Don't call
7745         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7746         (wl-folder): Don't call `wl-folder-init-icons' directly.
7747         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7748         `wl-xmas-setup-folder' directly;
7749         use revised `wl-mode-line-buffer-identification'.
7750         (TopLevel): Don't bind `wl-biff-init-icons',
7751         `wl-plugged-init-icons', `wl-folder-init-icons',
7752         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7753
7754         * wl-e21.el (wl-draft-overload-functions): Use revised
7755         `wl-mode-line-buffer-identification'.
7756         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7757         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7758         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7759         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7760         `wl-make-plugged-hook';
7761         add `wl-folder-init-icons' and `wl-setup-folder' to
7762         `wl-folder-mode-hook'.
7763
7764 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7765             Katsumi Yamaoka    <yamaoka@jpl.org>
7766
7767         * wl.el (wl): Call `wl-biff-start'.
7768         (wl-exit): Call `wl-biff-stop'.
7769         (wl-plugged-mode): Show biff in modeline.
7770         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7771
7772         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7773         (wl-biff-init-icons): New function.
7774         (wl-plugged-init-icons): Don't make too much keymaps.
7775         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7776
7777         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7778         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7779         variables.
7780         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7781         options.
7782
7783         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7784         wl-biff-start, wl-biff-stop): New functions.
7785         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7786         (wl-biff-timer-name): New variable.
7787
7788         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7789
7790         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7791         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7792
7793         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7794         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7795
7796         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7797         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7798         `wl-folder-init-icons' to `ignore' if they are not available.
7799         (wl-folder-mode): Show biff in modeline.
7800
7801         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7802         (wl-biff-init-icons): New function.
7803         (wl-plugged-init-icons): Don't make too much keymaps.
7804         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7805
7806 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7807
7808         * wl-vars.el (wl-strict-diff-folders): Customization Type
7809         and doc fix.  Define as a list of regular expressions for
7810         folders or nil.
7811         * wl-folder.el (wl-folder-check-one-entity): Use
7812         `wl-string-match-member' instead of `wl-string-member' for
7813         `wl-strict-diff-folders'.
7814
7815 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7816
7817         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7818         (wl-highlight-folder-current-line): Use it; new implementation.
7819         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7820         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7821         `defsubst' instead of `defun'.
7822
7823         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7824         `wl-highlight-group-folder-by-numbers'; made it can also be a
7825         number.  See info for more details.
7826
7827         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7828         running.
7829
7830         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7831         to bind them.
7832
7833         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7834         (wl-highlight-folder-current-line): New implementation.
7835
7836         * wl-highlight.el (wl-highlight-folder-group-line): New
7837         implementation.
7838         (wl-delete-all-overlays): Rewrite as a marco.
7839         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7840
7841         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7842         running.
7843         (wl-folder-*-glyph): No need to bind them.
7844
7845         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7846         `wl-e21-highlight-folder-group-icon'; rewrite.
7847         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7848         `defsubst' instead of `defun'.
7849         (wl-folder-mode-map): Bind it when compiling.
7850
7851 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7854
7855         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7856
7857 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7858
7859         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7860
7861 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7862
7863         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7864         (wl-highlight-folder-current-line): Use it.
7865
7866         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7867         in `id-name'.
7868
7869 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7870
7871         * wl.el: Require `wl-e21' when Emacs 21 is running.
7872
7873         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7874         default when Emacs 21 is running.
7875         (wl-use-highlight-mouse-line): Ditto.
7876         (wl-on-emacs21): New constant.
7877         (wl-on-emacs20): Removed.
7878
7879         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7880         Emacs 21 is running.
7881
7882         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7883         Emacs 21 is running.
7884
7885         * wl-e21.el: New file.
7886
7887 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7888
7889         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7890         (wl-toggle-plugged): Ditto.
7891         (wl-plugged-toggle): Ditto.
7892         (wl-plugged-toggle-all): Ditto.
7893
7894         * wl-vars.el (wl-plug-state-indicator): Refer
7895         `wl-plug-state-indicator-on' indirectly.
7896
7897 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7900         Call `wl-folder-confirm-existence'.
7901
7902         * wl-folder.el (wl-folder-confirm-existence): Added optional
7903         argument `force'.
7904
7905 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7906
7907         * wl-summary.el (wl-summary-refile-subr): Assume
7908         `copy-or-refile' as symbol.
7909         (wl-summary-refile): Follow up above change.
7910         (wl-summary-copy): Ditto.  Doc fix.
7911
7912 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-summary.el (wl-summary-pick): Don't bind
7915         `elmo-search-mime-charset'.
7916
7917         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7918         default using old backquote style.
7919         (wl-search-mime-charset): Abolished.
7920
7921         * wl-highlight.el (wl-highlight-headers):
7922         Call `point' after `re-search-forward'(for Nemacs).
7923
7924         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7925         for elmo-imap4.el.
7926
7927 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7928
7929         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7930         `wl-message-ignored-field-list' instead of
7931         `mime-view-ignored-field-list'.
7932
7933         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7934         Add interactive spec.
7935         (wl-folder-goto-bottom-of-current-folder): Ditto.
7936         (wl-folder-mode-map): Bind them.
7937
7938         * wl-vars.el (wl-message-ignored-field-list): New variable.
7939         (wl-message-visible-field-list): New variable.
7940
7941         * wl-mime.el (wl-mime-header-presentation-method): New function.
7942         (wl-mime-setup): Set header-presentation-method.
7943
7944 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7945
7946         * wl-nemacs.el (wl-draft-overload-functions): Set
7947         `mode-line-buffer-identification' instead of using
7948         `wl-make-modeline'.
7949
7950         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7951         instead of using `wl-make-modeline'.
7952
7953         * wl-xmas.el (wl-plugged-init-icons): Set up
7954         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7955         (wl-make-modeline): Abolish.
7956         (wl-draft-overload-functions): Set
7957         `mode-line-buffer-identification' instead of using
7958         `wl-make-modeline'.
7959
7960         * wl-util.el (wl-make-modeline-subr): Abolish.
7961         (wl-mode-line-buffer-identification): New alias.
7962
7963         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7964         (wl-summary-make-modeline): Abolish.
7965         (wl-summary-buffer-set-folder): Set
7966         `wl-summary-buffer-folder-indicator'.
7967         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7968         of using `wl-make-modeline'.
7969         (wl-summary-switch-to-clone-buffer): Don't set
7970         `mode-line-buffer-identification'.
7971         (wl-summary-goto-folder-subr): Ditto.
7972
7973         * wl-mule.el (wl-draft-overload-functions): Set
7974         `mode-line-buffer-identification' instead of using
7975         `wl-make-modeline'.
7976
7977         * wl-folder.el (wl-folder-mode): Set
7978         `mode-line-buffer-identification' instead of using
7979         `wl-make-modeline'.
7980         (wl-folder): Don't set `mode-line-buffer-identification'.
7981
7982 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7983
7984         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7985         instead of `member' for `wl-refile-guess-func-list' look-ups.
7986         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7987
7988 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7989
7990         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7991         `wl-message-button-dispatcher'.
7992
7993         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7994
7995         * wl-message.el (wl-message-button-dispatcher): Use it.
7996
7997         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7998         "In-Reply-To".
7999
8000         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8001         Bind `case-fold-search' to t.
8002
8003 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8004
8005         * wl-xmas.el (wl-message-overload-functions): Initialize
8006         `wl-message-button-map'.
8007
8008         * wl-mule.el (wl-message-overload-functions): Initialize
8009         `wl-message-button-map'.
8010
8011         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8012
8013         * wl-message.el (wl-message-button-map): New keymap.
8014         (wl-message-add-button): New function.
8015         (wl-message-button-dispatcher): New function.
8016         (wl-message-button-refer-article): New function.
8017
8018         * wl-highlight.el
8019         (wl-highlight-message-add-buttons-to-header): New function.
8020         (wl-highlight-headers): Use it.
8021
8022 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8023
8024         * wl-summary.el (wl-summary-default-from): Use
8025         `wl-address-get-petname-1'.
8026         (wl-summary-simple-from): Ditto.
8027
8028         * wl-address.el (wl-address-get-petname-1): New inline function.
8029         (wl-address-get-petname): Use it.
8030
8031 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8032
8033         * wl-summary.el (wl-summary-default-from): Return full-name part
8034         from the address if no petname was found.
8035         (wl-summary-simple-from): Ditto.
8036
8037         * wl-address.el (wl-address-get-petname): Return nil if no petname
8038         associated with the address was found.
8039
8040 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8041
8042         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8043         display is finished.
8044
8045 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8046
8047         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8048         `elmo-folder-exists-p' argument.
8049
8050 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8051
8052         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8053         the folder.
8054
8055 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8058
8059         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8060         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8061
8062 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8063
8064         * wl-folder.el (wl-folder-create-subr): New function.
8065         (wl-folder-confirm-existence): Use it.
8066         (wl-folder-check-one-entity): Use it.
8067         Check the error symbol is derived from 'elmo-open-error.
8068
8069         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8070         `ignore-error'.
8071
8072 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8073
8074         * wl-util.el (toplevel): Add (eval-when-compile (require
8075         'elmo-util)).  (Maybe `provide' is typo.)
8076
8077 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8080         (I don't know why this was needed.)
8081
8082         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8083         Follow up changes for stream-type.
8084
8085         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8086         (wl-draft-elmo-nntp-send): Ditto.
8087
8088         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8089         (wl-nntp-posting-stream-type): Ditto.
8090         (wl-pop-before-smtp-ssl): Abolished.
8091         (wl-nntp-posting-ssl): Ditto.
8092
8093         * wl-address.el (wl-address-quote-specials): New function.
8094         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8095
8096         * wl-draft.el (wl-draft-reply): Ditto.
8097
8098 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8099
8100         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8101         use function `wl-string-match-assoc'.
8102
8103 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8104
8105         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8106
8107         * wl-draft.el (wl-draft-deduce-address-list): New function.
8108         (wl-draft-parse-mailbox-list): Ditto.
8109         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8110         instead of `smtp-deduce-address-list'.
8111         (wl-draft-on-field-p): Follow group list.
8112
8113         * wl-address.el (wl-address-concat-token): New function.
8114         (wl-address-string-without-group-list-contents): Ditto.
8115         (wl-complete-field-body): Fixed problem of completion
8116         by japanese petname.
8117         (wl-address-make-completion-list): Rewrite.
8118
8119 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8120
8121         * wl-address.el (wl-address-make-completion-list): Completion by
8122         petname.
8123         (wl-complete-field-body): Likewise.
8124
8125 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8126
8127         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8128         contains invalid address syntax.
8129
8130 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8131
8132         * wl-folder.el (wl-folder-check-entity-async): Use
8133         `elmo-nntp-spec-hostname'.
8134
8135 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8136
8137         * wl-summary.el (wl-summary-msgdb-load-async): Use
8138         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8139
8140 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl-draft.el (wl-draft-reply): Set argument
8143         `content-transfer-encoding' as nil.
8144
8145 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8146
8147         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8148         `wl-refile-alist'.
8149
8150 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8151
8152         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8153         (wl-draft-edit-string): Ditto.
8154         (wl-draft-forward): Ditto.
8155         * wl-summary.el (wl-summary-write): Ditto.
8156
8157 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * wl-summary.el (wl-summary-sync-update3): Call
8160         `wl-summary-buffer-number-column-detect'.
8161         (wl-summary-buffer-number-column-detect): Search from point-min.
8162
8163 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8166         contains an address which is not included in original to or cc.
8167
8168 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8169
8170         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8171         begin-line does not exist.
8172         * wl-message.el (wl-message-uu-substring): Ditto.
8173
8174 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8177         clear local variables.
8178         (wl-summary-exit): Call `elmo-commit'.
8179         (wl-summary-switch-to-clone-buffer): Call
8180         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8181         (wl-summary-goto-folder-subr): Ditto.
8182
8183         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8184         POP folder.
8185
8186 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8189         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8190         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8191         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8192         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8193         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8194
8195         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8196
8197 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8198
8199         * wl-summary.el (wl-summary-search-by-subject):
8200         Search parent message from the latest one.
8201
8202 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8203
8204         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8205         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8206
8207         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8208         New user option.
8209
8210         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8211         if elmo-nntp-use-killed-list is nil.
8212         Use `elmo-msgdb-append-to-killed-list'.
8213         (Append numbers confirmed as disappeared to the killed list.)
8214         (wl-summary-confirm-appends): Don't display negative number.
8215
8216 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8217
8218         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8219
8220 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8223         range is `all'.
8224         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8225         `elmo-list-bigger-diff'.
8226
8227 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-summary.el (wl-summary-buffer-exit-func):
8230         New buffer local variable.
8231         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8232
8233 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8234
8235         * wl-demo.el (wl-demo): Fix the last change.
8236
8237 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8238
8239         * wl-demo.el (wl-demo): Don't use `eval'.
8240
8241 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8242
8243         * wl-summary.el (wl-summary-buffer-thread-modified):
8244         New buffer-local variable.
8245         (wl-summary-set-thread-modified): New function.
8246         (wl-summary-thread-modified-p): New function.
8247         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8248         (wl-summary-yank-saved-message): Use function
8249         `wl-summary-set-thread-modified'
8250         (wl-summary-switch-to-clone-buffer): Add
8251         `wl-summary-buffer-thread-modified'.
8252
8253         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8254         (wl-summary-buffer-mark-saved-hook): Ditto.
8255         * wl-summary.el (wl-summary-msgdb-save): New hook
8256         `wl-summary-buffer-message-saved-hook' and
8257         `wl-summary-buffer-mark-saved-hook'.
8258
8259 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8260
8261         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8262
8263 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8264
8265         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8266         don't hide scroll bars under FSF Emacsen because it may incur an
8267         undesirable redrawing.
8268
8269 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8270
8271         * wl-draft.el (wl-draft-edit-string): Call
8272         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8273
8274 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8275
8276         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8277
8278 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8279
8280         * wl-summary.el (wl-summary-msgdb-load-async): Call
8281         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8282
8283 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8284
8285         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8286         fringes in demo buffer; center bitmap logo correctly even if old
8287         Mule is used.
8288
8289 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8290
8291         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8292
8293         * wl-refile.el (wl-refile-subject-alist): New variable.
8294         (wl-refile-subject-alist-file-name): Ditto.
8295         (wl-refile-alist-setup): Rewrite.
8296         (wl-refile-alist-save): Use `elmo-object-save'.
8297         Eliminated arguments.
8298         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8299         (wl-refile-guess-by-subject): New function.
8300         (wl-refile-guess-func-list): Added it.
8301
8302 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8303
8304         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8305         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8306
8307 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8310         New buffer-local variable.
8311         (wl-summary-buffer-next-folder-func): Ditto.
8312         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8313         if non-nil.
8314         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8315         if non-nil.
8316         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8317         if non-nil.
8318         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8319         if non-nil.
8320
8321 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8322
8323         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8324         permanently in the demo buffer.
8325
8326 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8327
8328         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8329         `mime-entity-fetch-field'.
8330
8331         * wl.el (wl-exit): Delete plugged buffer.
8332
8333         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8334         XEmacs has menubar feature.
8335
8336 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8337
8338         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8339         cannot arrive at the beginning of the buffer under old Emacsen.
8340
8341 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * wl-address.el (wl-address-ldap-search):
8344         Call `ldap-search-entries' with `withdn' argument t.
8345         (wl-complete-field-body): Bind completion-ignore-case as t.
8346         Clear ldap search hash when it was sole completion.
8347         Use elmo-string for pattern string.
8348         (wl-ldap-alias-safe-string): Eliminated needless let.
8349
8350 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8351
8352         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8353         (wl-ldap-alias-sep): New constant.
8354         (wl-ldap-search-attribute-type-list): Ditto.
8355         (wl-ldap-get-value): New function.
8356         (wl-ldap-make-filter): Ditto.
8357         (wl-ldap-make-matched-value-list): Ditto.
8358         (wl-ldap-alias-safe-string): Ditto.
8359         (wl-ldap-register-dn-string): Ditto.
8360         (wl-address-ldap-search): Rewrite.
8361
8362 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8363
8364         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8365         thread is deleted.
8366         (wl-thread-delete-line-from-buffer): Ditto.
8367         (wl-thread-get-exist-children): New function.
8368
8369 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8370
8371         * wl-demo.el (wl-demo): Made it to select various image types.
8372         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8373         from `wl-title-logo'.
8374         (wl-logo-ascii): New variable.
8375         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8376         (wl-demo-copyright-notice): New constant.
8377
8378         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8379
8380 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8381
8382         * wl-vars.el (wl-summary-target-above): Renamed from
8383         wl-summary-temp-above.
8384         * wl-score.el (wl-score-get-score-alist): Use it.
8385         (wl-summary-score-update-all-lines): Use it.
8386         * wl-summary.el: Ditto. (make-variable-buffer-local).
8387
8388 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl-vars.el (wl-ldap-port): New user option.
8391
8392         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8393         Rewite whole implementation.
8394         (wl-complete-field-body): Fixed.
8395
8396 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8397
8398         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8399         Choose implementation at compile time.
8400
8401 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8402
8403         * wl-address.el (wl-ldap-search-internal): New function.
8404         (wl-complete-field-to): Use it.
8405
8406 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8409         Use `let' instead of `let*'.
8410         Require 'wl-vars.
8411
8412         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8413         Define as defcustom.
8414         (wl-ldap-base): Ditto.
8415         (wl-use-ldap): Ditto.
8416
8417 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8418
8419         * wl-address.el (wl-ldap-search): New function.
8420         (wl-complete-field-body): Use `wl-ldap-search'.
8421         (wl-ldap-server): New variable.
8422         (wl-ldap-base): Ditto.
8423         (wl-use-ldap): Ditto.
8424
8425 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8426
8427         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8428         (Pointed out by Mito <mit@nines.nec.co.jp>).
8429         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8430         buffer-local variables like `wl-summary-redisplay-internal'.
8431         (wl-summary-redisplay-all-header): Likewise.  Update
8432         Summary view too.
8433
8434 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-summary.el (wl-summary-jump-to-parent-message):
8437         Consider prefix argument.
8438
8439         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8440         when closed thread is deleted.
8441
8442 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8443
8444         * wl-summary.el (wl-summary-jump-to-parent-message):
8445         Consider thread modification.
8446
8447 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8448
8449         * wl-message.el (wl-message-normal-get-original-buffer): Use
8450         `save-excursion'.
8451
8452         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8453         (wl-summary-showto-folder-regexp): Ditto.
8454
8455 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8456
8457         * wl-util.el (wl-delete-alist): Doc fix.
8458         (wl-delete-associations): New function.
8459         (wl-inverse-alist): New function.
8460         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8461         Split temporary variables. Use `wl-delete-associations'
8462         and `wl-inverse-alist'.
8463         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8464
8465 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-folder.el (wl-folder-prefetch-entity):
8468         Execute prefetching if new count is unknown.
8469
8470 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8471
8472         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8473
8474         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8475         delete entity.
8476         (wl-thread-set-parent): If insert as top, set linked as nil.
8477
8478         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8479         `wl-thread-cleanup-symbols' when view mode is thread.
8480
8481 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8482
8483         * wl-folder.el (wl-folder-create-folder-entity): Use
8484         with-current-buffer.
8485         (wl-local-folder-init): Call set-buffer to make sure we are in
8486         the Folder buffer. Don't touch buffer-local variables here.
8487         (wl-folder-mode): Initialize buffer-local variables here.
8488
8489         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8490         (wl-folder-entity-assign-id): Ditto.
8491         (wl-folder-create-entity-hashtb): Ditto.
8492         (wl-local-folder-init): Ditto.
8493         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8494
8495 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8496
8497         * wl-summary.el (wl-summary-default-from): Fix probrem when
8498         std11-extract-address-components return (nil "foo@bar").
8499
8500 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8501
8502         * wl-draft.el (wl-draft-clone-local-variables):
8503         Remove redundant `setq'.
8504
8505 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8506
8507         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8508         Bind wl-highlight-x-face-func as nil while highlighting header.
8509
8510 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8511
8512         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8513
8514 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8515
8516         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8517         elmo-msgdb-overview-hashtb from copy-variables.
8518         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8519         instead of `elmo-msgdb-overview-get-entity-by-number'.
8520         (wl-summary-auto-refile): Ditto.
8521
8522         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8523         `elmo-msgdb-overview-get-entity' instead of
8524         `elmo-msgdb-search-overview-entity'.  Use
8525         `elmo-msgdb-overview-get-entity' instead of
8526         `elmo-msgdb-overview-get-entity-by-number'.
8527         (wl-thread-insert-entity-sub): Ditto.
8528         (wl-thread-insert-message): Ditto.
8529
8530         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8531         `elmo-msgdb-overview-get-entity'.
8532         (wl-normal-message-redisplay): Ditto.
8533
8534 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8535
8536         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8537         `wl-thread-entities'.
8538         (wl-thread-delete-message): Fix remove top message from
8539         `wl-thread-entity-list'.
8540
8541         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8542         wl-append(nconc), because update-list is broken on Meadow.
8543
8544         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8545         updating process.
8546         (wl-summary-rescan): Ditto.
8547         (wl-summary-sync-update3): Ditto.
8548         * wl-thread.el (wl-thread-set-parent): Renamed from
8549         `wl-summary-set-parent'.
8550         (wl-thread-insert-message): Updating buffer faster.
8551         (wl-thread-delete-message): Updating buffer faster.
8552
8553         * wl-score.el (wl-summary-score-update-all-lines): Changed
8554         interval for display progress gauge.
8555
8556 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8557
8558         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8559         folder always-sticky.
8560         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8561         defmacro.
8562
8563 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * wl-vars.el (wl-draft-add-references): New user option.
8566
8567         * wl-draft.el (wl-draft-add-references): New function.
8568         (wl-draft-yank-from-mail-reply-buffer): Use it.
8569         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8570         as nil.
8571
8572 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8573
8574         * wl-thread.el (wl-thread-update-line-msgs): Called
8575         `wl-thread-update-line-on-buffer-sub'.
8576         (wl-thread-update-line-on-buffer): Delete routine of inserting
8577         thread.
8578         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8579         moved from `wl-thread-update-line-on-buffer'.
8580         Add threshold for displaying progress gauge.
8581         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8582         argument of `wl-thread-update-line-msgs'.
8583         Add threshold for displaying progress gauge.
8584         * wl-folder.el:
8585         Add threshold for displaying progress gauge.
8586         * wl-score.el: Ditto.
8587
8588         * wl-expire.el (wl-summary-expire): Display deleting info.
8589
8590 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8591
8592         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8593         `no-msg'.
8594         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8595         argument of `wl-thread-update-line-msgs'.
8596         (wl-summary-set-parent): Added optional argument `parent-number'.
8597         (wl-summary-buffer-saved-message): New buffer local variable.
8598         (wl-summary-save-current-message): New command.
8599         (wl-summary-yank-saved-message): Ditto.
8600         (wl-summary-mode-map): Added key binding for
8601         `wl-summary-save-current-message' (\ew) and
8602         `wl-summary-yank-saved-message' (\C-y).
8603         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8604
8605 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-summary.el (wl-summary-mode-map): Added key binding for
8608         `wl-summary-set-parent' (ts).
8609
8610 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8611
8612         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8613         subject faster. If thread number is reverse, delayed updating
8614         thread.
8615         (wl-summary-search-by-subject): Ditto.
8616         (wl-summary-put-alike): Ditto.
8617         (wl-summary-get-alike): Ditto.
8618         (wl-summary-insert-headers): Insert header of all overview in
8619         buffer.
8620         (wl-summary-rescan): Delayed updating thread. Kill search subject
8621         buffer for wl-summary-search-by-subject.
8622         (wl-summary-sync-update3): Ditto.
8623         (wl-summary-exit): Ditto.
8624         (wl-summary-goto-bottom-of-current-thread): Change for linked
8625         thread.
8626         (wl-summary-overview-create-summary-line): Change line for linked
8627         thread.
8628
8629         * wl-summary.el (wl-summary-update-thread): Use
8630         wl-thread-maybe-get-children-num.
8631         (wl-summary-set-parent): If change parent, move sub thread.
8632         (wl-summary-redisplay-internal): Add horizontal recenter.
8633         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8634
8635         * wl-thread.el (wl-thread-entity-get-linked): New function.
8636         (wl-thread-entity-set-linked): New function.
8637         (wl-thread-create-entity): Add linked element.
8638         (wl-thread-entity-insert-as-top): Use wl-append.
8639         (wl-thread-maybe-get-children-num): If closing thread, return
8640         children msgs.
8641         (wl-thread-update-line-msgs): Displaying progress message.
8642         (wl-thread-update-line-on-buffer-sub): Use
8643         wl-thread-maybe-get-children-num.
8644         (wl-thread-update-line-on-buffer): If update line is not exists,
8645         insert thread.
8646         (wl-thread-delete-message): If delete top msg of thread, search
8647         parent by subject.
8648         (wl-thread-insert-entity): Use
8649         wl-thread-maybe-get-children-num.
8650
8651         * wl-highlight.el (wl-highlight-summary-current-line): change
8652         sregexp for linked thread.
8653         * wl-util.el (wl-count-lines): Count lines.
8654         (wl-horizontal-recenter): horizontal recenter.
8655         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8656         (wl-score-get-alike): Ditto.
8657         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8658         (wl-subject-length-limit): New variable.
8659         (wl-highlight-thread-indent-string-regexp): Changed for linked
8660         thread.
8661
8662 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8665         New variable (revival).
8666         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8667         by subject matching if there's no in-reply-to nor references field
8668         (revival).
8669
8670 \f
8671 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8672
8673         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8674         message.
8675
8676 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8677
8678         * wl-summary.el (wl-summary-reply): Return t if there was a
8679         message at cursor point.
8680         Added unwind-protect.
8681         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8682         returns t.
8683         (wl-summary-cancel-message): Do nothing when there's no message at
8684         cursor point.
8685         (wl-summary-forward): Ditto.
8686         (wl-summary-jump-to-parent-message): Ditto.
8687         (wl-summary-reedit): Ditto.
8688         (wl-summary-edit-addresses): Ditto.
8689         (wl-summary-pipe-message): Ditto.
8690         (wl-summary-print-message-with-ps-print): Ditto.
8691         (wl-summary-print-message): Ditto.
8692         (wl-summary-mark-as-important): Ditto.
8693         (wl-summary-mark-as-unread): Ditto.
8694
8695         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8696         message at cursor point.
8697         (wl-summary-reply-with-citation): Remove unwind-protect.
8698
8699         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8700         subject searching feature.
8701         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8702         Eliminated.
8703
8704 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8707         New variable.
8708         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8709         by subject matching if there's no in-reply-to nor references field.
8710
8711         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8712
8713         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8714         when display is finished.
8715         (wl-folder-open-all): Ditto.
8716         (wl-folder-update-access-group): Ditto.
8717         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8718         * wl-thread.el (wl-thread-close-all): Ditto.
8719
8720         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8721         progress gauge only when it was displayed.
8722         * wl-folder.el (wl-folder-insert-entity): Ditto.
8723
8724 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-summary.el (wl-summary-incorporate): Enclose
8727         `wl-summary-sync-force-update' with save-excursion.
8728
8729 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8730
8731         * wl-summary.el (wl-summary-prefetch-region):
8732         Pass current cursor point to `pos-visible-in-window-p' after
8733         moving cursor to the started point.
8734
8735 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8736
8737         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8738
8739         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8740         fields from the forwarding message.
8741         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8742         `ignored-fields'.
8743
8744 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-mime.el (wl-message-request-partial):
8747         Eliminated argument `msgdb'.
8748         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8749         (wl-mime-combine-message/partial-pieces): Likewise.
8750         * tm-wl.el (wl-message-request-partial): Likewise.
8751         (wl-mime-combine-message/partial-pieces): Likewise.
8752
8753 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8754
8755         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8756         when display is finished.
8757
8758 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8759
8760         * wl-summary.el (wl-summary-goto-folder-subr):
8761         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8762
8763 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8766         when cursor point is visible.
8767
8768 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8769
8770         * wl-expire.el (wl-expire-archive-get-max-number):
8771         Don't use `file-name-directory'.
8772
8773 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-expire.el (wl-expire-archive-get-max-number):
8776         Use `file-name-directory'.
8777
8778 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8781         only when there is progress.
8782
8783 2000-04-13  Mito <mit@nines.nec.co.jp>
8784
8785         * wl-summary.el (wl-summary-sync-marks): Display progress.
8786
8787 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8790         (wl-summary-prev): Move cursor regardless of unread status.
8791         (wl-summary-next): Ditto.
8792
8793 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8796         Added argument `target' and `number'.
8797         * tm-wl.el (wl-summary-burst-subr): New function.
8798         (wl-summary-burst): Use it.
8799
8800 2000-04-10  Mito <mit@nines.nec.co.jp>
8801
8802         * wl-mime.el (wl-burst): New function.
8803         (wl-summary-burst): Use it.
8804
8805 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8806
8807         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8808         as petname when there's no candidate.
8809
8810 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8813         New variable.
8814         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8815
8816         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8817
8818         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8819
8820 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8823         Use substring of `original' instead of buffer-substring.
8824         (wl-refile-evaluate-rule):
8825         Set `original' argument of wl-refile-expand-newtext.
8826
8827         * wl-summary.el
8828         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8829         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8830         (wl-summary-auto-refile): Check existence of destination folder just
8831         before marking.
8832
8833 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8834
8835         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8836         when wl-refile-get-field-value return nil.
8837
8838 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8839
8840         * wl-refile.el
8841         (wl-refile-expand-newtext): New function imported from Gnus.
8842         (wl-refile-evaluate-rule): Use it.
8843
8844 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-summary.el (wl-summary-print-destination):
8847         Duplicate folder string to avoid putting text-property on
8848         original string.
8849
8850         * wl-refile.el (wl-refile-get-field-value): New function.
8851         (wl-refile-evaluate-rule): New function;
8852         Evaluate refile rule recursively.
8853         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8854         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8855         New function; Check existence of a target folder recursively.
8856         (wl-summary-auto-refile-check-refile-rule-alist):
8857         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8858
8859 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8860
8861         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8862
8863         * wl-folder.el (wl-create-folder-entity-from-buffer):
8864         Fixed problem when '}' character is contained in folder name.
8865
8866         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8867
8868 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8869
8870         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8871         (wl-fldmgr-add-completion-all-completions):
8872         Use wl-fldmgr-add-completion-hashtb.
8873
8874 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8875
8876         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8877         wl-fldmgr-add-completion-subr): New functions.
8878         * wl-folder.el (wl-folder-completion-func): New variable.
8879         * wl-summary.el (wl-summary-read-folder):
8880         Use wl-folder-completion-func.
8881
8882         * wl-refile.el: Eliminate throw & catch.
8883
8884         * wl.el (wl-plugged-sending-queue-status): Fixed.
8885
8886 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8887
8888         * wl-draft.el (wl-draft): Put category property on
8889         mail-header-separator.