eb81de6a8cab3b477075cc303d50ace52e25642d
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
4         after opening group.
5
6 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
9         of elmo-set-buffer-multibyte.
10
11         * wl-message.el (wl-original-message-mode): Ditto.
12
13         * wl-score.el (wl-score-insert-header): Ditto.
14
15         * wl-summary.el
16         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
17         (wl-summary-goto-folder-subr): Ditto.
18         (wl-summary-insert-headers): Ditto.
19
20         * wl-util.el (wl-set-string-width): Ditto.
21
22         * Version number is increased to 2.11.29.
23
24 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
25
26         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
27         (wl-highlight-summary-line-help-echo-alist): New variable.
28         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
29         into `wl-highlight-summary-line-help-echo' and
30         `wl-highlight-flag-folder-help-echo'.
31         (wl-highlight-summary-line-string): Change accordingly.
32         (wl-highlight-summary-current-line): Ditto.
33
34 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
35
36         * wl-highlight.el (wl-highlight-message): Ignore white spaces
37         at the beginning of field body (Thanks to Markus Knittig).
38
39         * wl-draft.el (wl-draft-insert-current-message): Also check
40         summary buffer, remove unnecessary tag.
41
42 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
43
44         * wl-draft.el (wl-draft-insert-current-message): Cause error also
45         when wl-message-buffer is nil.
46
47         * wl-folder.el (wl-folder): Abolish unused argument.
48         Call wl-folder-init when wl-folder-entity is nil.
49         * wl.el (wl): Change accordingly.
50
51 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
54         multibyte string before insert into draft buffer.
55         (wl-draft-create-buffer): Always enable multibyte characters for
56         draft buffer.
57
58         * Version number is increased to 2.11.28.
59
60 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
61
62         * wl-folder.el (wl-folder-open-close): Handle blank line.
63         (wl-folder-jump-to-current-entity): Ditto.
64
65 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * Version number is increased to 2.11.27.
68
69 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-thread.el (wl-thread-insert-message): When the thread is
72         devided by wl-summary-max-thread-depth, insert line at the end of
73         buffer.
74
75 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
76
77         * Version number is increased to 2.11.26.
78
79 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
80
81         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
82
83 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
84
85         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
86         value of stream-type and session.
87
88 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * Version number is increased to 2.11.25.
91
92 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
93
94         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
95         in a quit message.
96
97 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
100         (wl-summary-redisplay-no-mime-internal): Ditto.
101
102 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
105         * wl-vars.el (wl-smtp-connection-type): Ditto.
106
107 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
108
109         * wl-highlight.el (wl-highlight-message): Change to strict regexp
110         for the separator line and quote mail-header-separator.
111
112 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * wl-spam.el (wl-message-check-spam): Fixed problem no display
115         result message.
116
117         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
118         `elmo-multiple-fields-body-list' with boundary as
119         mail-header-separator.
120
121 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
124
125 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
126
127         * wl-util.el (wl-list-diff): Remove unused function.
128
129         * wl-draft.el (wl-draft-send-confirm): Discard input before
130         confirmation.
131
132 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
135         order of flag and new.
136
137 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-vars.el (wl-refile-policy-alist): Abolished.
140
141         * wl-action.el (wl-summary-set-action-refile): Follow the change
142         above.
143
144 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * wl-highlight.el (wl-highlight-signature-search): Don't use
147         re-search-backward for a long word since it is possible to crash
148         XEmacs because of a bug.
149
150 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
151
152         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
153
154 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
155
156         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
157         argument for wl-summary-sync-force-update.
158
159 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
160
161         * wl-summary.el (wl-summary-mode-map): Revival of
162         wl-summary-mark-as-important related bindings;
163         Bind 'F','tF','mF','rF','m&'.
164         (wl-summary-mark-as-important-region): Revival.
165         (wl-summary-target-mark-mark-as-important): Ditto.
166         (wl-summary-target-mark-operation): New function.
167         (wl-summary-target-mark-mark-as-answered): Use it.
168         (wl-summary-decide-flag): Don't set Important as default.
169         (wl-summary-mark-as-important-internal): Revival.
170         (wl-summary-mark-as-important): Ditto.
171
172         * wl-thread.el (wl-thread-mark-as-important): Ditto.
173
174         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
175         instead of facep.
176
177 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
178
179         * wl-dnd.el (wl-dnd-drop-func): Fix.
180
181         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
182         mouse-set-point instead of posn-point.
183
184         * wl-xmas.el (wl-completing-read-multiple): Define as function.
185
186         * wl-mule.el (wl-completing-read-multiple): Ditto.
187
188 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
189
190         * wl-demo.el (face-background-name): Defalias to avoid compile
191         warning.
192
193 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
194
195         * wl-summary.el (wl-summary-decide-flag): Use
196         wl-completing-read-multiple instead of completing-read-multiple.
197
198         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
199         New alias.
200
201         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
202         Use face-background-name instead of face-background.
203
204         * wl-vars.el (wl-summary-save-file-suffix): New user option.
205
206         * wl-summary.el (wl-summary-save): Use it.
207         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
208
209         * wl-mime.el (wl-mime-save-content): Fix last change.
210
211 2004-02-10  Len Trigg <lenbok@myrealbox.com>
212
213         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
214         New function.
215         (wl-summary-sort-specs): Added sort.
216         * wl-mime.el (wl-mime-save-content): Expand file name.
217
218 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
219
220         * wl-mime.el (wl-draft-preview-message): Fixed typo.
221
222         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
223
224 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
227         for flag if it is not defined.
228
229 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
230
231         * wl-e21.el (wl-highlight-folder-current-line): Use
232         elmo-folder-type-internal when elmo-folder-type returns nil.
233
234         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
235
236         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
237
238         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
239
240         * wl-e21.el (wl-summary-toolbar): Ditto.
241
242         * wl-vars.el (wl-demo-background-color): Abolished.
243         (wl-summary-persistent-mark-priority-list): Renamed from
244         wl-summary-flag-priority-list.
245         (wl-summary-flag-alist): New user option.
246         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
247         (wl-message-mode-line-format-spec-alist): Added 'F'.
248         (wl-message-mode-line-format): Likewise.
249         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
250         instead of wl-summary-important-mark.
251         (wl-file-folder-icon): New variable.
252
253         * wl-thread.el (wl-thread-set-flags): Renamed from
254         wl-thread-mark-as-important.
255
256         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
257         warning.
258         (wl-summary-mode-menu-spec): Follow the change of 
259         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
260         (wl-summary-mode-map): Follow the change of
261         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
262         (wl-summary-detect-mark-position): Follow the variable name change.
263         (wl-summary-set-flags-region): New function for the replacement of
264         wl-summary-mark-as-important-region.
265         (wl-summary-sync-marks): Sync all global-flags.
266         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
267         instead of elmo-message-flagged-p.
268         (wl-summary-persistent-mark-string): Follow the variable name change;
269         Put wl-summary-flag-mark if the message has global-flag.
270         (wl-summary-target-mark-set-flags): Renamed from 
271         wl-summary-target-mark-mark-as-important.
272         (wl-summary-decide-flag): New function.
273         (wl-summary-set-flags-internal): Renamed from
274         wl-summary-mark-as-important-internal.
275         (wl-summary-add-flags-internal): New function.
276         (wl-summary-remove-flags-internal): Ditto.
277         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
278         (wl-summary-mark-as-unimportant): Abolish.
279         (wl-summary-move-spec-alist): Changed `important' to `digest'.
280         (wl-summary-next-message): List flagged messages in the msgdb.
281
282         * wl-score.el (wl-summary-score-update-all-lines): Use
283         wl-summary-add-flags-internal instead of 
284
285         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
286
287         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
288         from wl-message-buffer-cur-flag (To avoid misunderstanding).
289         (wl-message-buffer-require-all-header): Renamed from
290         wl-message-buffer-all-header-flag (Ditto).
291         (wl-message-buffer-flag-indicator): New variable.
292         (wl-message-redisplay): Changed local varibale name from `flag' to
293         `display-type'; Set up wl-message-buffer-flag-indicator.
294         (wl-message-buffer-display): Changed varibale name from `flag' to
295         `display-type'.
296         (wl-message-display-internal): Likewise.
297
298         * wl-highlight.el (wl-highlight-demo-face): Define default background
299         color.
300         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
301
302         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
303
304         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
305         (wl-demo-setup-properties): Renamed from
306         `wl-demo-set-background-color'.
307         (wl-demo): Follow the change above.
308         
309         * Version number is increased to 2.11.24.
310
311 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
312
313         * wl-summary.el (wl-summary-toggle-thread): Call
314         `wl-summary-rescan' with disable-thread as non-nil.
315         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
316
317 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
318
319         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
320         foreground property of the face.
321         (wl-demo-insert-text): Don't set up face property here.
322         (wl-demo): Call wl-demo-set-background-color, anyway.
323
324 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
325
326         * wl-vars.el (wl-demo-background-color): The value can be nil.
327
328 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
329
330         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
331         to wl-summary-wheel-dispatcher.
332
333         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
334         wl-message-wheel-dispatcher.
335         (wl-message-wheel-dispatcher): New function.
336         (wl-summary-wheel-dispatcher): Ditto.
337
338 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
339
340         * wl-action.el (wl-summary-target-mark-all): List messages which are
341         not in the killed-list.
342
343         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
344         only when the folder is 'flag/important.
345
346         * wl-address.el (wl-complete-field-body): Complete if the last
347         character is a space.
348
349 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-folder.el (wl-folder-clear-entity-info): Use
352         elmo-clear-hash-val.
353
354         * wl-fldmgr.el (wl-fldmgr-rename): Set
355         wl-folder-info-alist-modified as t.
356
357 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
360
361 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
362
363         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
364         (wl-folder-buffer-last-visited-entity-id): New buffer local
365         variable.
366         (wl-folder-revisit-last-visited-folder): New function.
367         (wl-folder-mode-map): Bind it to "C-i".
368         (wl-folder-set-current-entity-id): Set last visited folder.
369         * wl-summary.el (wl-summary-exit): Ditto.
370
371 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
374         before calling `recenter' in order to cope with an XEmacs bug.
375
376 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
379         to the default value.
380
381 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
384         change.
385         (wl-summary-sync-marks): Ditto.
386         (wl-summary-mark-as-read-internal): Ditto.
387         (wl-summary-mark-as-answered-internal): Ditto.
388         (wl-summary-mark-as-important-internal): Ditto.
389         (wl-summary-reply): Ditto.
390
391         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
392         instead of `elmo-folder-unflag-answered'.
393
394         * Version number is increased to 2.11.23.
395
396         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
397         the last change.
398
399 2004-01-11  Kenichi Okada  <okada@opaopa.org>
400
401         * wl-spam.el (wl-summary-exec-action-refile-with-register):
402         Specify "spam" or "good".
403
404 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
405
406         * wl-spam.el (wl-summary-exec-action-spam): Call
407         wl-folder-confirm-existence for spam folder.
408         (wl-spam-setup): Bind "mk".
409
410 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
413
414 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
417         destination folder is empty.
418
419 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
420
421         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
422         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
423
424         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
425         (wl-summary-refile-prev-destination-region): New function.
426         (wl-thread-refile-prev-destination): Ditto.
427         (wl-summary-target-mark-refile-prev-destination): Ditto.
428
429 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
430
431         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
432         (wl-demo-background-color): Changed default value.
433
434         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
435         color.
436
437         * wl-demo.el (wl-demo-set-background-color): New function.
438         (wl-demo): Call it.
439
440 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-address.el (wl-address-delete): Avoid mis-deleting.
443         * wl-address.el (wl-address-add-or-change): Don't add empty
444         address.
445
446 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
447
448         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
449
450 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
451
452         * wl-vars.el (wl-demo-image-filter-alist): New variable
453         (wl-demo-background-color): Ditto.
454
455         * wl-demo.el (wl-demo-xpm-set-background): New function.
456         (wl-demo-image-filter): Ditto.
457         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
458
459         * wl-vars.el (wl-demo-icon-name-alist): New variable.
460
461         * wl-demo.el (wl-demo-icon-name): Define as function.
462         (wl-demo-insert-image): Use it.
463
464 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
465
466         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
467
468 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
469
470         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
471
472 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
473
474         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
475
476 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-thread.el (wl-thread-mark-as-answered): New function.
479
480         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
481         answered" entry.
482         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
483         "r&" and wl-thread-mark-as-answered to "t&".
484         (wl-summary-mark-as-important-region): Refine to toggle mark.
485         (wl-summary-mark-as-answered-region): New function.
486         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
487         and 3rd argument.
488         (wl-summary-mark-as-important-internal): Likewise.
489
490 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-template.el (wl-template-preview): New internal variable.
493         (wl-template-preview-p): New function.
494         (wl-template-show): Bind `wl-template-preview' as t.
495
496 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
499         `elmo-message-entity-field' with 3rd argument which is non-nil.
500
501 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
504         Removed duplicate local bind `folder'.
505
506 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
509
510 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
513         duplicate definition.
514
515 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
516
517         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
518         non-nil, use it; Don't fetch message if there's no message in the
519         current cursor position.
520
521 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-util.el (wl-region-exists-p): Use region-active-p.
524         (wl-deactivate-region): New function.
525         * wl-message.el (wl-message-redisplay): Deactivate region.
526
527         * wl-summary.el (wl-summary-reply): Call
528         `wl-summary-set-message-buffer-or-redisplay' instead of
529         `wl-summary-redisplay-internal', don't move point.
530
531 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
534         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
535         by regexp.
536
537 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
540         if no need.
541
542 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
545         default value to nil.
546         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
547         `wl-summary-prepare-hook'; Replace refile action to
548         `wl-summary-exec-action-refile-with-register'.
549
550         * Version number is increased to 2.11.22.
551
552 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-summary.el (wl-summary-detect-mark-position): Set
555         `wl-summary-buffer-weekday-name-lang'.
556
557 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
558
559         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
560         (wl-summary-mark-as-read-all): Ditto.
561         (wl-summary-delete-messages-on-buffer): Ditto.
562         (wl-summary-sync-update): Ditto.
563         (wl-summary-mark-as-read-internal): Ditto.
564         (wl-summary-mark-as-answered-internal): Ditto.
565         (wl-summary-update-folder-info): Abolished.
566
567 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-summary.el (wl-summary-mark-as-read-all): Use
570         `wl-summary-update-folder-info' instead of
571         `wl-folder-update-unread'.
572
573 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
574
575         * wl-summary.el (wl-summary-update-folder-info): New function derived from
576         `wl-summary-folder-info-update'.
577         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
578         instead of `wl-summary-folder-info-update'.
579         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
580         `wl-folder-set-folder-updated'.
581         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
582         instead of `wl-folder-update-unread'.
583         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
584         the value of `wl-summary-buffer-unread-count' for the second parameter of
585         `wl-folder-update-unread'.
586
587         * Version number is increased to 2.11.21.
588
589 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
590
591         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
592         a local variable.
593
594 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-spam.el (wl-summary-mark-spam): Show message only if call
597         interactively.
598
599         * wl-summary.el (wl-summary-mark-as-important-internal): New
600         internal function.
601         (wl-summary-mark-as-important): Use it.
602         (wl-summary-mark-as-unimportant): New function.
603         (wl-summary-sync-marks): Follow the API change.
604
605         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
606
607         * wl-mime.el (wl-summary-burst): Check target folder is writable.
608
609 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
610
611         * wl-folder.el (wl-folder-update-unread): Re-indent.
612         Narrow the scope of a local variable.
613
614 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
617         (wl-addrmgr-merge-entries): Ditto.
618         (wl-addrmgr): Added to address entry which exists in draft buffer
619         if no entry is in original.
620
621 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
622
623         * wl-batch.el: New file.
624
625 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
626
627         * wl-vars.el (wl-use-semi): Remove unused variable.
628
629 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
630
631         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
632         "?".
633
634 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
637         wl-summary-new-mark.
638         (wl-summary-new-cached-mark): New user option.
639         (wl-summary-score-marks): Follow the change above.
640         (wl-summary-auto-refile-skip-marks): Ditto.
641         (wl-summary-incorporate-marks): Ditto.
642         (wl-summary-expire-reserve-marks): Ditto.
643
644         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
645
646         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
647         (wl-summary-persistent-mark-string): Distinguished between cached
648         and uncached mark when the message is new.
649
650 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-spam.el (wl-spam-domain): Renamed from
653         `wl-spam-folder-guess-domain'.
654         (wl-summary-exec-action-spam): Register as spam if domain of the
655         source folder is good.
656         (wl-summary-exec-action-refile-with-register): Register message if
657         domain of the source folder is not undecided.
658
659 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
662         detect thread loop.
663
664 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
667         and wl-summary-skip-mark-list.
668
669 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
672
673         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
674
675         * wl-spam.el (toplevel): Require wl-highlight.
676         (wl-spam-auto-check-policy-alist): Abolish.
677         (wl-spam-auto-check-folder-regexp-list): New user option.
678         (wl-spam-auto-check-marks): Ditto.
679         (wl-spam-mark-action-list): Ditto.
680         (wl-highlight-summary-spam-face): New face.
681         (wl-spam-auto-check-message-p): New function.
682         (wl-spam-map-spam-messages): Fixed message.
683         (wl-spam-register-spam-messages): Ditto.
684         (wl-spam-register-good-messages): Ditto.
685         (wl-summary-spam-map): Add and remove keybind.
686         (wl-summary-target-mark-spam): Abolish.
687         (wl-summary-refile-spam): Ditto.
688         (wl-summary-test-spam): New function.
689         (wl-summary-mark-spam): Ditto.
690         (wl-summary-auto-check-spam): Follow the above change.
691         (wl-summary-exec-action-spam): New function.
692         (wl-summary-exec-action-refile-with-register): Fixed message.
693         (wl-message-check-spam): New function.
694         (wl-spam-setup): Ditto.
695         (toplevel): Call it if this file is loaded interactivity.
696
697         * Version number is increased to 2.11.20.
698
699 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
702         when new optional argument `force' is non nil or modified.
703
704 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl.el (toplevel): Require wl-spam when compile.
707         (wl-save-status): Call wl-spam-save-status.
708
709         * wl-spam.el (wl-spam-register-spam-messages): New function.
710         (wl-spam-register-good-messages): Ditto.
711         (wl-spam-save-status): Ditto.
712         (wl-summary-mode-map): Bind
713         wl-summary-target-mark-register-as-spam to "ms" and
714         wl-summary-target-mark-register-as-good to "mn".
715         (wl-summary-register-as-spam): Abolish optional argument; Use
716         wl-spam-register-spam-messages.
717         (wl-summary-register-as-spam-all): Use
718         wl-spam-register-spam-messages.
719         (wl-summary-register-as-good): Abolish optional argument; Use
720         wl-spam-register-good-messages.
721         (wl-summary-register-as-good-all): Use
722         wl-spam-register-good-messages.
723         (wl-summary-target-mark-register-as-spam): New funtion.
724         (wl-summary-target-mark-register-as-good): Ditto.
725
726 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-spam.el: New file.
729
730 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
733
734         * wl-action.el (wl-auto-refile-guess-functions): New variable.
735         (wl-summary-auto-refile): Call wl-refile-guess with
736         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
737
738 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
739
740         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
741         with disable-thread argument non-nil.
742
743 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-summary.el (wl-summary-rescan): Added optional argument
746         disable-thread.
747         (wl-summary-sync): Call wl-summary-rescan with argument
748         disable-thread.
749         (wl-summary-input-range): Added new range `rescan-thread'.
750
751 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
752
753         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
754
755 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
758         internal variable.
759         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
760         wl-summary-search-parent-by-subject-regexp and
761         wl-summary-divide-thread-when-subject-changed as nil.
762         (wl-summary-insert-sequential): If entity is nil, nothing to do.
763         (wl-summary-insert-thread): Search parent entity from
764         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
765         thread loop.
766
767 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
768
769         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
770
771         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
772
773         * wl-util.el (wl-require-update-all-folder-p): New function.
774         (wl-get-assoc-list-value): Added `function' to match directive.
775         (wl-collect-draft): Rewrite.
776
777         * wl-summary.el (wl-summary-sync-update): Clear faces
778         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
779         are non-nil.
780         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
781         argument as function.
782         (wl-summary-input-range): Ditto.
783
784         * wl-folder.el (wl-draft-get-folder): New function.
785         (wl-folder-get-elmo-folder): Consider draft folder.
786
787         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
788         (wl-draft-buffer-message-number): New buffer local variable.
789         (wl-draft-folder-internal): New internal variable.
790         (wl-draft-delete): Rewrite.
791         (wl-draft-save): Ditto.
792         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
793         wl-folder-get-elmo-folder.
794         (wl-draft-config-info-operation): Ditto.
795         (wl-jump-to-draft-folder): Ditto.
796         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
797         (wl-draft-reedit): Rewrite.
798
799         * Version number is increased to 2.11.19.
800         
801 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
802
803         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
804         variable.
805
806 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
809         Use ignore-errors instead of unwind-protect.
810
811 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
812
813         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
814         for updating `wl-thread-entity-list'.
815
816 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
817
818         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
819         parameter from calling `wl-thread-entity-get-older-brothers' and
820         `wl-thread-entity-get-younger-brothers'.
821         Replace nested `append' with a single one.
822
823 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-mode): Don't use the return value of
826         `make-local-hook'.
827
828 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
829
830         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
831         instead of `let*'.
832         (wl-thread-delete-message): Likewise.  Split and narrow the scope
833         of local variables.
834
835 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
838         Renamed from wl-summary-window-scroll-functions.
839         (wl-summary-window-scroll-functions): Don't set to variable.
840         (wl-summary-display-top): Use run-hooks.
841         (wl-summary-display-bottom): Ditto.
842         (wl-summary-toggle-disp-msg): Ditto.
843         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
844         Use it instead of wl-summary-window-scroll-functions.
845         (wl-summary-goto-folder-subr): Don't call
846         wl-summary-window-scroll-functions, use
847         wl-summary-buffer-window-scroll-functions instead.
848
849 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
852         make-local-variable.
853
854 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
855
856         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
857         set-buffer-modified-p.
858         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
859         (wl-summary-display-bottom): Ditto.
860         (wl-summary-toggle-disp-msg): Ditto.
861
862 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
865
866         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
867         (wl-summary-forward): Use elmo-message-entity-field instead of
868         elmo-message-field.
869
870         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
871
872 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-summary.el (wl-summary-window-scroll-functions): No use
875         `append'.
876
877 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
878
879         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
880         function.
881         (wl-summary-window-scroll-functions): Call it when both
882         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
883         (wl-summary-temp-mark): Added optional argument number.
884         (wl-summary-message-mark): Added optional argument flag.
885         (wl-summary-persistent-mark): Added optional argument number and flag.
886         (wl-summary-update-persistent-mark): Ditto.
887         (wl-summary-update-status-marks): Set "r" for interactive spec.
888
889         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
890         argument number and flag.
891
892         * wl-action.el (wl-summary-registered-temp-mark): 
893         Do nothing when wl-summary-buffer-temp-mark-list is nil.
894
895 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
898         internal variable (buffer local).
899         (wl-summary-window-scroll-functions): New function.
900         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
901         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
902         as nil.
903         (wl-summary-update-status-marks): Added arguments beg, end and
904         check.
905         (wl-summary-update-mark-window): Use function.
906         (wl-summary-sync-update): Follow the change above.
907         (wl-summary-switch-to-clone-buffer): Copy
908         wl-summary-buffer-unsync-mark-number-list.
909         (wl-summary-goto-folder-subr): Set
910         wl-summary-buffer-unsync-mark-number-list and
911         use wl-summary-window-scroll-functions insteaf of
912         wl-summary-lazy-highlight.
913
914         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
915
916 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
919
920         * wl-summary.el (wl-summary-update-persistent-mark): Call
921         wl-summary-set-message-modified.
922
923         * wl-summary.el (wl-summary-sync-update): Don't call
924         wl-summary-update-status-marks.
925
926         * Version number is increased to 2.11.18.
927
928 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
929
930         * wl-message.el (wl-message-prev-page): Use save-selected-window.
931         (wl-message-next-page): Ditto.
932
933 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
934
935         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
936         local variable.  Change the order of a collected list into the
937         same as the specified range.  Remove nil from a collected list.
938
939 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-summary.el (wl-summary-insert-headers): Set visible-only
942         argument for elmo-folder-list-messages.
943
944 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
947         change (wl-summary-count-unreads return a list instead of a cons
948         cell).
949
950 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
951
952         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
953         `wl-summary-folder-info-update'.
954
955 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-summary.el (wl-summary-set-message-modified): No use
958         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
959         (wl-summary-set-mark-modified): Abolish.
960         (wl-summary-mark-modified-p): Ditto.
961         (wl-summary-save-view): Follow the change above.
962
963         * wl-expire.el (wl-summary-expire): Likewise.
964
965 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
966
967         * wl-summary.el (wl-summary-detect-mark-position): Use
968         modb-entity-handler.
969         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
970
971         * Version number is increased to 2.11.17.
972
973 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
974
975         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
976         entity field value.
977         (wl-summary-prefetch-msg): Ditto.
978         (wl-summary-print-message-with-ps-print): Ditto.
979
980 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
983         for dummy entity.
984         (wl-summary-insert-thread): Use elmo-message-entity-field.
985         (wl-summary-update-thread): Use elmo-message-entity-field and
986         elmo-message-entity-number.
987         (wl-summary-line-number):  Use elmo-message-entity-number.
988         (wl-summary-line-size): Use elmo-message-entity-field.
989         (wl-summary-line-subject): Ditto.
990         (wl-summary-line-from): Ditto.
991         (wl-summary-line-attached): Ditto.
992         (wl-summary-create-line): Ditto.
993         (wl-summary-create-line): Use elmo-message-entity-number.
994         (wl-summary-print-message-with-ps-print): Use
995         elmo-message-entity-field.
996
997 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
998
999         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1000         change in elmo-msgdb-make-message-entity.
1001         (wl-summary-buffer-set-folder): Don't call
1002         wl-summary-detect-mark-position here.
1003         (wl-summary-rescan): Call elmo-message-entity-number.
1004         (wl-summary-sync-update): Ditto.
1005         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1006
1007         * wl-score.el (wl-score-header-index): Redefine 2th element.
1008         (wl-score-overview-entity-get-extra): Abolish.
1009         (wl-score-ov-entity-get): Rewrite.
1010         (wl-score-string-index<, wl-score-string-func<): Abolish.
1011         (wl-score-string<): New function.
1012         (wl-score-string-sort): Use it.
1013
1014         * wl-refile.el (wl-refile-guess-by-history): Use
1015         elmo-message-entity-field.
1016         (wl-refile-guess-by-from): Ditto.
1017         (wl-refile-guess-by-msgid): Ditto.
1018
1019         * Version number is increased to 2.11.16.
1020
1021 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1022
1023         * wl-folder.el (wl-folder-confirm-existence): Don't call
1024         file-exists-p if msgdb-path is nil.
1025         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1026         `wl-read-folder-hist' to `wl-read-folder-history'.
1027
1028 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1029
1030         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1031         `y-or-n-p'.
1032
1033 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-score.el (wl-score-headers): Don't use
1036         elmo-folder-do-each-message-entity.
1037
1038         * Version number is increased to 2.11.15.
1039
1040 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1041
1042         * wl-summary.el (wl-summary-delete-all-msgs): Use
1043         elmo-folder-move-messages instead of elmo-folder-delete-messages
1044         and elmo-folder-detach-messages.
1045         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1046
1047         * wl-expire.el (wl-expire-delete): Ditto.
1048         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1049
1050 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1051
1052         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1053         (wl-message-header-narrowing-fields): Ditto.
1054         (wl-message-header-narrowing-lines): Ditto.
1055         (wl-message-header-narrowing-string): Ditto.
1056
1057         * wl-summary.el (wl-summary-mode-map): Bind
1058         wl-summary-toggle-header-narrowing to "C-cC-f".
1059         (wl-summary-toggle-header-narrowing): New function.
1060
1061         * wl-message.el (wl-message-buffer-create): Call
1062         wl-message-header-narrowing-setup.
1063         (wl-message-redisplay): Call wl-message-header-narrowing.
1064         (wl-message-header-narrowing): New function.
1065         (wl-message-header-narrowing-map): New keymap.
1066         (wl-message-header-narrowing-widen-map): New keymap.
1067         (wl-message-header-narrowing-again-at-mouse): New function.
1068         (wl-message-header-narrowing-1): Ditto.
1069         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1070         (wl-message-header-narrowing-setup): Ditto.
1071         (wl-message-header-narrowing-toggle): Ditto.
1072         
1073         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1074
1075         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1076         'flag as all.
1077         (wl-use-flag-folder-help-echo): New user option.
1078
1079         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1080         wl-summary-highlight as nil.
1081         (wl-summary-set-mark-modified): Follow the API change.
1082         (wl-summary-mark-modified-p): Ditto.
1083         (wl-summary-mark-as-read-all): Ditto.
1084         (wl-summary-sync-marks): Don't call
1085         elmo-folder-list-messages-with-global-mark.
1086         (wl-summary-mark-as-read-internal): Follow the API change.
1087         (wl-summary-mark-as-answered-internal): Ditto.
1088         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1089         Follow the API change.
1090         (wl-summary-create-line): Call with number argument.
1091         (wl-summary-reply): Follow the API change.
1092
1093         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1094         function.
1095         (wl-highlight-summary-line-string): Call it when
1096         wl-use-flag-folder-help-echo is non-nil.
1097         (wl-highlight-summary-current-line): Ditto.
1098         (elmo-flag-folder-referrer): Added autoload setting.
1099
1100         * wl-draft.el (wl-draft-kill): Follow the API change.
1101
1102         * Version number is increased to 2.11.14.
1103         
1104 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1107
1108 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * Version number is increased to 2.11.13.
1111
1112 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-draft.el (wl-draft-previous-history-element): Fixed
1115         unbalanced parenthesis and bind unbound local variables.
1116
1117 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1118
1119         * wl-draft.el (wl-draft-previous-history-element): New function.
1120         (wl-draft-next-history-element): Ditto.
1121         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1122         them to M-p and M-n.
1123
1124 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * Version number is increased to 2.11.12.
1127
1128 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1129
1130         * wl-draft.el (wl-draft-hide): Select buffer-window.
1131
1132 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1133
1134         * wl-summary.el (wl-summary-narrow-to-region): New function.
1135         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1136         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1137         (wl-summary-save-region): Use it.
1138         * wl-action.el (wl-summary-collect-numbers-region)
1139         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1140
1141 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-folder.el (wl-folder-count-incorporates): Don't use
1144         `elmo-msgdb-mark-load'
1145
1146         * Version number is increased to 2.11.11.
1147
1148 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1149
1150         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1151         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1152
1153 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1154
1155         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1156
1157 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1158
1159         * Version number is increased to 2.11.10.
1160
1161 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-mime.el (wl-draft-attribute-value): Fixed.
1164
1165 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * wl-util.el (wl-copy-local-variables): New function.
1168
1169         * wl-mime.el (wl-draft-attribute-recipients): New function.
1170         (wl-draft-attribute-envelope-from): Ditto.
1171         (wl-draft-attribute-smtp-posting-server): Ditto.
1172         (wl-draft-attribute-smtp-posting-port): Ditto.
1173         (wl-draft-attribute-value): Ditto.
1174         (wl-draft-preview-message): Use it to get value for
1175         attributes. Reflect result of `wl-draft-config'.
1176
1177         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1178         and call `wl-summary-mark-as-read' before to call
1179         `wl-summary-unset-mark'.
1180         (wl-summary-target-mark-mark-as-unread): Likewise.
1181         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1182
1183 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1184
1185         * wl-mime.el (wl-draft-preview-message): Use actual value for
1186         attributes; Fix for small window.
1187
1188 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1189
1190         * wl-refile.el (wl-refile-get-field-value): Call
1191         `elmo-message-entity-field' with 3rd argument is non-nil.
1192
1193 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl-vars.el (wl-draft-preview-attributes): New user option.
1196         (wl-draft-preview-attributes-list): Ditto.
1197         (wl-draft-preview-attributes-buffer-lines): Ditto.
1198         (wl-draft-preview-attributes-buffer-name): Ditto.
1199
1200         * wl-mime.el (wl-draft-preview-message): Display attributes.
1201
1202 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-summary.el (wl-summary-detect-mark-position): Bind
1205         wl-summary-flag-priority-list to '(new).
1206
1207 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1210         funtion.
1211         (wl-highlight-summary-line-string): Use it.
1212         (wl-highlight-summary-current-line): Ditto.
1213
1214 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1215
1216         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1217         line even when the mark string is not changed.
1218
1219         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1220         argument change in the wl-summary-create-line.
1221         (wl-thread-insert-entity-sub): Ditto.
1222
1223         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1224         argument change in the wl-summary-create-line.
1225         (wl-summary-insert-sequential): Ditto.
1226         (wl-summary-update-thread): Ditto.
1227         (wl-summary-persistent-mark-string): New inline function.
1228         (wl-summary-message-mark): Use it.
1229         (wl-summary-create-line): Abolish argument wl-persistent-mark
1230         and added wl-flags, wl-cached.
1231
1232         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1233         mark to flags.
1234         (wl-highlight-summary-current-line): Decide the face not by the 
1235         persistent mark but flags.
1236
1237 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1240         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1241         wl-summary-read-uncached-mark): Revive.
1242         (wl-summary-answered-cached-mark,
1243         wl-summary-answered-uncached-mark): New user option.
1244         (wl-summary-score-marks): Follow the change above.
1245         (wl-summary-auto-refile-skip-marks): Ditto.
1246         (wl-summary-incorporate-marks): Ditto.
1247         (wl-summary-expire-reserve-marks): Ditto.
1248         (wl-summary-flag-priority-list): New user option.
1249
1250         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1251         changes.
1252         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1253         of elmo-message-mark.
1254         (wl-summary-mark-as-read-internal): Ditto.
1255         (wl-summary-mark-as-answered): Ditto.
1256         (wl-summary-mark-as-important): Ditto.
1257         (wl-summary-redisplay-internal): Ditto.
1258         (wl-summary-redisplay-no-mime-internal): Ditto.
1259         (wl-summary-message-mark): New function.
1260         (wl-summary-insert-sequential): Use wl-summary-message-mark
1261         instead of elmo-message-mark.
1262         (wl-summary-update-thread): Ditto.
1263         (wl-summary-persistent-mark): Ditto.
1264         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1265         instead of elmo-message-mark.
1266
1267         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1268         wl-summary-message-mark instead of elmo-message-mark.
1269         (wl-thread-insert-entity-sub): Ditto.
1270         (wl-thread-get-children-msgs-uncached): Ditto.
1271
1272         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1273         variable name changes.
1274         (wl-highlight-summary-current-line): Ditto.
1275
1276         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1277         wl-summary-message-mark instead of elmo-message-mark.
1278
1279         * wl-expire.el (wl-expire-message-p): Ditto.
1280
1281         * wl-score.el (wl-score-headers): Ditto.
1282
1283         * Version number is increased to 2.11.9.
1284
1285         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1286         (wl-summary-sync-update): Follow the change above.
1287         (wl-summary-switch-to-clone-buffer): Ditto.
1288         (wl-summary-open-folder): Ditto.
1289
1290 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1293         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1294
1295         * Version number is increased to 2.11.8.
1296
1297         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1298
1299         * wl-expire.el (wl-expire-refile): Follow the API change on
1300         `elmo-folder-move-messages'.
1301         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1302
1303         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1304         (wl-summary-exec-action-refile): Ditto.
1305         (wl-summary-exec-action-copy): Ditto.
1306         (wl-summary-no-auto-refile-message-p): No use
1307         `wl-summary-buffer-msgdb'.
1308         (wl-summary-auto-refile): Ditto.
1309
1310 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1311
1312         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1313
1314 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-summary.el (wl-summary-sync): Treat no-sync.
1317
1318         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1319         (wl-default-sync-range): Ditto.
1320
1321 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-refile.el (wl-refile-subject-learn): Call
1324         `elmo-message-entity-field' with 3rd argument is non-nil.
1325         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1326         instead of `elmo-msgdb-overview-entity-get-subject'.
1327
1328 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1329
1330         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1331         scan-type is rescan.
1332         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1333         new optional argument force is non-nil.
1334         (wl-summary-save-view-cache): Call it with force argument non-nil.
1335
1336         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1337
1338 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-action.el (wl-summary-print-argument): Fixed last change.
1341
1342 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1345         simplified.
1346         (wl-summary-target-mark-mark-as-unread): Likewise.
1347         (wl-summary-target-mark-mark-as-important): Likewise.
1348
1349 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1352         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1353         (wl-summary-mark-as-important-region): Change accordingly.
1354         (wl-summary-target-mark-mark-as-important): Ditto.
1355
1356 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1359
1360         * wl-action.el (wl-summary-print-argument): Print argument to
1361         right side of window if `wl-summary-print-argument-within-window'
1362         is non-nil.
1363
1364 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * wl-action.el (wl-summary-set-mark): Use
1367         `wl-summary-message-visible-p' to check visibility of the message
1368         and jump to message only when the message line is visible and have
1369         different number; Call wl-summary-unset-mark with number argument.
1370         (wl-summary-unset-mark): 
1371         Use `wl-summary-message-visible-p'
1372         to check visibility of the message and jump to message only when
1373         the message line is visible and have different number;
1374
1375 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1376
1377         * Version number is increased to 2.11.7.
1378
1379         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1380         and wl-folder-summary-line-format.
1381
1382         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1383         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1384         (wl-summary-set-score-mark): Use it.
1385         (wl-summary-target-mark-mark-as-read): Ditto.
1386         (wl-summary-target-mark-mark-as-unread): Ditto.
1387         (wl-summary-target-mark-mark-as-important): Ditto.
1388         (wl-summary-target-mark-msgs): Simplified.
1389         (wl-summary-detect-mark-position): Fixed problem when
1390         summary-line-format no contain persisten/temp mark spec.
1391         (wl-summary-temp-mark): Ditto.
1392         (wl-summary-persistent-mark): Ditto.
1393         (wl-summary-update-persistent-mark): Ditto.
1394
1395         * wl-action.el (wl-summary-set-mark): Ditto.
1396         (wl-summary-unset-mark): Ditto.
1397         All other related portions are changed.
1398
1399 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1400
1401         * Version number is increased to 2.11.6.
1402
1403 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1404
1405         * wl-util.el (wl-current-message-buffer): Define as function;
1406         Don't use the value of wl-messge-buffer.
1407
1408         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1409         persistent mark.
1410
1411         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1412         no current message, cause an error.
1413
1414 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-summary.el (wl-summary-set-message-modified): Use
1417         elmo-folder-set-message-modified instead of
1418         elmo-folder-set-message-modified-internal.
1419
1420 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1421
1422         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1423         interactively.
1424         (wl-summary-sync): nokill->entirely.
1425         (wl-summary-sync-marks): Fixed message.
1426         (wl-summary-input-range): Added mark, nokill->entirely.
1427
1428         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1429         messages as read.
1430
1431 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1432
1433         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1434         update-noscore.
1435         (wl-summary-sync): Follow the change above.
1436
1437 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1438
1439         * wl-action.el (wl-summary-target-mark-all): Use
1440         elmo-folder-list-messages.
1441
1442 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1445         (wl-summary-rescan): Set wl-summary-scored as nil.
1446         (wl-summary-sync-force-update): Follow the change above.
1447         (wl-summary-sync): Ditto.
1448         (wl-summary-sync-update): Added argument disable-killed.
1449         (wl-summary-insert-headers): Set visible-only argument for
1450         elmo-folder-list-messages.
1451         (wl-summary-input-range): Added update-nokill, update-noscore,
1452         all-nokill, all-noscore and mark.
1453
1454         * Version number is increased to 2.11.5.
1455
1456         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1457
1458 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1459
1460         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1461         (wl-summary-prefetch-region-no-mark): Change accordingly.
1462         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1463
1464 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1465
1466         * wl-address.el (wl-complete-field-to): Abolished.
1467         (wl-complete-address): Completion function for completing-read.
1468         * wl-action.el (wl-summary-get-resend-address): Use it.
1469
1470         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1471         wl-summary-update-mark and abolish unused argument.
1472         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1473         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1474         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1475         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1476         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1477         * wl-draft.el (wl-draft-kill): Ditto.
1478
1479         * wl-summary.el: Remove unused binding of case-fold-search.
1480         (wl-summary-replace-status-marks): Abolished.
1481
1482 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1483
1484         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1485         is specified or folder length is zero.
1486
1487 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1490         (wl-folder-archive-current-entity): Ditto.
1491
1492 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1493
1494         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1495         retrieving message mark.
1496         (wl-summary-redisplay-internal): Ditto.
1497
1498         * wl-message.el (wl-message-buffer-display): Ignore errors while
1499         retrieving message-id field.
1500
1501         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1502         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1503         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1504         order of the arguments for `wl-expire-message-p'.
1505         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1506
1507         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1508         Check return value of wl-summary-reply.
1509         (wl-summary-reply): Recover window configuration when an error occured.
1510
1511 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1512
1513         * wl-summary.el (wl-summary-resend-message): Abolished, the
1514         feature is inherited by wl-summary-resend (put resend mark).
1515
1516 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1519         wl-message-buffer to nil when the message is hide.
1520
1521 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * .cvsignore: New file.
1524
1525 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-action.el (wl-summary-action-docstring): Add more info.
1528         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1529         duplicate definition.
1530         (wl-summary-define-mark-action): Functions wl-summary-*-region
1531         keep current position.
1532         (wl-summary-unregister-target-mark): Store result to the variable.
1533
1534 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1535
1536         * Version number is increased to 2.11.4.
1537
1538 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1539
1540         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1541         wl-summary-delete-all-temp-marks.
1542         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1543
1544         * wl-action.el (wl-summary-set-mark): Changed terminology
1545         refile-destination -> action-argument.
1546         (wl-summary-unset-mark): Ditto.
1547         (wl-summary-remove-argument): Ditto.
1548         (wl-summary-print-argument): Ditto.
1549
1550         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1551         (wl-thread-remove-argument-region): Ditto.
1552         (wl-thread-print-argument-region): Ditto.
1553         (wl-thread-close): Ditto.
1554         (wl-thread-open): Ditto.
1555
1556         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1557         (wl-highlight-refile-destination-face is abolished)
1558         (wl-highlight-action-argument-string): Ditto.
1559         (wl-highlight-summary-current-line): Highlight action argument.
1560
1561         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1562         color for light backgrounds.
1563         (wl-highlight-summary-answered-face): Ditto.
1564
1565 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1566
1567         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1568
1569         * wl-score.el (wl-summary-score-update-all-lines): Use
1570         wl-summary-set-mark.
1571         (wl-summary-score-update-all-lines): Kill expunged messages.
1572
1573         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1574
1575 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1578         directly.
1579         (wl-score-overview-entity-get-lines): Ditto.
1580         (wl-score-overview-entity-get-xref): Ditto.
1581         (wl-score-get-latest-msgs): Ditto.
1582         (wl-summary-rescore): Ditto.
1583
1584         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1585         to "&".
1586         (wl-summary-mark-as-answered-internal): New inline function.
1587         (wl-summary-mark-as-answered): New function.
1588         (wl-summary-mark-as-unanswered): Ditto.
1589         (wl-summary-sync-marks): Modified for answered-mark synching.
1590
1591 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1592
1593         * wl-action.el (wl-summary-set-mark): Fixed last change.
1594
1595 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1596
1597         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1598         behavior of wl-summary-unread-message-hook
1599         (Pointed out by akira yamada <akira@arika.org>).
1600
1601 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1604         wl-summary-delete.
1605         * wl-xmas.el (wl-summary-toolbar): Ditto.
1606
1607         * wl-action.el (wl-summary-set-mark): Don't override current
1608         temp-mark.
1609
1610         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1611
1612 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1615         (wl-refile-msgid-learn): Ditto.
1616         (wl-refile-get-field-value): Ditto.
1617
1618         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1619
1620         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1621         (wl-expire-delete-reserved-messages): Renamed from
1622         wl-expire-reserve-marked-msgs-from-list.
1623         (wl-expire-delete): Removed argument `msgdb'.
1624         (wl-expire-refile): Ditto.
1625         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1626         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1627         mark-alist as argument.
1628         (wl-expire-archive-number1): Removed argument `msgdb'.
1629         (wl-expire-archive-number2): Ditto.
1630         (wl-expire-archive-date): Ditto.
1631         (wl-expire-localdir-date): Ditto.
1632         (wl-expire-hide): Ditto.
1633         (wl-archive-number1): Ditto.
1634         (wl-archive-number2): Ditto.
1635         (wl-archive-date): Ditto.
1636         (wl-archive-folder): Ditto.
1637         All other related portions are changed.
1638
1639 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1640
1641         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1642         mean move up and down. (suggested by Takashi Kawachi)
1643
1644 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1645
1646         * wl-acap.el (toplevel): Don't require un-define.
1647
1648 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1649
1650         * wl-thread.el (wl-thread-delete-message): Always update
1651         wl-summary-buffer-number-list.
1652
1653         * wl-action.el (wl-summary-print-destination): 
1654         Do nothing when folder is nil.
1655
1656 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1659         persistent mark when prefetch is succeeded.
1660
1661 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1662
1663         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1664         instead of elmo-msgdb-delete-msgs.
1665         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1666         (wl-expire-hide): Ditto.
1667
1668         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1669
1670         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1671         elmo-msgdb interface.
1672         (wl-thread-get-exist-children): Likewise.
1673         (wl-thread-insert-message): Likewise.
1674         (wl-thread-msg-mark-as-important): Likewise.
1675         (wl-thread-insert-entity-sub): Likewise.
1676         (wl-thread-get-children-msgs-uncached): Likewise.
1677
1678         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1679         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1680         (wl-summary-sync-update): Likewise.
1681         (wl-summary-auto-select-msg-p): Likewise.
1682         (wl-summary-update-thread): Likewise.
1683         (wl-summary-mark-as-important): Likewise.
1684         (wl-summary-jump-to-msg-internal): Likewise.
1685         (wl-summary-redisplay-internal): Likewise.
1686         (wl-summary-print-message-with-ps-print): Likewise.
1687         (wl-summary-folder-info-update): Likewise.
1688
1689         * wl-folder.el (wl-folder-check-one-entity):
1690         elmo-folder-count-flags instead of wl-summary-count-unread.
1691
1692         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1693
1694         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1695
1696         * wl-summary.el (wl-summary-set-message-modified): 
1697         Call wl-summary-set-mark-modified.
1698         (wl-summary-delete-messages-on-buffer): Call
1699         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1700         (wl-summary-sync-update): Call elmo-folder-length instead of
1701         elmo-folder-messages.
1702         (wl-summary-insert-headers): Don't call
1703         elmo-folder-list-message-entities.
1704
1705 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * wl-action.el (wl-summary-define-mark-action): Call
1708         `wl-summary-set-mark' with argument `data'.
1709         (wl-summary-auto-refile): Fixed order of arguments when call
1710         `wl-summary-refile'.
1711
1712 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1713
1714         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1715
1716         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1717
1718         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1719         (Renamed from wl-highlight-summary-deleted-face).
1720         (wl-highlight-summary-resend-face): New face.
1721
1722         (wl-highlight-summary-deleted-face): Renamed from
1723         wl-highlight-summary-erased-face.
1724
1725         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1726
1727         * wl-action.el (wl-summary-get-resend-address): New function.
1728         (wl-summary-exec-action-resend): Ditto.
1729         (wl-summary-exec-action-resend-subr): Ditto.
1730
1731         * w-thread.el (wl-thread-copy): Removed definition.
1732         (wl-thread-refile): Ditto.
1733         (wl-thread-delete): Ditto.
1734         (wl-thread-target-mark): Ditto.
1735
1736         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1737         (wl-summary-target-mark-set-action): Fixed.
1738         (wl-summary-define-mark-action): Fixed quotation.
1739         (wl-summary-move-mark-list-messages): Display message.
1740         (wl-summary-define-mark-action): Define thread functions.
1741         (wl-summary-exec-action-refile): Changed message.
1742         (wl-summary-exec): Ditto.
1743
1744 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1745         
1746         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1747         '%%'.
1748
1749 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1750
1751         * wl.el (toplevel): Require wl-action.
1752         (wl-init): Call wl-summary-define-mark-action.
1753
1754         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1755
1756         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1757         wl-summary-delete and wl-summary-erase.
1758         (wl-summary-mode-map): Ditto.
1759
1760         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1761         wl-delete-folder-alist.
1762
1763         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1764         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1765         (toplevel): Moved mark & action related functions to the wl-action.el.
1766
1767         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1768         in wl-summary-mark-action-list.
1769         (wl-highlight-summary-current-line): Ditto.
1770
1771         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1772         empty lines.
1773
1774         * wl-action.el: New file. 
1775
1776 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1777
1778         * wl-summary.el (wl-summary-target-mark-replace): New function.
1779         (wl-summary-target-mark-prefetch): Use it.
1780         (wl-summary-target-mark-delete): Ditto.
1781         (toplevel): Rearranged definition order.
1782         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1783         (wl-summary-target-mark-erase): Rewrite.
1784         (wl-summary-erase-region): New function.
1785         (wl-summary-exec-action-erase): Changed message.
1786         (wl-summary-move-mark-list-messages): New function.
1787         (wl-summary-exec-action-delete): Use it.
1788         (wl-summary-exec-action-erase): Ditto.
1789
1790         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1791         (wl-summary-skip-mark-list): Added "d".
1792
1793         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1794         while searching.
1795
1796         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1797         and define using defcustom;
1798         Define 4th element as a face.
1799         
1800         * wl-summary.el (wl-summary-incorporate): Use 
1801         `wl-summary-prefetch-region-no-mark' instead of
1802         `wl-summary-prefetch-region'.
1803         (wl-summary-prefetch-region-no-mark): Revival of old
1804         `wl-summary-prefetch-region'.
1805         (wl-summary-mark-action-list): Moved to wl-vars.el
1806
1807         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1808         face according to the `wl-summary-mark-action-list'.
1809         (wl-highlight-summary-current-line): Ditto;
1810         Removed destination highlighting.
1811
1812         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1813         (wl-highlight-summary-line-string): Highlight for "i" mark.
1814         (wl-highlight-summary-current-line): Ditto.
1815
1816         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1817         no destination.
1818
1819         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1820         exists, just go ahead.
1821         (wl-summary-prefetch-region): Rewrite.
1822         (wl-summary-prefetch): Ditto.
1823         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1824         (wl-summary-exec-action-prefetch): New function.
1825         (wl-summary-target-mark-prefetch): Rewrite.
1826
1827 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1828
1829         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1830         (wl-highlight-summary-line-string): Added "d" and "D".
1831         (wl-highlight-summary-current-line): Ditto.
1832
1833         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1834         in wl-summary.el.
1835         (wl-thread-insert-entity-sub): Ditto.
1836         (wl-thread-remove-destination-region): Ditto.
1837         (wl-thread-print-destination-region): Ditto.
1838
1839         * wl-summary.el (wl-summary-buffer-refile-list,
1840         wl-summary-buffer-delete-list,
1841         wl-summary-buffer-copy-list): Abolish.
1842         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1843         All other related portions are changed.
1844         (wl-summary-mark-action-list): New variable.
1845         (wl-summary-set-mark): New function.
1846         (wl-summary-register-target-mark): Ditto.
1847         (wl-summary-unregister-target-mark): Ditto.
1848         (wl-summary-have-target-mark-p): Ditto.
1849         (wl-summary-register-temp-mark): Ditto.
1850         (wl-summary-unregister-temp-mark): Ditto.
1851         (wl-summary-registered-temp-mark): Ditto.
1852         (wl-summary-collect-temp-mark): Ditto.
1853         (wl-summary-unset-mark): Ditto.
1854         (wl-summary-set-target-mark): Ditto.
1855         (wl-summary-unset-target-mark): Ditto.
1856         (wl-summary-set-action-generic): Ditto.
1857         (wl-summary-unset-action-generic): Ditto.
1858         (wl-summary-exec-action-delete): Ditto.
1859         (wl-summary-exec-action-erase): Ditto.
1860         (wl-summary-set-action-refile): Ditto.
1861         (wl-summary-set-action-refile-subr): Ditto.
1862         (wl-summary-unset-action-refile): Ditto.
1863         (wl-summary-make-destination-numbers-list): Ditto.
1864         (wl-summary-exec-action-refile): Ditto.
1865         (wl-summary-set-action-copy): Ditto.
1866         (wl-summary-unset-action-copy): Ditto.
1867         (wl-summary-exec-action-copy): Ditto.
1868         (wl-summary-collect-numbers-region): Ditto.
1869         (wl-summary-delete): Rewrite.
1870         (wl-summary-erase): Ditto.
1871         (wl-summary-remove-destination): Ditto.
1872         (wl-summary-exec): Ditto.
1873         (wl-summary-exec-region): Ditto.
1874         (wl-summary-target-mark-erase): Ditto.
1875         (wl-summary-refile): Ditto.
1876         (wl-summary-copy): Ditto.
1877         (wl-summary-unmark): Ditto.
1878         (wl-summary-delete-all-mark): Ditto.
1879         (wl-summary-mark-line): Don't highlight.
1880         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1881         (wl-summary-target-mark-refile-subr): Rewrite.
1882
1883         (wl-summary-copy-prev-destination): Abolish.
1884
1885 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1888         default values along the value of wl-on-mule.
1889         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1890         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1891         It is not used anywhere.
1892
1893 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1894
1895         * wl-summary.el (wl-summary-print-destination): Keep position.
1896         (wl-summary-cursor-move-surface): Keep horizontal position.
1897
1898 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1901         write sendlog.
1902
1903 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1904
1905         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1906         `wl-summary-highlight'.
1907
1908 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1909
1910         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1911         trivial condition for temp-mark.
1912
1913 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1914
1915         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1916         when it hits killed buffer.
1917
1918 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1921         * wl-news.el.in: `message' and `error' take format string.
1922
1923 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1924
1925         * wl-folder (wl-folder-insert-entity): Display a message,
1926         `...done', when the work finish.
1927         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1928
1929 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * wl-message.el (wl-message-redisplay): Remove unused local
1932         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1933
1934 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1935
1936         * wl-summary.el (wl-summary-replace-status-marks): Disable
1937         interactive use.
1938         (wl-summary-reedit): Check message existence at first.
1939         (wl-summary-mark-line): Fix doc, return value is indefinite.
1940
1941         * wl-highlight.el (wl-highlight-message): Arranged.
1942
1943         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1944         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1945         check temp-mark by wl-summary-temp-mark always.
1946         (wl-highlight-summary): Change accordingly.
1947         * wl-summary.el (wl-summary-mark-as-read-all)
1948         (wl-summary-delete-cache, wl-summary-set-score-mark)
1949         (wl-summary-mark-as-unread, wl-summary-unmark)
1950         (wl-summary-mark-line, wl-summary-mark-as-read)
1951         (wl-summary-mark-as-important): Ditto.
1952
1953         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1954         end of the window if possible.
1955         * wl-summary.el (wl-summary-sync-update): Support lazy
1956         highlighting.
1957         (wl-summary-toggle-disp-msg): Ditto.
1958
1959 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960
1961         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1962
1963 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1966         change.
1967
1968 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1969
1970         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1971         API.
1972         (wl-summary-sync-update): Ditto.
1973
1974         * wl-score.el (wl-score-get-score-alist): Changed argument.
1975         (wl-summary-rescore-msgs): Likewise.
1976         (wl-summary-score-headers): Likewise.
1977         (wl-score-headers): Likewise;
1978         Use elmo-folder-do-each-message-entity, etc.
1979         (wl-summary-score-effect): Follow the changes above.
1980         (wl-summary-rescore): Ditto.
1981         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1982         (wl-score-get-overview): Abolish.
1983
1984         * wl-summary.el (wl-summary-default-from): Follow the API change in
1985         elmo-msgdb.
1986         (wl-summary-count-unread): Ditto.
1987         (wl-summary-detect-mark-position): Ditto.
1988         (wl-summary-overview-entity-compare-by-date): Ditto.
1989         (wl-summary-overview-entity-compare-by-number): Ditto.
1990         (wl-summary-overview-entity-compare-by-from): Ditto.
1991         (wl-summary-overview-entity-compare-by-subject): Ditto.
1992         (wl-summary-get-list-info): Ditto.
1993         (wl-summary-rescan): Ditto.
1994         (wl-summary-jump-to-msg-by-message-id): Ditto.
1995         (wl-summary-sync-update): Ditto; Removed comment.
1996         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1997         (wl-summary-insert-message): Use wl-summary-insert
1998         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1999         (wl-summary-insert-headers): Changed argument overview to folder.
2000         (wl-summary-search-by-subject): Likewise.
2001         (wl-summary-insert-thread): Renamed from 
2002         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2003
2004         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2005         too.
2006
2007         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2008         wl-string-member.
2009
2010 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2011
2012         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2013         elmo-folder-append-buffer.
2014         (wl-draft-queue-append): Likewise.
2015
2016         * wl-mime.el (wl-message-delete-current-part): Ditto.
2017         (wl-summary-burst-subr): Ditto.
2018
2019         * wl-news.el.in (wl-news-send-news): Ditto.
2020
2021 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2022
2023         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2024         function.
2025         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2026         (wl-summary-update-mark): Enclose with save-excursion.
2027         (wl-summary-mark-as-read-internal): Fixed last change.
2028         (wl-summary-mark-as-important): Use 3rd argument of
2029         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2030         Don't use elmo-msgdb-set-mark.
2031         (wl-summary-redisplay-internal): If msgdb flag is already read,
2032         just update the mark on buffer.
2033
2034 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2037         cut visible folder when elmo-folder-delete returns non-nil value.
2038
2039 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2042         by Kenichi OKADA <okada@opaopa.org>).
2043
2044 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2047
2048 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2051         Fixed the last change, search group entity by its real name.
2052         (Thanks to: KOBAYASHI Shinji)
2053
2054 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2057         (wl-fldmgr-access-display-all): Don't refer visible name.
2058         * wl-expire.el (wl-folder-archive-current-entity)
2059         (wl-folder-expire-current-entity): Ditto.
2060         * wl-folder.el (wl-folder-jump-to-current-entity)
2061         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2062         (wl-folder-open-folder-sub,wl-folder-open-all)
2063         (wl-folder-write-current-folder): Ditto.
2064         (wl-folder-insert-entity): Don't use petname for normal group.
2065         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2066         is the real name.
2067         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2068         Abolished.
2069
2070 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2071
2072         * wl-draft.el (wl-draft-create-buffer): Add
2073         `wl-summary-reply-with-citation'
2074
2075 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2076
2077         * wl-draft.el (wl-draft-reply): Fixed.
2078
2079 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2080
2081         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2082         when `wl-draft-send-confirm-with-preview' is non-nil.
2083         You can scroll up/down by j/k.
2084         (wl-draft-send-confirm-with-preview): New variable (default=t).
2085
2086 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2087
2088         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2089         (wl-fldmgr-save-folders): Fix comment.
2090
2091 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2092
2093         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2094         along the last change in `wl-folder-buffer-group-p'.
2095
2096 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2099         folder.
2100
2101         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2102         the default value.
2103
2104         * wl-mime.el (wl-summary-burst): Update summary only when target
2105         folder equals current folder.
2106
2107 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2108
2109         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2110
2111 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2112
2113         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2114         value.
2115
2116 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2119         `map-extents' instead of `extent-at' repeatedly.
2120         (wl-highlight-folder-current-line): Ditto.
2121
2122         * wl-highlight.el: Remove useless dummy functions.
2123
2124 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2125
2126         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2127         (wl-folder-put-folder-property): New function to put text property.
2128         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2129         (wl-folder-insert-entity, wl-folder-update-diff-line)
2130         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2131         * wl-e21.el, wl-xmas.el, wl-mule.el
2132         (wl-highlight-folder-current-line): Ditto.
2133         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2134         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2135         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2136         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2137
2138 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2139
2140         * Version number is increased to 2.11.3.
2141
2142 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2143
2144         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2145         Resume current-buffer since it is assumed by remaining tasks.
2146
2147 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2148
2149         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2150         (wl-folder-completion-function): Abolished.
2151         (wl-folder-complete-folder): New function.
2152         (wl-folder-complete-filter-condition): Ditto.
2153         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2154         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2155
2156 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2157
2158         * wl-draft.el (wl-draft-send-confirm): New function.
2159         (wl-draft-send): Use it.
2160
2161         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2162         cursor-in-echo-area while confirming.
2163
2164         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2165
2166         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2167         searching via nntp if wl-summary-search-via-nntp is 'force.
2168         Otherwise, invoke searching in nntp folder only.
2169         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2170
2171         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2172         explicitly for mime-make-text-tag.
2173
2174 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2175
2176         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2177         `mime-make-text-tag' instead of `mime-create-tag'.
2178
2179 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2180
2181         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2182         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2183
2184 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2185
2186         * wl-score.el (wl-score-save): Bind print-length and print-level.
2187         (wl-score-pretty-print): Ditto.
2188         (wl-score-edit-insert-header-entry): Ditto.
2189
2190         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2191         "From" entry to be treated with wl-draft-eword-encode-address-list.
2192         * wl-mime.el (wl-draft-preview-message): Ditto.
2193
2194         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2195         (wl-summary-mark-as-unread): Ditto.
2196         (wl-summary-mark-as-read-region): Change accordingly.
2197         (wl-summary-mark-as-unread-region): Ditto.
2198         (wl-summary-target-mark-mark-as-read): Ditto.
2199         (wl-summary-target-mark-mark-as-unread): Ditto.
2200
2201 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2202
2203         * Version number is increased to 2.11.2.
2204
2205 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2206
2207         * wl-news.el.in (wl-news-previous-version-save): Bind
2208         print-length and print-level.
2209         * wl-thread.el (wl-thread-save-entities): Ditto.
2210         (wl-thread-save-top-list): Bind print-length.
2211
2212 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2213
2214         * wl-highlight.el (wl-highlight-summary-line-string): Use
2215         wl-summary-score-below-mark, wl-summary-score-over-mark.
2216         (wl-highlight-summary-current-line): Ditto.
2217
2218 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2219
2220         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2221         insert it.
2222
2223 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2224
2225         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2226
2227 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2228
2229         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2230         message without msgid.
2231         Rewrite with elmo-folder-move-messages.
2232         Set wl-message-buffer to nil.
2233
2234         * wl-summary.el (wl-summary-erase-subr): New function. Use
2235         elmo-folder-move-messages.
2236         (wl-summary-erase): Call it.
2237         (wl-summary-target-mark-erase): Ditto.
2238
2239 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2240
2241         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2242         it is not up-tp-date.
2243
2244 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2245
2246         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2247         buffer after calling `wl-summary-goto-folder-subr' without the
2248         argument `interactive'.
2249         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2250
2251 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2252
2253         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2254         `mime-create-tag'. Use `string=' instead of `looking-at'.
2255
2256 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2257
2258         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2259         to avoid compile warning.
2260
2261         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2262         entity-id when folder is given.
2263         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2264         save-excursion, use save-selected-window instead.
2265         Select folder buffer window if exists.
2266         (To correct behavior with wl-folder-move-cur-folder.)
2267
2268 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2269
2270         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2271
2272 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2273
2274         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2275         list-count instead of %d.
2276
2277 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2278
2279         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2280         (wl-news): Set it.
2281         (wl-news-append-to-folder): Use it.
2282
2283         * wl-news.el.in (wl-news-send-news): Append to specified folder
2284         instead of wl-default-folder.
2285         (wl-news-append-to-folder): Show error message with specified folder.
2286
2287         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2288                 In most major modes, Emacs assumes that any opening
2289                 delimiter found at the left margin is the start of a
2290                 top-level definition, or defun. Therefore, *never put an
2291                 opening delimiter at the left margin unless it should have
2292                 that significance.*
2293
2294         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2295
2296 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2297
2298         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2299
2300 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2301
2302         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2303
2304 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2305
2306         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2307         for sequential numbering case.
2308
2309 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2310
2311         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2312         value.
2313         (wl-draft-reply-without-argument-list): Ditto.
2314         (wl-draft-reply-myself-with-argument-list): Abolish.
2315         (wl-draft-reply-myself-without-argument-list): Ditto.
2316         * wl-draft.el (wl-draft-self-reply-p): New function.
2317         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2318
2319 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2320
2321         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2322         (avoid error for the case without byte-compiling)
2323
2324 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2325
2326         * wl-news.el.in (wl-news-append-to-folder): New function.
2327         (wl-news-exit): Rewrite.
2328         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2329
2330 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2331
2332         * wl-draft.el (wl-draft-reply-position): New function.
2333         (wl-draft-reply-position): Fix.
2334         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2335         (wl-summary-target-mark-reply-with-citation): Ditto.
2336         (wl-summary-reply-with-citation): Ditto.
2337         * wl-vars.el (wl-draft-reply-default-position): New variable.
2338
2339 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2340
2341         * wl-draft.el (wl-draft-send): Preview when interactive send.
2342
2343 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2344
2345         * wl-draft.el (wl-draft-reply): Set default position.
2346         * wl-summary.el (wl-summary-reply): Ditto.
2347         (wl-summary-reply-with-citation): Ditto.
2348         (wl-summary-target-mark-reply-with-citation): Ditto.
2349
2350 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * wl-news.el.in (wl-news-lang): Set default value according to
2353         current-language-environment.
2354         (wl-news-append-news): Do nothing when news-list is nil.
2355
2356 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2357
2358         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2359         (wl-news): Change message.
2360         (wl-news-exit): Check buffer.
2361         (wl-news-force-exit): New function.
2362         (wl-news-show-all): New function.
2363         (wl-news-discard-and-exit): Fix.
2364
2365 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2366
2367         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2368         according to current-language-environment.
2369
2370         * wl-news.el.in (wl-news): If arg, show all NEWS after
2371         wl-news-default-previous-version.
2372
2373 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2374
2375         * wl-news.el.in (wl-news-check): Rewritten.
2376         (wl-news-previous-version-load): Change data type.
2377         (wl-news-previous-version-save): Change data type.
2378         (wl-news-append-news): Add return value.
2379         (wl-news-check-news): New function.
2380         (wl-news-already-current-p): New function.
2381         (wl-news-send-news): Rewritten.
2382         (wl-news-mode-map): Add new keybind.
2383         (wl-news): Rewritten.
2384         (wl-news-exit): Rewritten.
2385         (wl-news-discard-and-mail): New function.
2386         (wl-news-send-to-address): Abolished.
2387         * wl.el (wl-init): Delete a message.
2388
2389 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2390
2391         * wl-news.el.in (wl-news-exit): Update previous version.
2392         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2393
2394 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2395
2396         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2397
2398 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2399
2400         * wl-news.el.in (wl-news): New function.
2401         (wl-news-mode): New function.
2402         (wl-news-next-line): New function.
2403         (wl-news-next-page): New function.
2404         (wl-news-exit): New function.
2405         (wl-news-buf-name): New variable.
2406         (wl-news-mode-map): New variable.
2407         (wl-news-winconf): New variable.
2408         (wl-news-append-news): Add an option.
2409
2410 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2411
2412         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2413
2414 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2415
2416         * wl-news.el.in (wl-news-send-to-address): New variable.
2417         (wl-news-send-news): Use it.
2418         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2419         Return updating status.
2420         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2421
2422 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2423
2424         * wl-news.el.in (wl-news-send-news): Delete
2425         Organization and X-Face.
2426
2427 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2428
2429         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2430         (wl-news-append-news): New function.
2431         (wl-news-send-news): New function.
2432
2433 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2434
2435         * Version number is increased to 2.11.1.
2436
2437 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2438
2439         * wl-news.el.in : New file.
2440
2441 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2442
2443         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2444         default value.
2445         (wl-draft-reply-without-argument-list): Ditto.
2446
2447 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2448
2449         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2450         (wl-message-buffer-prefetch-idle-time): Ditto.
2451         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2452
2453 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2454
2455         * wl-thread.el (wl-thread-insert-message): Use
2456         wl-summary-max-thread-depth.
2457
2458         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2459         loop detection.
2460
2461         * wl-message.el (wl-message-buffer-display): Back to the first page
2462         when cache is hit.
2463
2464 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2465
2466         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2467
2468         * wl-summary.el (wl-summary-insert-thread-entity):
2469         If the thread depth is reached to wl-summary-max-thread-depth,
2470         divide the thread.
2471
2472 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2473
2474         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2475         for elmo-remove-passwd.
2476
2477 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2480         folder is sticky.
2481         (wl-folder-mark-as-read-all-entity): Ditto.
2482         (wl-folder-prefetch-entity): Ditto.
2483
2484 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2485
2486         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2487
2488 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2489
2490         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2491         Delete messages on buffer for unplugged operation.
2492         (wl-summary-erase): Ditto.
2493
2494 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2495
2496         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2497         take nil so as not to search parent by subject.
2498
2499 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2500
2501         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2502         (wl-folder-get-next-folder): Ditto.
2503         (wl-folder-get-path): Ditto.
2504
2505 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2506
2507         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2508         system and encode the region with it before verifying.
2509
2510 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2511
2512         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2513         system of the echo buffer before decoding.
2514
2515 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2516
2517         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2518         original contents.
2519
2520 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2521
2522         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2523         with argument 'any-exists.
2524
2525 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2526
2527         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2528         Use `wl-cs-autoconv'.
2529
2530 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2531
2532         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2533         by `mime-view-automatic-conversion'.
2534
2535         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2536         (wl-message-verify-pgp-nonmime): Ditto.
2537         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2538         Bind them to C-c:d and C-c:v respectively.
2539
2540         Merge following code by Teranishi-san from [wl-en:00167].
2541         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2542         (wl-mime-preview-application/pgp-encrypted): Ditto.
2543         (wl-mime-setup): Add entry.
2544
2545 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2546
2547         * wl-summary.el (wl-summary-target-mark-erase): New function.
2548         Bind it to "mD".
2549
2550 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-vars.el (wl-draft-write-file-function): Fix.
2553         (wl-draft-reedit-hook): Changed default value.
2554
2555         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2556         wl-draft-reedit-hook.
2557         (wl-draft-remove-text-plain-tag): New function.
2558         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2559
2560         * wl-vars.el (wl-draft-write-file-function): New user option.
2561
2562         * wl-draft.el (wl-draft-prepare-edit): Use it for
2563         local-write-file-hooks.
2564         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2565
2566         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2567         (wl-draft-insert-mail-header-separator): Return the body beginning
2568         point.
2569         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2570         text/plain.
2571         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2572
2573 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2574
2575         * wl-summary.el (wl-summary-erase): New function to erase message
2576         without moving it to trash. Bind to "D".
2577
2578         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2579         as `keep' unless switch-function.
2580
2581 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2582
2583         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2584         message buffer by using `wl-summary-toggle-disp-msg'.
2585         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2586         buffer window.
2587         (wl-summary-supresedes-message): Ditto.
2588
2589         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2590         Do not delete other windows.
2591         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2592         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2593         (wl-draft-create-buffer): Set reply-or-forward also for target
2594         mark commands.
2595
2596 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2597
2598         * wl-draft.el (wl-user-agent-compose): Delete special case for
2599         switch-to-buffer-other-window.
2600
2601         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2602         (wl-summary-forward): Ditto.
2603
2604         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2605         function.
2606         (wl-draft-buffer-style): New use option.
2607
2608         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2609         (wl-draft): Follow the change above.
2610         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2611         wl-draft-buffer-style.
2612         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2613         switch-function.
2614
2615 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-draft.el (wl-user-agent-compose): Delete special case for
2618         switch-to-buffer-other-window.
2619
2620         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2621         (wl-summary-forward): Ditto.
2622
2623         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2624         function.
2625         (wl-draft-buffer-style): New use option.
2626
2627         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2628         (wl-draft): Follow the change above.
2629         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2630         wl-draft-buffer-style.
2631         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2632         switch-function.
2633
2634 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2635
2636         * wl-address.el (wl-address-make-completion-entry): Extracted from
2637         `wl-address-make-completion-list'.
2638         (wl-address-enable-strict-loading): New variable.
2639         (wl-address-make-completion-list): Revive petname duplication
2640         inquiry, and enable it if `wl-address-enable-strict-loading'.
2641         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2642
2643 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-message.el (wl-message-get-original-buffer): Avoid
2646         'Selecting deleted buffer' error when original buffer is killed.
2647
2648 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-summary.el (wl-summary-next-message): Use
2651         elmo-message-accessible-p instead of elmo-message-cached-p.
2652
2653 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2656
2657         * wl-thread.el (wl-thread-open-all-unread): Use
2658         elmo-folder-list-flagged instead of
2659         elmo-folder-list-messages-mark-match.
2660
2661         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2662         instead of elmo-folder-list-messages-mark-match.
2663         (wl-summary-move-spec-alist): New variable.
2664         (wl-summary-move-spec-plugged-alist,
2665         wl-summary-move-spec-unplugged-alist): Abolish.
2666         (wl-summary-next-message): Follow the change above.
2667         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2668         with 'no-msg' argument.
2669
2670         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2671         variable.
2672         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2673         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2674         (wl-message-buffer-prefetch-get-next): Follow the change above.
2675
2676 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-version.el (wl-version): Changed codename.
2679
2680         * Version number is increased to 2.11.0.
2681
2682 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2683
2684         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2685         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2686         `wl-draft-config-variables'.
2687         (wl-draft-kill): Fixed problem when the draft is reedit.
2688
2689 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2690
2691         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2692         buffer-modified status (Thanks to
2693         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2694
2695 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-util.el (wl-region-exists-p): New function.
2698
2699         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2700         Remove defvars for byte-compile warnings.
2701
2702 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2703
2704         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2705         defvar-maybe. Removed unused bind.
2706
2707 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2708
2709         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2710         summary buffer window before creating new frame.
2711         (wl-draft-reply): Ditto.
2712
2713 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2716
2717 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2718
2719         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2720
2721 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2724         instead of `kill-region'.
2725
2726 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2727
2728         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2729         (wl-highlight-summary-line-string): Use it.
2730         (wl-highlight-summary-current-line): Ditto.
2731
2732         * wl-mime.el (wl-message-delete-current-part): Check the class of
2733         mime-entity.
2734
2735         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2736
2737         * wl-summary.el (wl-summary-make-number-list): Initialize.
2738         (wl-summary-update-mark): New function.
2739         (wl-summary-reply): Put `answered' mark on the message.
2740         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2741
2742         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2743         (wl-draft-reply): Added optional argument `number';
2744         Set wl-draft-parent-number.
2745         (wl-draft-kill): Delete answered mark if it is a reply.
2746
2747 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2748
2749         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2750         that originates in mime-preview-follow-current-entity.
2751         (wl-draft-yank-current-message-entity): Use it if region is active.
2752
2753         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2754         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2755         `wl-message-delete-current-part'.
2756         * wl-mule.el (wl-message-define-keymap): Ditto.
2757         * wl-xmas.el (wl-message-define-keymap): Ditto.
2758
2759 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2760
2761         * wl-mime.el (wl-message-delete-current-part): New function.
2762         (wl-mime-node-id-to-string): Ditto.
2763
2764         * wl-mime.el (wl-message-delete-current-part): Use existing
2765         original buffer which corresponds current mime-view buffer.
2766         (fetched buffer might have different structure, possibly)
2767
2768         * wl-mime.el (wl-message-delete-current-part): Quit if the
2769         message content differs from the actual message.
2770
2771 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2772
2773         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2774         order.
2775         (wl-summary-search-by-subject): Search parent message from tail;
2776         Check the existence of the parent message on the current thread tree.
2777         (wl-summary-update-thread): Check whether the line is inserted.
2778
2779 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2780
2781         * wl-vars.el (wl-summary-line-format): Undo last change.
2782         * wl-summary.el (wl-summary-print-destination): Do not put
2783         invisible property when `wl-summary-width' is nil.
2784         (wl-summary-line-subject-minimum-length): Abolished.
2785         (wl-summary-line-subject): Ditto.
2786
2787 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2788
2789         * wl-vars.el (wl-summary-line-format): Change default value.
2790         (wl-summary-subject-length-limit): Abolished.
2791         * wl-summary.el (wl-summary-line-subject): Ditto.
2792
2793 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-template.el (wl-template-select): Added optional argument.
2796         If optional argument is specified, reverse
2797         `wl-template-visible-select'.
2798
2799 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2800
2801         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2802         Take prefix argument to force asking the destination folder.
2803
2804 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2805
2806         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2807         count and update status.
2808
2809 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2810
2811         * wl-summary.el (wl-summary-redisplay-internal): If
2812         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2813         after fetching.
2814
2815 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2816
2817         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2818         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2819
2820         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2821
2822 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2825         (All other related portions are changed).
2826         (wl-summary-mark-as-read-all): Rewrite.
2827
2828 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2831         `wl-summary-mark-as-read'.
2832         (wl-summary-mark-as-unread): Rewrite.
2833         (wl-summary-mark-as-read): Added no-modeline argument.
2834         (wl-summary-resume-cache-status): Rewrite.
2835         (wl-summary-exec-subr): Remove unused local variable.
2836
2837 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2838
2839         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2840         logic to call `wl-summary-buffer-prev-folder-function'.
2841         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2842
2843 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2846         is nil.
2847
2848 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2849
2850         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2851         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2852         (wl-mime-setup): Add its entry.
2853
2854 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2855
2856         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2857         (wl-summary-delete-cache): Likewise.
2858         (wl-summary-mark-as-read): Rewrite.
2859
2860 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2861
2862         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2863         `wl-summary-count-unread'.
2864
2865         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2866
2867         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2868
2869 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2872         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2873         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2874         Renamed to the elmo-msgdb-*-mark.
2875         (wl-summary-score-marks): Follow the change above.
2876         (wl-summary-auto-refile-skip-marks): Ditto.
2877         (wl-summary-incorporate-marks): Ditto.
2878         (wl-summary-expire-reserve-marks): Ditto.
2879
2880         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2881         changes.
2882         (wl-thread-insert-top): Changed updating message.
2883
2884         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2885         variable.
2886         (wl-summary-count-unread): Count answered marks.
2887         (wl-summary-rescan): Call wl-summary-insert-message instead of
2888         wl-summary-append-message-func-internal.
2889         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2890         (wl-summary-prefetch-msg): Follow the variable name changes.
2891         (wl-summary-prefetch-region): Ditto.
2892         (wl-summary-mark-as-read-all): Follow the API changes;
2893         Don't call elmo-folder-replace-marks.
2894         (wl-summary-delete-cache): Follow the variable name changes.
2895         (wl-summary-resume-cache-status): Ditto.
2896         (wl-summary-update-status-marks): New function.
2897         (wl-summary-insert-message): New function.
2898         (wl-summary-sync-marks): Follow the variable name changes.
2899         (wl-summary-sync-update): Synchronize to the msgdb, too;
2900         Changed update messages.
2901         (wl-summary-make-number-list): Rewrite.
2902         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2903         (wl-summary-mark-as-unread): Follow the API changes.
2904         (wl-summary-exec-subr): Follow the variable name changes.
2905         (wl-summary-mark-as-read): Ditto.
2906         (wl-summary-move-spec-plugged-alist): Ditto.
2907         (wl-summary-move-spec-unplugged-alist): Ditto.
2908         (wl-summary-cursor-move-surface): Ditto.
2909
2910         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2911         variable name changes.
2912         (wl-highlight-summary-current-line): Ditto.
2913
2914         * wl-expire.el (wl-expire-refile): Follow the API change in
2915         elmo-folder-move-messages.
2916         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2917         (wl-summary-archive): Use elmo-folder-msgdb instead of
2918         elmo-msgdb-load.
2919
2920 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2921
2922         * wl-mime.el (wl-draft-preview-message): Restore the position
2923         before evaluating wl-draft-send-hook in preview buffer.
2924
2925 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2926
2927         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2928         when it creates new draft buffer.
2929
2930         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2931         without argument.
2932
2933         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2934         Evaluate content and if the value is string, insert it.
2935         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2936         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2937         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2938         wl-draft-config-sub-part-bottom): Use it.
2939
2940         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2941         with the folder name. The question was unintelligible when it is
2942         called from wl-save-status.
2943
2944 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2945
2946         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2947         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2948         cannot take second argument).
2949
2950 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2951
2952         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2953         as t. Since type and subtype are not case sensitive (RFC 2045).
2954
2955 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2956
2957         * wl-vars.el (wl-message-mode-line-format): New variable.
2958         (wl-message-mode-line-format-spec-alist): Ditto.
2959         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2960         (wl-message-redisplay): Use wl-message-mode-line-format.
2961
2962 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2963
2964         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2965
2966 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2967
2968         * wl-summary.el (wl-summary-default-from): Write description.
2969
2970 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2971
2972         * wl-vars.el (wl-ldap-objectclass): Abolish.
2973
2974         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2975         (wl-ldap-make-filter): Removed condition for objectclass.
2976         (wl-ldap-make-matched-value-list): Remove meaningless process.
2977         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2978         (wl-address-ldap-search): Don't add `*' to `pat' string;
2979         use ignore-errors; added `email';
2980         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2981         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2982         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2983
2984
2985 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2986
2987         * wl-draft.el (wl-draft-parent-folder): Write description.
2988         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2989
2990 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2991
2992         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2993         as "" (zero-length string) if no parent.
2994         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2995
2996 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2997
2998         * wl-address.el (wl-address-make-completion-list): Skip duplication
2999         checking.
3000         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3001         `append'.
3002
3003 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3004
3005         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3006         instead of `beginning-of-buffer'.
3007
3008 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3011
3012 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3013
3014         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3015         Refer wl-message-buffer-name.
3016         (wl-message-wheel-down): Ditto.
3017
3018 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3019
3020         * wl-vars.el (wl-message-buffer-name): New user option.
3021
3022         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3023         directly instead of making alist dinamically.
3024
3025         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3026         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3027         wl-message-buffer-cache-name.
3028         (wl-message-buffer-cache-clean-up): Ditto.
3029
3030         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3031
3032         * Version number is increased to 2.9.15.
3033
3034 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl-vars.el (wl-summary-default-view-alist): New user option.
3037
3038         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3039
3040         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3041         while deleting address.
3042         (wl-draft-delete-myself-from-cc): Ditto.
3043
3044         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3045         If optional argument is specified, reverse sort order.
3046
3047         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3048
3049 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl-thread.el (wl-thread-insert-message): Return parent number if
3052         exists.
3053         (wl-thread-update-indent-string-region): Use
3054         wl-thread-update-line-on-buffer-sub instead of
3055         wl-thread-update-line-on-buffer.
3056
3057 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3058
3059         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3060         (wl-folder-close-all): Ditto.
3061
3062 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3063
3064         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3065         and mailing-list:.
3066         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3067         value.
3068         (wl-summary-line-list-info): Print mailing-list name even when 
3069         list-number is empty.
3070
3071 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3072
3073         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3074
3075         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3076         (wl-draft-open-file): Ditto.
3077         (wl-draft-random-alphabet): Ditto.
3078
3079         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3080         bindings.
3081
3082 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3085         * wl-vars.el (wl-draft-config-alist): Ditto.
3086
3087 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3088
3089         * Version number is increased to 2.9.14.
3090
3091         * wl.el (wl): Don't set wl-init as nil when error occured while
3092         auto-checking folders.
3093
3094         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3095         `elmo-expand-newtext'.
3096
3097 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3100         `this-command' so that `wl-folder-goto-folder' contained in
3101         `wl-summary-keep-cursor-command' work.
3102
3103 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3104
3105         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3106         message buffer displaying state.
3107
3108 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-vars.el (wl-summary-default-view): New variable to specify
3111         default value for `wl-summary-buffer-view' instead of using
3112         set-default.
3113         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3114
3115 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3116
3117         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3118
3119         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3120
3121 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3122
3123         * wl-vars.el (wl-forward-subject-prefix): New variable.
3124         * wl-draft.el (wl-draft-forward): Use it.
3125
3126 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3127
3128         * wl-message.el (wl-message-prev-page): When it is called without
3129         lines argument, scroll down by wl-message-scroll-amount lines.
3130         (wl-message-next-page): Ditto.
3131         * wl-vars.el (wl-message-scroll-amount): Change default value
3132         to preserve current behavior.
3133
3134 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-summary.el (wl-summary-prefetch-msg): Bind
3137         `wl-message-entity' to call `wl-summary-from-function'.
3138
3139 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-message.el (wl-message-buffer-create): Run
3142         wl-message-buffer-created-hook.
3143
3144 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * wl-summary.el (wl-summary-sort-specs): New variable.
3147         (wl-summary-default-sort-spec): Ditto.
3148         (wl-summary-sort): Rewrite.
3149         (wl-summary-sort-by-list-info): New function.
3150
3151 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3152
3153         * wl-summary.el (wl-summary-get-list-info): New function.
3154         (wl-summary-sort): Rewrite.
3155         (wl-summary-line-list-info): Ditto.
3156         (wl-summary-line-list-count): Ditto.
3157         (wl-summary-refile-region): Fixed docstring.
3158
3159 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3162         `wl-folder-entity-hashtb' as completion table.
3163
3164 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3167         only when this command is called interactively; silence the byte-
3168         compiler.
3169
3170 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3171
3172         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3173         active in XEmacs.
3174
3175 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3176
3177         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3178         plural lines.
3179
3180 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3181
3182         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3183         of current line when the cursor is on the header name.
3184         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3185
3186 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3187
3188         * wl-util.el (wl-read-directory-name): Return displayed directory
3189         as the default value also on XEmacs.
3190
3191 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3192
3193         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3194         formatting.
3195
3196 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3199         argument and when it is non-nil, check face property before
3200         highlighting for each line.
3201         (wl-highlight-summary-window): Set it.
3202
3203 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3204
3205         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3206         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3207
3208         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3209         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3210         (wl-draft-get-fcc-list): Likewise.
3211
3212 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3215         (wl-thread-entity-cur): Ditto.
3216         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3217         wl-thread-indent-regexp setting.
3218         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3219
3220         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3221         wl-summary-lazy-highlight.
3222         (wl-summary-display-bottom): Ditto.
3223
3224         * wl-thread.el (wl-thread-open-close): Likewise.
3225
3226         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3227         from and subject;
3228         Bind wl-draft-use-frame;
3229         Enclose with save-window-excursion;
3230         Use wl-draft-create-buffer instead of with-temp-buffer;
3231         Use wl-draft-prepare-edit;
3232         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3233         Use wl-draft-send instead of wl-draft-raw-send.
3234
3235 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3236
3237         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3238         of using wl-from.
3239
3240 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3241
3242         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3243         insert-buffer instead of clone-buffer.
3244         (wl-draft-doing-mime-bcc): New variable.
3245         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3246         infinite loop.
3247         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3248
3249         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3250         (wl-draft-mime-bcc-body): Ditto.
3251
3252         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3253         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3254         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3255         wl-draft-do-mime-bcc.
3256         (wl-draft-mime-bcc-field): New function.
3257         (wl-draft-do-mime-bcc): Ditto.
3258
3259         * wl-address.el (wl-address-complete-header-list): New variable.
3260         (wl-address-complete-header-regexp): Changed default value.
3261
3262         * Version number is increased to 2.9.13.
3263
3264 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3267         it is differed.
3268
3269 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3270
3271         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3272         (wl-summary-line-list-count): Ditto.
3273
3274 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3275
3276         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3277         (wl-nntp-posting-function): New variable.
3278         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3279         `wl-nntp-posting-config-alist'.
3280
3281 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3282
3283         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3284         FLIM.
3285
3286 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3287
3288         * wl-summary.el (wl-summary-target-mark-refile-sub):
3289         Remove a nuisance funcall.
3290
3291 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3292
3293         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3294         as t for `try-completion'.
3295
3296 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3297
3298         * wl-summary.el (wl-summary-default-from): Use
3299         wl-address-header-extract-address instead of
3300         std11-extract-address-components.
3301         (wl-summary-simple-from): Ditto.
3302         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3303         (wl-summary-insert-headers): Show message.
3304         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3305         for whole line.
3306         (wl-summary-default-from): Revert last change.
3307         (wl-summary-simple-from): Ditto.
3308         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3309         (wl-summary-mark-as-read-region): Follow the change above.
3310         (wl-summary-sync-marks): Ditto.
3311         (wl-summary-target-mark-mark-as-read): Ditto.
3312         (wl-summary-redisplay-internal): Ditto.
3313         (wl-summary-redisplay-no-mime-internal): Ditto.
3314         (wl-summary-redisplay-all-header): Ditto.
3315         (wl-summary-mark-as-read): Removed argument `cached';
3316         Use current cache status to set cache mark.
3317         (wl-summary-redisplay-internal): Follow the change above.
3318         (wl-summary-redisplay-no-mime-internal): Ditto.
3319         (wl-summary-redisplay-all-header): Ditto.
3320
3321         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3322
3323         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3324         Don't call itself recursively (Adviced by Yamaoka-san).
3325
3326 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3329         bind wl-summary-highlight as nil to avoid error caused by missing
3330         local variables.
3331
3332 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-vars.el (wl-invalid-character-message): New user option.
3335
3336         * wl-util.el (wl-set-string-width): If truncated string-width is
3337         larger than specified width, use `wl-invalid-character-message'.
3338
3339 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3340
3341         * wl-summary.el (wl-summary-prefetch-msg): 
3342         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3343
3344 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-vars.el (wl-summary-check-line-format): New user option.
3347         (wl-summary-line-format-file): Ditto.
3348
3349         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3350         variable.
3351         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3352         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3353         and `wl-summary-view-old-p' to check whether do a rescan or not.
3354         (wl-summary-view-old-p): New function.
3355         (wl-summary-line-format-changed-p): Ditto.
3356         (wl-summary-line-format-save): Ditto.
3357         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3358
3359         * wl-util.el (wl-set-string-width): Avoid using negative number
3360         for make-string.
3361
3362 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3363
3364         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3365         return value.
3366
3367         * wl-util.el (wl-set-string-width): Added optional argument
3368         `padding' (All other related portions are changed).
3369         (wl-line-parse-format): If the first letter of column number is
3370         `0', zero-padding the result (ex: "%05l").
3371
3372         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3373
3374 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3375
3376         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3377         sequential summary view.
3378
3379 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3382         if it doesn't have a -unix version.
3383
3384 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3385
3386         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3387
3388 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3391         content.
3392         (wl-draft): Follow the change above.
3393
3394         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3395
3396         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3397         and wl-folder-summary-line-format-alist contain %T and %P.
3398
3399         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3400         (wl-summary-mode-line-format): New user option.
3401         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3402         (wl-summary-line-format): Changed default value.
3403         (wl-summary-lazy-highlight): Changed default value.
3404
3405         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3406         change in wl-summary-create-line.
3407         (wl-thread-insert-entity-sub): Ditto.
3408
3409         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3410         (wl-summary-buffer-unread-status): Ditto.
3411         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3412         (wl-summary-buffer-persistent-mark-column): Ditto.
3413         (wl-summary-buffer-mode-line-formatter): Ditto.
3414         (wl-summary-buffer-mode-line): Ditto.
3415         (wl-summary-message-regexp): Abolished.
3416         (All other related portions are changed.)
3417         (wl-summary-detect-mark-position): New function.
3418         (wl-summary-buffer-set-folder): Setup
3419         wl-summary-buffer-mode-line-formatter.
3420         (wl-summary-mode): Setup selective-display;
3421         Setup pre-idle-hook when xemacs.
3422         (wl-summary-update-modeline): Rewrite.
3423         (wl-summary-jump-to-msg): Define as function;
3424         Changed regexp for searching messages.
3425         (wl-summary-message-number): Rewrite.
3426         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3427         Do rescan when old type summary cache.
3428         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3429         (wl-summary-remove-destination): Use '\r' to detect EOL.
3430         (wl-summary-print-destination): Ditto.
3431         (wl-summary-temp-mark): New inline function.
3432         (wl-summary-persistent-mark): Ditto.
3433         (wl-summary-line-number): New function.
3434         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3435         (wl-summary-line-list-count): New function.
3436         (wl-summary-create-line): Added argument persistent-mark.
3437         (All other related portions are changed)
3438         (wl-summary-create-line): Insert '\r'.
3439         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3440         (wl-summary-cursor-move-surface): New inline function.
3441         (wl-summary-prev): Use it.
3442         (wl-summary-next): Ditto.
3443
3444         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3445         wl-summary-message-regexp.
3446         (wl-highlight-summary): Delete progress message.
3447         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3448
3449         * Version number is increased to 2.9.12.
3450
3451 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3452
3453         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3454         variable (nil: no minimum).
3455         (wl-summary-line-subject): Add some spaces after subject by
3456         wl-summary-line-subject-minimum-length.
3457
3458 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3459
3460         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3461         and removed `F'.
3462         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3463         change above).
3464
3465 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3466
3467         * wl-summary.el (wl-summary-line-list-count): Reverted.
3468         (example setting in samples/*/dot.wl is also updated)
3469
3470 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3473
3474         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3475
3476         * wl-vars.el (wl-summary-line-format): Addes some description to the
3477         docstring.
3478
3479         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3480         (wl-summary-line-close-bracket): Ditto.
3481         (wl-summary-line-children-number): Ditto.
3482         (wl-summary-line-thread-indent): Ditto.
3483         (wl-summary-line-children-and-from): Ditto.
3484
3485         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3486         't', 'c', 'F' and added 'C'.
3487
3488         * wl-util.el (wl-set-string-width): Accept negative value.
3489         (wl-line-parse-format): Added "%number(" and "%)".
3490
3491 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3492
3493         * wl-summary.el (wl-summary-line-list-count): Change format of the
3494         return value.
3495
3496 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3497
3498         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3499         from the recent message.el.
3500         (wl-draft-point-in-header-p): Ditto.
3501         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3502         wl-draft-beginning-of-line.
3503         * wl-e21.el (wl-draft-mode-map): Ditto.
3504         * wl-xmas.el (wl-draft-mode-map): Ditto.
3505
3506         * wl-folder.el: Sort macrodefs by dependencies.
3507
3508 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3509
3510         * wl-summary.el (wl-summary-prev): Fixed regexp.
3511         (wl-summary-next): Ditto.
3512
3513 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3514
3515         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3516
3517 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3518
3519         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3520         for backward compatibility.
3521
3522 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3523
3524         * wl-summary.el (wl-summary-line-list-count): New function, merged
3525         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3526         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3527         list counts.
3528
3529 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3530
3531         * wl-summary.el (wl-summary-create-line): Ignore errors while
3532         timezone-fix-time.
3533
3534         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3535
3536         * wl-summary.el (wl-summary-sync-update): Ditto.
3537         (wl-summary-default-from): Use wl-message-entity
3538         instead of entity.
3539
3540         * wl-summary.el (wl-summary-create-line): Fix.
3541
3542         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3543         (wl-summary-line-format): New user option.
3544         (wl-folder-summary-line-format-alist): Ditto.
3545         (wl-summary-from-width): Abolished.
3546
3547         * wl-util.el (toplevel): Require 'bytecomp.
3548         (wl-line-parse-format): New function.
3549         (wl-line-formatter-setup): New macro.
3550
3551         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3552         (wl-summary-buffer-line-formatter): New buffer local variable.
3553         (wl-summary-switch-to-clone-buffer): Follow the change above.
3554         (wl-summary-message-regexp): Fix.
3555         (wl-summary-from-func-internal): Abolished.
3556         (wl-summary-subject-func-internal): Ditto.
3557         (wl-summary-subject-filter-func-internal): Ditto.
3558         (All other related portions are changed.)
3559         (wl-summary-buffer-set-folder):
3560         Set up wl-summary-buffer-number-column and 
3561         wl-summary-buffer-line-formatter
3562         (All other related portions are changed.)
3563         (wl-summary-buffer-number-column-detect): Abolished.
3564         (All other related portions are changed.)
3565         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3566         (wl-summary-delete-all-temp-marks-on-buffer): Use
3567         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3568         (wl-summary-target-mark-delete): Ditto.
3569         (wl-summary-target-mark-refile-subr): Ditto.
3570         (wl-summary-target-mark-mark-as-read): Ditto.
3571         (wl-summary-target-mark-mark-as-unread): Ditto.
3572         (wl-summary-target-mark-mark-as-important): Ditto.
3573         (wl-summary-target-mark-save): Ditto.
3574         (wl-summary-replace-status-marks): Renamed from
3575         wl-summary-set-status-marks-on-buffer;
3576         Use wl-summary-message-regexp instead of
3577         wl-summary-buffer-number-regexp.
3578         (wl-summary-sync-update): Follow the change above.
3579         (wl-summary-goto-previous-message-beginning): New function.
3580         (wl-summary-mark-as-unread): Use it.
3581         (wl-summary-mark-as-important): Ditto.
3582         (wl-summary-line-formatter): New variable.
3583         (wl-summary-line-year): New function.
3584         (wl-summary-line-day): Ditto.
3585         (wl-summary-line-day-of-week): Ditto.
3586         (wl-summary-line-hour): Ditto.
3587         (wl-summary-line-minute): Ditto.
3588         (wl-summary-line-open-bracket): Ditto.
3589         (wl-summary-line-close-bracket): Ditto.
3590         (wl-summary-line-children-number): Ditto.
3591         (wl-summary-line-thread-indent): Ditto.
3592         (wl-summary-line-size): Ditto.
3593         (wl-summary-line-subject): Ditto.
3594         (wl-summary-line-from): Ditto.
3595         (wl-summary-line-children-and-from): Ditto.
3596         (wl-summary-create-line): Rewritten.
3597         (wl-summary-format-date): Abolished.
3598
3599         * wl-highlight.el (wl-highlight-summary-current-line): Use
3600         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3601         Use thread structure to detect thread top message.
3602
3603         * wl-draft.el (wl-default-draft-cite): Don't use
3604         wl-summary-from-func-internal.
3605
3606         * wl-refile.el (wl-refile-subject-learn): Don't use
3607         wl-summary-subject-filter-func-internal.
3608         (wl-refile-guess-by-subject): Ditto.
3609
3610         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3611         parameters.
3612
3613         * wl-thread.el (wl-thread-update-indent-string-region):
3614         Use wl-thread-update-line-on-buffer instead of
3615         wl-thread-update-indent-string.
3616         (wl-thread-update-children-number): Redefine using
3617         wl-thread-update-line-on-buffer.
3618         (wl-thread-update-indent-string): Abolished.
3619
3620         * Version number is increased to 2.9.11.
3621
3622 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3623
3624         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3625         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3626         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3627
3628         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3629         as nil.
3630
3631         * wl-thread.el (wl-thread-open-all-unread): Use 
3632         elmo-folder-list-messages-mark-match.
3633         (wl-thread-insert-message): Removed argument `mark-alist'.
3634         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3635         elmo-msgdb-set-mark.
3636         (wl-thread-get-children-msgs-uncached): Likewise.
3637         (wl-thread-get-exist-children): Added argument include-self.
3638         (wl-thread-delete-message): Follow the change above.
3639
3640         * wl-summary.el (wl-summary-count-unread): Removed argument.
3641         (wl-summary-rescan): Follow the change above.
3642         (wl-summary-mark-as-read-region): Ditto
3643         (wl-summary-mark-as-unread-region): Ditto.
3644         (wl-summary-delete-messages-on-buffer): Ditto.
3645         (wl-summary-sync-update): Ditto.
3646         (wl-summary-switch-to-clone-buffer): Ditto.
3647         (wl-summary-goto-folder-subr): Ditto.
3648         (wl-summary-target-mark-mark-as-read): Ditto.
3649         (wl-summary-target-mark-mark-as-unread): Ditto.
3650         (wl-summary-target-mark-mark-as-important): Ditto.
3651         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3652         (wl-summary-update-thread): Removed argument `mark-alist'.
3653         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3654         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3655         (wl-summary-resume-cache-status): Likewise.
3656         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3657         elmo-msgdb-set-mark.
3658         (wl-summary-mark-as-read-all): Likewise.
3659         (wl-summary-delete-cache): Ditto.
3660         (wl-summary-auto-select-msg-p): Ditto.
3661         (wl-summary-mark-as-unread): Ditto.
3662         (wl-summary-no-auto-refile-message-p): Ditto.
3663         (wl-summary-mark-as-read): Ditto.
3664         (wl-summary-mark-as-important): Ditto.
3665         (wl-summary-auto-refile): Follow the change above.
3666         (wl-summary-delete-all-marks): Removed.
3667         (wl-summary-resume-marks-and-highlight): Ditto.
3668         (wl-summary-resume-marks): Ditto.
3669         (wl-summary-delete-important-msgs-from-list): Ditto.
3670         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3671
3672         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3673         wl-summary-count-unread.
3674
3675         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3676         (wl-summary-score-update-all-lines): Use
3677         elmo-msgdb-set-mark.
3678
3679 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3680
3681         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3682         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3683         (wl-summary-create-line): Renamed from
3684         wl-summary-overview-create-summary-line;
3685         Argument rearrangement.
3686         (wl-summary-update-thread): Follow the change above.
3687
3688         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3689         (wl-thread-insert-entity-sub): Likewise.
3690
3691         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3692         argument `overview', `mark-alist' and added `msgdb'.
3693
3694         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3695
3696         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3697         (wl-summary-rescan): Follow the change above.
3698         (wl-summary-sync-update): Ditto.
3699         (wl-summary-insert-thread-entity): Ditto;
3700         Don't use `let*' in every while loop;
3701         Detect infinite loop of threads.
3702         (wl-summary-update-thread): Removed argument `overview'.
3703
3704         * wl-thread.el (wl-thread-insert-message): Ditto.
3705
3706         * Version number is increased to 2.9.10.
3707
3708         * wl-message.el (wl-message-redisplay): Ignore errors while
3709         wl-message-redisplay-hook.
3710
3711 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3714
3715 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl.el (wl): inhibit-quit while wl-folder.
3718
3719 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3722         while msgdb access.
3723
3724 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3725
3726         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3727         even if no folder is not created.
3728
3729 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3732
3733         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3734         implementation.
3735         (wl-summary-target-mark-thread): Ditto.
3736
3737         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3738
3739 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3740
3741         * wl-util.el (wl-display-bytes): Remove unused function.
3742
3743 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3746         seems critical one (partially reverse the change in 2002/03/17).
3747
3748 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3749
3750         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3751         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3752
3753 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3754
3755         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3756         is not writable.
3757         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3758         plugged status instead of `'force' as 2nd argument.
3759
3760         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3761         is not creatable.
3762
3763         * Version number is increased to 2.9.9.
3764
3765 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3766
3767         * wl-summary.el (wl-summary-suspend): New function.
3768
3769 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3770
3771         * wl.el (wl): Do not check variables if check is nil.
3772         * wl-utils.el (wl-collect-draft): New function.
3773         * wl-folder.el (wl-folder-suspend): Put summary buffers
3774         and draft buffers at the end of buffer list.
3775         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3776
3777 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3778
3779         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3780         loop instead of recursive call.
3781
3782         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3783         2nd argument.
3784
3785 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl-draft.el (wl-draft-create-contents): Don't take neither
3788         (function . args) nor (string . something) any more.
3789
3790         * wl-version.el (wl-generate-user-agent-string): Return string
3791         without header symbol.
3792         * wl-draft.el (wl-draft-default-headers): Use it.
3793
3794         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3795         `wl-draft-insert-ccs' and return field value instead of inserting
3796         the header. Abolish cc argument.
3797         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3798
3799         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3800         rather than one with string car.
3801
3802         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3803         * wl-draft.el (wl-draft-create-contents): Add it after the default
3804         headers.
3805
3806         * wl-draft.el (wl-draft-create-contents): For the case of
3807         (symbol-or-string . function) insert header only when the function
3808         returns string value.
3809
3810 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3813         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3814
3815 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3816
3817         * wl.el (wl-check-environment): Don't check Message-ID when
3818         `wl-insert-message-id' is nil.
3819         Revive checking if `wl-message-id-domain' contains "@".
3820
3821 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3822
3823         * wl.el (wl-check-environment): Merge examination for "@" at
3824         inappropriate position into the first string-match.
3825
3826         * wl-summary.el (wl-summary-target-mark-print): New function.
3827         (wl-summary-pipe-message-subr): Extracted from
3828         `wl-summary-pipe-message'.
3829         (wl-summary-target-mark-pipe): New function.
3830         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3831         `wl-summary-target-mark-pipe'.
3832
3833 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3836
3837 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3838
3839         * wl.el (wl-check-environment): Use elmo-warning instead of
3840         error for non-critical ones.
3841         Remove trash folder check.
3842         (wl): Don't ignore error in wl-check-environment.
3843
3844         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3845         check, which is moved from `wl-check-environment'.
3846         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3847
3848 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3849
3850         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3851         guess anything, call wl-summary-write.
3852         (wl-summary-write): Create draft with blank To field.
3853         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3854
3855 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3856
3857         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3858         argument full as well for wl-folder-write-current-folder.
3859         If wl-*-write-current-folder cannot guess addressee, add blank
3860         To header.
3861         Rewrite condition for positioning cursor.
3862
3863 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3866         summary buffer is present, use it.
3867         (wl-folder-jump-to-previous-summary): Ditto.
3868
3869 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3870
3871         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3872
3873         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3874         wl-summary-previous-buffer and wl-summary-next-buffer.
3875
3876         * wl-folder.el (wl-folder-mode-map): Bind
3877         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3878         (wl-folder-jump-to-next-summary): New function.
3879         (wl-folder-jump-to-previous-summary): Ditto.
3880
3881         * wl-draft.el (wl-draft): Rearranged.
3882
3883 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3886         of header.
3887         (wl-draft): Collect arguments for the header as header-alist.
3888         (wl-draft-forward): Arrange arguments for wl-draft.
3889         (wl-draft-reply): Ditto.
3890         (wl-draft-edit-string): Ditto.
3891         * wl-summary.el (wl-summary-write): Ditto.
3892         (wl-summary-write-current-folder): Ditto.
3893
3894         * Version number is increased to 2.9.8.
3895
3896 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3899
3900         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3901
3902         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3903         even if the guess failed.
3904
3905         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3906         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3907         wl-summary-write-current-folder.
3908         * wl-xmas.el: Ditto.
3909
3910 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3911
3912         * wl-summary.el (wl-summary-next-page): Force display message if
3913         message is not displayed yet.
3914         (wl-summary-prev-page): Ditto.
3915
3916 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3917
3918         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3919
3920 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3921
3922         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3923         add "Preview Message" and "Save Draft and Exit".
3924
3925 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3926
3927         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3928         if addrmgr is called from draft in splitted window.
3929
3930         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3931         * wl-mule.el: Ditto.
3932         * wl-xmas.el: Ditto.
3933
3934 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3935
3936         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3937
3938         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3939         * wl-xmas.el (wl-folder-toolbar): Ditto.
3940
3941 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3942
3943         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3944         and wl-draft-save-and-exit.
3945         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3946         * wl-xmas.el: Ditto.
3947         * wl-mule.el: Ditto.
3948
3949         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3950         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3951
3952 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3955         lists for saving buffer.
3956
3957 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3960         parent-folder argument instead of it.
3961         (wl-draft-create-buffer): Ditto.
3962         (wl-draft-forward): Ditto.
3963         (wl-draft-reply): Ditto.
3964         * wl-summary.el (wl-summary-write): Ditto.
3965         (wl-summary-write-current-folder): Ditto.
3966
3967         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3968         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3969         Folder buffer after composing.
3970
3971 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3974         header if the file `wl-x-face-file' already contains it.
3975
3976 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3977
3978         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3979         folder" entry.
3980         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3981         * wl-e21.el (wl-folder-toolbar): Ditto.
3982         * wl-xmas.el (wl-folder-toolbar): Ditto.
3983
3984 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3985
3986         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3987         wl-folder-goto-folder with sticky argument.
3988         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3989
3990 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3991
3992         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3993         and wl-summary-previous-buffer.
3994         (wl-summary-next-buffer): New function.
3995         (wl-summary-previous-buffer): Ditto.
3996
3997 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3998
3999         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4000         wl-folder-jump-to-current-entity-with-arg.
4001         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4002         `wl-folder-jump-to-current-entity'.
4003         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4004         `wl-summary-goto-folder-sticky'.
4005         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4006         `wl-summary-goto-folder'.
4007         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4008         Unless force-exit, do not clean temp. marks for sticky summary.
4009         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4010
4011 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4012
4013         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4014         not entire.
4015
4016 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4019         to `C-x C-s'.
4020         (wl-summary-save-status): New command.
4021         (wl-summary-exit): Don't clean-up temp marks when sticky.
4022         (Applied patch from Nakayama-san [wl: 09548])
4023         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4024         Do nothing when no mark data.
4025         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4026         Call `wl-summary-delete-all-temp-marks' before saving.
4027
4028 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4029
4030         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4031
4032 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * wl.el (wl-check-environment): Also cause error when (system-name)
4035         returns "localhost.localdomain". (Although it doesn't affect because
4036         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4037
4038 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4041         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4042
4043         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4044         value.
4045
4046 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4047
4048         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4049         Likewise r-cc-list and r-ng-list.
4050
4051 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4052
4053         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4054         only if it is bound as variable.
4055
4056         * wl-mime.el (wl-draft-preview-message): Ditto.
4057
4058 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4061         needless `goto-char'.
4062
4063         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4064         `wl-summary-redisplay-no-mime-internal' instead of
4065         `wl-summary-redisplay-no-mime'.
4066         (wl-summary-redisplay-no-mime): Changed argument;
4067         Call `wl-summary-redisplay-no-mime-internal'.
4068
4069         * wl-mime.el (wl-draft-preview-message): Bind
4070         `mime-header-encode-method-alist' locally.
4071
4072         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4073         (wl-draft-std11-parse-addresses): Added the first address check.
4074         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4075
4076         * Version number is increased to 2.9.7.
4077
4078 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4079
4080         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4081
4082 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4083
4084         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4085         related to scrollbar support, if there is no such a feature
4086         compiled in.
4087
4088 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4089
4090         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4091         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4092         for prefetch.
4093
4094 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4095
4096         * wl-summary.el (wl-summary-pick): Fix for no match.
4097
4098 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4099
4100         * wl-draft.el (wl-draft-save):
4101         Override `mime-header-encode-method-alist'.
4102
4103 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4104
4105         * wl-folder.el (wl-folder-pick): New function.
4106         Define key as "?".
4107
4108 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4111         Fix for unplugged.
4112
4113 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4114
4115         * wl-folder.el (wl-folder-virtual): New function.
4116         Define key as "V".
4117
4118 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4119
4120         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4121         multi folder if entity is group.
4122
4123 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4124
4125         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4126         is nil.
4127
4128 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4129
4130         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4131         (wl-summary-target-mark-msgs): Return the number of marked messages.
4132
4133 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4134
4135         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4136         "first:" is specified.
4137
4138 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4139
4140         * wl-vars.el (wl-from): Use return value of function
4141         user-full-name instead of the variable user-full-name since
4142         XEmacs-20.4 doesn't set this variable.
4143
4144 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4147         call `wl' directly.
4148
4149 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4150
4151         * wl-draft.el (wl-draft-reedit): Removed duplicated
4152         switch-to-buffers.
4153
4154 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * wl.el (wl-other-frame): Removed garbages.
4157
4158 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4161
4162         * wl-xmas.el (wl-draft-key-setup): Ditto.
4163
4164         * wl-mule.el (wl-draft-key-setup): Ditto.
4165
4166         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4167         (wl-draft-reedit): Ditto.
4168         (wl-draft-prepare-edit): Add `wl-draft-save' to
4169         `local-write-file-hooks'.
4170         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4171         (wl-draft-reedit): Set buffer-file-name.
4172         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4173
4174
4175         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4176         call it.
4177         (wl-delete-startup-frame-function): New variable.
4178         (wl-other-frame): New function
4179         (Original was written by Yamaoka san [wl: 09239]).
4180
4181         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4182         if `wl-folder-use-frame'.
4183
4184 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4185
4186         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4187
4188 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4189
4190         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4191         New variable.
4192         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4193         (wl-message-buffer-prefetch-get-next): Use them.
4194         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4195
4196 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4199         with unwind-protect.
4200
4201         * wl-draft.el (wl-draft-reedit): Rewrite.
4202         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4203         (wl-draft-save): Insert header separator if it does not exist;
4204         Removed condition-case.
4205
4206         * wl-summary.el (wl-summary-reedit): Revert last change.
4207
4208         * wl-draft.el (wl-draft-save): Rewrite.
4209         (wl-draft-create-buffer): Set buffer-file-name as nil.
4210
4211         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4212
4213         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4214
4215         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4216         nil.
4217
4218 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4219
4220         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4221         If count is nil, do not prefetch.
4222         (wl-message-buffer-prefetch-next): Next.
4223
4224 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4225
4226         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4227
4228 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4229
4230         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4231         `delete-backward-char'
4232         (wl-draft-prepare-edit): Check major-mode.
4233         (wl-draft-decode-header): Rewrite.
4234         (wl-draft): Fix.
4235
4236 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4237
4238         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4239
4240 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4241
4242         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4243         (wl-message-buffer-prefetch-get-next): Remove size checking.
4244         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4245
4246 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4247
4248         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4249         (wl-draft-default-headers): Fix.
4250
4251 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4252
4253         * wl-draft.el (wl-draft-default-headers): Insert return value of
4254         `wl-generate-mailer-string-function'.
4255
4256 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4257
4258         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4259         (wl-draft-insert-mail-header-separator): Ditto.
4260
4261         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4262         again (Reverted the change on 2002-01-17 by OKADA san).
4263
4264 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4265
4266         * wl-draft.el (wl-draft): Rewrite.
4267         (wl-draft-create-buffer): New function.
4268         (wl-draft-create-contents): Ditto.
4269         (wl-draft-prepare-edit): Ditto.
4270         (wl-draft-decode-header): Ditto.
4271         (wl-draft-decode-body): Ditto.
4272         (wl-draft-check-new-line): Ditto.
4273         (wl-draft-default-headers): Ditto.
4274         (wl-draft-insert-mail-header-separator): Ditto.
4275
4276 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * Version number is increased to 2.9.6.
4279
4280 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4281
4282         * wl-draft.el (wl-draft-delete-field): Optional argument.
4283         (wl-draft-delete-fields): Ditto.
4284
4285 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-message.el (toplevel): Eliminated byte-compile warning.
4288         for `itimer-function', `delete-timer' and `itimer-list'.
4289
4290 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4293         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4294         `wl-message-buffer-prefetch-threshold'.
4295         * wl-summary.el (wl-summary-redisplay-internal): Remove
4296         the check of `wl-message-buffer-prefetch-depth'.
4297
4298 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4301         size of article.
4302         (wl-message-buffer-prefetch-subr): Remove size check.
4303
4304 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4305
4306         * wl-vars.el (wl-plugged): Make customizable.
4307
4308 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4309
4310         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4311         (wl-message-buffer-prefetch-set-timer): New function.
4312         (wl-message-buffer-prefetch-get-next): New function.
4313         (wl-message-buffer-prefetch): New function.
4314         (wl-message-buffer-prefetch-next): Rewrite.
4315         (wl-message-buffer-prefetch-subr): Rewrite.
4316         * wl-vars.el (wl-auto-prefetch-first): New variable.
4317         * wl-summary.el (wl-summary-goto-folder-subr): Call
4318         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4319
4320 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4321
4322         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4323         `wl-summary-unread-message-hook'.
4324
4325 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4328         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4329         if range is `cache-status'.
4330
4331 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4332
4333         * wl-message.el (wl-message-buffer-prefetch-subr):
4334         Improve debug message.
4335
4336 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4337
4338         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4339         `wl-mail-send-pre-hook'.
4340         (wl-draft-send-mail-with-qmail): Ditto.
4341         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4342
4343 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4344
4345         * wl-message.el (wl-message-buffer-prefetch-subr):
4346         Fix for cancel-function-timers bug.
4347         (wl-message-buffer-prefetch-debug): Default value is t.
4348
4349 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4352         (wl-message-buffer-prefetch-subr): Rewrite.
4353         Rename from `wl-message-buffer-prefetch'.
4354
4355 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4356
4357         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4358         (wl-default-draft-cite-decorate-author): Ditto.
4359
4360         * wl-draft.el (wl-draft-cite-function): Removed.
4361         (wl-default-draft-cite-decorate-author): Ditto.
4362
4363 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4366         (wl-default-draft-cite): Do not arrange author name if the value of
4367         `wl-default-draft-cite-decorate-author' is nil.
4368
4369 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4370
4371         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4372
4373         * wl-folder.el (wl-folder-check-one-entity): Don't care
4374         `elmo-folder-use-flag-p'.
4375
4376 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4377
4378         * wl-folder (wl-folder-check-one-entity): Fix
4379         problem if unread is nil.
4380
4381 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-address.el (wl-address-make-completion-list): Check whether
4384         the address is a group list.
4385         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4386
4387 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4388
4389         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4390         The number of the messages of new and unread does not count
4391         correctly.
4392
4393         * wl-summary.el (wl-summary-count-unread): Changed to return
4394         `(new . unread)' instead of total.
4395         (wl-summary-sync-update): Follow the change above.
4396
4397         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4398
4399 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-address.el (wl-address-make-completion-list): Do not enclose
4402         address by " <" and ">" if associated realname is "".
4403         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4404         This is against the promblem with group list in .addresses pointed
4405         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4406
4407 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408
4409         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4410         message is a format control string.
4411         * wl-expire.el (wl-expire-append-log): Ditto.
4412         * wl-mime.el (wl-summary-burst-subr): Ditto.
4413         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4414         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4415
4416 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4419         wl.el (wl-check-variables): Rename from `wl-check-type'.
4420         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4421         (wl-check-variables-2): New function.
4422         (wl): Call `wl-check-variables-2'.
4423
4424 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4427         after renaming folder in access group.
4428
4429 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4430
4431         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4432         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4433         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4434         (wl-message-buffer-prefetch): Rewrite.
4435         (wl-message-buffer-prefetch-idle-time): Removed.
4436         * wl-summary.el (wl-summary-redisplay-internal):
4437         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4438         Error check for `wl-message-buffer-prefetch-depht'.
4439
4440 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4441
4442         * Version number is increased to 2.9.5.
4443         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4444
4445 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4446
4447         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4448         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4449         Based on the patch written by
4450         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4451
4452 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4453
4454         * wl-draft.el (wl-draft-raw-send): Fix for
4455         `wl-news-send-pre-hook'
4456
4457 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * wl-utils.el (wl-message-id-function): New variable.
4460         * wl-draft.el (wl-draft-insert-required-fields):
4461         Use `wl-message-id-function'.
4462
4463 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4464
4465         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4466         * wl-utils.el (wl-draft-make-message-id-string):
4467         Use `wl-from' for domain part of Message-ID
4468         if `wl-message-id-use-wl-from' if non-nil.
4469         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4470
4471 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4472
4473         * wl.el (wl): Call `wl-check-type'
4474         Do not 'condition-case'.
4475
4476 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl.el (wl-check-type): New function.
4479         (wl-check-type-variables): New variable.
4480
4481 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4482
4483         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4484
4485 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4486
4487         * wl-draft.el (wl-smtp-password-key): New function.
4488         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4489         (wl-draft-send-mail-with-smtp): Ditto.
4490         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4491
4492 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4495         * wl-utils.el (wl-unique-id-suffix): Remove.
4496
4497 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * Version number is increased to 2.9.4.
4500
4501 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4502
4503         * wl-utils.el (wl-unique-id-suffix): New variable.
4504         (wl-unique-id): Use `wl-unique-id-suffix'
4505
4506 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4507
4508         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4509         instead of `elmo-msgdb-search'.
4510
4511         * Version number is increased to 2.9.3.
4512
4513 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4514
4515         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4516
4517 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4518
4519         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4520         (wl-draft-dispatch-message): Changed for send-later.
4521         (wl-draft-queue-flush): Ditto.
4522         (wl-draft): Clear `wl-sent-message-queued'.
4523         (wl-draft-reedit): Ditto.
4524         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4525         * wl-vars.el (wl-draft-force-queuing): New variable.
4526         (wl-draft-force-queuing-mail): New variable.
4527         (wl-draft-force-queuing-news): New variable.
4528
4529 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4532         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4533
4534 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4535
4536         * Version number is increased to 2.9.2.
4537
4538 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * wl-draft.el (wl-draft-elide-region): New user command.
4541         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4542
4543         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4544         command `wl-draft-elide-region'.
4545         * wl-mule.el: Ditto.
4546         * wl-xmas.el: Ditto.
4547
4548 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4549
4550         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4551         (wl-biff-check-folder-async): Removed needless let.
4552
4553 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4556         wl-folder-get-elmo-folder.
4557         (wl-biff-check-folder): Set `biff' argument of
4558         `wl-folder-check-one-entity'.
4559         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4560
4561         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4562         (wl-folder-check-one-entity): Added `biff' argument;
4563         Setup `biff' slot of folder.
4564
4565         * Version number is increased to 2.9.1.
4566
4567 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4570         comment out and fixed.
4571         (wl-fldmgr-add-completion-subr): Ditto.
4572
4573         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4574         and msgdb.
4575
4576         * wl.el (wl-toggle-plugged): Save summary view.
4577
4578 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4581
4582 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4583
4584         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4585
4586 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4589         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4590         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4591
4592         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4593         if it was failed.
4594         (wl-demo): Disable undo in the demo buffer.
4595
4596 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4597
4598         * wl-version.el (wl-version): Changed codename.
4599
4600         * Version number is increased to 2.9.0.
4601
4602 2001-12-14  Takuo KITAME <kitame@northeye.org>
4603
4604         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4605         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4606         (wl-folder-mark-as-read-all-current-entity): Ditto.
4607
4608 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4609
4610         * wl-vars.el (wl-from-width): Define as obsolete variable.
4611         (wl-subject-length-limit): Ditto.
4612
4613         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4614
4615         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4616         wl-summary-save-view.
4617
4618         * wl.el (wl-save-status): Ditto.
4619         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4620
4621         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4622         (wl-summary-exit): Follow the change above.
4623         (wl-summary-goto-folder-subr): Ditto.
4624
4625         * wl-folder.el (wl-folder-create-subr): Don't use
4626         `elmo-folder-creatable-p'.
4627
4628 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4631
4632 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4635         rather than bitmap on Emacs 21.
4636         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4637         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4638         for xbm if the new redisplay engine is not available.
4639
4640 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4641
4642         * wl-folder.el (wl-folder-init-hook): New hook.
4643         (wl-folder-init): Run `wl-folder-init-hook'.
4644
4645 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4648
4649 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-acap.el (wl-acap-cache-filename): New variable.
4652         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4653         (wl-acap-init): Use cache if no ACAP server found.
4654
4655 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4656
4657         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4658         `wl-acap-original-msgdb-dir'.
4659
4660         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4661         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4662
4663         * wl-mime.el (wl-mime-save-directory): Renamed from
4664         `wl-mime-save-dir'.
4665
4666 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4669
4670         * wl-demo.el: Require `path-util'.
4671         (wl-demo-bitmap-mule-available-p): New internal variable.
4672         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4673         `module-installed-p' instead.
4674         (wl-demo-insert-image): Use *.img file for a bitmap image.
4675         (wl-demo): Don't call the ascii demo recursively.
4676
4677 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4678
4679         * Version number is increased to 2.7.7.
4680
4681 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl.el (wl-exit): Eliminated byte-compile warning.
4684
4685 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4686
4687         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4688         obsolete variable using `elmo-define-obsolete-variable'.
4689         (wl-fetch-confirm-threshold): Ditto.
4690         (wl-cache-prefetch-folder-type-list): Ditto.
4691         (wl-cache-prefetch-folder-list): Ditto.
4692
4693 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4696         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4697         (wl-demo-insert-image): New function.
4698         (wl-demo-insert-text): New function.
4699         (wl-demo-image-type-alist): Redefine as a function.
4700         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4701         (wl-demo-with-temp-file-buffer): Removed.
4702         (wl-logo-xpm): Removed.
4703         (wl-logo-xbm): Removed.
4704         (wl-logo-bitmap): Removed.
4705
4706 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4707
4708         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4709         (wl-expire-localdir-get-folder-function): New user option.
4710         (wl-expire-localdir-get-folder): New function.
4711         (wl-expire-localdir-date): Ditto.
4712
4713 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4714
4715         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4716         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4717         Fixed unread number mismatch when all-unread < unread.
4718
4719 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4722         (wl-fetch-confirm-threshold): Ditto.
4723
4724         * wl-summary.el (wl-summary-confirm-appends): Removed.
4725         (wl-summary-sync-update): Don't refer
4726         `wl-summary-update-confirm-threshold' (It is now abolished).
4727
4728         * wl-message.el (wl-message-display-internal): Don't refer
4729         `wl-fetch-confirm-threshold' (It is now abolished).
4730
4731 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4734
4735 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4738         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4739         Change default value to nil.
4740         (wl-summary-indent-length-limit): The value can be nil, nil means
4741         unlimited.
4742
4743         * wl-summary.el: Don't set limit for indent length if the value of
4744         wl-summary-indent-length-limit is nil.
4745         If the value of wl-summary-width is nil, it means only that the width
4746         of summary is unlimited (nil doesn't mean that the indent length is
4747         unlimited).
4748
4749         * wl-thread.el: Ditto.
4750
4751 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4752
4753         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4754         be nil, nil means never confirm.
4755         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4756
4757 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4760         means unlimited).
4761
4762 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4763
4764         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4765         Use `with-temp-buffer'.
4766
4767 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4770         with new backquote style).
4771         (wl-folder-get-entity-from-buffer): Ditto.
4772
4773 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4774
4775         * wl-version.el (nemacs-version): Eliminated.
4776         (wl-extended-emacs-version2): Ignore nemacs.
4777         (wl-extended-emacs-version3): Ditto.
4778
4779 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4780
4781         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4782         (wl-draft-add-in-reply-to): New variable.
4783         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4784         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4785         (wl-draft-yank-from-mail-reply-buffer): Use
4786         `wl-draft-add-in-reply-to'.
4787         (wl-draft-insert-current-message): Ditto.
4788
4789 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4790
4791         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4792         typo (kill->hide).
4793         (wl-message-buffer-prefetch-folder-type-list): Added elements
4794         `mark' and `cache' instead of `internal'.
4795
4796 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4797
4798         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4799         resume msgdb directory.
4800
4801 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4802
4803         * wl.el (wl-exit): Call `wl-acap-exit'.
4804
4805         * wl-summary.el (wl-summary-message-string): New function.
4806         (wl-summary-reedit): Use it.
4807         (wl-summary-resend-bounced-mail): Remove needless let.
4808         (wl-summary-supersedes-message): Ditto.
4809         (wl-summary-save): Ditto.
4810
4811         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4812         (wl-acap-init): Set it.
4813         (wl-acap-exit): New function.
4814
4815 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4816
4817         * wl.el (wl-init): Revert (require 'mime-setup). move from
4818         toplevel.
4819
4820 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4821
4822         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4823         local variables.  Add error when guess function return invalid
4824         value.
4825
4826 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4827
4828         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4829         Change local variable name.
4830         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4831         (wl-folder-get-newsgroups): Return nil when non-news folder.
4832         * wl-summary.el (wl-summary-write-current-folder): State through
4833         when guess-list return nil.
4834         (wl-summary-write-current-folder-functions): Fixed docstring.
4835
4836         * wl.el (wl-exit): Changed confirm message.
4837
4838         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4839         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4840
4841         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4842
4843 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4844
4845         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4846         user option (Renamed from wl-cache-prefetch-folder-type-list).
4847         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4848         from wl-cache-prefetch-folder-list).
4849
4850         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4851         Move to wl-vars.el.
4852         (wl-message-buffer-prefetch-p): Changed to enable
4853         `wl-message-buffer-prefetch-folder-list'.
4854
4855         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4856         `ignore-cache'.
4857
4858 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4859
4860         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4861         `part-top' and `part-bottom'.
4862         (wl-draft-config-sub-part-top): New function.
4863         (wl-draft-config-sub-part-bottom): New function.
4864
4865 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4868
4869 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4870
4871         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4872
4873 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4876
4877         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4878         (wl-summary-write-current-folder): Ditto.
4879
4880 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * wl-folder.el (wl-folder-get-newsgroups): Use
4883         `elmo-folder-newsgroups'.
4884
4885 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4886
4887         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4888         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4889         `wl-draft-config-sub-header-bottom'.
4890
4891 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4892
4893         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4894         localnews folder.
4895
4896 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4897
4898         * wl-summary.el (wl-summary-mode): Undo last change.
4899
4900         * wl-folder.el (wl-folder-mode): Ditto.
4901
4902 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-summary.el (wl-summary-mode): Locally set
4905         truncate-partial-window-width to nil.
4906         (for XEmacs)
4907
4908         * wl-folder.el (wl-folder-mode): Ditto.
4909
4910 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4911
4912         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4913
4914 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4917         number.
4918
4919         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4920
4921         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4922
4923         * Version number is increased to 2.7.6.
4924
4925 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4928
4929 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * wl-summary.el (wl-summary-sync-update): Enclose network
4932         related portion with `unwind-protect'.
4933
4934 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4935
4936         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4937
4938 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4941         element.
4942         * wl-vars.el (wl-message-body-button-alist): Ditto.
4943
4944         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4945         max match length.
4946         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4947
4948         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4949         for the max match length;
4950         Use 4th element value for the button string regexp group.
4951
4952         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4953         candidate exists, prompt to select.
4954
4955 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4956
4957         * wl-summary.el (wl-summary-jump-to-msg): Search before
4958         calibration point by `beginning-of-line'.
4959
4960 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4961
4962         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4963         for access group.
4964
4965 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-message.el (wl-message-display-internal): Bind
4968         `default-mime-charset'.
4969
4970         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4971
4972         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4973
4974         * Version number is increased to 2.7.5.
4975
4976 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * wl-expire.el (wl-summary-archive): Fixed;
4979         Use `elmo-folder-name-internal'.
4980
4981 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4982
4983         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4984         from `elmo-folder-move-messages' caller.
4985         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4986
4987         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4988         related portions are changed).
4989
4990 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4991
4992         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4993         counter.
4994
4995 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4996
4997         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4998         buffer local and set it to nil.
4999
5000         * wl-message.el (wl-message-redisplay): Ditto.
5001
5002 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5003
5004         * wl-summary.el (wl-summary-mark-as-important): If message is
5005         already cached, set messag as read, otherwise encache and mark as read.
5006
5007 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5008
5009         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5010         point-min.
5011
5012 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5015         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5016         a keymap.
5017
5018 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5021         parent.
5022
5023         * wl-mule.el (wl-message-define-keymap): Ditto.
5024
5025         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5026
5027         * wl-xmas.el (wl-message-display-internal-hook): Define.
5028         (wl-xmas-setup-message-toolbar): Define as function.
5029         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5030         (wl-message-overload-functions): Abolished.
5031         (wl-message-define-keymap): New function.
5032
5033         * wl-vars.el (wl-message-display-internal-hook): New variable.
5034         (wl-message-header-button-alist): New variable (Renamed from
5035         wl-highlight-message-header-button-alist).
5036         (wl-message-body-button-alist): Ditto.
5037
5038         * wl-mule.el (wl-message-define-keymap): New function.
5039         (wl-message-overload-functions): Abolished.
5040
5041         * wl-message.el (wl-message-add-buttons-to-body): New function.
5042         (wl-message-redisplay): Don't call wl-message-overload-functions;
5043         Call wl-message-add-buttons-to-header and
5044         wl-message-add-buttons-to-body.
5045         (wl-message-display-internal): Set keymap argument for
5046         elmo-mime-display-as-is, elmo-mime-message-display;
5047         Run wl-message-display-internal-hook.
5048         (wl-message-refer-article-or-url): Abolished.
5049
5050         * wl-highlight.el (wl-highlight-headers): Don't call
5051         wl-highlight-message-add-buttons-to-header.
5052         (wl-highlight-message-add-buttons-to-header): Abolished.
5053
5054
5055         * wl-e21.el (wl-message-display-internal-hook): Define.
5056         (wl-e21-setup-toolbar): Deleted duplicated binding.
5057         (wl-e21-setup-message-toolbar): Define as function.
5058         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5059         (wl-message-define-keymap): New function.
5060         (wl-message-overload-functions): Abolished.
5061
5062 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5065         and elmo-folder-close.
5066
5067         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5068
5069 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5070
5071         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5072         boolean value.
5073         * wl-draft.el (wl-draft-do-fcc): Ditto.
5074
5075 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5076
5077         * wl-vars.el (wl-fcc-force-as-read): New variable.
5078         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5079         mark copied message as read.
5080
5081 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5082
5083         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5084
5085 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5086
5087         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5088         `wl-summary-target-above' instead of obsolete variable
5089         `wl-summary-temp-above'.
5090
5091         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5092         instead of `make-obsolete-variable'.
5093         * wl-refile.el (toplevel): Ditto.
5094
5095 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5096
5097         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5098         with third argument t.
5099         (wl-draft): Set first argument for wl-plugged-init as t.
5100
5101         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5102         definition.
5103
5104 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5105
5106         * wl-vars.el: Tabify.
5107         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5108
5109         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5110         message.
5111
5112 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5113
5114         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5115         and set default to beep.
5116
5117 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-vars.el (wl-draft-truncate-lines): New variable.
5120
5121         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5122         instead of wl-message-truncate-lines for truncate-lines.
5123
5124 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-message.el (wl-message-display-internal): Call
5127         `wl-highlight-message' after `elmo-mime-display-as-is'.
5128
5129         * wl-mime.el (wl-mime-display-text/plain): New function.
5130         (wl-mime-display-header): Ditto.
5131         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5132         body-presentation-method for text/plain;
5133         Register `wl-mime-display-header' as a header-presentation-method;
5134         Don't set up `elmo-message-text-content-inserted-hook' and
5135         `elmo-message-header-inserted-hook'.
5136
5137         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5138         variable.
5139         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5140         as t if flag is 'all-header;
5141         Don't bind `elmo-message-ignored-field-list',
5142         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5143
5144 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5147         for xemacs with non-mule environment.
5148
5149 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5150
5151         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5152         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5153         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5154
5155 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5156
5157         * wl-vars.el (wl-interactive-send): Set default value as t.
5158
5159 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5162         (wl-addrmgr-method-list): Abolished.
5163         (wl-addrmgr-change-method): Follow above change.
5164
5165         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5166
5167 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5168
5169         * wl-vars.el (wl-message-truncate-lines): Change default value
5170         to default-truncate-lines.
5171
5172         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5173
5174 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-vars.el (wl-message-truncate-lines): New variable.
5177
5178         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5179         wl-message-truncate-lines.
5180
5181 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5182
5183         * wl-acap.el (wl-acap-init): Remove period from error message.
5184         (wl-acap-find-acap-service): Remove period from message.
5185
5186 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl.el (wl-check-environment): Undo last change.
5189
5190         * wl-vars.el (wl-from): Changed default value.
5191
5192         * wl-util.el (toplevel): Don't require tm-edit.
5193
5194         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5195         `wl-folder-init';
5196         Don't set mark on mail body.
5197         (wl-draft-reedit): Ditto.
5198
5199         * wl-address.el (wl-address-quote-specials): Define as an alias for
5200         elmo-address-quote-specials.
5201
5202 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5205
5206         * wl-vars.el (wl-from): Set default value as nil.
5207         (wl-organization): Set default value as ORGANIZATION environment
5208         variable.
5209
5210         * wl-draft.el (wl-smtp-extension-bind): Check value of
5211         wl-smtp-connection-type.
5212
5213         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5214         error.
5215
5216 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5217
5218         * Version number is increased to 2.7.4.
5219
5220         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5221         arguments from `wl-highlight-x-face-function' caller.
5222         Use x-face-1.3.6.12 or later.
5223
5224 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5225
5226         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5227
5228 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5229
5230         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5231         (wl-fcc): Fix to accept function.
5232         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5233
5234 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5235
5236         * wl-acap.el (toplevel): Added `product-provide' declare.
5237         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5238
5239 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl.el (wl): Changed order of calling `elmo-init'
5242         and `elmo-folder-init'.
5243
5244 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5245
5246         * wl-mime.el (wl-summary-burst): Extract message when content-type
5247         of root entity is not only `multipart' but also `message/rfc822'.
5248         (wl-summary-burst-subr): Ditto.
5249
5250 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-vars.el (toplevel): Require 'custom.
5253         (wl-trash-folder): Added to `wl-setting' group.
5254
5255         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5256         exists.
5257         (wl-addrmgr-draw): Insert empty line when no entry exists.
5258
5259         * wl-mule.el (wl-message-wheel-up): Fixed.
5260         (wl-message-wheel-down): Ditto.
5261
5262 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5263
5264         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5265         config is an anonymous lambda expression.
5266
5267 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5270         when Mule 2 is running.
5271
5272 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5275
5276 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5279         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5280
5281         * wl-address.el (wl-address-specials-regexp): Eliminated.
5282         (wl-address-quote-specials): Rewrite.
5283
5284 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5287         shy-groups for regexp.
5288
5289         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5290         character classes and Perl style shy-groups for regexp.
5291         (wl-highlight-plugged-current-line): Use Posix style character
5292         classes for regexp.
5293         (wl-e21-highlight-folder-by-numbers): Ditto.
5294         (wl-e21-display-image-p): Use `display-images-p' instead of
5295         `display-graphic-p'.
5296         (display-images-p): Make an alias to `display-graphic-p' if it is
5297         not available.  It is for Emacs version prior to 21.0.105.
5298
5299         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5300         `display-graphic-p'.
5301         (wl-demo-image-type-alist): Ditto.
5302         (display-images-p): Make an alias to `display-graphic-p' if it is
5303         not available.  It is for Emacs version prior to 21.0.105.
5304
5305 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5306
5307         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5308         support.
5309         (wl-generate-user-agent-string): Ditto.
5310
5311         * wl-version.el (wl-version): Update docsting.
5312         (wl-version-status): Ditto.
5313
5314 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5315
5316         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5317         21.0.105.  For Emacs 21.0.104 or earlier.
5318
5319 2001-09-03  Takuo KITAME <kitame@northeye.org>
5320
5321         * wl-e21.el (wl-plugged-init-icons): Use
5322         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5323         (wl-biff-init-icons): Ditto.
5324
5325 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-highlight.el (wl-highlight-summary-current-line):
5328         Fixed highlighting refile/copy destination.
5329
5330         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5331         (wl-acap-store): Encode string by wl-acap-coding-system.
5332
5333 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * wl-acap.el (toplevel): Check and require 'un-define before
5336         'xemacs-ucs;
5337          Added checking for UTF-2000.
5338
5339 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5342         Don't enclose with `eval-and-compile'.
5343
5344         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5345         wl-init is non-nil.
5346
5347         * wl-draft.el (wl-draft): Ditto.
5348
5349         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5350
5351         * wl-acap.el (toplevel): Require 'wl.
5352         (wl-acap-store): Call `elmo-init'.
5353
5354         * wl.el (wl): Changed position of `wl-check-environment'.
5355         (toplevel): Added autoload setting for wl-acap.
5356
5357         * wl-vars.el (wl-setting): New custom group.
5358         (wl-from): Added wl-setting group.
5359         (wl-user-mail-address-list): Ditto.
5360         (wl-organization): Ditto.
5361         (wl-subscribed-mailing-list): Ditto.
5362         (wl-envelope-from): Ditto.
5363         (wl-smtp-posting-user): Ditto.
5364         (wl-smtp-posting-server): Ditto.
5365         (wl-smtp-posting-port): Ditto.
5366         (wl-smtp-authenticate-type): Ditto.
5367         (wl-pop-before-smtp-user): Ditto.
5368         (wl-pop-before-smtp-server): Ditto.
5369         (wl-pop-before-smtp-port): Ditto.
5370         (wl-pop-before-smtp-authenticate-type): Ditto.
5371         (wl-nntp-posting-server): Ditto.
5372         (wl-nntp-posting-user): Ditto.
5373         (wl-nntp-posting-port): Ditto.
5374         (wl-fetch-confirm-threshold): Ditto.
5375         (wl-prefetch-threshold): Ditto.
5376         (wl-thread-insert-opened): Ditto.
5377         (wl-ldap-server): Ditto.
5378         (wl-ldap-port): Ditto.
5379         (wl-ldap-base): Ditto.
5380         (wl-ldap-objectclass): Ditto.
5381         (wl-use-ldap): Ditto.
5382         (wl-draft-config-alist): Ditto.
5383         (wl-draft-config-matchone): Ditto.
5384         (wl-template-alist): Ditto.
5385         (wl-message-sort-field-list): Ditto.
5386         (wl-message-ignored-field-list): Ditto.
5387         (wl-message-visible-field-list): Ditto.
5388         (wl-interactive-send): Ditto.
5389         (wl-summary-move-order): Ditto.
5390         (wl-auto-select-first): Ditto.
5391         (wl-auto-select-next): Ditto.
5392         (wl-interactive-save-folders): Ditto.
5393
5394         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5395         Initialization codes are moved from wl-local-folder-init.
5396         (wl-local-folder-init): Follow the change above.
5397         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5398
5399         * wl-acap.el: New file.
5400
5401         * Version number is increased to 2.7.3.
5402
5403 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5404
5405         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5406
5407 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5408
5409         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5410         (wl-addrmgr-address-entry-list): Ditto.
5411
5412 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-e21.el (wl-draft-mode-map): Removed binding for
5415         `wl-draft-insert-x-face-field'.
5416
5417         * wl-mule.el (wl-draft-mode-map): Ditto.
5418
5419         * wl-xmas.el (wl-draft-mode-map): Ditto.
5420
5421         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5422         (wl-cs-autoconv): Ditto.
5423         (wl-cs-local): Ditto.
5424         (wl-use-scoring): Ditto.
5425         (wl-mime-charset): Ditto.
5426         (wl-folder-check-async): Ditto.
5427
5428         * wl.el (toplevel): Ignore nemacs and tm.
5429         (wl-exit): Ditto.
5430
5431         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5432         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5433         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5434         instead of wl-address-petname-add-or-change.
5435         (wl-summary-edit-addresses-subr): Use wl-address-delete
5436         instead of wl-address-petname-delete.
5437
5438         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5439
5440         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5441         if error occured.
5442
5443         * wl-message.el (require): Remove tm support.
5444
5445         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5446
5447         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5448         (wl-folder-jump-to-current-entity): Ditto.
5449         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5450
5451         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5452         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5453         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5454
5455         * wl-mule.el (wl-draft-key-setup): Ditto.
5456
5457         * wl-xmas.el (wl-draft-key-setup): Ditto.
5458
5459         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5460         (wl-draft-std11-parse-addresses): New function.
5461         (wl-draft-parse-mailbox-list): Use it.
5462         (wl-draft): Ignore nemacs.
5463         (wl-draft-reedit): Ditto.
5464
5465         * wl-addrmgr.el: New file.
5466         (Original is wl-rcpt.el written by
5467         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5468         Thanks Kitamoto-san.)
5469
5470         * wl-address.el (wl-address-make-address-list): Modified parsing
5471         process.
5472         (wl-address-delete): Renamed from `wl-address-petname-delete';
5473         Modify wl-address-list too.
5474         (wl-address-add-or-change): Renamed from
5475         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5476
5477 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5478
5479         * wl-highlight.el (wl-highlight-summary-current-line):
5480           Work with transient-mark-mode
5481
5482 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5483
5484         * Version number is increased to 2.7.2.
5485
5486         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5487         instead of elmo-dop-queue-method.
5488
5489 2001-08-06  SAITO Atsunori <sai@yedo.com>
5490
5491         * wl-vars.el (wl-ldap-objectclass): New user option.
5492
5493         * wl-address.el (wl-ldap-make-filter): Use it.
5494
5495 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5498
5499 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-folder.el (wl-folder): redisplay after folder insertion.
5502
5503         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5504
5505         * wl-summary.el (wl-summary-sync-update):
5506         Change status mark only when new-msgdb exists.
5507         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5508
5509 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5510
5511         * wl-summary.el (wl-summary-open-folder): New function.
5512         (wl-summary-goto-folder-subr): Use it.
5513         (wl-summary-mark-as-important): Fix;
5514         Encache only when no cache exists.
5515
5516 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5519         Use with-current-buffer.
5520
5521 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5522
5523         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5524         before call `get-buffer'. Fixed parenthesis.
5525         (wl-score-get-header-entry): Clear message and help window when
5526         keyboard quit.
5527         (wl-score-edit-insert-header): Ditto.
5528
5529 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5530
5531         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5532         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5533         (wl-default-draft-cite): Fix.
5534
5535         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5536         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5537
5538 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-message.el (wl-message-prev-page): Do same bahavior
5541         as summary when it is called in the message buffer.
5542         (wl-message-next-page): Ditto.
5543
5544 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-summary.el (wl-summary-forward): Use cache if it is not
5547         section cache.
5548
5549 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5552         Removed redundant require of elmo-vars.
5553         (wl-biff-state-indicator-on): Changed default value for
5554         xemacs with non-mule environment.
5555
5556         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5557         wl-message-buffer is nil;
5558         Hide progress bar after moving messages.
5559
5560 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5563         message at cursor point is deleted.
5564
5565 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-vars.el: Changed file coding system to euc-japan.
5568         Added -*-coding:-*- magic to the first line.
5569
5570         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5571         Search parent from the first message.
5572
5573         * Version number is increased to 2.7.1.
5574
5575 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5576
5577         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5578
5579 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5582         refile/delete execution.
5583
5584         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5585         Fixed docstring.
5586
5587 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5588
5589         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5590         do update process;
5591         Don't update marks when update process is interrupted.
5592
5593 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-summary.el (wl-summary-reply): Fixed problem when
5596         wl-draft-use-frame is non-nil.
5597         (wl-summary-forward): Ditto.
5598
5599         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5600         as nil.
5601         (wl-folder-mark-as-read-all-entity): Ditto.
5602         (wl-folder-prefetch-entity): Ditto.
5603
5604         * wl.el (wl): Check environment before wl-init.
5605
5606         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5607         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5608         instead of wl-summary-collect-unread.
5609         (wl-summary-reply): Split message window.
5610
5611 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5614         only if current language environment is japanese,
5615
5616         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5617         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5618         (wl-folder-goto-folder-subr): Ditto.
5619
5620         * wl-draft.el (wl-draft-dispatch-message): Call
5621         `elmo-file-cache-get-path'.
5622
5623 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-summary.el (wl-summary-cursor-move): If return value of
5626         wl-summary-next-message is not number, don't jump.
5627
5628 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-summary.el (wl-summary-buffer-next-message-function): New
5631         variable.
5632         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5633         if it is bound.
5634
5635         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5636         string.
5637
5638         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5639         (wl-plugged-drawing): Ditto.
5640
5641 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5644         process.
5645         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5646         with unwind-protect.
5647
5648         * wl.el (wl-init): Require mime-setup.
5649         (wl-check-environment): Don't require mime-setup.
5650
5651         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5652         instead of elmo-folder-type.
5653
5654         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5655         value as nil.
5656
5657 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5658
5659         * Version number is increased to 2.7.0.
5660
5661         * wl-version.el (wl-version): Changed codename.
5662
5663         * wl-summary.el (wl-summary-delete-cache): Fixed.
5664
5665         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5666         Workaround for net folders.
5667         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5668
5669         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5670         value to nil (According to the patch from
5671         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5672
5673         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5674         of elmo-folder-close.
5675
5676 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5677
5678         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5679         for postfix.
5680
5681 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5682
5683         * wl-summary.el (wl-summary-resend-message): Fixed.
5684
5685         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5686         Call wl-draft with `from' argument if its address is included in
5687         `wl-user-mail-address-list'.
5688         (wl-draft): Added `from' argument.
5689
5690         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5691         non-nil.
5692         (wl): Don't show demo if wl-demo is nil.
5693
5694         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5695         wl-summary-use-frame.
5696
5697         * wl-vars.el (wl-summary-use-frame): New user option.
5698         (wl-folder-use-frame): Changed docstring.
5699
5700         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5701         non-nil.
5702         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5703         wl-summary-use-frame.
5704
5705         * wl-vars.el (wl-folder-use-frame): New user option.
5706
5707         * wl-summary.el (wl-summary-exit): Back to folder frame if
5708         wl-folder-use-frame is non-nil.
5709         (wl-summary-redisplay-internal): Ignore cache if current folder
5710         is draft folder,
5711         (wl-summary-redisplay-no-mime): Ditto.
5712         (wl-summary-redisplay-all-header): Ditto.
5713
5714         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5715         if wl-folder-use-frame is non-nil.
5716
5717 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-summary.el (wl-summary-sync-update): Bind
5720         elmo-folder-update-threshold.
5721         (wl-summary-mark-as-important): Enclosed server mark processing
5722         with `save-match-data'.
5723
5724         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5725         only when it is already defined.
5726
5727 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5728
5729         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5730         name of folder exclude localdir is wrong.
5731         * wl-folder.el (wl-folder-sync-entity):
5732         Set `wl-summary-always-sticky-folder-list' as nil.
5733         (wl-folder-mark-as-read-all-entity): Ditto.
5734         (wl-folder-prefetch-entity): Ditto.
5735
5736 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5737
5738         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5739         instead of `wl-summary-write-current-newsgroup'.
5740
5741 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5742
5743         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5744         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5745         non-nil and selected message is important, do not display.
5746
5747 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5748
5749         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5750
5751 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5754
5755         * wl-summary.el (wl-summary-mark-as-important): Set message number
5756         using wl-summary-message-number.
5757
5758 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5759
5760         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5761         destination folder is 'null.
5762
5763 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5766         New function.
5767         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5768         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5769         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5770
5771 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-mime.el (wl-mime-setup): Added setting for
5774         `mime-setup-signature-key-alist' to avoid overriding key bind for
5775         `wl-draft-send'.
5776
5777         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5778         for `wl-draft-send'.
5779         * wl-mule.el (wl-draft-overload-functions): Ditto.
5780         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5781         * wl-draft.el (wl-draft-send): Ditto.
5782
5783         * wl-message.el (wl-message-display-internal):
5784         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5785         (Patch is provided by <kita@coe.nttdata.co.jp>).
5786
5787 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5788
5789         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5790
5791 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5792
5793         * wl.el (wl): Fix for wl-demo.
5794
5795 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5796
5797         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5798
5799 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5800
5801         * wl-folder.el (wl-folder-prefetch-entity): Use
5802         `wl-folder-get-elmo-folder'.
5803         (wl-folder-count-incorporates): Do not use
5804         `wl-folder-get-elmo-folder'.
5805
5806 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5807
5808         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5809         instead of `elmo-folder-get-type'.
5810
5811 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5812
5813         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5814         position on Subject: field.
5815         (Advised by Mito <mit@nines.nec.co.jp>)
5816
5817 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5818
5819         * wl-folder.el (wl-folder-prefetch-entity): Use
5820         `wl-folder-get-elmo-folder'.
5821
5822 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5825
5826         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5827         `process-duplicates' slot.
5828
5829         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5830         if detection failed.
5831
5832 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5833
5834         * wl-version.el (wl-version-status): Set to "alpha".
5835
5836 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5837
5838         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5839         Check wl-message-buffer lives before set-buffer.
5840
5841 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5842
5843         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5844         called in folder mode.
5845         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5846         * wl-summary.el (wl-summary-exit-pre-hook): Run
5847         `wl-summary-exit-pre-hook' before exit summary mode.
5848
5849 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5850
5851         * wl-version.el (wl-version-status): New variable.
5852         (wl-version-status-alist): Removed.
5853         (wl-version-status): Rule included.
5854
5855 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5858         @sponichi.
5859
5860         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5861         when `mail-reply-buffer' is buffer-local variable.
5862         (Reported by <kita@coe.nttdata.co.jp>).
5863
5864 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5865
5866         * wl-vars.el (toplevel): Require 'elmo-util.
5867
5868 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5871         (All other related portions are changed)
5872
5873         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5874
5875         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5876
5877 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5878
5879         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5880
5881 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5882
5883         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5884         Delete other windows to avoid an error.
5885         Use `point-marker' instead of `point' to remember the start point
5886         of body.
5887
5888         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5889
5890         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5891         number not to exceed all message number.
5892
5893 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5894
5895         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5896         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5897
5898 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-summary.el (wl-summary-sync-force-update): Added argument
5901         no-check.
5902         (wl-summary-sync-update): Ditto.
5903         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5904         with `no-check'.
5905
5906         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5907         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5908         already running.
5909
5910 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5911
5912         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5913         `dst-folder-arg'.
5914         (wl-expire-archive-number1): Diito.
5915         (wl-expire-archive-number2): Diito.
5916         (wl-expire-archive-Date): Diito.
5917         (wl-archive-number1): Diito.
5918         (wl-archive-number2): Diito.
5919         (wl-archive-date): Diito.
5920         (wl-archive-folder-p): New function.
5921         (wl-summary-expire): Support of expand folder name at
5922         wl-expire-alist.
5923         * wl-util.el (wl-expand-newtext): Renamed from
5924         `wl-refile-expand-newtext'.
5925
5926 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5927
5928         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5929         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5930         `(elmo-msgdb-get-overview msgdb)'.
5931         (wl-summary-prefetch): Bind match data before call
5932         `wl-summay-prefetch-msg'.
5933         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5934         'off if `wl-summary-buffer-disp-msg' is non-nil.
5935         Fixed problem that couldn't show only one new or unread message when
5936         enter folder.
5937         (wl-summary-reply): Don't call `split-window-vertically' and other
5938         window.
5939
5940 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-expire.el (wl-expire-refile): Fixed.
5943
5944 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5947
5948         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5949         biff notification is removed.
5950
5951         * wl.el (wl): Changed position of `elmo-init'.
5952
5953         * wl-draft.el (wl-default-draft-cite): Use date field
5954         on the citation buffer.
5955
5956         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5957
5958         * wl-xmas.el (wl-folder-internal-icon-list): Added
5959         `wl-folder-shimbun-image'.
5960
5961         * wl-e21.el (wl-folder-internal-icon-list): Added
5962         `wl-folder-shimbun-image'.
5963
5964 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl.el (wl-init): Eliminated argument.
5967         (wl): Rewrite.
5968
5969         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5970         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5971         instead of `elmo-folder-msgdb-internal'.
5972         (wl-summary-sync-update): Ditto.
5973         (wl-summary-flush-pending-append-operations): Eliminated.
5974         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5975         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5976         `elmo-folder-open'.
5977
5978         * wl-mime.el (wl-summary-burst): Fixed.
5979
5980         * wl-folder.el (wl-folder-info-save): Check data type.
5981
5982         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5983         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5984         instead of `elmo-folder-msgdb-internal'.
5985         (wl-expire-hide): Ditto.
5986
5987
5988         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5989
5990 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5991
5992         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5993
5994 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5995
5996         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5997
5998 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5999
6000         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6001         Fixed `match-beginning' argument mismatch.
6002
6003 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6004
6005         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6006         the default value.
6007
6008 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6011         instead of `elmo-nntp-default-port'.
6012
6013         * wl-vars.el: Fixed some doc strings.
6014
6015 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6016
6017         * wl-summary.el (wl-summary-prefetch-msg): Use
6018         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6019
6020         * wl-vars.el: Define *-func as obsolete variable using
6021         `elmo-define-obsolete-variable'.
6022
6023         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6024         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6025         instead of `wl-message-buffer-prefetch-threshold'.
6026
6027         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6028
6029         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6030
6031         * wl-draft.el (wl-caesar-region-func): Ditto.
6032
6033         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6034         Keep unread status in elmo-folder-move-messages.
6035         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6036
6037 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6038
6039         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6040         `wl-summary-buffer-exit-func'
6041         (wl-summary-buffer-message-redisplay-function): Renamed from
6042         `wl-summary-buffer-message-redisplay-func'
6043         (wl-summary-buffer-next-folder-function): Renamed from
6044         `wl-summary-buffer-next-folder-func'.
6045         (wl-summary-buffer-prev-folder-function): Renamed from
6046         `wl-summary-buffer-prev-folder-func'.
6047         (wl-summary-get-petname-function): Renamed from
6048         `wl-summary-get-petname-func'.
6049
6050         * wl-score.el (wl-score-edit-exit-function): Renamed from
6051         `wl-score-edit-exit-func'.
6052
6053         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6054         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6055
6056         * wl-util.el (wl-load-profile-function): Renamed from
6057         `wl-load-profile-func'.
6058
6059         * wl-folder.el (wl-folder-completion-function): Renamed from
6060         `wl-folder-completion-func'.
6061         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6062
6063         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6064         `wl-expire-archive-get-folder-func'.
6065         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6066         (wl-draft-send-mail-function): Renamed from
6067         `wl-draft-send-mail-func'.
6068         (wl-draft-send-news-function): Renamed from
6069         `wl-draft-send-news-func'.
6070         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6071         (wl-generate-mailer-string-function): Renamed from
6072         `wl-generate-mailer-string-func'.
6073         (wl-highlight-signature-search-function): Renamed from
6074         `wl-highlight-signature-search-func'.
6075         (wl-highlight-x-face-function): Renamed from
6076         `wl-highlight-x-face-func'
6077         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6078         (wl-ps-print-buffer-function): Renamed from
6079         `wl-ps-print-buffer-func'
6080         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6081         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6082         (wl-summary-subject-filter-function): Renamed from
6083         `wl-summary-subject-filter-func'.
6084
6085         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6086         `wl-draft-queue-flush-send-func'
6087         (wl-draft-cite-function): Renamed from
6088         `wl-draft-cite-func'
6089
6090         * wl-address.el (wl-address-init-function): Renamed from
6091         `wl-address-init-func'.
6092
6093 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl-draft.el (wl-draft-queue-flush): Don't call
6096         `elmo-dop-unlock-message'.
6097         * wl-draft.el (wl-draft-queue-append): Don't call
6098         `elmo-dop-lock-message'.
6099
6100         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6101         (wl-summary-buffer-folder-name): Ditto.
6102         (wl-summary-message-regexp): Added '-' (all other related portions
6103         are changed).
6104         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6105         wl-summary-buffer-folder-name.
6106
6107 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6108
6109         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6110         the number of mails in the folder buffer is not updated by wl-biff.
6111
6112 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6113
6114         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6115         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6116
6117 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6118
6119         * wl-summary.el (wl-summary-next-message):
6120         Return next message number when wl-summary-move-order is nil.
6121
6122 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6123
6124         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6125         `wl-summary-move-spec-alist'.
6126         (wl-summary-move-spec-unplugged-alist): New variable
6127         (Move spec for unplugged status).
6128         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6129         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6130
6131 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6132
6133         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6134         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6135
6136 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6137
6138         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6139         simple quotation to quote the anonymous function.
6140         * tm-wl.el (wl-draft-preview-message): Ditto.
6141
6142 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6143
6144         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6145         Eliminate redundant `save-excursion'.
6146         (wl-highlight-summary-current-line): Ditto.
6147
6148         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6149         accessing match data when `looking-at' failed.
6150
6151         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6152         `elmo-match-string' where users don't care about the speed.
6153         (wl-draft-save): Ditto.
6154
6155 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6156
6157         * wl-util.el (wl-regexp-opt): New function.
6158
6159         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6160         number from `wl-summary-buffer-number-list'.
6161         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6162         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6163         (wl-summary-move-spec-alist): Changed default setting.
6164
6165 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6166
6167         * wl-vars.el (wl-biff-notify-hook): New hook.
6168         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6169         the arrival of new mail.
6170         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6171         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6172
6173 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6176
6177 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6180
6181         * Version number is increased to 2.5.8.
6182
6183         * wl-thread.el (toplevel): require 'cl.
6184         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6185         (wl-thread-make-number-list): New function.
6186         (wl-thread-entity-make-number-list-from-children): Ditto.
6187         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6188         (wl-thread-entity-insert-as-children): Likewise.
6189         (wl-thread-delete-message): Likewise.
6190         (wl-meaning-of-mark): Eliminated.
6191         (wl-thread-next-failure-mark-p): Ditto.
6192         (wl-thread-entity-get-mark): Ditto.
6193         (wl-thread-meaning-alist-get-result): Ditto.
6194         (wl-thread-entity-check-prev-mark): Ditto.
6195         (wl-thread-entity-check-next-mark): Ditto.
6196         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6197         (wl-thread-entity-get-prev-marked-entity): Ditto.
6198         (wl-thread-get-prev-unread): Ditto.
6199         (wl-thread-jump-to-prev-unread): Ditto.
6200         (wl-thread-get-next-unread): Ditto.
6201         (wl-thread-jump-to-next-unread): Ditto.
6202         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6203         (wl-thread-entity-get-next-marked-entity): Ditto.
6204
6205         * wl-summary.el (wl-summary-buffer-number-list):
6206         New bufer-local variable.
6207         (wl-summary-switch-to-clone-buffer): Clone
6208         `wl-summary-buffer-number-list'.
6209         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6210         (wl-summary-cursor-move-regex): Eliminated.
6211         (wl-summary-cursor-up): Rewrite.
6212         (wl-summary-cursor-down): Ditto.
6213         (wl-summary-mode-spec-alist): New variable.
6214         (wl-summary-next-message): New inline function.
6215         (wl-summary-cursor-move): New function.
6216         (wl-summary-default-get-next-msg): Rewrite.
6217         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6218         (wl-summary-rescan): Ditto.
6219         (wl-summary-sync-all-init): Ditto.
6220         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6221         summary is not thread view.
6222         (wl-summary-sync-update): Ditto.
6223         (wl-summary-rescan): Ditto.
6224         (wl-summary-make-number-list): New function.
6225
6226         * wl-draft.el: "FCC" -> "Fcc".
6227
6228 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-highlight.el (wl-highlight-summary-window):
6231         Call `set-buffer-modified-p'.
6232
6233         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6234         (wl): Call `elmo-init' and fix.
6235
6236         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6237         Use new variables.
6238
6239         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6240
6241 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6242
6243         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6244
6245 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6246
6247         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6248
6249 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6250
6251         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6252         `wl-use-toolbar' nor `display-graphic-p'.
6253         (wl-e21-setup-message-toolbar): Ditto.
6254         (wl-e21-setup-summary-toolbar): Ditto.
6255         (wl-e21-setup-folder-toolbar): Ditto.
6256
6257         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6258         (wl-plugged-init-icons): Ditto.
6259
6260         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6261         `display-graphic-p'.
6262         (wl-plugged-set-folder-icon): Ditto.
6263         (wl-highlight-plugged-current-line): Ditto.
6264         (wl-highlight-folder-current-line): Ditto.
6265         (wl-e21-highlight-folder-group-line): Ditto.
6266         (wl-e21-setup-toolbar): Ditto.
6267         (wl-e21-display-image-p): New macro.
6268
6269         * wl-demo.el (wl-demo): Simplified.
6270         (wl-demo-image-type-alist): Use `image-type-available-p' for
6271         checking whether the image type `xbm' is available.
6272
6273 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6274
6275         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6276         (wl-summary-input-range): Ditto.
6277
6278 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-summary.el (wl-summary-edit-addresses): Use
6281         `wl-summary-get-original-buffer'
6282         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6283         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6284         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6285         (wl-summary-get-newsgroups): Eliminated.
6286         (wl-summary-set-crosspost): Ditto.
6287         (wl-summary-is-crosspost-folder): Ditto.
6288         (wl-crosspost-alist-load): Ditto.
6289         (wl-crosspost-alist-save): Ditto.
6290
6291         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6292         `elmo-setup-subscribed-newsgroups' instead of
6293         `elmo-nntp-make-groups-hashtb'.
6294         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6295         instead of `wl-crosspost-alist-save'.
6296
6297         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6298         of `elmo-folder-message-appendable-p'.
6299         (wl-mime-header-presentation-method): Eliminated.
6300
6301         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6302         (Error occurs in emacs21).
6303
6304         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6305         the current buffer).
6306
6307         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6308         instead of `wl-crosspost-alist-save'.
6309         (wl-init): `elmo-crosspost-message-alist-load'
6310         instead of `wl-crosspost-alist-load'
6311
6312         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6313         (wl-parse-newsgroups): Likewise.
6314         (wl-biff-notify): Run `wl-biff-notify-hook'.
6315
6316 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6317
6318         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6319
6320         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6321         when `wl-summary-lazy-highlight' is non-nil.
6322         (wl-summary-goto-folder-subr): Highlight only when
6323         `wl-summary-lazy-highlight' is non-nil.
6324
6325         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6326         Don't display progress and highlight temp-mark when
6327         `wl-summary-lazy-highlight' is non-nil.
6328         (wl-highlight-summary-window): New function.
6329         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6330
6331 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6332
6333         * wl-summary.el (wl-summary-sync): Change `all-visible'
6334         from `all-shown'
6335         (wl-summary-input-range): Ditto.
6336
6337 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6338
6339         * wl-e21.el (wl-highlight-folder-current-line): Call
6340         `wl-folder-init-icons' when folder icons have not been initialized.
6341
6342         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6343
6344         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6345         (wl-demo-image-type-alist): New macro.
6346
6347 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6348
6349         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6350         display does not support graphics.
6351         (wl-plugged-init-icons): Ditto.
6352         (wl-folder-init-icons): Ditto.
6353
6354         * wl-demo.el (wl-demo): Chech closely whether the display
6355         supports graphics.
6356
6357 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6358
6359         * wl-summary.el (wl-summary-get-original-buffer): New function.
6360         (wl-summary-set-crosspost): Use it.
6361         (wl-summary-target-mark-uudecode): Ditto.
6362         (wl-summary-reedit): Ditto.
6363         (wl-summary-resend-bounced-mail): Ditto.
6364         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6365         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6366
6367         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6368         (wl-message-display-internal): Ditto.
6369
6370 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6371
6372         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6373
6374 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-summary.el (wl-summary-save-view): Renamed from
6377         `wl-summary-save-status'.
6378
6379 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * wl-summary.el (wl-summary-sync): Added `all-shown'
6382
6383 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6386
6387 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6388
6389         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6390
6391 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6392
6393         * wl-highlight.el (wl-highlight-summary-line-string): Use
6394         `zerop' instead of `= 0'.
6395         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6396
6397         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6398         for comparing numbers.
6399         (wl-template-prev): Use `zerop' instead of `eq 0'.
6400
6401         * wl-draft.el (wl-draft-insert-current-message): Use
6402         `with-current-buffer' instead of `save-excursion'.
6403         Use `zerop' instead of `eq 0'.
6404
6405 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6406
6407         * wl-draft.el (wl-draft-insert-ccs): New function.
6408         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6409         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6410
6411 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6414
6415 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6416
6417         * wl-expire.el (wl-expire-refile): Don't call
6418         elmo-msgdb-add-msgs-to-seen-list;
6419         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6420         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6421
6422 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-message.el (wl-message-prev-page): Ignore errors while
6425         scroll-down.
6426
6427 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl-mime.el: Use elmo-original-message-mode instead of
6430         mmelmo-original-mode.
6431
6432         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6433         `elmo-folder-get-spec';
6434         (wl-fldmgr-add-completion-all-completions):
6435         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6436
6437         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6438         of `elmo-folder-get-type'.
6439
6440         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6441         `elmo-folder-get-spec';
6442         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6443         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6444         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6445         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6446         `elmo-read-msg-no-cache';
6447         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6448         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6449         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6450         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6451         `elmo-cache-save';
6452         (wl-draft-reedit): Use `elmo-message-file-name'.
6453
6454         * wl-expire.el: Use `elmo-folder-name-internal';
6455         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6456         Use macro `wl-summary-buffer-msgdb' instead of variable
6457         `wl-summary-buffer-msgdb';
6458         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6459         Use macro `wl-summary-buffer-folder-name' instead of variable
6460         `wl-summary-buffer-folder-name'.
6461         * wl-score.el: Likewise.
6462
6463         * wl-message.el: Rewrite for new message buffer cache mechanism.
6464         (wl-message-buffer-cache-buffer-get): New macro.
6465         (wl-message-buffer-cache-folder-get): Ditto.
6466         (wl-message-buffer-cache-message-get): Ditto.
6467         (wl-message-buffer-cache-entry-make): Ditto.
6468         (wl-message-buffer-cache-hit): Ditto.
6469         (wl-message-buffer-cache-sort): New function.
6470         (wl-message-buffer-cache-add): Ditto.
6471         (wl-message-buffer-cache-delete): Ditto.
6472         (wl-message-buffer-cache-clean-up): Ditto.
6473         (wl-message-buffer-window): Rewrite.
6474         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6475         (wl-message-buffer-display): New function.
6476         (wl-message-display-internal): New function.
6477
6478 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-folder.el: Use `elmo-folder-name-internal';
6481         Use `wl-folder-get-elmo-folder';
6482         Use `elmo-folder-list-messages' instead of
6483         `elmo-list-folder';
6484         Use `elmo-folder-get-primitive-list' instead of
6485         `elmo-folder-get-primitive-spec-list';
6486         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6487         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6488         Use `elmo-folder-create' instead of `elmo-create-folder'.
6489         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6490         (wl-folder-get-elmo-folder): New macro.
6491         (wl-folder-elmo-folder-cache-get): Ditto.
6492         (wl-folder-elmo-folder-cache-put): Ditto.
6493         (wl-folder-suspend): Call `elmo-quit'.
6494
6495         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6496         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6497         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6498         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6499         (toplevel): require 'cl.
6500         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6501
6502         * wl-summary.el: Rewrite to use new elmo interface.
6503
6504 \f
6505 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl-mime.el (wl-draft-preview-message):
6508         Run `wl-draft-send-hook' before collecting recipients information;
6509         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6510
6511         * tm-wl.el (wl-draft-preview-message): Ditto.
6512
6513 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6514
6515         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6516         wrong recipients are displayed when forwarded message.
6517
6518 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * Version number is increased to 2.5.7.
6521
6522 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6523
6524         * wl-message.el (wl-message-next-page): Bind
6525         `window-pixel-scroll-increment' to nil while scrolling up.
6526
6527 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6528
6529         * wl-vars.el (wl-save-hook): New hook.
6530         * wl.el (wl-save): Call `wl-save-hook'.
6531
6532 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6533
6534         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6535         Argument WITH-ARG instead of NO-ARG (negative mean).
6536         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6537         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6538         * wl-message.el (wl-message-follow-current-entity): Likewise.
6539
6540 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6541
6542         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6543         FROM was optional argument.
6544         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6545
6546 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6547
6548         * Version number is increased to 2.5.6.
6549
6550 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6551
6552         * wl-version.el (wl-version-show): Removed.
6553         (wl-version): Add `interactive'.
6554
6555 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6556
6557         * wl-summary.el (wl-summary-get-petname-func): New variable.
6558         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6559         instead of `wl-address-get-petname-1'.
6560         (wl-summary-simple-from): Ditto.
6561
6562         * wl-address.el (wl-address-get-petname-1): Define as function.
6563
6564 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6567         field in the original message.
6568         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6569
6570 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6571
6572         * wl-expire.el (wl-expire-hide):
6573         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6574
6575 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6578         find decoder for To, Cc, and Subject.
6579
6580 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6583         for checking `elmo-use-buffer-cache'.
6584         (wl-summary-mark-as-important): Fixed typo in comment.
6585
6586 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6587
6588         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6589         field in the original message.
6590         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6591
6592 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6593
6594         * wl-expire.el (wl-expire-hide):
6595         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6596
6597 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6598
6599         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6600         find decoder for To, Cc, and Subject.
6601
6602 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6603
6604         * Version number is increased to 2.5.5.
6605
6606         * wl-address.el (wl-address-specials-regexp): New constant.
6607         (wl-address-quote-specials): Use it.
6608
6609 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-summary.el (wl-summary-rescan):
6612         Call `wl-summary-buffer-number-column-detect'.
6613         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6614
6615         * wl-message.el (wl-message-mode-map): Define.
6616         (wl-message-decode): Use it as local-map.
6617
6618 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6619
6620         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6621         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6622
6623 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6626
6627         * wl-mule.el (wl-read-event-char): Ditto.
6628
6629         * wl-e21.el (wl-read-event-char): Ditto.
6630
6631         * wl-nemacs.el (wl-read-event-char): Ditto.
6632         (read-event): Removed.
6633
6634         * wl-util.el (toplevel): Removed dummy definition of
6635         `read-event'.
6636         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6637
6638 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6639
6640         * wl-nemacs.el (elmo-archive-call-process): Moved to
6641         elmo-archive.el.
6642
6643 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6644
6645         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6646         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6647
6648         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6649         instead of magic-number 6.  Use `not' instead of `null' for symbol
6650         `nil' check (not empty list).
6651         (wl-draft-insert-x-face-field): Fixed paren style.
6652
6653         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6654         one-branch conditional statement, instead of `and' and `if'.
6655         (wl-draft-forward): Likewise.
6656         (wl-draft-add-references): Likewise.
6657         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6658
6659         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6660         conditional steatment.  Use `cond' instead of `if'.
6661         (wl-draft-confirm): Likewise.
6662
6663 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6664
6665         * wl-version.el (wl-version-show): Use `product-string-1'
6666         instead of `wl-version'.
6667         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6668
6669         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6670
6671 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6672
6673         * wl-highlight.el (wl-highlight-headers): Revert
6674         `wl-highlight-x-face-func' argument (`beg' and `end').
6675
6676 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6677
6678         * wl.el (toplevel): Move `product-provide' declare.
6679         * wl-demo.el (toplevel): Ditto.
6680         * wl-dnd.el (toplevel): Ditto.
6681         * wl-highlight.el (toplevel): Ditto.
6682         * wl-message.el (toplevel): Ditto.
6683         * wl-refile.el (toplevel): Ditto.
6684         * wl-util.el (toplevel): Ditto.
6685
6686 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6689         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6690         (wl-thread-close-all): keep cursor position.
6691
6692 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6693
6694         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6695         (eq x 0).
6696         (wl-generate-user-agent-string-1): Fix conditional statement.
6697
6698 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6699
6700         * wl.el (wl-check-environment): Additional check for
6701         'wl-local-domain' and `wl-message-id-domain'.
6702
6703 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6704
6705         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6706
6707 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6710         instead of `smtp-sasl-user-realm'.
6711
6712 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6713
6714         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6715
6716 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6717
6718         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6719         to the default value as well as `eword-lexical-analyzer'.
6720
6721 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6722
6723         * wl-version.el (wl-extended-emacs-version,
6724         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6725         `elmo-match-string' instead of `wl-match-string'.
6726
6727 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6728
6729         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6730         docstring.
6731
6732 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6733
6734         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6735
6736 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6737
6738         * wl-highlight.el (wl-highlight-headers): Remove
6739         `wl-highlight-x-face-func' argument (`beg' and `end').
6740
6741 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-summary.el (wl-summary-mark-as-important):
6744         Remove cache if folder is local.
6745
6746 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6747
6748         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6749         to get existing e-mail address string.
6750
6751 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6752
6753         * wl-version.el (wl-generate-user-agent-string): Commentary.
6754         (wl-generate-user-agent-string-1): Use `when' for
6755         one-branch conditional statement, instead of `and' and `if'.
6756         (wl-extended-emacs-version, wl-extended-emacs-version2,
6757         wl-extended-emacs-version3): Ditto.
6758
6759 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6762         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6763         condition-case; Remove initialization.
6764         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6765         (wl-summary-sync-update3): Added argument `sync-all';
6766         Eliminated local variable `msgdb';
6767         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6768         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6769         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6770
6771 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6772
6773         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6774         connection before call `wl-draft-send-mail-with-smtp'.
6775
6776 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * Version number is increased to 2.5.4.
6779
6780 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * wl.el (wl-check-environment): Additional check for
6783         'wl-local-domain' and `wl-message-id-domain'.
6784
6785 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6788         buffer as command specific.
6789         (wl-folder-mark-as-read-all-entity): Ditto.
6790         (wl-folder-prefetch-entity): Ditto.
6791         (wl-folder-drop-unsync-entity): Ditto.
6792
6793         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6794         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6795         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6796
6797         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6798         save-excursion.
6799
6800 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * Version number is increased to 2.5.3.
6803
6804         * wl-summary.el (wl-summary-save-view-cache):
6805         Delete duplicated `write-region';
6806         Use `write-region-as-binary' instead of `as-binary-output-file' and
6807         `write-region'.
6808
6809 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6810
6811         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6812
6813 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6814
6815         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6816         instead of `smtp-via-smtp'.
6817
6818 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6821
6822 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6823
6824         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6825         instead of `smtp-sasl-user-realm'.
6826
6827 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6828
6829         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6830
6831 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6832
6833         * Version number is increased to 2.5.2.
6834
6835 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6838         does not exist.
6839         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6840         (wl-biff-start): Call `timer-activate' if timer already exists.
6841
6842         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6843         only when it is bound as function.
6844
6845 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * Version number is increased to 2.5.1.
6848
6849 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6852         Print refile/copy destination.
6853
6854 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6857         queue-flush-only is non-nil.
6858
6859         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6860
6861         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6862         checking cache folder.
6863
6864 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6865
6866         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6867         `regexp-quote'.
6868
6869 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6870
6871         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6872         function.
6873         * wl-summary.el (wl-summary-write-current-folder-functions):
6874         Change default value.  Use it.
6875
6876 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * Version number is increased to 2.5.0.
6879
6880         * wl-version.el (wl-version): Changed codename.
6881
6882 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6885         (wl-summary-supersedes-message): Ditto.
6886
6887 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6888
6889         * wl-refile.el (wl-refile-guess-functions): Renamed from
6890         `wl-refile-guess-func-list'.
6891
6892 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6895         Fixed problem when no rule was matched.
6896
6897 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6898
6899         * wl-summary.el (wl-summary-get-mark): Fixed
6900         `wl-summary-buffer-target-mark' check logic.
6901
6902 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6903
6904         * wl-folder.el (wl-folder-write-current-folder): Added group
6905         folder check.
6906
6907         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6908         `wl-summary-write-current-newsgroup'.
6909         (wl-summary-write-current-folder-functions): New variable.
6910         * wl-folder.el (wl-folder-get-newsgroups): New function.
6911         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6912         (wl-folder-write-current-folder): Renamed from
6913         `wl-folder-write-current-newsgroup'.
6914
6915 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6916
6917         * Version number is increased to 2.3.93.
6918
6919 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6922         (wl-ldap-make-matched-value-list): Ditto.
6923         (wl-ldap-alias-safe-string): Split e-mail address.
6924
6925         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6926         petname folder default was selected.
6927         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6928         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6929
6930 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6933         to `wl-draft-config-exec'.
6934
6935         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6936         instead of calling `wl-draft-config-exec';
6937         Process group-list and show recipients in minibuffer.
6938
6939         * tm-wl.el (wl-draft-preview-message): Ditto.
6940
6941 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6942
6943         * wl.el (toplevel): Added (C) to copyright notice, and
6944         sync Author header.
6945         * tm-wl.el (toplevel): Ditto.
6946         * wl-address.el (toplevel): Ditto.
6947         * wl-demo.el (toplevel): Ditto.
6948         * wl-dnd.el (toplevel): Ditto.
6949         * wl-draft.el (toplevel): Ditto.
6950         * wl-e21.el (toplevel): Ditto.
6951         * wl-expire.el (toplevel): Ditto.
6952         * wl-folder.el (toplevel): Ditto.
6953         * wl-highlight.el (toplevel): Ditto.
6954         * wl-message.el (toplevel): Ditto.
6955         * wl-mime.el (toplevel): Ditto.
6956         * wl-mule.el (toplevel): Ditto.
6957         * wl-nemacs.el (toplevel): Ditto.
6958         * wl-refile.el (toplevel): Ditto.
6959         * wl-score.el (toplevel): Ditto.
6960         * wl-summary.el (toplevel): Ditto.
6961         * wl-template.el (toplevel): Ditto.
6962         * wl-thread.el (toplevel): Ditto.
6963         * wl-util.el (toplevel): Ditto.
6964         * wl-vars.el (toplevel): Ditto.
6965         * wl-xmas.el (toplevel): Ditto.
6966
6967 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6968
6969         * wl.el (wl-init): Added comment about `wl-init-hook'.
6970         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6971         * wl-vars.el (wl-init-hook): Added docs.
6972         (wl-make-plugged-hook): Removed useless docs.
6973         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6974         * wl-xmas.el (toplevel): Ditto.
6975
6976 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6977
6978         * wl-address.el (toplevel): Fixed multiple Author header format.
6979         * wl-demo.el (toplevel): Ditto.
6980         * wl-draft.el (toplevel): Ditto.
6981         * wl-folder.el (toplevel): Ditto.
6982         * wl-summary.el (toplevel): Ditto.
6983         * wl-thread.el (toplevel): Ditto.
6984         * wl-util.el (toplevel): Ditto.
6985         * wl-vars.el (toplevel): Ditto.
6986         * wl-version.el (toplevel): Ditto.
6987         * wl-xmas.el (toplevel): Ditto.
6988         * wl.el (toplevel): Ditto.
6989
6990         * wl-version.el (toplevel): Added require `elmo-version' for
6991         `product-version-as-string'.
6992
6993 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl-vars.el (wl-draft-send-hook): Changed default value to
6996         '(wl-draft-config-exec).
6997
6998         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6999         explicitly.
7000         (wl-draft): Set `wl-draft-config-exec-flag' before running
7001         `wl-mail-setup-hook'.
7002
7003         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7004         `wl-biff-init-icons' to `wl-init-hook' instead of
7005         `wl-make-plugged-hook'.
7006         (Because if `wl-draft' command is invoked at first,
7007         they are not initialized)
7008         Updated copyright notice.
7009
7010         * wl-e21.el (toplevel): Ditto;
7011
7012         * wl-demo.el (toplevel): Updated copyright notice.
7013         * wl-address.el (toplevel): Ditto.
7014         * wl-draft.el (toplevel): Ditto.
7015         * wl-version.el (toplevel): Ditto.
7016         * wl-folder.el (toplevel): Ditto.
7017         * wl-summary.el (toplevel): Ditto.
7018         * wl-thread.el (toplevel): Ditto.
7019         * wl-util.el (toplevel): Ditto.
7020         * wl-vars.el (toplevel): Ditto.
7021         * wl.el (toplevel): Ditto.
7022
7023 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7024
7025         * wl-highlight.el (wl-highlight-message): Fixed problem of
7026         highlighting failure which occured when the last field contains
7027         multiple lines in the draft buffer.
7028
7029         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7030         `wl-biff-start' if plugged.
7031
7032         * wl-util.el (wl-biff-check-folder): New function.
7033         (wl-biff-check-folders): Don't set session name prefix.
7034         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7035         (wl-biff-check-folder-async): Ditto.
7036
7037         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7038         in email address.
7039
7040 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7041
7042         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7043
7044         * wl-draft.el (wl-draft-strip-subject-re): New function.
7045
7046         * wl-draft.el (wl-draft-reply): Use it.
7047
7048 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * wl-message.el (wl-mmelmo-message-redisplay): Use
7051         `mime-display-message' instead of `wl-mime-display-message'.
7052
7053         * wl-mime.el (toplevel): Removed compatibility workaround
7054         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7055         (wl-mime-display-message): Abolished.
7056         (wl-mime-entity-read-field): Ditto.
7057         (wl-mime-combine-message/partial-pieces): Use
7058         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7059
7060 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7061
7062         * wl-template.el: Doc fixes.
7063
7064 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7065
7066         * wl-e21.el (wl-message-overload-functions): Do nothing if
7067         `current-local-map' is not available.
7068         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7069
7070 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7071
7072         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7073         representation.
7074
7075         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7076         number.
7077         (wl-fldmgr-save-folders): Don't use `format' when insert
7078         `wl-fldmgr-folders-header'.
7079
7080 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7081
7082         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7083
7084 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7085
7086         * wl-highlight.el (wl-highlight-message):
7087         Use `std11-field-end' to detect end point of the header field.
7088         Refer `wl-highlight-max-header-size'.
7089
7090         * wl-vars.el (wl-highlight-max-header-size): New variable.
7091
7092         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7093
7094         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7095         Set `for-draft' argument of wl-highlight-headers.
7096         (wl-draft): Ditto.
7097         (wl-draft-reedit): Ditto.
7098         (wl-user-agent-compose-internal): Ditto.
7099
7100 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7101
7102         * wl-message.el (wl-message-add-button): Use overlay.
7103
7104 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7107
7108         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7109         problem when group-list content is nothing.
7110         (Reported by Mito <mit@nines.nec.co.jp>)
7111
7112 2000-10-18  SAITO Atsunori <sai@yedo.com>
7113
7114         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7115
7116 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7117
7118         * tm-wl.el (toplevel): Use product-provide.
7119
7120 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * Version number is increased to 2.3.92.
7123
7124 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7125
7126         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7127         title text, use `display' property for left margin under Emacs 21.
7128
7129         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7130         properties.
7131         (wl-plugged-init-icons): Ditto.
7132
7133 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7134
7135         * wl.el (wl-save-status, wl-init): Remove last period in
7136         "...done." message.
7137         * tm-wl.el (wl-summary-burst): Ditto.
7138         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7139         wl-summary-resume-cache-status,
7140         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7141         wl-summary-sync-update3, wl-summary-highlight-msgs,
7142         wl-summary-flush-pending-append-operations,
7143         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7144         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7145         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7146         wl-thread-open-all): Ditto.
7147         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7148         * wl-mime.el (wl-summary-burst): Ditto.
7149         * wl-highlight.el (wl-highlight-summary): Ditto.
7150         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7151         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7152         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7153         * wl-address.el (wl-local-address-init): Ditto.
7154
7155 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7156
7157         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7158         `add-text-properties'.
7159         (wl-plugged-init-icons): Ditto.
7160         (wl-folder-init-icons): Use `propertize' instead of
7161         `put-text-property'.
7162         (wl-plugged-set-folder-icon): Ditto.
7163         (wl-e21-highlight-folder-group-line): Ditto.
7164
7165 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * wl-version.el (wl-version-status-alist): New variable.
7168         (wl-version-status): New function.
7169
7170         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7171         "Cc" part of the case "Reply-To".
7172
7173         * wl-draft.el (wl-draft-reply): Use result of
7174         `eword-extract-address-components'.
7175
7176         * wl-demo.el (wl-demo-icon-name): New constant.
7177         (wl-logo-xpm): Use it.
7178         (wl-logo-xbm): Ditto.
7179         (wl-logo-bitmap): Ditto.
7180
7181         * Version number is increased to 2.3.91.
7182
7183 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7184
7185         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7186         (wl-extended-emacs-version, wl-extended-emacs-version2,
7187         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7188         docstring.
7189
7190         * wl-version.el (wl-generate-user-agent-string-1): New function.
7191         (wl-generate-user-agent-string): Use it.
7192
7193         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7194         `mime-edit-insert-user-agent-field'.
7195         (wl-generate-user-agent-string): Check
7196         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7197
7198         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7199         instead of `if', when verbose case.
7200
7201 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7202
7203         * wl-expire.el (wl-summary-expire): Fix.
7204
7205 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7206
7207         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7208         and `elmo-lost+found-folder' if 'wl-draft.
7209         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7210
7211 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7212
7213         * wl-expire.el (wl-summary-expire): Change messages.
7214         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7215         `deleing-info' instead of "Deleting..."
7216
7217 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7218
7219         * wl-summary.el (wl-summary-refile-subr): Fix.
7220
7221 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7222
7223         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7224         if pipe folder.
7225
7226 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7227
7228         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7229
7230 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7231
7232         * wl-expire.el (wl-expire-hide): New function.
7233         (wl-summary-expire): Add `hide'.
7234
7235 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * wl-vars.el (wl-draft-reply-without-argument-list):
7238         Changed default value to consider `Reply-To:'.
7239         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7240
7241         * Version number is increased to 2.3.90.
7242
7243         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7244         elmo-imap4-get-session with unwind-protect.
7245         Don't cause error.
7246         (wl-summary-sync-marks): Don't check plugged nor folder type.
7247         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7248         (Always keep current buffer).
7249
7250 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7251
7252         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7253         Enclose with `save-excursion'.
7254
7255 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-version.el (wl-version): Remove interactive.
7258
7259 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7260
7261         * wl-version.el (wl-generate-user-agent-string): Use
7262         `product-string-verbose' instead of `product-string-1'.
7263
7264 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7265
7266         * wl-vars.el (wl-draft-use-cache): New variable.
7267         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7268         if wl-draft-use-cache is non-nil.
7269
7270 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7273         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7274
7275 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7278         (wl-thread-msg-mark-as-unread): Ditto.
7279
7280         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7281         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7282         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7283         Don't set mark in summary if return value of `elmo-mark-as-read'
7284         is nil.
7285         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7286         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7287         instead of `wl-thread-msg-mark-as-read'.
7288         (wl-summary-mark-as-unread-region): Ditto.
7289         (wl-summary-target-mark-mark-as-read): Ditto.
7290
7291         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7292
7293 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7296
7297         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7298
7299 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7302         face.
7303
7304 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7305
7306         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7307         `running-xemacs'.
7308
7309 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7310
7311         * wl-version.el (toplevel): Use `product-version-as-string' for
7312         set verstion-string, if defined.
7313
7314         * wl-version.el (wl-version-show): Insert string at point, when
7315         call with argument.
7316
7317         * wl-version.el (wl-generate-user-agent-string): Use
7318         `product-string-1' instead of `wl-appname', `wl-version' and
7319         `wl-codename'.
7320
7321 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7322
7323         * wl-address.el (toplevel): Use product-provide.
7324         * wl-demo.el (toplevel): Ditto.
7325         * wl-dnd.el (toplevel): Ditto.
7326         * wl-draft.el (toplevel): Ditto.
7327         * wl-e21.el (toplevel): Ditto.
7328         * wl-expire.el (toplevel): Ditto.
7329         * wl-fldmgr.el (toplevel): Ditto.
7330         * wl-folder.el (toplevel): Ditto.
7331         * wl-highlight.el (toplevel): Ditto.
7332         * wl-message.el (toplevel): Ditto.
7333         * wl-mime.el (toplevel): Ditto.
7334         * wl-mule.el (toplevel): Ditto.
7335         * wl-nemacs.el (toplevel): Ditto.
7336         * wl-refile.el (toplevel): Ditto.
7337         * wl-score.el (toplevel): Ditto.
7338         * wl-summary.el (toplevel): Ditto.
7339         * wl-template.el (toplevel): Ditto.
7340         * wl-thread.el (toplevel): Ditto.
7341         * wl-util.el (toplevel): Ditto.
7342         * wl-vars.el (toplevel): Ditto.
7343         * wl-xmas.el (toplevel): Ditto.
7344         * wl.el (toplevel): Ditto.
7345
7346 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7347
7348         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7349         instead of product.
7350
7351         * wl-version.el (wl-version): Compile time evalution elmo-version.
7352
7353 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7354
7355         * wl-summary.el (wl-summary-sync-force-update): Append queue
7356         `mark-as-read'if unplugged.
7357
7358 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7359
7360         * wl-version.el: New file.  Use product.el.
7361         * wl.el: add (require 'wl-version).
7362         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7363         for ~/.folders header.
7364         (wl-fldmgr-folders-header): Changed.
7365         * wl-demo.el (wl-demo): Use product.el.
7366
7367         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7368         wl-version.el.
7369         * wl-util.el (wl-version, wl-version-show): Ditto.
7370
7371         * wl-util.el (wl-generate-user-agent-string,
7372         wl-extended-emacs-version, wl-extended-emacs-version2,
7373         wl-extended-emacs-version3): Move to wl-version.el.
7374         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7375         xemacs-codename, mime-edit-insert-user-agent-field,
7376         mime-edit-user-agent-value, mime-editor/version,
7377         mime-editor/codename): Compile warning killer move to
7378         wl-version.el
7379
7380 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7381
7382         * wl-summary.el (wl-summary-refile-subr): Fix.
7383
7384 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7387         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7388
7389 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7390
7391         * wl.el (wl-check-environment): Check too many `@'.
7392
7393 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7394
7395         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7396
7397 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7398
7399         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7400         wl-draft-reply-myself-without-argument-list): Add variables.
7401         * wl-draft.el (wl-draft-reply): Use it.
7402
7403 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7404
7405         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7406         the 5th argument of `elmo-network-get-spec'.
7407
7408         * wl-thread.el (wl-thread-reparent-children): New inline function.
7409         (wl-thread-delete-message): Use it.
7410
7411         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7412         (wl-summary-score-update-all-lines): Don't use `dolist'.
7413
7414 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7417         (require 'elmo-msgdb) for inline function.
7418
7419 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7420
7421         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7422
7423 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7424
7425         * wl-score.el (wl-score-headers): Fix for the confusing macro
7426         `elmo-kill-buffer'.
7427
7428 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7429
7430         * wl-summary.el: Don't use the 3rd argument of `require' because
7431         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7432         * wl-util.el: Ditto.
7433         * wl-draft.el: Ditto.
7434
7435 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7436
7437         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7438         window system is not used.
7439
7440 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7441
7442         * wl-thread.el: Don't use `mapcar' only for iteration.
7443         (wl-thread-resume-entity): Ditto.
7444         (wl-thread-delete-message): Ditto.
7445
7446         * wl-summary.el: Bind `dragdrop-drop-functions',
7447         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7448         of `require' for `timezone', `easymenu' and `ps-print';
7449         don't use `mapcar' only for iteration.
7450
7451         * wl-util.el: Bind `mule-version', `nemacs-version',
7452         `emacs-beta-version', `xemacs-codename',
7453         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7454         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7455         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7456         only for iteration.
7457
7458         * wl-score.el: Don't use `mapcar' only for iteration.
7459         (wl-score-simplify-buffer-fuzzy): Ditto.
7460         (wl-score-simplify-subject): Ditto.
7461         (wl-score-headers): Ditto.
7462         (wl-summary-score-update-all-lines): Ditto.
7463
7464         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7465         `enable-multibyte-characters' and `mule-version'.
7466
7467         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7468         `mapcar' only for iteration.
7469
7470         * wl-demo.el: Don't use `mapcar' only for iteration.
7471
7472         * wl-folder.el: Don't use `mapcar' only for iteration.
7473         (wl-folder-open-all): Ditto.
7474         (wl-folder-count-incorporates): Ditto.
7475
7476         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7477         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7478
7479         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7480         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7481         `smtp-connection-type'; specify 3rd argument of `require' for
7482         `timezone'; don't use `mapcar' only for iteration.
7483         (wl-draft-clone-local-variables): Don't use `mapcar'.
7484         (wl-draft-generate-clone-buffer): Ditto.
7485         (wl-user-agent-compose-internal): Ditto.
7486
7487         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7488
7489         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7490         (wl-save-status): Ditto.
7491
7492         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7493         for iteration.
7494
7495 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7498         removed `Date'.
7499         (wl-fldmgr-make-filter-default): New user option.
7500
7501         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7502         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7503         (wl-fldmgr-filter-completion-alist): Abolish.
7504
7505         * wl.el (wl): Don't check servers if arg is non-nil.
7506
7507         * wl-draft.el (wl-draft-reply): Set only message-id string to
7508         In-Reply-To field.
7509
7510 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-summary.el (wl-summary-pick): Rewrite.
7513
7514         * wl-draft.el (wl-draft-forward): Get references field from
7515         original buffer.
7516         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7517
7518 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7519
7520         * wl-draft.el (wl-draft-forward): Add references field.
7521
7522 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7525         (wl-draft-reply): Use it.
7526
7527 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7528
7529         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7530         when Emacs 21 is running.
7531
7532         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7533         bindings.
7534
7535 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7536
7537         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7538         XPM icons transparent.
7539
7540         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7541         Emacs 21.
7542
7543 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7546         nil.
7547
7548         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7549         when it is persistent.
7550         (wl-summary-sync-marks): Changed argument for
7551         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7552         (wl-summary-virtual): Use `elmo-read-search-condition'.
7553         (wl-summary-redisplay-internal): If folder is local, mark as read
7554         even when folder is plugged.
7555
7556 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7557
7558         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7559         of `tool-bar-lines' in the frame parameters.
7560         (after-make-frame-functions, post-command-hook): Don't modify the
7561         value.
7562         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7563         wl-e21-tool-bar-lines): Removed.
7564
7565 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7566
7567         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7568         properties `evaporate' and `wl-momentary-overlay' as well.
7569         (wl-highlight-summary-displaying): Ditto.
7570         (wl-delete-all-overlays): Don't delete overlay which does not have
7571         a property `wl-momentary-overlay'.
7572
7573         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7574         `display-mouse-p' and `display-graphic-p'.
7575         (wl-folder-init-icons): Don't search for XBM or the other files.
7576         (wl-plugged-set-folder-icon): Make icons if and only if
7577         `display-graphic-p' returns non-nil.
7578         (wl-highlight-plugged-current-line): Use `before-string' overlay
7579         property to show icon images.
7580         (wl-highlight-folder-current-line): Ditto.
7581         (wl-e21-highlight-folder-group-line): Ditto.
7582         (wl-e21-highlight-folder-by-numbers): Ditto.
7583         (wl-e21-insert-image): Removed.
7584         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7585         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7586         said.
7587         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7588         `wl-e21-force-switch-toolbar'.
7589         (wl-e21-make-icon-image): Removed.
7590         (wl-e21-setup-toolbar): Don't search for XBM files.
7591         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7592         the default value.
7593
7594 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * wl-util.el (wl-biff-check-folder-async): Set
7597         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7598
7599 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7600
7601         * wl-e21.el (after-make-frame-functions): Add
7602         `wl-e21-force-switch-toolbar'.
7603         (wl-e21-force-switch-toolbar): New function force to switch the
7604         toolbar appearance automatically.
7605         (post-command-hook): Add `wl-e21-switch-toolbar'.
7606         (wl-e21-switch-toolbar): New function to switch the toolbar
7607         appearance automatically.
7608         (wl-e21-tool-bar-lines): New buffer local variable.
7609
7610 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7611
7612         * wl-util.el (wl-biff-check-folders-running): New variable.
7613         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7614         (wl-biff-check-folder-async-callback):
7615         Set `wl-biff-check-folders-running'.
7616         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7617         with unwind-protect.
7618
7619         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7620         Enclose `wl-folder-auto-check' with unwind-protect.
7621
7622         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7623         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7624
7625         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7626
7627         * wl-util.el (wl-biff-notify): New inline function.
7628         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7629         locally.
7630         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7631         folder-list' is 1.
7632         Use `wl-biff-notify'.
7633         (wl-biff-check-folder-async-callback): New function.
7634         (wl-biff-check-folder-async): Ditto.
7635
7636         * wl-folder.el (wl-folder): Don't check folders.
7637         (wl-folder-auto-check): New function.
7638
7639 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7640
7641         * wl-util.el (wl-biff-start) [Emacs19+]:
7642         Use `timer-next-integral-multiple-of-time'.
7643         (wl-biff-check-folders): Use `wl-default-folder'
7644         if `wl-biff-check-folder-list' is nil.
7645
7646 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7647
7648         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7649         instead of `elmo-delete-lists'.
7650
7651 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7652
7653         * wl.el (wl-plugged-toggle-all): Set the value of
7654         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7655         (wl-plugged-toggle): Ditto.
7656         (wl-toggle-plugged): Ditto.
7657         (wl-plugged-init): Ditto.
7658
7659         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7660         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7661         instead of `wl-biff-state-indicator-off' and
7662         `wl-biff-state-indicator-on'; don't modify the value and the type
7663         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7664         (wl-plugged-init-icons): Set icons data to
7665         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7666         instead of `wl-plug-state-indicator-off' and
7667         `wl-plug-state-indicator-on'; don't modify the value and the type
7668         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7669
7670         * wl-vars.el (wl-modeline-biff-state-off,
7671         wl-modeline-biff-state-on, wl-modeline-biff-status,
7672         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7673         wl-modeline-plug-status): New internal variables.
7674         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7675         wl-biff-check-interval, wl-biff-check-folder-list): Change
7676         customization group from `wl-folder' to `wl-highlight'.
7677         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7678         wl-show-plug-status-on-modeline): Defcustomized.
7679
7680         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7681         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7682         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7683         a flag to `mode-line-buffer-identification'.
7684
7685         * wl-e21.el (wl-biff-init-icons): Set icons data to
7686         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7687         instead of `wl-biff-state-indicator-off' and
7688         `wl-biff-state-indicator-on'.
7689         (wl-plugged-init-icons): Set icons data to
7690         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7691         instead of `wl-plug-state-indicator-off' and
7692         `wl-plug-state-indicator-on'.
7693
7694 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7695
7696         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7697         excessive titles.
7698
7699 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7700
7701         * wl.el (wl-plugged-mode): Use revised
7702         `wl-mode-line-buffer-identification'.
7703         (wl-plugged-init): Don't use `force-mode-line-update'.
7704
7705         * wl-xmas.el (wl-draft-overload-functions): Use revised
7706         `wl-mode-line-buffer-identification'.
7707         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7708         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7709         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7710         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7711         `wl-make-plugged-hook';
7712         add `wl-folder-init-icons' and `wl-setup-folder' to
7713         `wl-folder-mode-hook'.
7714
7715         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7716         19 as well.
7717         (wl-mode-line-display-priority-list): New user option.
7718         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7719         Defcustomized.
7720         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7721         Add docs.
7722
7723         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7724         start.
7725         (wl-mode-line-buffer-identification): Revised as a function.
7726
7727         * wl-summary.el (wl-summary-mode): Use revised
7728         `wl-mode-line-buffer-identification'; don't call
7729         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7730         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7731         `wl-xmas-setup-summary'.
7732
7733         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7734         `wl-mode-line-buffer-identification'.
7735
7736         * wl-mule.el (wl-draft-overload-functions): Use revised
7737         `wl-mode-line-buffer-identification'.
7738
7739         * wl-folder.el (wl-make-plugged-alist): Don't call
7740         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7741         (wl-folder): Don't call `wl-folder-init-icons' directly.
7742         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7743         `wl-xmas-setup-folder' directly;
7744         use revised `wl-mode-line-buffer-identification'.
7745         (TopLevel): Don't bind `wl-biff-init-icons',
7746         `wl-plugged-init-icons', `wl-folder-init-icons',
7747         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7748
7749         * wl-e21.el (wl-draft-overload-functions): Use revised
7750         `wl-mode-line-buffer-identification'.
7751         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7752         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7753         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7754         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7755         `wl-make-plugged-hook';
7756         add `wl-folder-init-icons' and `wl-setup-folder' to
7757         `wl-folder-mode-hook'.
7758
7759 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7760             Katsumi Yamaoka    <yamaoka@jpl.org>
7761
7762         * wl.el (wl): Call `wl-biff-start'.
7763         (wl-exit): Call `wl-biff-stop'.
7764         (wl-plugged-mode): Show biff in modeline.
7765         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7766
7767         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7768         (wl-biff-init-icons): New function.
7769         (wl-plugged-init-icons): Don't make too much keymaps.
7770         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7771
7772         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7773         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7774         variables.
7775         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7776         options.
7777
7778         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7779         wl-biff-start, wl-biff-stop): New functions.
7780         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7781         (wl-biff-timer-name): New variable.
7782
7783         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7784
7785         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7786         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7787
7788         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7789         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7790
7791         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7792         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7793         `wl-folder-init-icons' to `ignore' if they are not available.
7794         (wl-folder-mode): Show biff in modeline.
7795
7796         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7797         (wl-biff-init-icons): New function.
7798         (wl-plugged-init-icons): Don't make too much keymaps.
7799         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7800
7801 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7802
7803         * wl-vars.el (wl-strict-diff-folders): Customization Type
7804         and doc fix.  Define as a list of regular expressions for
7805         folders or nil.
7806         * wl-folder.el (wl-folder-check-one-entity): Use
7807         `wl-string-match-member' instead of `wl-string-member' for
7808         `wl-strict-diff-folders'.
7809
7810 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7811
7812         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7813         (wl-highlight-folder-current-line): Use it; new implementation.
7814         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7815         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7816         `defsubst' instead of `defun'.
7817
7818         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7819         `wl-highlight-group-folder-by-numbers'; made it can also be a
7820         number.  See info for more details.
7821
7822         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7823         running.
7824
7825         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7826         to bind them.
7827
7828         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7829         (wl-highlight-folder-current-line): New implementation.
7830
7831         * wl-highlight.el (wl-highlight-folder-group-line): New
7832         implementation.
7833         (wl-delete-all-overlays): Rewrite as a marco.
7834         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7835
7836         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7837         running.
7838         (wl-folder-*-glyph): No need to bind them.
7839
7840         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7841         `wl-e21-highlight-folder-group-icon'; rewrite.
7842         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7843         `defsubst' instead of `defun'.
7844         (wl-folder-mode-map): Bind it when compiling.
7845
7846 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7849
7850         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7851
7852 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7853
7854         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7855
7856 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7857
7858         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7859         (wl-highlight-folder-current-line): Use it.
7860
7861         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7862         in `id-name'.
7863
7864 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7865
7866         * wl.el: Require `wl-e21' when Emacs 21 is running.
7867
7868         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7869         default when Emacs 21 is running.
7870         (wl-use-highlight-mouse-line): Ditto.
7871         (wl-on-emacs21): New constant.
7872         (wl-on-emacs20): Removed.
7873
7874         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7875         Emacs 21 is running.
7876
7877         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7878         Emacs 21 is running.
7879
7880         * wl-e21.el: New file.
7881
7882 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7883
7884         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7885         (wl-toggle-plugged): Ditto.
7886         (wl-plugged-toggle): Ditto.
7887         (wl-plugged-toggle-all): Ditto.
7888
7889         * wl-vars.el (wl-plug-state-indicator): Refer
7890         `wl-plug-state-indicator-on' indirectly.
7891
7892 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7895         Call `wl-folder-confirm-existence'.
7896
7897         * wl-folder.el (wl-folder-confirm-existence): Added optional
7898         argument `force'.
7899
7900 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7901
7902         * wl-summary.el (wl-summary-refile-subr): Assume
7903         `copy-or-refile' as symbol.
7904         (wl-summary-refile): Follow up above change.
7905         (wl-summary-copy): Ditto.  Doc fix.
7906
7907 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-summary.el (wl-summary-pick): Don't bind
7910         `elmo-search-mime-charset'.
7911
7912         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7913         default using old backquote style.
7914         (wl-search-mime-charset): Abolished.
7915
7916         * wl-highlight.el (wl-highlight-headers):
7917         Call `point' after `re-search-forward'(for Nemacs).
7918
7919         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7920         for elmo-imap4.el.
7921
7922 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7923
7924         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7925         `wl-message-ignored-field-list' instead of
7926         `mime-view-ignored-field-list'.
7927
7928         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7929         Add interactive spec.
7930         (wl-folder-goto-bottom-of-current-folder): Ditto.
7931         (wl-folder-mode-map): Bind them.
7932
7933         * wl-vars.el (wl-message-ignored-field-list): New variable.
7934         (wl-message-visible-field-list): New variable.
7935
7936         * wl-mime.el (wl-mime-header-presentation-method): New function.
7937         (wl-mime-setup): Set header-presentation-method.
7938
7939 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7940
7941         * wl-nemacs.el (wl-draft-overload-functions): Set
7942         `mode-line-buffer-identification' instead of using
7943         `wl-make-modeline'.
7944
7945         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7946         instead of using `wl-make-modeline'.
7947
7948         * wl-xmas.el (wl-plugged-init-icons): Set up
7949         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7950         (wl-make-modeline): Abolish.
7951         (wl-draft-overload-functions): Set
7952         `mode-line-buffer-identification' instead of using
7953         `wl-make-modeline'.
7954
7955         * wl-util.el (wl-make-modeline-subr): Abolish.
7956         (wl-mode-line-buffer-identification): New alias.
7957
7958         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7959         (wl-summary-make-modeline): Abolish.
7960         (wl-summary-buffer-set-folder): Set
7961         `wl-summary-buffer-folder-indicator'.
7962         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7963         of using `wl-make-modeline'.
7964         (wl-summary-switch-to-clone-buffer): Don't set
7965         `mode-line-buffer-identification'.
7966         (wl-summary-goto-folder-subr): Ditto.
7967
7968         * wl-mule.el (wl-draft-overload-functions): Set
7969         `mode-line-buffer-identification' instead of using
7970         `wl-make-modeline'.
7971
7972         * wl-folder.el (wl-folder-mode): Set
7973         `mode-line-buffer-identification' instead of using
7974         `wl-make-modeline'.
7975         (wl-folder): Don't set `mode-line-buffer-identification'.
7976
7977 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7978
7979         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7980         instead of `member' for `wl-refile-guess-func-list' look-ups.
7981         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7982
7983 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7984
7985         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7986         `wl-message-button-dispatcher'.
7987
7988         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7989
7990         * wl-message.el (wl-message-button-dispatcher): Use it.
7991
7992         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7993         "In-Reply-To".
7994
7995         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7996         Bind `case-fold-search' to t.
7997
7998 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7999
8000         * wl-xmas.el (wl-message-overload-functions): Initialize
8001         `wl-message-button-map'.
8002
8003         * wl-mule.el (wl-message-overload-functions): Initialize
8004         `wl-message-button-map'.
8005
8006         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8007
8008         * wl-message.el (wl-message-button-map): New keymap.
8009         (wl-message-add-button): New function.
8010         (wl-message-button-dispatcher): New function.
8011         (wl-message-button-refer-article): New function.
8012
8013         * wl-highlight.el
8014         (wl-highlight-message-add-buttons-to-header): New function.
8015         (wl-highlight-headers): Use it.
8016
8017 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8018
8019         * wl-summary.el (wl-summary-default-from): Use
8020         `wl-address-get-petname-1'.
8021         (wl-summary-simple-from): Ditto.
8022
8023         * wl-address.el (wl-address-get-petname-1): New inline function.
8024         (wl-address-get-petname): Use it.
8025
8026 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8027
8028         * wl-summary.el (wl-summary-default-from): Return full-name part
8029         from the address if no petname was found.
8030         (wl-summary-simple-from): Ditto.
8031
8032         * wl-address.el (wl-address-get-petname): Return nil if no petname
8033         associated with the address was found.
8034
8035 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8036
8037         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8038         display is finished.
8039
8040 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8041
8042         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8043         `elmo-folder-exists-p' argument.
8044
8045 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8046
8047         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8048         the folder.
8049
8050 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8053
8054         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8055         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8056
8057 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8058
8059         * wl-folder.el (wl-folder-create-subr): New function.
8060         (wl-folder-confirm-existence): Use it.
8061         (wl-folder-check-one-entity): Use it.
8062         Check the error symbol is derived from 'elmo-open-error.
8063
8064         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8065         `ignore-error'.
8066
8067 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8068
8069         * wl-util.el (toplevel): Add (eval-when-compile (require
8070         'elmo-util)).  (Maybe `provide' is typo.)
8071
8072 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8073
8074         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8075         (I don't know why this was needed.)
8076
8077         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8078         Follow up changes for stream-type.
8079
8080         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8081         (wl-draft-elmo-nntp-send): Ditto.
8082
8083         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8084         (wl-nntp-posting-stream-type): Ditto.
8085         (wl-pop-before-smtp-ssl): Abolished.
8086         (wl-nntp-posting-ssl): Ditto.
8087
8088         * wl-address.el (wl-address-quote-specials): New function.
8089         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8090
8091         * wl-draft.el (wl-draft-reply): Ditto.
8092
8093 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8094
8095         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8096         use function `wl-string-match-assoc'.
8097
8098 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8101
8102         * wl-draft.el (wl-draft-deduce-address-list): New function.
8103         (wl-draft-parse-mailbox-list): Ditto.
8104         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8105         instead of `smtp-deduce-address-list'.
8106         (wl-draft-on-field-p): Follow group list.
8107
8108         * wl-address.el (wl-address-concat-token): New function.
8109         (wl-address-string-without-group-list-contents): Ditto.
8110         (wl-complete-field-body): Fixed problem of completion
8111         by japanese petname.
8112         (wl-address-make-completion-list): Rewrite.
8113
8114 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8115
8116         * wl-address.el (wl-address-make-completion-list): Completion by
8117         petname.
8118         (wl-complete-field-body): Likewise.
8119
8120 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8123         contains invalid address syntax.
8124
8125 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8126
8127         * wl-folder.el (wl-folder-check-entity-async): Use
8128         `elmo-nntp-spec-hostname'.
8129
8130 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8131
8132         * wl-summary.el (wl-summary-msgdb-load-async): Use
8133         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8134
8135 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-draft.el (wl-draft-reply): Set argument
8138         `content-transfer-encoding' as nil.
8139
8140 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8141
8142         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8143         `wl-refile-alist'.
8144
8145 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8146
8147         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8148         (wl-draft-edit-string): Ditto.
8149         (wl-draft-forward): Ditto.
8150         * wl-summary.el (wl-summary-write): Ditto.
8151
8152 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8153
8154         * wl-summary.el (wl-summary-sync-update3): Call
8155         `wl-summary-buffer-number-column-detect'.
8156         (wl-summary-buffer-number-column-detect): Search from point-min.
8157
8158 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8159
8160         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8161         contains an address which is not included in original to or cc.
8162
8163 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8164
8165         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8166         begin-line does not exist.
8167         * wl-message.el (wl-message-uu-substring): Ditto.
8168
8169 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8172         clear local variables.
8173         (wl-summary-exit): Call `elmo-commit'.
8174         (wl-summary-switch-to-clone-buffer): Call
8175         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8176         (wl-summary-goto-folder-subr): Ditto.
8177
8178         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8179         POP folder.
8180
8181 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8184         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8185         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8186         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8187         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8188         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8189
8190         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8191
8192 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8193
8194         * wl-summary.el (wl-summary-search-by-subject):
8195         Search parent message from the latest one.
8196
8197 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8198
8199         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8200         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8201
8202         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8203         New user option.
8204
8205         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8206         if elmo-nntp-use-killed-list is nil.
8207         Use `elmo-msgdb-append-to-killed-list'.
8208         (Append numbers confirmed as disappeared to the killed list.)
8209         (wl-summary-confirm-appends): Don't display negative number.
8210
8211 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8212
8213         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8214
8215 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8218         range is `all'.
8219         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8220         `elmo-list-bigger-diff'.
8221
8222 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl-summary.el (wl-summary-buffer-exit-func):
8225         New buffer local variable.
8226         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8227
8228 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8229
8230         * wl-demo.el (wl-demo): Fix the last change.
8231
8232 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8233
8234         * wl-demo.el (wl-demo): Don't use `eval'.
8235
8236 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8237
8238         * wl-summary.el (wl-summary-buffer-thread-modified):
8239         New buffer-local variable.
8240         (wl-summary-set-thread-modified): New function.
8241         (wl-summary-thread-modified-p): New function.
8242         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8243         (wl-summary-yank-saved-message): Use function
8244         `wl-summary-set-thread-modified'
8245         (wl-summary-switch-to-clone-buffer): Add
8246         `wl-summary-buffer-thread-modified'.
8247
8248         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8249         (wl-summary-buffer-mark-saved-hook): Ditto.
8250         * wl-summary.el (wl-summary-msgdb-save): New hook
8251         `wl-summary-buffer-message-saved-hook' and
8252         `wl-summary-buffer-mark-saved-hook'.
8253
8254 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8255
8256         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8257
8258 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8259
8260         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8261         don't hide scroll bars under FSF Emacsen because it may incur an
8262         undesirable redrawing.
8263
8264 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8265
8266         * wl-draft.el (wl-draft-edit-string): Call
8267         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8268
8269 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8270
8271         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8272
8273 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8274
8275         * wl-summary.el (wl-summary-msgdb-load-async): Call
8276         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8277
8278 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8279
8280         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8281         fringes in demo buffer; center bitmap logo correctly even if old
8282         Mule is used.
8283
8284 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8285
8286         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8287
8288         * wl-refile.el (wl-refile-subject-alist): New variable.
8289         (wl-refile-subject-alist-file-name): Ditto.
8290         (wl-refile-alist-setup): Rewrite.
8291         (wl-refile-alist-save): Use `elmo-object-save'.
8292         Eliminated arguments.
8293         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8294         (wl-refile-guess-by-subject): New function.
8295         (wl-refile-guess-func-list): Added it.
8296
8297 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8298
8299         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8300         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8301
8302 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8305         New buffer-local variable.
8306         (wl-summary-buffer-next-folder-func): Ditto.
8307         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8308         if non-nil.
8309         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8310         if non-nil.
8311         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8312         if non-nil.
8313         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8314         if non-nil.
8315
8316 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8317
8318         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8319         permanently in the demo buffer.
8320
8321 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8324         `mime-entity-fetch-field'.
8325
8326         * wl.el (wl-exit): Delete plugged buffer.
8327
8328         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8329         XEmacs has menubar feature.
8330
8331 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8332
8333         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8334         cannot arrive at the beginning of the buffer under old Emacsen.
8335
8336 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8337
8338         * wl-address.el (wl-address-ldap-search):
8339         Call `ldap-search-entries' with `withdn' argument t.
8340         (wl-complete-field-body): Bind completion-ignore-case as t.
8341         Clear ldap search hash when it was sole completion.
8342         Use elmo-string for pattern string.
8343         (wl-ldap-alias-safe-string): Eliminated needless let.
8344
8345 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8346
8347         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8348         (wl-ldap-alias-sep): New constant.
8349         (wl-ldap-search-attribute-type-list): Ditto.
8350         (wl-ldap-get-value): New function.
8351         (wl-ldap-make-filter): Ditto.
8352         (wl-ldap-make-matched-value-list): Ditto.
8353         (wl-ldap-alias-safe-string): Ditto.
8354         (wl-ldap-register-dn-string): Ditto.
8355         (wl-address-ldap-search): Rewrite.
8356
8357 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8358
8359         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8360         thread is deleted.
8361         (wl-thread-delete-line-from-buffer): Ditto.
8362         (wl-thread-get-exist-children): New function.
8363
8364 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8365
8366         * wl-demo.el (wl-demo): Made it to select various image types.
8367         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8368         from `wl-title-logo'.
8369         (wl-logo-ascii): New variable.
8370         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8371         (wl-demo-copyright-notice): New constant.
8372
8373         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8374
8375 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8376
8377         * wl-vars.el (wl-summary-target-above): Renamed from
8378         wl-summary-temp-above.
8379         * wl-score.el (wl-score-get-score-alist): Use it.
8380         (wl-summary-score-update-all-lines): Use it.
8381         * wl-summary.el: Ditto. (make-variable-buffer-local).
8382
8383 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8384
8385         * wl-vars.el (wl-ldap-port): New user option.
8386
8387         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8388         Rewite whole implementation.
8389         (wl-complete-field-body): Fixed.
8390
8391 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8392
8393         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8394         Choose implementation at compile time.
8395
8396 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8397
8398         * wl-address.el (wl-ldap-search-internal): New function.
8399         (wl-complete-field-to): Use it.
8400
8401 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8404         Use `let' instead of `let*'.
8405         Require 'wl-vars.
8406
8407         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8408         Define as defcustom.
8409         (wl-ldap-base): Ditto.
8410         (wl-use-ldap): Ditto.
8411
8412 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8413
8414         * wl-address.el (wl-ldap-search): New function.
8415         (wl-complete-field-body): Use `wl-ldap-search'.
8416         (wl-ldap-server): New variable.
8417         (wl-ldap-base): Ditto.
8418         (wl-use-ldap): Ditto.
8419
8420 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8421
8422         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8423         (Pointed out by Mito <mit@nines.nec.co.jp>).
8424         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8425         buffer-local variables like `wl-summary-redisplay-internal'.
8426         (wl-summary-redisplay-all-header): Likewise.  Update
8427         Summary view too.
8428
8429 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-summary.el (wl-summary-jump-to-parent-message):
8432         Consider prefix argument.
8433
8434         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8435         when closed thread is deleted.
8436
8437 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8438
8439         * wl-summary.el (wl-summary-jump-to-parent-message):
8440         Consider thread modification.
8441
8442 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8443
8444         * wl-message.el (wl-message-normal-get-original-buffer): Use
8445         `save-excursion'.
8446
8447         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8448         (wl-summary-showto-folder-regexp): Ditto.
8449
8450 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8451
8452         * wl-util.el (wl-delete-alist): Doc fix.
8453         (wl-delete-associations): New function.
8454         (wl-inverse-alist): New function.
8455         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8456         Split temporary variables. Use `wl-delete-associations'
8457         and `wl-inverse-alist'.
8458         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8459
8460 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl-folder.el (wl-folder-prefetch-entity):
8463         Execute prefetching if new count is unknown.
8464
8465 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8466
8467         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8468
8469         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8470         delete entity.
8471         (wl-thread-set-parent): If insert as top, set linked as nil.
8472
8473         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8474         `wl-thread-cleanup-symbols' when view mode is thread.
8475
8476 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8477
8478         * wl-folder.el (wl-folder-create-folder-entity): Use
8479         with-current-buffer.
8480         (wl-local-folder-init): Call set-buffer to make sure we are in
8481         the Folder buffer. Don't touch buffer-local variables here.
8482         (wl-folder-mode): Initialize buffer-local variables here.
8483
8484         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8485         (wl-folder-entity-assign-id): Ditto.
8486         (wl-folder-create-entity-hashtb): Ditto.
8487         (wl-local-folder-init): Ditto.
8488         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8489
8490 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8491
8492         * wl-summary.el (wl-summary-default-from): Fix probrem when
8493         std11-extract-address-components return (nil "foo@bar").
8494
8495 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8496
8497         * wl-draft.el (wl-draft-clone-local-variables):
8498         Remove redundant `setq'.
8499
8500 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8503         Bind wl-highlight-x-face-func as nil while highlighting header.
8504
8505 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8506
8507         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8508
8509 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8510
8511         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8512         elmo-msgdb-overview-hashtb from copy-variables.
8513         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8514         instead of `elmo-msgdb-overview-get-entity-by-number'.
8515         (wl-summary-auto-refile): Ditto.
8516
8517         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8518         `elmo-msgdb-overview-get-entity' instead of
8519         `elmo-msgdb-search-overview-entity'.  Use
8520         `elmo-msgdb-overview-get-entity' instead of
8521         `elmo-msgdb-overview-get-entity-by-number'.
8522         (wl-thread-insert-entity-sub): Ditto.
8523         (wl-thread-insert-message): Ditto.
8524
8525         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8526         `elmo-msgdb-overview-get-entity'.
8527         (wl-normal-message-redisplay): Ditto.
8528
8529 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8530
8531         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8532         `wl-thread-entities'.
8533         (wl-thread-delete-message): Fix remove top message from
8534         `wl-thread-entity-list'.
8535
8536         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8537         wl-append(nconc), because update-list is broken on Meadow.
8538
8539         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8540         updating process.
8541         (wl-summary-rescan): Ditto.
8542         (wl-summary-sync-update3): Ditto.
8543         * wl-thread.el (wl-thread-set-parent): Renamed from
8544         `wl-summary-set-parent'.
8545         (wl-thread-insert-message): Updating buffer faster.
8546         (wl-thread-delete-message): Updating buffer faster.
8547
8548         * wl-score.el (wl-summary-score-update-all-lines): Changed
8549         interval for display progress gauge.
8550
8551 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8552
8553         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8554         folder always-sticky.
8555         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8556         defmacro.
8557
8558 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-vars.el (wl-draft-add-references): New user option.
8561
8562         * wl-draft.el (wl-draft-add-references): New function.
8563         (wl-draft-yank-from-mail-reply-buffer): Use it.
8564         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8565         as nil.
8566
8567 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8568
8569         * wl-thread.el (wl-thread-update-line-msgs): Called
8570         `wl-thread-update-line-on-buffer-sub'.
8571         (wl-thread-update-line-on-buffer): Delete routine of inserting
8572         thread.
8573         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8574         moved from `wl-thread-update-line-on-buffer'.
8575         Add threshold for displaying progress gauge.
8576         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8577         argument of `wl-thread-update-line-msgs'.
8578         Add threshold for displaying progress gauge.
8579         * wl-folder.el:
8580         Add threshold for displaying progress gauge.
8581         * wl-score.el: Ditto.
8582
8583         * wl-expire.el (wl-summary-expire): Display deleting info.
8584
8585 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8586
8587         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8588         `no-msg'.
8589         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8590         argument of `wl-thread-update-line-msgs'.
8591         (wl-summary-set-parent): Added optional argument `parent-number'.
8592         (wl-summary-buffer-saved-message): New buffer local variable.
8593         (wl-summary-save-current-message): New command.
8594         (wl-summary-yank-saved-message): Ditto.
8595         (wl-summary-mode-map): Added key binding for
8596         `wl-summary-save-current-message' (\ew) and
8597         `wl-summary-yank-saved-message' (\C-y).
8598         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8599
8600 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-summary.el (wl-summary-mode-map): Added key binding for
8603         `wl-summary-set-parent' (ts).
8604
8605 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8606
8607         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8608         subject faster. If thread number is reverse, delayed updating
8609         thread.
8610         (wl-summary-search-by-subject): Ditto.
8611         (wl-summary-put-alike): Ditto.
8612         (wl-summary-get-alike): Ditto.
8613         (wl-summary-insert-headers): Insert header of all overview in
8614         buffer.
8615         (wl-summary-rescan): Delayed updating thread. Kill search subject
8616         buffer for wl-summary-search-by-subject.
8617         (wl-summary-sync-update3): Ditto.
8618         (wl-summary-exit): Ditto.
8619         (wl-summary-goto-bottom-of-current-thread): Change for linked
8620         thread.
8621         (wl-summary-overview-create-summary-line): Change line for linked
8622         thread.
8623
8624         * wl-summary.el (wl-summary-update-thread): Use
8625         wl-thread-maybe-get-children-num.
8626         (wl-summary-set-parent): If change parent, move sub thread.
8627         (wl-summary-redisplay-internal): Add horizontal recenter.
8628         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8629
8630         * wl-thread.el (wl-thread-entity-get-linked): New function.
8631         (wl-thread-entity-set-linked): New function.
8632         (wl-thread-create-entity): Add linked element.
8633         (wl-thread-entity-insert-as-top): Use wl-append.
8634         (wl-thread-maybe-get-children-num): If closing thread, return
8635         children msgs.
8636         (wl-thread-update-line-msgs): Displaying progress message.
8637         (wl-thread-update-line-on-buffer-sub): Use
8638         wl-thread-maybe-get-children-num.
8639         (wl-thread-update-line-on-buffer): If update line is not exists,
8640         insert thread.
8641         (wl-thread-delete-message): If delete top msg of thread, search
8642         parent by subject.
8643         (wl-thread-insert-entity): Use
8644         wl-thread-maybe-get-children-num.
8645
8646         * wl-highlight.el (wl-highlight-summary-current-line): change
8647         sregexp for linked thread.
8648         * wl-util.el (wl-count-lines): Count lines.
8649         (wl-horizontal-recenter): horizontal recenter.
8650         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8651         (wl-score-get-alike): Ditto.
8652         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8653         (wl-subject-length-limit): New variable.
8654         (wl-highlight-thread-indent-string-regexp): Changed for linked
8655         thread.
8656
8657 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8660         New variable (revival).
8661         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8662         by subject matching if there's no in-reply-to nor references field
8663         (revival).
8664
8665 \f
8666 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8669         message.
8670
8671 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8672
8673         * wl-summary.el (wl-summary-reply): Return t if there was a
8674         message at cursor point.
8675         Added unwind-protect.
8676         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8677         returns t.
8678         (wl-summary-cancel-message): Do nothing when there's no message at
8679         cursor point.
8680         (wl-summary-forward): Ditto.
8681         (wl-summary-jump-to-parent-message): Ditto.
8682         (wl-summary-reedit): Ditto.
8683         (wl-summary-edit-addresses): Ditto.
8684         (wl-summary-pipe-message): Ditto.
8685         (wl-summary-print-message-with-ps-print): Ditto.
8686         (wl-summary-print-message): Ditto.
8687         (wl-summary-mark-as-important): Ditto.
8688         (wl-summary-mark-as-unread): Ditto.
8689
8690         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8691         message at cursor point.
8692         (wl-summary-reply-with-citation): Remove unwind-protect.
8693
8694         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8695         subject searching feature.
8696         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8697         Eliminated.
8698
8699 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8702         New variable.
8703         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8704         by subject matching if there's no in-reply-to nor references field.
8705
8706         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8707
8708         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8709         when display is finished.
8710         (wl-folder-open-all): Ditto.
8711         (wl-folder-update-access-group): Ditto.
8712         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8713         * wl-thread.el (wl-thread-close-all): Ditto.
8714
8715         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8716         progress gauge only when it was displayed.
8717         * wl-folder.el (wl-folder-insert-entity): Ditto.
8718
8719 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * wl-summary.el (wl-summary-incorporate): Enclose
8722         `wl-summary-sync-force-update' with save-excursion.
8723
8724 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8725
8726         * wl-summary.el (wl-summary-prefetch-region):
8727         Pass current cursor point to `pos-visible-in-window-p' after
8728         moving cursor to the started point.
8729
8730 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8731
8732         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8733
8734         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8735         fields from the forwarding message.
8736         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8737         `ignored-fields'.
8738
8739 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-mime.el (wl-message-request-partial):
8742         Eliminated argument `msgdb'.
8743         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8744         (wl-mime-combine-message/partial-pieces): Likewise.
8745         * tm-wl.el (wl-message-request-partial): Likewise.
8746         (wl-mime-combine-message/partial-pieces): Likewise.
8747
8748 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8749
8750         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8751         when display is finished.
8752
8753 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8754
8755         * wl-summary.el (wl-summary-goto-folder-subr):
8756         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8757
8758 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8761         when cursor point is visible.
8762
8763 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-expire.el (wl-expire-archive-get-max-number):
8766         Don't use `file-name-directory'.
8767
8768 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8769
8770         * wl-expire.el (wl-expire-archive-get-max-number):
8771         Use `file-name-directory'.
8772
8773 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8776         only when there is progress.
8777
8778 2000-04-13  Mito <mit@nines.nec.co.jp>
8779
8780         * wl-summary.el (wl-summary-sync-marks): Display progress.
8781
8782 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8783
8784         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8785         (wl-summary-prev): Move cursor regardless of unread status.
8786         (wl-summary-next): Ditto.
8787
8788 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8791         Added argument `target' and `number'.
8792         * tm-wl.el (wl-summary-burst-subr): New function.
8793         (wl-summary-burst): Use it.
8794
8795 2000-04-10  Mito <mit@nines.nec.co.jp>
8796
8797         * wl-mime.el (wl-burst): New function.
8798         (wl-summary-burst): Use it.
8799
8800 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8801
8802         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8803         as petname when there's no candidate.
8804
8805 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8808         New variable.
8809         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8810
8811         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8812
8813         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8814
8815 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8818         Use substring of `original' instead of buffer-substring.
8819         (wl-refile-evaluate-rule):
8820         Set `original' argument of wl-refile-expand-newtext.
8821
8822         * wl-summary.el
8823         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8824         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8825         (wl-summary-auto-refile): Check existence of destination folder just
8826         before marking.
8827
8828 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8829
8830         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8831         when wl-refile-get-field-value return nil.
8832
8833 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8834
8835         * wl-refile.el
8836         (wl-refile-expand-newtext): New function imported from Gnus.
8837         (wl-refile-evaluate-rule): Use it.
8838
8839 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-summary.el (wl-summary-print-destination):
8842         Duplicate folder string to avoid putting text-property on
8843         original string.
8844
8845         * wl-refile.el (wl-refile-get-field-value): New function.
8846         (wl-refile-evaluate-rule): New function;
8847         Evaluate refile rule recursively.
8848         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8849         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8850         New function; Check existence of a target folder recursively.
8851         (wl-summary-auto-refile-check-refile-rule-alist):
8852         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8853
8854 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8855
8856         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8857
8858         * wl-folder.el (wl-create-folder-entity-from-buffer):
8859         Fixed problem when '}' character is contained in folder name.
8860
8861         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8862
8863 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8864
8865         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8866         (wl-fldmgr-add-completion-all-completions):
8867         Use wl-fldmgr-add-completion-hashtb.
8868
8869 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8870
8871         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8872         wl-fldmgr-add-completion-subr): New functions.
8873         * wl-folder.el (wl-folder-completion-func): New variable.
8874         * wl-summary.el (wl-summary-read-folder):
8875         Use wl-folder-completion-func.
8876
8877         * wl-refile.el: Eliminate throw & catch.
8878
8879         * wl.el (wl-plugged-sending-queue-status): Fixed.
8880
8881 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8882
8883         * wl-draft.el (wl-draft): Put category property on
8884         mail-header-separator.