8dd2f9f53681017a9555d70dd12de2615c2bb5b3
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
4         in a quit message.
5
6 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
9         (wl-summary-redisplay-no-mime-internal): Ditto.
10
11 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
12
13         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
14         * wl-vars.el (wl-smtp-connection-type): Ditto.
15
16 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
17
18         * wl-highlight.el (wl-highlight-message): Change to strict regexp
19         for the separator line and quote mail-header-separator.
20
21 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-spam.el (wl-message-check-spam): Fixed problem no display
24         result message.
25
26         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
27         `elmo-multiple-fields-body-list' with boundary as
28         mail-header-separator.
29
30 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
31
32         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
33
34 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
35
36         * wl-util.el (wl-list-diff): Remove unused function.
37
38         * wl-draft.el (wl-draft-send-confirm): Discard input before
39         confirmation.
40
41 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
44         order of flag and new.
45
46 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
47
48         * wl-vars.el (wl-refile-policy-alist): Abolished.
49
50         * wl-action.el (wl-summary-set-action-refile): Follow the change
51         above.
52
53 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * wl-highlight.el (wl-highlight-signature-search): Don't use
56         re-search-backward for a long word since it is possible to crash
57         XEmacs because of a bug.
58
59 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
60
61         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
62
63 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
64
65         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
66         argument for wl-summary-sync-force-update.
67
68 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
69
70         * wl-summary.el (wl-summary-mode-map): Revival of
71         wl-summary-mark-as-important related bindings;
72         Bind 'F','tF','mF','rF','m&'.
73         (wl-summary-mark-as-important-region): Revival.
74         (wl-summary-target-mark-mark-as-important): Ditto.
75         (wl-summary-target-mark-operation): New function.
76         (wl-summary-target-mark-mark-as-answered): Use it.
77         (wl-summary-decide-flag): Don't set Important as default.
78         (wl-summary-mark-as-important-internal): Revival.
79         (wl-summary-mark-as-important): Ditto.
80
81         * wl-thread.el (wl-thread-mark-as-important): Ditto.
82
83         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
84         instead of facep.
85
86 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
87
88         * wl-dnd.el (wl-dnd-drop-func): Fix.
89
90         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
91         mouse-set-point instead of posn-point.
92
93         * wl-xmas.el (wl-completing-read-multiple): Define as function.
94
95         * wl-mule.el (wl-completing-read-multiple): Ditto.
96
97 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
98
99         * wl-demo.el (face-background-name): Defalias to avoid compile
100         warning.
101
102 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
103
104         * wl-summary.el (wl-summary-decide-flag): Use
105         wl-completing-read-multiple instead of completing-read-multiple.
106
107         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
108         New alias.
109
110         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
111         Use face-background-name instead of face-background.
112
113         * wl-vars.el (wl-summary-save-file-suffix): New user option.
114
115         * wl-summary.el (wl-summary-save): Use it.
116         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
117
118         * wl-mime.el (wl-mime-save-content): Fix last change.
119
120 2004-02-10  Len Trigg <lenbok@myrealbox.com>
121
122         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
123         New function.
124         (wl-summary-sort-specs): Added sort.
125         * wl-mime.el (wl-mime-save-content): Expand file name.
126
127 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
128
129         * wl-mime.el (wl-draft-preview-message): Fixed typo.
130
131         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
132
133 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
136         for flag if it is not defined.
137
138 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
139
140         * wl-e21.el (wl-highlight-folder-current-line): Use
141         elmo-folder-type-internal when elmo-folder-type returns nil.
142
143         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
144
145         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
146
147         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
148
149         * wl-e21.el (wl-summary-toolbar): Ditto.
150
151         * wl-vars.el (wl-demo-background-color): Abolished.
152         (wl-summary-persistent-mark-priority-list): Renamed from
153         wl-summary-flag-priority-list.
154         (wl-summary-flag-alist): New user option.
155         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
156         (wl-message-mode-line-format-spec-alist): Added 'F'.
157         (wl-message-mode-line-format): Likewise.
158         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
159         instead of wl-summary-important-mark.
160         (wl-file-folder-icon): New variable.
161
162         * wl-thread.el (wl-thread-set-flags): Renamed from
163         wl-thread-mark-as-important.
164
165         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
166         warning.
167         (wl-summary-mode-menu-spec): Follow the change of 
168         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
169         (wl-summary-mode-map): Follow the change of
170         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
171         (wl-summary-detect-mark-position): Follow the variable name change.
172         (wl-summary-set-flags-region): New function for the replacement of
173         wl-summary-mark-as-important-region.
174         (wl-summary-sync-marks): Sync all global-flags.
175         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
176         instead of elmo-message-flagged-p.
177         (wl-summary-persistent-mark-string): Follow the variable name change;
178         Put wl-summary-flag-mark if the message has global-flag.
179         (wl-summary-target-mark-set-flags): Renamed from 
180         wl-summary-target-mark-mark-as-important.
181         (wl-summary-decide-flag): New function.
182         (wl-summary-set-flags-internal): Renamed from
183         wl-summary-mark-as-important-internal.
184         (wl-summary-add-flags-internal): New function.
185         (wl-summary-remove-flags-internal): Ditto.
186         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
187         (wl-summary-mark-as-unimportant): Abolish.
188         (wl-summary-move-spec-alist): Changed `important' to `digest'.
189         (wl-summary-next-message): List flagged messages in the msgdb.
190
191         * wl-score.el (wl-summary-score-update-all-lines): Use
192         wl-summary-add-flags-internal instead of 
193
194         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
195
196         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
197         from wl-message-buffer-cur-flag (To avoid misunderstanding).
198         (wl-message-buffer-require-all-header): Renamed from
199         wl-message-buffer-all-header-flag (Ditto).
200         (wl-message-buffer-flag-indicator): New variable.
201         (wl-message-redisplay): Changed local varibale name from `flag' to
202         `display-type'; Set up wl-message-buffer-flag-indicator.
203         (wl-message-buffer-display): Changed varibale name from `flag' to
204         `display-type'.
205         (wl-message-display-internal): Likewise.
206
207         * wl-highlight.el (wl-highlight-demo-face): Define default background
208         color.
209         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
210
211         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
212
213         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
214         (wl-demo-setup-properties): Renamed from
215         `wl-demo-set-background-color'.
216         (wl-demo): Follow the change above.
217         
218         * Version number is increased to 2.11.24.
219
220 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-summary.el (wl-summary-toggle-thread): Call
223         `wl-summary-rescan' with disable-thread as non-nil.
224         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
225
226 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
227
228         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
229         foreground property of the face.
230         (wl-demo-insert-text): Don't set up face property here.
231         (wl-demo): Call wl-demo-set-background-color, anyway.
232
233 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-vars.el (wl-demo-background-color): The value can be nil.
236
237 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
238
239         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
240         to wl-summary-wheel-dispatcher.
241
242         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
243         wl-message-wheel-dispatcher.
244         (wl-message-wheel-dispatcher): New function.
245         (wl-summary-wheel-dispatcher): Ditto.
246
247 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
248
249         * wl-action.el (wl-summary-target-mark-all): List messages which are
250         not in the killed-list.
251
252         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
253         only when the folder is 'flag/important.
254
255         * wl-address.el (wl-complete-field-body): Complete if the last
256         character is a space.
257
258 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
259
260         * wl-folder.el (wl-folder-clear-entity-info): Use
261         elmo-clear-hash-val.
262
263         * wl-fldmgr.el (wl-fldmgr-rename): Set
264         wl-folder-info-alist-modified as t.
265
266 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
267
268         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
269
270 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
273         (wl-folder-buffer-last-visited-entity-id): New buffer local
274         variable.
275         (wl-folder-revisit-last-visited-folder): New function.
276         (wl-folder-mode-map): Bind it to "C-i".
277         (wl-folder-set-current-entity-id): Set last visited folder.
278         * wl-summary.el (wl-summary-exit): Ditto.
279
280 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
283         before calling `recenter' in order to cope with an XEmacs bug.
284
285 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
286
287         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
288         to the default value.
289
290 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
293         change.
294         (wl-summary-sync-marks): Ditto.
295         (wl-summary-mark-as-read-internal): Ditto.
296         (wl-summary-mark-as-answered-internal): Ditto.
297         (wl-summary-mark-as-important-internal): Ditto.
298         (wl-summary-reply): Ditto.
299
300         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
301         instead of `elmo-folder-unflag-answered'.
302
303         * Version number is increased to 2.11.23.
304
305         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
306         the last change.
307
308 2004-01-11  Kenichi Okada  <okada@opaopa.org>
309
310         * wl-spam.el (wl-summary-exec-action-refile-with-register):
311         Specify "spam" or "good".
312
313 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
314
315         * wl-spam.el (wl-summary-exec-action-spam): Call
316         wl-folder-confirm-existence for spam folder.
317         (wl-spam-setup): Bind "mk".
318
319 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
322
323 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
326         destination folder is empty.
327
328 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
329
330         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
331         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
332
333         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
334         (wl-summary-refile-prev-destination-region): New function.
335         (wl-thread-refile-prev-destination): Ditto.
336         (wl-summary-target-mark-refile-prev-destination): Ditto.
337
338 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
339
340         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
341         (wl-demo-background-color): Changed default value.
342
343         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
344         color.
345
346         * wl-demo.el (wl-demo-set-background-color): New function.
347         (wl-demo): Call it.
348
349 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-address.el (wl-address-delete): Avoid mis-deleting.
352         * wl-address.el (wl-address-add-or-change): Don't add empty
353         address.
354
355 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
356
357         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
358
359 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
360
361         * wl-vars.el (wl-demo-image-filter-alist): New variable
362         (wl-demo-background-color): Ditto.
363
364         * wl-demo.el (wl-demo-xpm-set-background): New function.
365         (wl-demo-image-filter): Ditto.
366         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
367
368         * wl-vars.el (wl-demo-icon-name-alist): New variable.
369
370         * wl-demo.el (wl-demo-icon-name): Define as function.
371         (wl-demo-insert-image): Use it.
372
373 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
374
375         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
376
377 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
378
379         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
380
381 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
382
383         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
384
385 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-thread.el (wl-thread-mark-as-answered): New function.
388
389         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
390         answered" entry.
391         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
392         "r&" and wl-thread-mark-as-answered to "t&".
393         (wl-summary-mark-as-important-region): Refine to toggle mark.
394         (wl-summary-mark-as-answered-region): New function.
395         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
396         and 3rd argument.
397         (wl-summary-mark-as-important-internal): Likewise.
398
399 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-template.el (wl-template-preview): New internal variable.
402         (wl-template-preview-p): New function.
403         (wl-template-show): Bind `wl-template-preview' as t.
404
405 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
408         `elmo-message-entity-field' with 3rd argument which is non-nil.
409
410 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
413         Removed duplicate local bind `folder'.
414
415 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
418
419 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
422         duplicate definition.
423
424 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
425
426         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
427         non-nil, use it; Don't fetch message if there's no message in the
428         current cursor position.
429
430 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-util.el (wl-region-exists-p): Use region-active-p.
433         (wl-deactivate-region): New function.
434         * wl-message.el (wl-message-redisplay): Deactivate region.
435
436         * wl-summary.el (wl-summary-reply): Call
437         `wl-summary-set-message-buffer-or-redisplay' instead of
438         `wl-summary-redisplay-internal', don't move point.
439
440 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
443         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
444         by regexp.
445
446 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
449         if no need.
450
451 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
452
453         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
454         default value to nil.
455         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
456         `wl-summary-prepare-hook'; Replace refile action to
457         `wl-summary-exec-action-refile-with-register'.
458
459         * Version number is increased to 2.11.22.
460
461 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-summary.el (wl-summary-detect-mark-position): Set
464         `wl-summary-buffer-weekday-name-lang'.
465
466 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
467
468         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
469         (wl-summary-mark-as-read-all): Ditto.
470         (wl-summary-delete-messages-on-buffer): Ditto.
471         (wl-summary-sync-update): Ditto.
472         (wl-summary-mark-as-read-internal): Ditto.
473         (wl-summary-mark-as-answered-internal): Ditto.
474         (wl-summary-update-folder-info): Abolished.
475
476 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-summary.el (wl-summary-mark-as-read-all): Use
479         `wl-summary-update-folder-info' instead of
480         `wl-folder-update-unread'.
481
482 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
483
484         * wl-summary.el (wl-summary-update-folder-info): New function derived from
485         `wl-summary-folder-info-update'.
486         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
487         instead of `wl-summary-folder-info-update'.
488         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
489         `wl-folder-set-folder-updated'.
490         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
491         instead of `wl-folder-update-unread'.
492         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
493         the value of `wl-summary-buffer-unread-count' for the second parameter of
494         `wl-folder-update-unread'.
495
496         * Version number is increased to 2.11.21.
497
498 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
499
500         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
501         a local variable.
502
503 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-spam.el (wl-summary-mark-spam): Show message only if call
506         interactively.
507
508         * wl-summary.el (wl-summary-mark-as-important-internal): New
509         internal function.
510         (wl-summary-mark-as-important): Use it.
511         (wl-summary-mark-as-unimportant): New function.
512         (wl-summary-sync-marks): Follow the API change.
513
514         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
515
516         * wl-mime.el (wl-summary-burst): Check target folder is writable.
517
518 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
519
520         * wl-folder.el (wl-folder-update-unread): Re-indent.
521         Narrow the scope of a local variable.
522
523 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
526         (wl-addrmgr-merge-entries): Ditto.
527         (wl-addrmgr): Added to address entry which exists in draft buffer
528         if no entry is in original.
529
530 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
531
532         * wl-batch.el: New file.
533
534 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
535
536         * wl-vars.el (wl-use-semi): Remove unused variable.
537
538 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
539
540         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
541         "?".
542
543 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
546         wl-summary-new-mark.
547         (wl-summary-new-cached-mark): New user option.
548         (wl-summary-score-marks): Follow the change above.
549         (wl-summary-auto-refile-skip-marks): Ditto.
550         (wl-summary-incorporate-marks): Ditto.
551         (wl-summary-expire-reserve-marks): Ditto.
552
553         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
554
555         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
556         (wl-summary-persistent-mark-string): Distinguished between cached
557         and uncached mark when the message is new.
558
559 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-spam.el (wl-spam-domain): Renamed from
562         `wl-spam-folder-guess-domain'.
563         (wl-summary-exec-action-spam): Register as spam if domain of the
564         source folder is good.
565         (wl-summary-exec-action-refile-with-register): Register message if
566         domain of the source folder is not undecided.
567
568 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
571         detect thread loop.
572
573 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
576         and wl-summary-skip-mark-list.
577
578 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
581
582         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
583
584         * wl-spam.el (toplevel): Require wl-highlight.
585         (wl-spam-auto-check-policy-alist): Abolish.
586         (wl-spam-auto-check-folder-regexp-list): New user option.
587         (wl-spam-auto-check-marks): Ditto.
588         (wl-spam-mark-action-list): Ditto.
589         (wl-highlight-summary-spam-face): New face.
590         (wl-spam-auto-check-message-p): New function.
591         (wl-spam-map-spam-messages): Fixed message.
592         (wl-spam-register-spam-messages): Ditto.
593         (wl-spam-register-good-messages): Ditto.
594         (wl-summary-spam-map): Add and remove keybind.
595         (wl-summary-target-mark-spam): Abolish.
596         (wl-summary-refile-spam): Ditto.
597         (wl-summary-test-spam): New function.
598         (wl-summary-mark-spam): Ditto.
599         (wl-summary-auto-check-spam): Follow the above change.
600         (wl-summary-exec-action-spam): New function.
601         (wl-summary-exec-action-refile-with-register): Fixed message.
602         (wl-message-check-spam): New function.
603         (wl-spam-setup): Ditto.
604         (toplevel): Call it if this file is loaded interactivity.
605
606         * Version number is increased to 2.11.20.
607
608 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
611         when new optional argument `force' is non nil or modified.
612
613 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl.el (toplevel): Require wl-spam when compile.
616         (wl-save-status): Call wl-spam-save-status.
617
618         * wl-spam.el (wl-spam-register-spam-messages): New function.
619         (wl-spam-register-good-messages): Ditto.
620         (wl-spam-save-status): Ditto.
621         (wl-summary-mode-map): Bind
622         wl-summary-target-mark-register-as-spam to "ms" and
623         wl-summary-target-mark-register-as-good to "mn".
624         (wl-summary-register-as-spam): Abolish optional argument; Use
625         wl-spam-register-spam-messages.
626         (wl-summary-register-as-spam-all): Use
627         wl-spam-register-spam-messages.
628         (wl-summary-register-as-good): Abolish optional argument; Use
629         wl-spam-register-good-messages.
630         (wl-summary-register-as-good-all): Use
631         wl-spam-register-good-messages.
632         (wl-summary-target-mark-register-as-spam): New funtion.
633         (wl-summary-target-mark-register-as-good): Ditto.
634
635 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-spam.el: New file.
638
639 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
642
643         * wl-action.el (wl-auto-refile-guess-functions): New variable.
644         (wl-summary-auto-refile): Call wl-refile-guess with
645         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
646
647 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
650         with disable-thread argument non-nil.
651
652 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-summary.el (wl-summary-rescan): Added optional argument
655         disable-thread.
656         (wl-summary-sync): Call wl-summary-rescan with argument
657         disable-thread.
658         (wl-summary-input-range): Added new range `rescan-thread'.
659
660 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
661
662         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
663
664 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
667         internal variable.
668         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
669         wl-summary-search-parent-by-subject-regexp and
670         wl-summary-divide-thread-when-subject-changed as nil.
671         (wl-summary-insert-sequential): If entity is nil, nothing to do.
672         (wl-summary-insert-thread): Search parent entity from
673         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
674         thread loop.
675
676 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
677
678         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
679
680         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
681
682         * wl-util.el (wl-require-update-all-folder-p): New function.
683         (wl-get-assoc-list-value): Added `function' to match directive.
684         (wl-collect-draft): Rewrite.
685
686         * wl-summary.el (wl-summary-sync-update): Clear faces
687         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
688         are non-nil.
689         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
690         argument as function.
691         (wl-summary-input-range): Ditto.
692
693         * wl-folder.el (wl-draft-get-folder): New function.
694         (wl-folder-get-elmo-folder): Consider draft folder.
695
696         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
697         (wl-draft-buffer-message-number): New buffer local variable.
698         (wl-draft-folder-internal): New internal variable.
699         (wl-draft-delete): Rewrite.
700         (wl-draft-save): Ditto.
701         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
702         wl-folder-get-elmo-folder.
703         (wl-draft-config-info-operation): Ditto.
704         (wl-jump-to-draft-folder): Ditto.
705         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
706         (wl-draft-reedit): Rewrite.
707
708         * Version number is increased to 2.11.19.
709         
710 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
711
712         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
713         variable.
714
715 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
718         Use ignore-errors instead of unwind-protect.
719
720 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
721
722         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
723         for updating `wl-thread-entity-list'.
724
725 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
726
727         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
728         parameter from calling `wl-thread-entity-get-older-brothers' and
729         `wl-thread-entity-get-younger-brothers'.
730         Replace nested `append' with a single one.
731
732 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-summary.el (wl-summary-mode): Don't use the return value of
735         `make-local-hook'.
736
737 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
738
739         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
740         instead of `let*'.
741         (wl-thread-delete-message): Likewise.  Split and narrow the scope
742         of local variables.
743
744 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
747         Renamed from wl-summary-window-scroll-functions.
748         (wl-summary-window-scroll-functions): Don't set to variable.
749         (wl-summary-display-top): Use run-hooks.
750         (wl-summary-display-bottom): Ditto.
751         (wl-summary-toggle-disp-msg): Ditto.
752         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
753         Use it instead of wl-summary-window-scroll-functions.
754         (wl-summary-goto-folder-subr): Don't call
755         wl-summary-window-scroll-functions, use
756         wl-summary-buffer-window-scroll-functions instead.
757
758 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
761         make-local-variable.
762
763 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
764
765         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
766         set-buffer-modified-p.
767         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
768         (wl-summary-display-bottom): Ditto.
769         (wl-summary-toggle-disp-msg): Ditto.
770
771 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
774
775         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
776         (wl-summary-forward): Use elmo-message-entity-field instead of
777         elmo-message-field.
778
779         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
780
781 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-summary.el (wl-summary-window-scroll-functions): No use
784         `append'.
785
786 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
789         function.
790         (wl-summary-window-scroll-functions): Call it when both
791         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
792         (wl-summary-temp-mark): Added optional argument number.
793         (wl-summary-message-mark): Added optional argument flag.
794         (wl-summary-persistent-mark): Added optional argument number and flag.
795         (wl-summary-update-persistent-mark): Ditto.
796         (wl-summary-update-status-marks): Set "r" for interactive spec.
797
798         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
799         argument number and flag.
800
801         * wl-action.el (wl-summary-registered-temp-mark): 
802         Do nothing when wl-summary-buffer-temp-mark-list is nil.
803
804 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
807         internal variable (buffer local).
808         (wl-summary-window-scroll-functions): New function.
809         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
810         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
811         as nil.
812         (wl-summary-update-status-marks): Added arguments beg, end and
813         check.
814         (wl-summary-update-mark-window): Use function.
815         (wl-summary-sync-update): Follow the change above.
816         (wl-summary-switch-to-clone-buffer): Copy
817         wl-summary-buffer-unsync-mark-number-list.
818         (wl-summary-goto-folder-subr): Set
819         wl-summary-buffer-unsync-mark-number-list and
820         use wl-summary-window-scroll-functions insteaf of
821         wl-summary-lazy-highlight.
822
823         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
824
825 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
826
827         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
828
829         * wl-summary.el (wl-summary-update-persistent-mark): Call
830         wl-summary-set-message-modified.
831
832         * wl-summary.el (wl-summary-sync-update): Don't call
833         wl-summary-update-status-marks.
834
835         * Version number is increased to 2.11.18.
836
837 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
838
839         * wl-message.el (wl-message-prev-page): Use save-selected-window.
840         (wl-message-next-page): Ditto.
841
842 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
843
844         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
845         local variable.  Change the order of a collected list into the
846         same as the specified range.  Remove nil from a collected list.
847
848 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-summary.el (wl-summary-insert-headers): Set visible-only
851         argument for elmo-folder-list-messages.
852
853 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
856         change (wl-summary-count-unreads return a list instead of a cons
857         cell).
858
859 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
860
861         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
862         `wl-summary-folder-info-update'.
863
864 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-summary.el (wl-summary-set-message-modified): No use
867         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
868         (wl-summary-set-mark-modified): Abolish.
869         (wl-summary-mark-modified-p): Ditto.
870         (wl-summary-save-view): Follow the change above.
871
872         * wl-expire.el (wl-summary-expire): Likewise.
873
874 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
875
876         * wl-summary.el (wl-summary-detect-mark-position): Use
877         modb-entity-handler.
878         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
879
880         * Version number is increased to 2.11.17.
881
882 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
883
884         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
885         entity field value.
886         (wl-summary-prefetch-msg): Ditto.
887         (wl-summary-print-message-with-ps-print): Ditto.
888
889 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
890
891         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
892         for dummy entity.
893         (wl-summary-insert-thread): Use elmo-message-entity-field.
894         (wl-summary-update-thread): Use elmo-message-entity-field and
895         elmo-message-entity-number.
896         (wl-summary-line-number):  Use elmo-message-entity-number.
897         (wl-summary-line-size): Use elmo-message-entity-field.
898         (wl-summary-line-subject): Ditto.
899         (wl-summary-line-from): Ditto.
900         (wl-summary-line-attached): Ditto.
901         (wl-summary-create-line): Ditto.
902         (wl-summary-create-line): Use elmo-message-entity-number.
903         (wl-summary-print-message-with-ps-print): Use
904         elmo-message-entity-field.
905
906 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
907
908         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
909         change in elmo-msgdb-make-message-entity.
910         (wl-summary-buffer-set-folder): Don't call
911         wl-summary-detect-mark-position here.
912         (wl-summary-rescan): Call elmo-message-entity-number.
913         (wl-summary-sync-update): Ditto.
914         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
915
916         * wl-score.el (wl-score-header-index): Redefine 2th element.
917         (wl-score-overview-entity-get-extra): Abolish.
918         (wl-score-ov-entity-get): Rewrite.
919         (wl-score-string-index<, wl-score-string-func<): Abolish.
920         (wl-score-string<): New function.
921         (wl-score-string-sort): Use it.
922
923         * wl-refile.el (wl-refile-guess-by-history): Use
924         elmo-message-entity-field.
925         (wl-refile-guess-by-from): Ditto.
926         (wl-refile-guess-by-msgid): Ditto.
927
928         * Version number is increased to 2.11.16.
929
930 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
931
932         * wl-folder.el (wl-folder-confirm-existence): Don't call
933         file-exists-p if msgdb-path is nil.
934         * wl-summary.el, wl-draft.el, wl-action.el: Rename
935         `wl-read-folder-hist' to `wl-read-folder-history'.
936
937 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
938
939         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
940         `y-or-n-p'.
941
942 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-score.el (wl-score-headers): Don't use
945         elmo-folder-do-each-message-entity.
946
947         * Version number is increased to 2.11.15.
948
949 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
950
951         * wl-summary.el (wl-summary-delete-all-msgs): Use
952         elmo-folder-move-messages instead of elmo-folder-delete-messages
953         and elmo-folder-detach-messages.
954         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
955
956         * wl-expire.el (wl-expire-delete): Ditto.
957         (wl-expire-refile-with-copy-reserve-msg): Ditto.
958
959 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
960
961         * wl-vars.el (wl-message-use-header-narrowing): New user option.
962         (wl-message-header-narrowing-fields): Ditto.
963         (wl-message-header-narrowing-lines): Ditto.
964         (wl-message-header-narrowing-string): Ditto.
965
966         * wl-summary.el (wl-summary-mode-map): Bind
967         wl-summary-toggle-header-narrowing to "C-cC-f".
968         (wl-summary-toggle-header-narrowing): New function.
969
970         * wl-message.el (wl-message-buffer-create): Call
971         wl-message-header-narrowing-setup.
972         (wl-message-redisplay): Call wl-message-header-narrowing.
973         (wl-message-header-narrowing): New function.
974         (wl-message-header-narrowing-map): New keymap.
975         (wl-message-header-narrowing-widen-map): New keymap.
976         (wl-message-header-narrowing-again-at-mouse): New function.
977         (wl-message-header-narrowing-1): Ditto.
978         (wl-message-header-narrowing-widen-at-mouse): Ditto.
979         (wl-message-header-narrowing-setup): Ditto.
980         (wl-message-header-narrowing-toggle): Ditto.
981         
982         * wl-highlight.el (wl-message-header-narrowing-face): New face.
983
984         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
985         'flag as all.
986         (wl-use-flag-folder-help-echo): New user option.
987
988         * wl-summary.el (wl-summary-detect-mark-position): Bind 
989         wl-summary-highlight as nil.
990         (wl-summary-set-mark-modified): Follow the API change.
991         (wl-summary-mark-modified-p): Ditto.
992         (wl-summary-mark-as-read-all): Ditto.
993         (wl-summary-sync-marks): Don't call
994         elmo-folder-list-messages-with-global-mark.
995         (wl-summary-mark-as-read-internal): Follow the API change.
996         (wl-summary-mark-as-answered-internal): Ditto.
997         (wl-summary-mark-as-important): Cause an error when 'flag folder;
998         Follow the API change.
999         (wl-summary-create-line): Call with number argument.
1000         (wl-summary-reply): Follow the API change.
1001
1002         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1003         function.
1004         (wl-highlight-summary-line-string): Call it when
1005         wl-use-flag-folder-help-echo is non-nil.
1006         (wl-highlight-summary-current-line): Ditto.
1007         (elmo-flag-folder-referrer): Added autoload setting.
1008
1009         * wl-draft.el (wl-draft-kill): Follow the API change.
1010
1011         * Version number is increased to 2.11.14.
1012         
1013 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1016
1017 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * Version number is increased to 2.11.13.
1020
1021 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl-draft.el (wl-draft-previous-history-element): Fixed
1024         unbalanced parenthesis and bind unbound local variables.
1025
1026 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1027
1028         * wl-draft.el (wl-draft-previous-history-element): New function.
1029         (wl-draft-next-history-element): Ditto.
1030         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1031         them to M-p and M-n.
1032
1033 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * Version number is increased to 2.11.12.
1036
1037 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1038
1039         * wl-draft.el (wl-draft-hide): Select buffer-window.
1040
1041 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1042
1043         * wl-summary.el (wl-summary-narrow-to-region): New function.
1044         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1045         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1046         (wl-summary-save-region): Use it.
1047         * wl-action.el (wl-summary-collect-numbers-region)
1048         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1049
1050 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-folder.el (wl-folder-count-incorporates): Don't use
1053         `elmo-msgdb-mark-load'
1054
1055         * Version number is increased to 2.11.11.
1056
1057 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1060         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1061
1062 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1063
1064         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1065
1066 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * Version number is increased to 2.11.10.
1069
1070 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-mime.el (wl-draft-attribute-value): Fixed.
1073
1074 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-util.el (wl-copy-local-variables): New function.
1077
1078         * wl-mime.el (wl-draft-attribute-recipients): New function.
1079         (wl-draft-attribute-envelope-from): Ditto.
1080         (wl-draft-attribute-smtp-posting-server): Ditto.
1081         (wl-draft-attribute-smtp-posting-port): Ditto.
1082         (wl-draft-attribute-value): Ditto.
1083         (wl-draft-preview-message): Use it to get value for
1084         attributes. Reflect result of `wl-draft-config'.
1085
1086         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1087         and call `wl-summary-mark-as-read' before to call
1088         `wl-summary-unset-mark'.
1089         (wl-summary-target-mark-mark-as-unread): Likewise.
1090         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1091
1092 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * wl-mime.el (wl-draft-preview-message): Use actual value for
1095         attributes; Fix for small window.
1096
1097 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-refile.el (wl-refile-get-field-value): Call
1100         `elmo-message-entity-field' with 3rd argument is non-nil.
1101
1102 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1103
1104         * wl-vars.el (wl-draft-preview-attributes): New user option.
1105         (wl-draft-preview-attributes-list): Ditto.
1106         (wl-draft-preview-attributes-buffer-lines): Ditto.
1107         (wl-draft-preview-attributes-buffer-name): Ditto.
1108
1109         * wl-mime.el (wl-draft-preview-message): Display attributes.
1110
1111 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-summary.el (wl-summary-detect-mark-position): Bind
1114         wl-summary-flag-priority-list to '(new).
1115
1116 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1119         funtion.
1120         (wl-highlight-summary-line-string): Use it.
1121         (wl-highlight-summary-current-line): Ditto.
1122
1123 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1124
1125         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1126         line even when the mark string is not changed.
1127
1128         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1129         argument change in the wl-summary-create-line.
1130         (wl-thread-insert-entity-sub): Ditto.
1131
1132         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1133         argument change in the wl-summary-create-line.
1134         (wl-summary-insert-sequential): Ditto.
1135         (wl-summary-update-thread): Ditto.
1136         (wl-summary-persistent-mark-string): New inline function.
1137         (wl-summary-message-mark): Use it.
1138         (wl-summary-create-line): Abolish argument wl-persistent-mark
1139         and added wl-flags, wl-cached.
1140
1141         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1142         mark to flags.
1143         (wl-highlight-summary-current-line): Decide the face not by the 
1144         persistent mark but flags.
1145
1146 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1149         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1150         wl-summary-read-uncached-mark): Revive.
1151         (wl-summary-answered-cached-mark,
1152         wl-summary-answered-uncached-mark): New user option.
1153         (wl-summary-score-marks): Follow the change above.
1154         (wl-summary-auto-refile-skip-marks): Ditto.
1155         (wl-summary-incorporate-marks): Ditto.
1156         (wl-summary-expire-reserve-marks): Ditto.
1157         (wl-summary-flag-priority-list): New user option.
1158
1159         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1160         changes.
1161         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1162         of elmo-message-mark.
1163         (wl-summary-mark-as-read-internal): Ditto.
1164         (wl-summary-mark-as-answered): Ditto.
1165         (wl-summary-mark-as-important): Ditto.
1166         (wl-summary-redisplay-internal): Ditto.
1167         (wl-summary-redisplay-no-mime-internal): Ditto.
1168         (wl-summary-message-mark): New function.
1169         (wl-summary-insert-sequential): Use wl-summary-message-mark
1170         instead of elmo-message-mark.
1171         (wl-summary-update-thread): Ditto.
1172         (wl-summary-persistent-mark): Ditto.
1173         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1174         instead of elmo-message-mark.
1175
1176         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1177         wl-summary-message-mark instead of elmo-message-mark.
1178         (wl-thread-insert-entity-sub): Ditto.
1179         (wl-thread-get-children-msgs-uncached): Ditto.
1180
1181         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1182         variable name changes.
1183         (wl-highlight-summary-current-line): Ditto.
1184
1185         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1186         wl-summary-message-mark instead of elmo-message-mark.
1187
1188         * wl-expire.el (wl-expire-message-p): Ditto.
1189
1190         * wl-score.el (wl-score-headers): Ditto.
1191
1192         * Version number is increased to 2.11.9.
1193
1194         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1195         (wl-summary-sync-update): Follow the change above.
1196         (wl-summary-switch-to-clone-buffer): Ditto.
1197         (wl-summary-open-folder): Ditto.
1198
1199 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1202         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1203
1204         * Version number is increased to 2.11.8.
1205
1206         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1207
1208         * wl-expire.el (wl-expire-refile): Follow the API change on
1209         `elmo-folder-move-messages'.
1210         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1211
1212         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1213         (wl-summary-exec-action-refile): Ditto.
1214         (wl-summary-exec-action-copy): Ditto.
1215         (wl-summary-no-auto-refile-message-p): No use
1216         `wl-summary-buffer-msgdb'.
1217         (wl-summary-auto-refile): Ditto.
1218
1219 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1220
1221         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1222
1223 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1224
1225         * wl-summary.el (wl-summary-sync): Treat no-sync.
1226
1227         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1228         (wl-default-sync-range): Ditto.
1229
1230 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * wl-refile.el (wl-refile-subject-learn): Call
1233         `elmo-message-entity-field' with 3rd argument is non-nil.
1234         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1235         instead of `elmo-msgdb-overview-entity-get-subject'.
1236
1237 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1240         scan-type is rescan.
1241         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1242         new optional argument force is non-nil.
1243         (wl-summary-save-view-cache): Call it with force argument non-nil.
1244
1245         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1246
1247 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-action.el (wl-summary-print-argument): Fixed last change.
1250
1251 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1254         simplified.
1255         (wl-summary-target-mark-mark-as-unread): Likewise.
1256         (wl-summary-target-mark-mark-as-important): Likewise.
1257
1258 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1259
1260         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1261         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1262         (wl-summary-mark-as-important-region): Change accordingly.
1263         (wl-summary-target-mark-mark-as-important): Ditto.
1264
1265 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1268
1269         * wl-action.el (wl-summary-print-argument): Print argument to
1270         right side of window if `wl-summary-print-argument-within-window'
1271         is non-nil.
1272
1273 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1274
1275         * wl-action.el (wl-summary-set-mark): Use
1276         `wl-summary-message-visible-p' to check visibility of the message
1277         and jump to message only when the message line is visible and have
1278         different number; Call wl-summary-unset-mark with number argument.
1279         (wl-summary-unset-mark): 
1280         Use `wl-summary-message-visible-p'
1281         to check visibility of the message and jump to message only when
1282         the message line is visible and have different number;
1283
1284 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * Version number is increased to 2.11.7.
1287
1288         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1289         and wl-folder-summary-line-format.
1290
1291         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1292         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1293         (wl-summary-set-score-mark): Use it.
1294         (wl-summary-target-mark-mark-as-read): Ditto.
1295         (wl-summary-target-mark-mark-as-unread): Ditto.
1296         (wl-summary-target-mark-mark-as-important): Ditto.
1297         (wl-summary-target-mark-msgs): Simplified.
1298         (wl-summary-detect-mark-position): Fixed problem when
1299         summary-line-format no contain persisten/temp mark spec.
1300         (wl-summary-temp-mark): Ditto.
1301         (wl-summary-persistent-mark): Ditto.
1302         (wl-summary-update-persistent-mark): Ditto.
1303
1304         * wl-action.el (wl-summary-set-mark): Ditto.
1305         (wl-summary-unset-mark): Ditto.
1306         All other related portions are changed.
1307
1308 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1309
1310         * Version number is increased to 2.11.6.
1311
1312 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * wl-util.el (wl-current-message-buffer): Define as function;
1315         Don't use the value of wl-messge-buffer.
1316
1317         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1318         persistent mark.
1319
1320         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1321         no current message, cause an error.
1322
1323 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1324
1325         * wl-summary.el (wl-summary-set-message-modified): Use
1326         elmo-folder-set-message-modified instead of
1327         elmo-folder-set-message-modified-internal.
1328
1329 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1332         interactively.
1333         (wl-summary-sync): nokill->entirely.
1334         (wl-summary-sync-marks): Fixed message.
1335         (wl-summary-input-range): Added mark, nokill->entirely.
1336
1337         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1338         messages as read.
1339
1340 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1341
1342         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1343         update-noscore.
1344         (wl-summary-sync): Follow the change above.
1345
1346 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-action.el (wl-summary-target-mark-all): Use
1349         elmo-folder-list-messages.
1350
1351 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1354         (wl-summary-rescan): Set wl-summary-scored as nil.
1355         (wl-summary-sync-force-update): Follow the change above.
1356         (wl-summary-sync): Ditto.
1357         (wl-summary-sync-update): Added argument disable-killed.
1358         (wl-summary-insert-headers): Set visible-only argument for
1359         elmo-folder-list-messages.
1360         (wl-summary-input-range): Added update-nokill, update-noscore,
1361         all-nokill, all-noscore and mark.
1362
1363         * Version number is increased to 2.11.5.
1364
1365         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1366
1367 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1370         (wl-summary-prefetch-region-no-mark): Change accordingly.
1371         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1372
1373 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-address.el (wl-complete-field-to): Abolished.
1376         (wl-complete-address): Completion function for completing-read.
1377         * wl-action.el (wl-summary-get-resend-address): Use it.
1378
1379         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1380         wl-summary-update-mark and abolish unused argument.
1381         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1382         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1383         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1384         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1385         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1386         * wl-draft.el (wl-draft-kill): Ditto.
1387
1388         * wl-summary.el: Remove unused binding of case-fold-search.
1389         (wl-summary-replace-status-marks): Abolished.
1390
1391 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1392
1393         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1394         is specified or folder length is zero.
1395
1396 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1399         (wl-folder-archive-current-entity): Ditto.
1400
1401 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1404         retrieving message mark.
1405         (wl-summary-redisplay-internal): Ditto.
1406
1407         * wl-message.el (wl-message-buffer-display): Ignore errors while
1408         retrieving message-id field.
1409
1410         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1411         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1412         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1413         order of the arguments for `wl-expire-message-p'.
1414         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1415
1416         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1417         Check return value of wl-summary-reply.
1418         (wl-summary-reply): Recover window configuration when an error occured.
1419
1420 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1421
1422         * wl-summary.el (wl-summary-resend-message): Abolished, the
1423         feature is inherited by wl-summary-resend (put resend mark).
1424
1425 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1428         wl-message-buffer to nil when the message is hide.
1429
1430 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * .cvsignore: New file.
1433
1434 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1435
1436         * wl-action.el (wl-summary-action-docstring): Add more info.
1437         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1438         duplicate definition.
1439         (wl-summary-define-mark-action): Functions wl-summary-*-region
1440         keep current position.
1441         (wl-summary-unregister-target-mark): Store result to the variable.
1442
1443 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1444
1445         * Version number is increased to 2.11.4.
1446
1447 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1450         wl-summary-delete-all-temp-marks.
1451         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1452
1453         * wl-action.el (wl-summary-set-mark): Changed terminology
1454         refile-destination -> action-argument.
1455         (wl-summary-unset-mark): Ditto.
1456         (wl-summary-remove-argument): Ditto.
1457         (wl-summary-print-argument): Ditto.
1458
1459         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1460         (wl-thread-remove-argument-region): Ditto.
1461         (wl-thread-print-argument-region): Ditto.
1462         (wl-thread-close): Ditto.
1463         (wl-thread-open): Ditto.
1464
1465         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1466         (wl-highlight-refile-destination-face is abolished)
1467         (wl-highlight-action-argument-string): Ditto.
1468         (wl-highlight-summary-current-line): Highlight action argument.
1469
1470         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1471         color for light backgrounds.
1472         (wl-highlight-summary-answered-face): Ditto.
1473
1474 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1475
1476         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1477
1478         * wl-score.el (wl-summary-score-update-all-lines): Use
1479         wl-summary-set-mark.
1480         (wl-summary-score-update-all-lines): Kill expunged messages.
1481
1482         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1483
1484 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1485
1486         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1487         directly.
1488         (wl-score-overview-entity-get-lines): Ditto.
1489         (wl-score-overview-entity-get-xref): Ditto.
1490         (wl-score-get-latest-msgs): Ditto.
1491         (wl-summary-rescore): Ditto.
1492
1493         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1494         to "&".
1495         (wl-summary-mark-as-answered-internal): New inline function.
1496         (wl-summary-mark-as-answered): New function.
1497         (wl-summary-mark-as-unanswered): Ditto.
1498         (wl-summary-sync-marks): Modified for answered-mark synching.
1499
1500 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-action.el (wl-summary-set-mark): Fixed last change.
1503
1504 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1505
1506         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1507         behavior of wl-summary-unread-message-hook
1508         (Pointed out by akira yamada <akira@arika.org>).
1509
1510 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1511
1512         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1513         wl-summary-delete.
1514         * wl-xmas.el (wl-summary-toolbar): Ditto.
1515
1516         * wl-action.el (wl-summary-set-mark): Don't override current
1517         temp-mark.
1518
1519         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1520
1521 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1524         (wl-refile-msgid-learn): Ditto.
1525         (wl-refile-get-field-value): Ditto.
1526
1527         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1528
1529         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1530         (wl-expire-delete-reserved-messages): Renamed from
1531         wl-expire-reserve-marked-msgs-from-list.
1532         (wl-expire-delete): Removed argument `msgdb'.
1533         (wl-expire-refile): Ditto.
1534         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1535         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1536         mark-alist as argument.
1537         (wl-expire-archive-number1): Removed argument `msgdb'.
1538         (wl-expire-archive-number2): Ditto.
1539         (wl-expire-archive-date): Ditto.
1540         (wl-expire-localdir-date): Ditto.
1541         (wl-expire-hide): Ditto.
1542         (wl-archive-number1): Ditto.
1543         (wl-archive-number2): Ditto.
1544         (wl-archive-date): Ditto.
1545         (wl-archive-folder): Ditto.
1546         All other related portions are changed.
1547
1548 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1551         mean move up and down. (suggested by Takashi Kawachi)
1552
1553 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1554
1555         * wl-acap.el (toplevel): Don't require un-define.
1556
1557 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * wl-thread.el (wl-thread-delete-message): Always update
1560         wl-summary-buffer-number-list.
1561
1562         * wl-action.el (wl-summary-print-destination): 
1563         Do nothing when folder is nil.
1564
1565 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1568         persistent mark when prefetch is succeeded.
1569
1570 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1571
1572         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1573         instead of elmo-msgdb-delete-msgs.
1574         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1575         (wl-expire-hide): Ditto.
1576
1577         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1578
1579         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1580         elmo-msgdb interface.
1581         (wl-thread-get-exist-children): Likewise.
1582         (wl-thread-insert-message): Likewise.
1583         (wl-thread-msg-mark-as-important): Likewise.
1584         (wl-thread-insert-entity-sub): Likewise.
1585         (wl-thread-get-children-msgs-uncached): Likewise.
1586
1587         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1588         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1589         (wl-summary-sync-update): Likewise.
1590         (wl-summary-auto-select-msg-p): Likewise.
1591         (wl-summary-update-thread): Likewise.
1592         (wl-summary-mark-as-important): Likewise.
1593         (wl-summary-jump-to-msg-internal): Likewise.
1594         (wl-summary-redisplay-internal): Likewise.
1595         (wl-summary-print-message-with-ps-print): Likewise.
1596         (wl-summary-folder-info-update): Likewise.
1597
1598         * wl-folder.el (wl-folder-check-one-entity):
1599         elmo-folder-count-flags instead of wl-summary-count-unread.
1600
1601         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1602
1603         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1604
1605         * wl-summary.el (wl-summary-set-message-modified): 
1606         Call wl-summary-set-mark-modified.
1607         (wl-summary-delete-messages-on-buffer): Call
1608         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1609         (wl-summary-sync-update): Call elmo-folder-length instead of
1610         elmo-folder-messages.
1611         (wl-summary-insert-headers): Don't call
1612         elmo-folder-list-message-entities.
1613
1614 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl-action.el (wl-summary-define-mark-action): Call
1617         `wl-summary-set-mark' with argument `data'.
1618         (wl-summary-auto-refile): Fixed order of arguments when call
1619         `wl-summary-refile'.
1620
1621 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1622
1623         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1624
1625         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1626
1627         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1628         (Renamed from wl-highlight-summary-deleted-face).
1629         (wl-highlight-summary-resend-face): New face.
1630
1631         (wl-highlight-summary-deleted-face): Renamed from
1632         wl-highlight-summary-erased-face.
1633
1634         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1635
1636         * wl-action.el (wl-summary-get-resend-address): New function.
1637         (wl-summary-exec-action-resend): Ditto.
1638         (wl-summary-exec-action-resend-subr): Ditto.
1639
1640         * w-thread.el (wl-thread-copy): Removed definition.
1641         (wl-thread-refile): Ditto.
1642         (wl-thread-delete): Ditto.
1643         (wl-thread-target-mark): Ditto.
1644
1645         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1646         (wl-summary-target-mark-set-action): Fixed.
1647         (wl-summary-define-mark-action): Fixed quotation.
1648         (wl-summary-move-mark-list-messages): Display message.
1649         (wl-summary-define-mark-action): Define thread functions.
1650         (wl-summary-exec-action-refile): Changed message.
1651         (wl-summary-exec): Ditto.
1652
1653 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1654         
1655         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1656         '%%'.
1657
1658 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * wl.el (toplevel): Require wl-action.
1661         (wl-init): Call wl-summary-define-mark-action.
1662
1663         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1664
1665         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1666         wl-summary-delete and wl-summary-erase.
1667         (wl-summary-mode-map): Ditto.
1668
1669         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1670         wl-delete-folder-alist.
1671
1672         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1673         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1674         (toplevel): Moved mark & action related functions to the wl-action.el.
1675
1676         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1677         in wl-summary-mark-action-list.
1678         (wl-highlight-summary-current-line): Ditto.
1679
1680         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1681         empty lines.
1682
1683         * wl-action.el: New file. 
1684
1685 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1686
1687         * wl-summary.el (wl-summary-target-mark-replace): New function.
1688         (wl-summary-target-mark-prefetch): Use it.
1689         (wl-summary-target-mark-delete): Ditto.
1690         (toplevel): Rearranged definition order.
1691         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1692         (wl-summary-target-mark-erase): Rewrite.
1693         (wl-summary-erase-region): New function.
1694         (wl-summary-exec-action-erase): Changed message.
1695         (wl-summary-move-mark-list-messages): New function.
1696         (wl-summary-exec-action-delete): Use it.
1697         (wl-summary-exec-action-erase): Ditto.
1698
1699         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1700         (wl-summary-skip-mark-list): Added "d".
1701
1702         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1703         while searching.
1704
1705         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1706         and define using defcustom;
1707         Define 4th element as a face.
1708         
1709         * wl-summary.el (wl-summary-incorporate): Use 
1710         `wl-summary-prefetch-region-no-mark' instead of
1711         `wl-summary-prefetch-region'.
1712         (wl-summary-prefetch-region-no-mark): Revival of old
1713         `wl-summary-prefetch-region'.
1714         (wl-summary-mark-action-list): Moved to wl-vars.el
1715
1716         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1717         face according to the `wl-summary-mark-action-list'.
1718         (wl-highlight-summary-current-line): Ditto;
1719         Removed destination highlighting.
1720
1721         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1722         (wl-highlight-summary-line-string): Highlight for "i" mark.
1723         (wl-highlight-summary-current-line): Ditto.
1724
1725         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1726         no destination.
1727
1728         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1729         exists, just go ahead.
1730         (wl-summary-prefetch-region): Rewrite.
1731         (wl-summary-prefetch): Ditto.
1732         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1733         (wl-summary-exec-action-prefetch): New function.
1734         (wl-summary-target-mark-prefetch): Rewrite.
1735
1736 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1737
1738         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1739         (wl-highlight-summary-line-string): Added "d" and "D".
1740         (wl-highlight-summary-current-line): Ditto.
1741
1742         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1743         in wl-summary.el.
1744         (wl-thread-insert-entity-sub): Ditto.
1745         (wl-thread-remove-destination-region): Ditto.
1746         (wl-thread-print-destination-region): Ditto.
1747
1748         * wl-summary.el (wl-summary-buffer-refile-list,
1749         wl-summary-buffer-delete-list,
1750         wl-summary-buffer-copy-list): Abolish.
1751         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1752         All other related portions are changed.
1753         (wl-summary-mark-action-list): New variable.
1754         (wl-summary-set-mark): New function.
1755         (wl-summary-register-target-mark): Ditto.
1756         (wl-summary-unregister-target-mark): Ditto.
1757         (wl-summary-have-target-mark-p): Ditto.
1758         (wl-summary-register-temp-mark): Ditto.
1759         (wl-summary-unregister-temp-mark): Ditto.
1760         (wl-summary-registered-temp-mark): Ditto.
1761         (wl-summary-collect-temp-mark): Ditto.
1762         (wl-summary-unset-mark): Ditto.
1763         (wl-summary-set-target-mark): Ditto.
1764         (wl-summary-unset-target-mark): Ditto.
1765         (wl-summary-set-action-generic): Ditto.
1766         (wl-summary-unset-action-generic): Ditto.
1767         (wl-summary-exec-action-delete): Ditto.
1768         (wl-summary-exec-action-erase): Ditto.
1769         (wl-summary-set-action-refile): Ditto.
1770         (wl-summary-set-action-refile-subr): Ditto.
1771         (wl-summary-unset-action-refile): Ditto.
1772         (wl-summary-make-destination-numbers-list): Ditto.
1773         (wl-summary-exec-action-refile): Ditto.
1774         (wl-summary-set-action-copy): Ditto.
1775         (wl-summary-unset-action-copy): Ditto.
1776         (wl-summary-exec-action-copy): Ditto.
1777         (wl-summary-collect-numbers-region): Ditto.
1778         (wl-summary-delete): Rewrite.
1779         (wl-summary-erase): Ditto.
1780         (wl-summary-remove-destination): Ditto.
1781         (wl-summary-exec): Ditto.
1782         (wl-summary-exec-region): Ditto.
1783         (wl-summary-target-mark-erase): Ditto.
1784         (wl-summary-refile): Ditto.
1785         (wl-summary-copy): Ditto.
1786         (wl-summary-unmark): Ditto.
1787         (wl-summary-delete-all-mark): Ditto.
1788         (wl-summary-mark-line): Don't highlight.
1789         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1790         (wl-summary-target-mark-refile-subr): Rewrite.
1791
1792         (wl-summary-copy-prev-destination): Abolish.
1793
1794 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1795
1796         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1797         default values along the value of wl-on-mule.
1798         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1799         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1800         It is not used anywhere.
1801
1802 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-summary.el (wl-summary-print-destination): Keep position.
1805         (wl-summary-cursor-move-surface): Keep horizontal position.
1806
1807 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1808
1809         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1810         write sendlog.
1811
1812 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1813
1814         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1815         `wl-summary-highlight'.
1816
1817 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1820         trivial condition for temp-mark.
1821
1822 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1823
1824         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1825         when it hits killed buffer.
1826
1827 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1828
1829         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1830         * wl-news.el.in: `message' and `error' take format string.
1831
1832 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1833
1834         * wl-folder (wl-folder-insert-entity): Display a message,
1835         `...done', when the work finish.
1836         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1837
1838 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1839
1840         * wl-message.el (wl-message-redisplay): Remove unused local
1841         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1842
1843 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1844
1845         * wl-summary.el (wl-summary-replace-status-marks): Disable
1846         interactive use.
1847         (wl-summary-reedit): Check message existence at first.
1848         (wl-summary-mark-line): Fix doc, return value is indefinite.
1849
1850         * wl-highlight.el (wl-highlight-message): Arranged.
1851
1852         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1853         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1854         check temp-mark by wl-summary-temp-mark always.
1855         (wl-highlight-summary): Change accordingly.
1856         * wl-summary.el (wl-summary-mark-as-read-all)
1857         (wl-summary-delete-cache, wl-summary-set-score-mark)
1858         (wl-summary-mark-as-unread, wl-summary-unmark)
1859         (wl-summary-mark-line, wl-summary-mark-as-read)
1860         (wl-summary-mark-as-important): Ditto.
1861
1862         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1863         end of the window if possible.
1864         * wl-summary.el (wl-summary-sync-update): Support lazy
1865         highlighting.
1866         (wl-summary-toggle-disp-msg): Ditto.
1867
1868 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1869
1870         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1871
1872 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1873
1874         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1875         change.
1876
1877 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1880         API.
1881         (wl-summary-sync-update): Ditto.
1882
1883         * wl-score.el (wl-score-get-score-alist): Changed argument.
1884         (wl-summary-rescore-msgs): Likewise.
1885         (wl-summary-score-headers): Likewise.
1886         (wl-score-headers): Likewise;
1887         Use elmo-folder-do-each-message-entity, etc.
1888         (wl-summary-score-effect): Follow the changes above.
1889         (wl-summary-rescore): Ditto.
1890         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1891         (wl-score-get-overview): Abolish.
1892
1893         * wl-summary.el (wl-summary-default-from): Follow the API change in
1894         elmo-msgdb.
1895         (wl-summary-count-unread): Ditto.
1896         (wl-summary-detect-mark-position): Ditto.
1897         (wl-summary-overview-entity-compare-by-date): Ditto.
1898         (wl-summary-overview-entity-compare-by-number): Ditto.
1899         (wl-summary-overview-entity-compare-by-from): Ditto.
1900         (wl-summary-overview-entity-compare-by-subject): Ditto.
1901         (wl-summary-get-list-info): Ditto.
1902         (wl-summary-rescan): Ditto.
1903         (wl-summary-jump-to-msg-by-message-id): Ditto.
1904         (wl-summary-sync-update): Ditto; Removed comment.
1905         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1906         (wl-summary-insert-message): Use wl-summary-insert
1907         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1908         (wl-summary-insert-headers): Changed argument overview to folder.
1909         (wl-summary-search-by-subject): Likewise.
1910         (wl-summary-insert-thread): Renamed from 
1911         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1912
1913         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1914         too.
1915
1916         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1917         wl-string-member.
1918
1919 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1920
1921         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1922         elmo-folder-append-buffer.
1923         (wl-draft-queue-append): Likewise.
1924
1925         * wl-mime.el (wl-message-delete-current-part): Ditto.
1926         (wl-summary-burst-subr): Ditto.
1927
1928         * wl-news.el.in (wl-news-send-news): Ditto.
1929
1930 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1931
1932         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1933         function.
1934         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1935         (wl-summary-update-mark): Enclose with save-excursion.
1936         (wl-summary-mark-as-read-internal): Fixed last change.
1937         (wl-summary-mark-as-important): Use 3rd argument of
1938         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1939         Don't use elmo-msgdb-set-mark.
1940         (wl-summary-redisplay-internal): If msgdb flag is already read,
1941         just update the mark on buffer.
1942
1943 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1944
1945         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1946         cut visible folder when elmo-folder-delete returns non-nil value.
1947
1948 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949
1950         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1951         by Kenichi OKADA <okada@opaopa.org>).
1952
1953 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1954
1955         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1956
1957 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1958
1959         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1960         Fixed the last change, search group entity by its real name.
1961         (Thanks to: KOBAYASHI Shinji)
1962
1963 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1964
1965         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1966         (wl-fldmgr-access-display-all): Don't refer visible name.
1967         * wl-expire.el (wl-folder-archive-current-entity)
1968         (wl-folder-expire-current-entity): Ditto.
1969         * wl-folder.el (wl-folder-jump-to-current-entity)
1970         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1971         (wl-folder-open-folder-sub,wl-folder-open-all)
1972         (wl-folder-write-current-folder): Ditto.
1973         (wl-folder-insert-entity): Don't use petname for normal group.
1974         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1975         is the real name.
1976         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1977         Abolished.
1978
1979 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1980
1981         * wl-draft.el (wl-draft-create-buffer): Add
1982         `wl-summary-reply-with-citation'
1983
1984 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1985
1986         * wl-draft.el (wl-draft-reply): Fixed.
1987
1988 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1989
1990         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1991         when `wl-draft-send-confirm-with-preview' is non-nil.
1992         You can scroll up/down by j/k.
1993         (wl-draft-send-confirm-with-preview): New variable (default=t).
1994
1995 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1996
1997         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1998         (wl-fldmgr-save-folders): Fix comment.
1999
2000 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2001
2002         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2003         along the last change in `wl-folder-buffer-group-p'.
2004
2005 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2006
2007         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2008         folder.
2009
2010         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2011         the default value.
2012
2013         * wl-mime.el (wl-summary-burst): Update summary only when target
2014         folder equals current folder.
2015
2016 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2017
2018         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2019
2020 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2021
2022         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2023         value.
2024
2025 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2028         `map-extents' instead of `extent-at' repeatedly.
2029         (wl-highlight-folder-current-line): Ditto.
2030
2031         * wl-highlight.el: Remove useless dummy functions.
2032
2033 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2034
2035         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2036         (wl-folder-put-folder-property): New function to put text property.
2037         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2038         (wl-folder-insert-entity, wl-folder-update-diff-line)
2039         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2040         * wl-e21.el, wl-xmas.el, wl-mule.el
2041         (wl-highlight-folder-current-line): Ditto.
2042         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2043         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2044         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2045         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2046
2047 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2048
2049         * Version number is increased to 2.11.3.
2050
2051 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2052
2053         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2054         Resume current-buffer since it is assumed by remaining tasks.
2055
2056 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2057
2058         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2059         (wl-folder-completion-function): Abolished.
2060         (wl-folder-complete-folder): New function.
2061         (wl-folder-complete-filter-condition): Ditto.
2062         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2063         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2064
2065 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2066
2067         * wl-draft.el (wl-draft-send-confirm): New function.
2068         (wl-draft-send): Use it.
2069
2070         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2071         cursor-in-echo-area while confirming.
2072
2073         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2074
2075         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2076         searching via nntp if wl-summary-search-via-nntp is 'force.
2077         Otherwise, invoke searching in nntp folder only.
2078         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2079
2080         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2081         explicitly for mime-make-text-tag.
2082
2083 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2084
2085         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2086         `mime-make-text-tag' instead of `mime-create-tag'.
2087
2088 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2089
2090         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2091         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2092
2093 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2094
2095         * wl-score.el (wl-score-save): Bind print-length and print-level.
2096         (wl-score-pretty-print): Ditto.
2097         (wl-score-edit-insert-header-entry): Ditto.
2098
2099         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2100         "From" entry to be treated with wl-draft-eword-encode-address-list.
2101         * wl-mime.el (wl-draft-preview-message): Ditto.
2102
2103         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2104         (wl-summary-mark-as-unread): Ditto.
2105         (wl-summary-mark-as-read-region): Change accordingly.
2106         (wl-summary-mark-as-unread-region): Ditto.
2107         (wl-summary-target-mark-mark-as-read): Ditto.
2108         (wl-summary-target-mark-mark-as-unread): Ditto.
2109
2110 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2111
2112         * Version number is increased to 2.11.2.
2113
2114 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2115
2116         * wl-news.el.in (wl-news-previous-version-save): Bind
2117         print-length and print-level.
2118         * wl-thread.el (wl-thread-save-entities): Ditto.
2119         (wl-thread-save-top-list): Bind print-length.
2120
2121 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2122
2123         * wl-highlight.el (wl-highlight-summary-line-string): Use
2124         wl-summary-score-below-mark, wl-summary-score-over-mark.
2125         (wl-highlight-summary-current-line): Ditto.
2126
2127 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2128
2129         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2130         insert it.
2131
2132 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2133
2134         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2135
2136 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2137
2138         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2139         message without msgid.
2140         Rewrite with elmo-folder-move-messages.
2141         Set wl-message-buffer to nil.
2142
2143         * wl-summary.el (wl-summary-erase-subr): New function. Use
2144         elmo-folder-move-messages.
2145         (wl-summary-erase): Call it.
2146         (wl-summary-target-mark-erase): Ditto.
2147
2148 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2149
2150         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2151         it is not up-tp-date.
2152
2153 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2154
2155         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2156         buffer after calling `wl-summary-goto-folder-subr' without the
2157         argument `interactive'.
2158         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2159
2160 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2161
2162         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2163         `mime-create-tag'. Use `string=' instead of `looking-at'.
2164
2165 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2166
2167         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2168         to avoid compile warning.
2169
2170         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2171         entity-id when folder is given.
2172         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2173         save-excursion, use save-selected-window instead.
2174         Select folder buffer window if exists.
2175         (To correct behavior with wl-folder-move-cur-folder.)
2176
2177 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2178
2179         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2180
2181 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2182
2183         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2184         list-count instead of %d.
2185
2186 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2187
2188         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2189         (wl-news): Set it.
2190         (wl-news-append-to-folder): Use it.
2191
2192         * wl-news.el.in (wl-news-send-news): Append to specified folder
2193         instead of wl-default-folder.
2194         (wl-news-append-to-folder): Show error message with specified folder.
2195
2196         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2197                 In most major modes, Emacs assumes that any opening
2198                 delimiter found at the left margin is the start of a
2199                 top-level definition, or defun. Therefore, *never put an
2200                 opening delimiter at the left margin unless it should have
2201                 that significance.*
2202
2203         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2204
2205 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2206
2207         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2208
2209 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2210
2211         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2212
2213 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2214
2215         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2216         for sequential numbering case.
2217
2218 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2219
2220         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2221         value.
2222         (wl-draft-reply-without-argument-list): Ditto.
2223         (wl-draft-reply-myself-with-argument-list): Abolish.
2224         (wl-draft-reply-myself-without-argument-list): Ditto.
2225         * wl-draft.el (wl-draft-self-reply-p): New function.
2226         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2227
2228 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2229
2230         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2231         (avoid error for the case without byte-compiling)
2232
2233 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2234
2235         * wl-news.el.in (wl-news-append-to-folder): New function.
2236         (wl-news-exit): Rewrite.
2237         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2238
2239 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2240
2241         * wl-draft.el (wl-draft-reply-position): New function.
2242         (wl-draft-reply-position): Fix.
2243         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2244         (wl-summary-target-mark-reply-with-citation): Ditto.
2245         (wl-summary-reply-with-citation): Ditto.
2246         * wl-vars.el (wl-draft-reply-default-position): New variable.
2247
2248 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2249
2250         * wl-draft.el (wl-draft-send): Preview when interactive send.
2251
2252 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2253
2254         * wl-draft.el (wl-draft-reply): Set default position.
2255         * wl-summary.el (wl-summary-reply): Ditto.
2256         (wl-summary-reply-with-citation): Ditto.
2257         (wl-summary-target-mark-reply-with-citation): Ditto.
2258
2259 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2260
2261         * wl-news.el.in (wl-news-lang): Set default value according to
2262         current-language-environment.
2263         (wl-news-append-news): Do nothing when news-list is nil.
2264
2265 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2266
2267         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2268         (wl-news): Change message.
2269         (wl-news-exit): Check buffer.
2270         (wl-news-force-exit): New function.
2271         (wl-news-show-all): New function.
2272         (wl-news-discard-and-exit): Fix.
2273
2274 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2275
2276         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2277         according to current-language-environment.
2278
2279         * wl-news.el.in (wl-news): If arg, show all NEWS after
2280         wl-news-default-previous-version.
2281
2282 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2283
2284         * wl-news.el.in (wl-news-check): Rewritten.
2285         (wl-news-previous-version-load): Change data type.
2286         (wl-news-previous-version-save): Change data type.
2287         (wl-news-append-news): Add return value.
2288         (wl-news-check-news): New function.
2289         (wl-news-already-current-p): New function.
2290         (wl-news-send-news): Rewritten.
2291         (wl-news-mode-map): Add new keybind.
2292         (wl-news): Rewritten.
2293         (wl-news-exit): Rewritten.
2294         (wl-news-discard-and-mail): New function.
2295         (wl-news-send-to-address): Abolished.
2296         * wl.el (wl-init): Delete a message.
2297
2298 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2299
2300         * wl-news.el.in (wl-news-exit): Update previous version.
2301         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2302
2303 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2304
2305         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2306
2307 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2308
2309         * wl-news.el.in (wl-news): New function.
2310         (wl-news-mode): New function.
2311         (wl-news-next-line): New function.
2312         (wl-news-next-page): New function.
2313         (wl-news-exit): New function.
2314         (wl-news-buf-name): New variable.
2315         (wl-news-mode-map): New variable.
2316         (wl-news-winconf): New variable.
2317         (wl-news-append-news): Add an option.
2318
2319 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2320
2321         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2322
2323 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2324
2325         * wl-news.el.in (wl-news-send-to-address): New variable.
2326         (wl-news-send-news): Use it.
2327         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2328         Return updating status.
2329         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2330
2331 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2332
2333         * wl-news.el.in (wl-news-send-news): Delete
2334         Organization and X-Face.
2335
2336 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2337
2338         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2339         (wl-news-append-news): New function.
2340         (wl-news-send-news): New function.
2341
2342 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2343
2344         * Version number is increased to 2.11.1.
2345
2346 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2347
2348         * wl-news.el.in : New file.
2349
2350 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2351
2352         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2353         default value.
2354         (wl-draft-reply-without-argument-list): Ditto.
2355
2356 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2357
2358         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2359         (wl-message-buffer-prefetch-idle-time): Ditto.
2360         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2361
2362 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2363
2364         * wl-thread.el (wl-thread-insert-message): Use
2365         wl-summary-max-thread-depth.
2366
2367         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2368         loop detection.
2369
2370         * wl-message.el (wl-message-buffer-display): Back to the first page
2371         when cache is hit.
2372
2373 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2376
2377         * wl-summary.el (wl-summary-insert-thread-entity):
2378         If the thread depth is reached to wl-summary-max-thread-depth,
2379         divide the thread.
2380
2381 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2382
2383         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2384         for elmo-remove-passwd.
2385
2386 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2387
2388         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2389         folder is sticky.
2390         (wl-folder-mark-as-read-all-entity): Ditto.
2391         (wl-folder-prefetch-entity): Ditto.
2392
2393 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2394
2395         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2396
2397 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2398
2399         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2400         Delete messages on buffer for unplugged operation.
2401         (wl-summary-erase): Ditto.
2402
2403 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2404
2405         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2406         take nil so as not to search parent by subject.
2407
2408 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2409
2410         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2411         (wl-folder-get-next-folder): Ditto.
2412         (wl-folder-get-path): Ditto.
2413
2414 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2415
2416         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2417         system and encode the region with it before verifying.
2418
2419 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2420
2421         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2422         system of the echo buffer before decoding.
2423
2424 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2425
2426         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2427         original contents.
2428
2429 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2430
2431         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2432         with argument 'any-exists.
2433
2434 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2435
2436         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2437         Use `wl-cs-autoconv'.
2438
2439 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2440
2441         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2442         by `mime-view-automatic-conversion'.
2443
2444         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2445         (wl-message-verify-pgp-nonmime): Ditto.
2446         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2447         Bind them to C-c:d and C-c:v respectively.
2448
2449         Merge following code by Teranishi-san from [wl-en:00167].
2450         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2451         (wl-mime-preview-application/pgp-encrypted): Ditto.
2452         (wl-mime-setup): Add entry.
2453
2454 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2455
2456         * wl-summary.el (wl-summary-target-mark-erase): New function.
2457         Bind it to "mD".
2458
2459 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2460
2461         * wl-vars.el (wl-draft-write-file-function): Fix.
2462         (wl-draft-reedit-hook): Changed default value.
2463
2464         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2465         wl-draft-reedit-hook.
2466         (wl-draft-remove-text-plain-tag): New function.
2467         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2468
2469         * wl-vars.el (wl-draft-write-file-function): New user option.
2470
2471         * wl-draft.el (wl-draft-prepare-edit): Use it for
2472         local-write-file-hooks.
2473         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2474
2475         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2476         (wl-draft-insert-mail-header-separator): Return the body beginning
2477         point.
2478         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2479         text/plain.
2480         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2481
2482 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2483
2484         * wl-summary.el (wl-summary-erase): New function to erase message
2485         without moving it to trash. Bind to "D".
2486
2487         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2488         as `keep' unless switch-function.
2489
2490 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2491
2492         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2493         message buffer by using `wl-summary-toggle-disp-msg'.
2494         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2495         buffer window.
2496         (wl-summary-supresedes-message): Ditto.
2497
2498         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2499         Do not delete other windows.
2500         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2501         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2502         (wl-draft-create-buffer): Set reply-or-forward also for target
2503         mark commands.
2504
2505 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2506
2507         * wl-draft.el (wl-user-agent-compose): Delete special case for
2508         switch-to-buffer-other-window.
2509
2510         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2511         (wl-summary-forward): Ditto.
2512
2513         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2514         function.
2515         (wl-draft-buffer-style): New use option.
2516
2517         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2518         (wl-draft): Follow the change above.
2519         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2520         wl-draft-buffer-style.
2521         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2522         switch-function.
2523
2524 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2525
2526         * wl-draft.el (wl-user-agent-compose): Delete special case for
2527         switch-to-buffer-other-window.
2528
2529         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2530         (wl-summary-forward): Ditto.
2531
2532         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2533         function.
2534         (wl-draft-buffer-style): New use option.
2535
2536         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2537         (wl-draft): Follow the change above.
2538         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2539         wl-draft-buffer-style.
2540         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2541         switch-function.
2542
2543 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2544
2545         * wl-address.el (wl-address-make-completion-entry): Extracted from
2546         `wl-address-make-completion-list'.
2547         (wl-address-enable-strict-loading): New variable.
2548         (wl-address-make-completion-list): Revive petname duplication
2549         inquiry, and enable it if `wl-address-enable-strict-loading'.
2550         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2551
2552 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2553
2554         * wl-message.el (wl-message-get-original-buffer): Avoid
2555         'Selecting deleted buffer' error when original buffer is killed.
2556
2557 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-summary.el (wl-summary-next-message): Use
2560         elmo-message-accessible-p instead of elmo-message-cached-p.
2561
2562 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2563
2564         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2565
2566         * wl-thread.el (wl-thread-open-all-unread): Use
2567         elmo-folder-list-flagged instead of
2568         elmo-folder-list-messages-mark-match.
2569
2570         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2571         instead of elmo-folder-list-messages-mark-match.
2572         (wl-summary-move-spec-alist): New variable.
2573         (wl-summary-move-spec-plugged-alist,
2574         wl-summary-move-spec-unplugged-alist): Abolish.
2575         (wl-summary-next-message): Follow the change above.
2576         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2577         with 'no-msg' argument.
2578
2579         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2580         variable.
2581         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2582         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2583         (wl-message-buffer-prefetch-get-next): Follow the change above.
2584
2585 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2586
2587         * wl-version.el (wl-version): Changed codename.
2588
2589         * Version number is increased to 2.11.0.
2590
2591 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2592
2593         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2594         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2595         `wl-draft-config-variables'.
2596         (wl-draft-kill): Fixed problem when the draft is reedit.
2597
2598 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2601         buffer-modified status (Thanks to
2602         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2603
2604 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2605
2606         * wl-util.el (wl-region-exists-p): New function.
2607
2608         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2609         Remove defvars for byte-compile warnings.
2610
2611 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2614         defvar-maybe. Removed unused bind.
2615
2616 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2617
2618         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2619         summary buffer window before creating new frame.
2620         (wl-draft-reply): Ditto.
2621
2622 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2625
2626 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2627
2628         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2629
2630 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2631
2632         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2633         instead of `kill-region'.
2634
2635 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2638         (wl-highlight-summary-line-string): Use it.
2639         (wl-highlight-summary-current-line): Ditto.
2640
2641         * wl-mime.el (wl-message-delete-current-part): Check the class of
2642         mime-entity.
2643
2644         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2645
2646         * wl-summary.el (wl-summary-make-number-list): Initialize.
2647         (wl-summary-update-mark): New function.
2648         (wl-summary-reply): Put `answered' mark on the message.
2649         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2650
2651         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2652         (wl-draft-reply): Added optional argument `number';
2653         Set wl-draft-parent-number.
2654         (wl-draft-kill): Delete answered mark if it is a reply.
2655
2656 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2657
2658         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2659         that originates in mime-preview-follow-current-entity.
2660         (wl-draft-yank-current-message-entity): Use it if region is active.
2661
2662         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2663         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2664         `wl-message-delete-current-part'.
2665         * wl-mule.el (wl-message-define-keymap): Ditto.
2666         * wl-xmas.el (wl-message-define-keymap): Ditto.
2667
2668 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2669
2670         * wl-mime.el (wl-message-delete-current-part): New function.
2671         (wl-mime-node-id-to-string): Ditto.
2672
2673         * wl-mime.el (wl-message-delete-current-part): Use existing
2674         original buffer which corresponds current mime-view buffer.
2675         (fetched buffer might have different structure, possibly)
2676
2677         * wl-mime.el (wl-message-delete-current-part): Quit if the
2678         message content differs from the actual message.
2679
2680 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2681
2682         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2683         order.
2684         (wl-summary-search-by-subject): Search parent message from tail;
2685         Check the existence of the parent message on the current thread tree.
2686         (wl-summary-update-thread): Check whether the line is inserted.
2687
2688 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2689
2690         * wl-vars.el (wl-summary-line-format): Undo last change.
2691         * wl-summary.el (wl-summary-print-destination): Do not put
2692         invisible property when `wl-summary-width' is nil.
2693         (wl-summary-line-subject-minimum-length): Abolished.
2694         (wl-summary-line-subject): Ditto.
2695
2696 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2697
2698         * wl-vars.el (wl-summary-line-format): Change default value.
2699         (wl-summary-subject-length-limit): Abolished.
2700         * wl-summary.el (wl-summary-line-subject): Ditto.
2701
2702 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2703
2704         * wl-template.el (wl-template-select): Added optional argument.
2705         If optional argument is specified, reverse
2706         `wl-template-visible-select'.
2707
2708 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2709
2710         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2711         Take prefix argument to force asking the destination folder.
2712
2713 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2716         count and update status.
2717
2718 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-summary.el (wl-summary-redisplay-internal): If
2721         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2722         after fetching.
2723
2724 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2725
2726         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2727         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2728
2729         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2730
2731 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2734         (All other related portions are changed).
2735         (wl-summary-mark-as-read-all): Rewrite.
2736
2737 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2740         `wl-summary-mark-as-read'.
2741         (wl-summary-mark-as-unread): Rewrite.
2742         (wl-summary-mark-as-read): Added no-modeline argument.
2743         (wl-summary-resume-cache-status): Rewrite.
2744         (wl-summary-exec-subr): Remove unused local variable.
2745
2746 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2747
2748         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2749         logic to call `wl-summary-buffer-prev-folder-function'.
2750         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2751
2752 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2753
2754         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2755         is nil.
2756
2757 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2758
2759         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2760         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2761         (wl-mime-setup): Add its entry.
2762
2763 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2764
2765         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2766         (wl-summary-delete-cache): Likewise.
2767         (wl-summary-mark-as-read): Rewrite.
2768
2769 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2770
2771         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2772         `wl-summary-count-unread'.
2773
2774         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2775
2776         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2777
2778 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2781         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2782         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2783         Renamed to the elmo-msgdb-*-mark.
2784         (wl-summary-score-marks): Follow the change above.
2785         (wl-summary-auto-refile-skip-marks): Ditto.
2786         (wl-summary-incorporate-marks): Ditto.
2787         (wl-summary-expire-reserve-marks): Ditto.
2788
2789         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2790         changes.
2791         (wl-thread-insert-top): Changed updating message.
2792
2793         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2794         variable.
2795         (wl-summary-count-unread): Count answered marks.
2796         (wl-summary-rescan): Call wl-summary-insert-message instead of
2797         wl-summary-append-message-func-internal.
2798         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2799         (wl-summary-prefetch-msg): Follow the variable name changes.
2800         (wl-summary-prefetch-region): Ditto.
2801         (wl-summary-mark-as-read-all): Follow the API changes;
2802         Don't call elmo-folder-replace-marks.
2803         (wl-summary-delete-cache): Follow the variable name changes.
2804         (wl-summary-resume-cache-status): Ditto.
2805         (wl-summary-update-status-marks): New function.
2806         (wl-summary-insert-message): New function.
2807         (wl-summary-sync-marks): Follow the variable name changes.
2808         (wl-summary-sync-update): Synchronize to the msgdb, too;
2809         Changed update messages.
2810         (wl-summary-make-number-list): Rewrite.
2811         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2812         (wl-summary-mark-as-unread): Follow the API changes.
2813         (wl-summary-exec-subr): Follow the variable name changes.
2814         (wl-summary-mark-as-read): Ditto.
2815         (wl-summary-move-spec-plugged-alist): Ditto.
2816         (wl-summary-move-spec-unplugged-alist): Ditto.
2817         (wl-summary-cursor-move-surface): Ditto.
2818
2819         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2820         variable name changes.
2821         (wl-highlight-summary-current-line): Ditto.
2822
2823         * wl-expire.el (wl-expire-refile): Follow the API change in
2824         elmo-folder-move-messages.
2825         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2826         (wl-summary-archive): Use elmo-folder-msgdb instead of
2827         elmo-msgdb-load.
2828
2829 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * wl-mime.el (wl-draft-preview-message): Restore the position
2832         before evaluating wl-draft-send-hook in preview buffer.
2833
2834 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2835
2836         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2837         when it creates new draft buffer.
2838
2839         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2840         without argument.
2841
2842         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2843         Evaluate content and if the value is string, insert it.
2844         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2845         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2846         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2847         wl-draft-config-sub-part-bottom): Use it.
2848
2849         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2850         with the folder name. The question was unintelligible when it is
2851         called from wl-save-status.
2852
2853 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2854
2855         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2856         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2857         cannot take second argument).
2858
2859 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2862         as t. Since type and subtype are not case sensitive (RFC 2045).
2863
2864 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2865
2866         * wl-vars.el (wl-message-mode-line-format): New variable.
2867         (wl-message-mode-line-format-spec-alist): Ditto.
2868         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2869         (wl-message-redisplay): Use wl-message-mode-line-format.
2870
2871 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2872
2873         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2874
2875 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2876
2877         * wl-summary.el (wl-summary-default-from): Write description.
2878
2879 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-vars.el (wl-ldap-objectclass): Abolish.
2882
2883         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2884         (wl-ldap-make-filter): Removed condition for objectclass.
2885         (wl-ldap-make-matched-value-list): Remove meaningless process.
2886         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2887         (wl-address-ldap-search): Don't add `*' to `pat' string;
2888         use ignore-errors; added `email';
2889         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2890         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2891         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2892
2893
2894 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2895
2896         * wl-draft.el (wl-draft-parent-folder): Write description.
2897         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2898
2899 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2900
2901         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2902         as "" (zero-length string) if no parent.
2903         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2904
2905 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2906
2907         * wl-address.el (wl-address-make-completion-list): Skip duplication
2908         checking.
2909         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2910         `append'.
2911
2912 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2913
2914         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2915         instead of `beginning-of-buffer'.
2916
2917 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2920
2921 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2924         Refer wl-message-buffer-name.
2925         (wl-message-wheel-down): Ditto.
2926
2927 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-vars.el (wl-message-buffer-name): New user option.
2930
2931         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2932         directly instead of making alist dinamically.
2933
2934         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2935         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2936         wl-message-buffer-cache-name.
2937         (wl-message-buffer-cache-clean-up): Ditto.
2938
2939         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2940
2941         * Version number is increased to 2.9.15.
2942
2943 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2944
2945         * wl-vars.el (wl-summary-default-view-alist): New user option.
2946
2947         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2948
2949         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2950         while deleting address.
2951         (wl-draft-delete-myself-from-cc): Ditto.
2952
2953         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2954         If optional argument is specified, reverse sort order.
2955
2956         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2957
2958 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2959
2960         * wl-thread.el (wl-thread-insert-message): Return parent number if
2961         exists.
2962         (wl-thread-update-indent-string-region): Use
2963         wl-thread-update-line-on-buffer-sub instead of
2964         wl-thread-update-line-on-buffer.
2965
2966 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2967
2968         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2969         (wl-folder-close-all): Ditto.
2970
2971 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2972
2973         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2974         and mailing-list:.
2975         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2976         value.
2977         (wl-summary-line-list-info): Print mailing-list name even when 
2978         list-number is empty.
2979
2980 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2981
2982         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2983
2984         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2985         (wl-draft-open-file): Ditto.
2986         (wl-draft-random-alphabet): Ditto.
2987
2988         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2989         bindings.
2990
2991 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2992
2993         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2994         * wl-vars.el (wl-draft-config-alist): Ditto.
2995
2996 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2997
2998         * Version number is increased to 2.9.14.
2999
3000         * wl.el (wl): Don't set wl-init as nil when error occured while
3001         auto-checking folders.
3002
3003         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3004         `elmo-expand-newtext'.
3005
3006 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3007
3008         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3009         `this-command' so that `wl-folder-goto-folder' contained in
3010         `wl-summary-keep-cursor-command' work.
3011
3012 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3013
3014         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3015         message buffer displaying state.
3016
3017 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * wl-vars.el (wl-summary-default-view): New variable to specify
3020         default value for `wl-summary-buffer-view' instead of using
3021         set-default.
3022         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3023
3024 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3025
3026         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3027
3028         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3029
3030 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3031
3032         * wl-vars.el (wl-forward-subject-prefix): New variable.
3033         * wl-draft.el (wl-draft-forward): Use it.
3034
3035 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3036
3037         * wl-message.el (wl-message-prev-page): When it is called without
3038         lines argument, scroll down by wl-message-scroll-amount lines.
3039         (wl-message-next-page): Ditto.
3040         * wl-vars.el (wl-message-scroll-amount): Change default value
3041         to preserve current behavior.
3042
3043 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3044
3045         * wl-summary.el (wl-summary-prefetch-msg): Bind
3046         `wl-message-entity' to call `wl-summary-from-function'.
3047
3048 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3049
3050         * wl-message.el (wl-message-buffer-create): Run
3051         wl-message-buffer-created-hook.
3052
3053 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3054
3055         * wl-summary.el (wl-summary-sort-specs): New variable.
3056         (wl-summary-default-sort-spec): Ditto.
3057         (wl-summary-sort): Rewrite.
3058         (wl-summary-sort-by-list-info): New function.
3059
3060 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3061
3062         * wl-summary.el (wl-summary-get-list-info): New function.
3063         (wl-summary-sort): Rewrite.
3064         (wl-summary-line-list-info): Ditto.
3065         (wl-summary-line-list-count): Ditto.
3066         (wl-summary-refile-region): Fixed docstring.
3067
3068 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3071         `wl-folder-entity-hashtb' as completion table.
3072
3073 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3076         only when this command is called interactively; silence the byte-
3077         compiler.
3078
3079 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3080
3081         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3082         active in XEmacs.
3083
3084 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3085
3086         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3087         plural lines.
3088
3089 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3090
3091         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3092         of current line when the cursor is on the header name.
3093         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3094
3095 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3096
3097         * wl-util.el (wl-read-directory-name): Return displayed directory
3098         as the default value also on XEmacs.
3099
3100 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3101
3102         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3103         formatting.
3104
3105 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3106
3107         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3108         argument and when it is non-nil, check face property before
3109         highlighting for each line.
3110         (wl-highlight-summary-window): Set it.
3111
3112 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3115         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3116
3117         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3118         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3119         (wl-draft-get-fcc-list): Likewise.
3120
3121 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3124         (wl-thread-entity-cur): Ditto.
3125         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3126         wl-thread-indent-regexp setting.
3127         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3128
3129         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3130         wl-summary-lazy-highlight.
3131         (wl-summary-display-bottom): Ditto.
3132
3133         * wl-thread.el (wl-thread-open-close): Likewise.
3134
3135         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3136         from and subject;
3137         Bind wl-draft-use-frame;
3138         Enclose with save-window-excursion;
3139         Use wl-draft-create-buffer instead of with-temp-buffer;
3140         Use wl-draft-prepare-edit;
3141         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3142         Use wl-draft-send instead of wl-draft-raw-send.
3143
3144 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3145
3146         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3147         of using wl-from.
3148
3149 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3150
3151         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3152         insert-buffer instead of clone-buffer.
3153         (wl-draft-doing-mime-bcc): New variable.
3154         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3155         infinite loop.
3156         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3157
3158         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3159         (wl-draft-mime-bcc-body): Ditto.
3160
3161         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3162         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3163         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3164         wl-draft-do-mime-bcc.
3165         (wl-draft-mime-bcc-field): New function.
3166         (wl-draft-do-mime-bcc): Ditto.
3167
3168         * wl-address.el (wl-address-complete-header-list): New variable.
3169         (wl-address-complete-header-regexp): Changed default value.
3170
3171         * Version number is increased to 2.9.13.
3172
3173 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3176         it is differed.
3177
3178 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179
3180         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3181         (wl-summary-line-list-count): Ditto.
3182
3183 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3184
3185         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3186         (wl-nntp-posting-function): New variable.
3187         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3188         `wl-nntp-posting-config-alist'.
3189
3190 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3191
3192         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3193         FLIM.
3194
3195 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3196
3197         * wl-summary.el (wl-summary-target-mark-refile-sub):
3198         Remove a nuisance funcall.
3199
3200 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3203         as t for `try-completion'.
3204
3205 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3206
3207         * wl-summary.el (wl-summary-default-from): Use
3208         wl-address-header-extract-address instead of
3209         std11-extract-address-components.
3210         (wl-summary-simple-from): Ditto.
3211         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3212         (wl-summary-insert-headers): Show message.
3213         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3214         for whole line.
3215         (wl-summary-default-from): Revert last change.
3216         (wl-summary-simple-from): Ditto.
3217         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3218         (wl-summary-mark-as-read-region): Follow the change above.
3219         (wl-summary-sync-marks): Ditto.
3220         (wl-summary-target-mark-mark-as-read): Ditto.
3221         (wl-summary-redisplay-internal): Ditto.
3222         (wl-summary-redisplay-no-mime-internal): Ditto.
3223         (wl-summary-redisplay-all-header): Ditto.
3224         (wl-summary-mark-as-read): Removed argument `cached';
3225         Use current cache status to set cache mark.
3226         (wl-summary-redisplay-internal): Follow the change above.
3227         (wl-summary-redisplay-no-mime-internal): Ditto.
3228         (wl-summary-redisplay-all-header): Ditto.
3229
3230         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3231
3232         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3233         Don't call itself recursively (Adviced by Yamaoka-san).
3234
3235 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3236
3237         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3238         bind wl-summary-highlight as nil to avoid error caused by missing
3239         local variables.
3240
3241 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3242
3243         * wl-vars.el (wl-invalid-character-message): New user option.
3244
3245         * wl-util.el (wl-set-string-width): If truncated string-width is
3246         larger than specified width, use `wl-invalid-character-message'.
3247
3248 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3249
3250         * wl-summary.el (wl-summary-prefetch-msg): 
3251         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3252
3253 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * wl-vars.el (wl-summary-check-line-format): New user option.
3256         (wl-summary-line-format-file): Ditto.
3257
3258         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3259         variable.
3260         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3261         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3262         and `wl-summary-view-old-p' to check whether do a rescan or not.
3263         (wl-summary-view-old-p): New function.
3264         (wl-summary-line-format-changed-p): Ditto.
3265         (wl-summary-line-format-save): Ditto.
3266         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3267
3268         * wl-util.el (wl-set-string-width): Avoid using negative number
3269         for make-string.
3270
3271 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3274         return value.
3275
3276         * wl-util.el (wl-set-string-width): Added optional argument
3277         `padding' (All other related portions are changed).
3278         (wl-line-parse-format): If the first letter of column number is
3279         `0', zero-padding the result (ex: "%05l").
3280
3281         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3282
3283 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3286         sequential summary view.
3287
3288 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3291         if it doesn't have a -unix version.
3292
3293 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3296
3297 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3300         content.
3301         (wl-draft): Follow the change above.
3302
3303         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3304
3305         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3306         and wl-folder-summary-line-format-alist contain %T and %P.
3307
3308         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3309         (wl-summary-mode-line-format): New user option.
3310         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3311         (wl-summary-line-format): Changed default value.
3312         (wl-summary-lazy-highlight): Changed default value.
3313
3314         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3315         change in wl-summary-create-line.
3316         (wl-thread-insert-entity-sub): Ditto.
3317
3318         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3319         (wl-summary-buffer-unread-status): Ditto.
3320         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3321         (wl-summary-buffer-persistent-mark-column): Ditto.
3322         (wl-summary-buffer-mode-line-formatter): Ditto.
3323         (wl-summary-buffer-mode-line): Ditto.
3324         (wl-summary-message-regexp): Abolished.
3325         (All other related portions are changed.)
3326         (wl-summary-detect-mark-position): New function.
3327         (wl-summary-buffer-set-folder): Setup
3328         wl-summary-buffer-mode-line-formatter.
3329         (wl-summary-mode): Setup selective-display;
3330         Setup pre-idle-hook when xemacs.
3331         (wl-summary-update-modeline): Rewrite.
3332         (wl-summary-jump-to-msg): Define as function;
3333         Changed regexp for searching messages.
3334         (wl-summary-message-number): Rewrite.
3335         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3336         Do rescan when old type summary cache.
3337         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3338         (wl-summary-remove-destination): Use '\r' to detect EOL.
3339         (wl-summary-print-destination): Ditto.
3340         (wl-summary-temp-mark): New inline function.
3341         (wl-summary-persistent-mark): Ditto.
3342         (wl-summary-line-number): New function.
3343         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3344         (wl-summary-line-list-count): New function.
3345         (wl-summary-create-line): Added argument persistent-mark.
3346         (All other related portions are changed)
3347         (wl-summary-create-line): Insert '\r'.
3348         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3349         (wl-summary-cursor-move-surface): New inline function.
3350         (wl-summary-prev): Use it.
3351         (wl-summary-next): Ditto.
3352
3353         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3354         wl-summary-message-regexp.
3355         (wl-highlight-summary): Delete progress message.
3356         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3357
3358         * Version number is increased to 2.9.12.
3359
3360 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3363         variable (nil: no minimum).
3364         (wl-summary-line-subject): Add some spaces after subject by
3365         wl-summary-line-subject-minimum-length.
3366
3367 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3370         and removed `F'.
3371         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3372         change above).
3373
3374 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl-summary.el (wl-summary-line-list-count): Reverted.
3377         (example setting in samples/*/dot.wl is also updated)
3378
3379 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3380
3381         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3382
3383         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3384
3385         * wl-vars.el (wl-summary-line-format): Addes some description to the
3386         docstring.
3387
3388         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3389         (wl-summary-line-close-bracket): Ditto.
3390         (wl-summary-line-children-number): Ditto.
3391         (wl-summary-line-thread-indent): Ditto.
3392         (wl-summary-line-children-and-from): Ditto.
3393
3394         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3395         't', 'c', 'F' and added 'C'.
3396
3397         * wl-util.el (wl-set-string-width): Accept negative value.
3398         (wl-line-parse-format): Added "%number(" and "%)".
3399
3400 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl-summary.el (wl-summary-line-list-count): Change format of the
3403         return value.
3404
3405 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3406
3407         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3408         from the recent message.el.
3409         (wl-draft-point-in-header-p): Ditto.
3410         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3411         wl-draft-beginning-of-line.
3412         * wl-e21.el (wl-draft-mode-map): Ditto.
3413         * wl-xmas.el (wl-draft-mode-map): Ditto.
3414
3415         * wl-folder.el: Sort macrodefs by dependencies.
3416
3417 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3418
3419         * wl-summary.el (wl-summary-prev): Fixed regexp.
3420         (wl-summary-next): Ditto.
3421
3422 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3423
3424         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3425
3426 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3427
3428         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3429         for backward compatibility.
3430
3431 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * wl-summary.el (wl-summary-line-list-count): New function, merged
3434         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3435         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3436         list counts.
3437
3438 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-summary.el (wl-summary-create-line): Ignore errors while
3441         timezone-fix-time.
3442
3443         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3444
3445         * wl-summary.el (wl-summary-sync-update): Ditto.
3446         (wl-summary-default-from): Use wl-message-entity
3447         instead of entity.
3448
3449         * wl-summary.el (wl-summary-create-line): Fix.
3450
3451         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3452         (wl-summary-line-format): New user option.
3453         (wl-folder-summary-line-format-alist): Ditto.
3454         (wl-summary-from-width): Abolished.
3455
3456         * wl-util.el (toplevel): Require 'bytecomp.
3457         (wl-line-parse-format): New function.
3458         (wl-line-formatter-setup): New macro.
3459
3460         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3461         (wl-summary-buffer-line-formatter): New buffer local variable.
3462         (wl-summary-switch-to-clone-buffer): Follow the change above.
3463         (wl-summary-message-regexp): Fix.
3464         (wl-summary-from-func-internal): Abolished.
3465         (wl-summary-subject-func-internal): Ditto.
3466         (wl-summary-subject-filter-func-internal): Ditto.
3467         (All other related portions are changed.)
3468         (wl-summary-buffer-set-folder):
3469         Set up wl-summary-buffer-number-column and 
3470         wl-summary-buffer-line-formatter
3471         (All other related portions are changed.)
3472         (wl-summary-buffer-number-column-detect): Abolished.
3473         (All other related portions are changed.)
3474         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3475         (wl-summary-delete-all-temp-marks-on-buffer): Use
3476         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3477         (wl-summary-target-mark-delete): Ditto.
3478         (wl-summary-target-mark-refile-subr): Ditto.
3479         (wl-summary-target-mark-mark-as-read): Ditto.
3480         (wl-summary-target-mark-mark-as-unread): Ditto.
3481         (wl-summary-target-mark-mark-as-important): Ditto.
3482         (wl-summary-target-mark-save): Ditto.
3483         (wl-summary-replace-status-marks): Renamed from
3484         wl-summary-set-status-marks-on-buffer;
3485         Use wl-summary-message-regexp instead of
3486         wl-summary-buffer-number-regexp.
3487         (wl-summary-sync-update): Follow the change above.
3488         (wl-summary-goto-previous-message-beginning): New function.
3489         (wl-summary-mark-as-unread): Use it.
3490         (wl-summary-mark-as-important): Ditto.
3491         (wl-summary-line-formatter): New variable.
3492         (wl-summary-line-year): New function.
3493         (wl-summary-line-day): Ditto.
3494         (wl-summary-line-day-of-week): Ditto.
3495         (wl-summary-line-hour): Ditto.
3496         (wl-summary-line-minute): Ditto.
3497         (wl-summary-line-open-bracket): Ditto.
3498         (wl-summary-line-close-bracket): Ditto.
3499         (wl-summary-line-children-number): Ditto.
3500         (wl-summary-line-thread-indent): Ditto.
3501         (wl-summary-line-size): Ditto.
3502         (wl-summary-line-subject): Ditto.
3503         (wl-summary-line-from): Ditto.
3504         (wl-summary-line-children-and-from): Ditto.
3505         (wl-summary-create-line): Rewritten.
3506         (wl-summary-format-date): Abolished.
3507
3508         * wl-highlight.el (wl-highlight-summary-current-line): Use
3509         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3510         Use thread structure to detect thread top message.
3511
3512         * wl-draft.el (wl-default-draft-cite): Don't use
3513         wl-summary-from-func-internal.
3514
3515         * wl-refile.el (wl-refile-subject-learn): Don't use
3516         wl-summary-subject-filter-func-internal.
3517         (wl-refile-guess-by-subject): Ditto.
3518
3519         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3520         parameters.
3521
3522         * wl-thread.el (wl-thread-update-indent-string-region):
3523         Use wl-thread-update-line-on-buffer instead of
3524         wl-thread-update-indent-string.
3525         (wl-thread-update-children-number): Redefine using
3526         wl-thread-update-line-on-buffer.
3527         (wl-thread-update-indent-string): Abolished.
3528
3529         * Version number is increased to 2.9.11.
3530
3531 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3534         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3535         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3536
3537         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3538         as nil.
3539
3540         * wl-thread.el (wl-thread-open-all-unread): Use 
3541         elmo-folder-list-messages-mark-match.
3542         (wl-thread-insert-message): Removed argument `mark-alist'.
3543         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3544         elmo-msgdb-set-mark.
3545         (wl-thread-get-children-msgs-uncached): Likewise.
3546         (wl-thread-get-exist-children): Added argument include-self.
3547         (wl-thread-delete-message): Follow the change above.
3548
3549         * wl-summary.el (wl-summary-count-unread): Removed argument.
3550         (wl-summary-rescan): Follow the change above.
3551         (wl-summary-mark-as-read-region): Ditto
3552         (wl-summary-mark-as-unread-region): Ditto.
3553         (wl-summary-delete-messages-on-buffer): Ditto.
3554         (wl-summary-sync-update): Ditto.
3555         (wl-summary-switch-to-clone-buffer): Ditto.
3556         (wl-summary-goto-folder-subr): Ditto.
3557         (wl-summary-target-mark-mark-as-read): Ditto.
3558         (wl-summary-target-mark-mark-as-unread): Ditto.
3559         (wl-summary-target-mark-mark-as-important): Ditto.
3560         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3561         (wl-summary-update-thread): Removed argument `mark-alist'.
3562         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3563         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3564         (wl-summary-resume-cache-status): Likewise.
3565         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3566         elmo-msgdb-set-mark.
3567         (wl-summary-mark-as-read-all): Likewise.
3568         (wl-summary-delete-cache): Ditto.
3569         (wl-summary-auto-select-msg-p): Ditto.
3570         (wl-summary-mark-as-unread): Ditto.
3571         (wl-summary-no-auto-refile-message-p): Ditto.
3572         (wl-summary-mark-as-read): Ditto.
3573         (wl-summary-mark-as-important): Ditto.
3574         (wl-summary-auto-refile): Follow the change above.
3575         (wl-summary-delete-all-marks): Removed.
3576         (wl-summary-resume-marks-and-highlight): Ditto.
3577         (wl-summary-resume-marks): Ditto.
3578         (wl-summary-delete-important-msgs-from-list): Ditto.
3579         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3580
3581         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3582         wl-summary-count-unread.
3583
3584         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3585         (wl-summary-score-update-all-lines): Use
3586         elmo-msgdb-set-mark.
3587
3588 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3589
3590         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3591         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3592         (wl-summary-create-line): Renamed from
3593         wl-summary-overview-create-summary-line;
3594         Argument rearrangement.
3595         (wl-summary-update-thread): Follow the change above.
3596
3597         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3598         (wl-thread-insert-entity-sub): Likewise.
3599
3600         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3601         argument `overview', `mark-alist' and added `msgdb'.
3602
3603         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3604
3605         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3606         (wl-summary-rescan): Follow the change above.
3607         (wl-summary-sync-update): Ditto.
3608         (wl-summary-insert-thread-entity): Ditto;
3609         Don't use `let*' in every while loop;
3610         Detect infinite loop of threads.
3611         (wl-summary-update-thread): Removed argument `overview'.
3612
3613         * wl-thread.el (wl-thread-insert-message): Ditto.
3614
3615         * Version number is increased to 2.9.10.
3616
3617         * wl-message.el (wl-message-redisplay): Ignore errors while
3618         wl-message-redisplay-hook.
3619
3620 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3621
3622         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3623
3624 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl.el (wl): inhibit-quit while wl-folder.
3627
3628 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3631         while msgdb access.
3632
3633 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3634
3635         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3636         even if no folder is not created.
3637
3638 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3641
3642         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3643         implementation.
3644         (wl-summary-target-mark-thread): Ditto.
3645
3646         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3647
3648 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3649
3650         * wl-util.el (wl-display-bytes): Remove unused function.
3651
3652 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3653
3654         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3655         seems critical one (partially reverse the change in 2002/03/17).
3656
3657 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3660         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3661
3662 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3663
3664         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3665         is not writable.
3666         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3667         plugged status instead of `'force' as 2nd argument.
3668
3669         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3670         is not creatable.
3671
3672         * Version number is increased to 2.9.9.
3673
3674 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3675
3676         * wl-summary.el (wl-summary-suspend): New function.
3677
3678 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3679
3680         * wl.el (wl): Do not check variables if check is nil.
3681         * wl-utils.el (wl-collect-draft): New function.
3682         * wl-folder.el (wl-folder-suspend): Put summary buffers
3683         and draft buffers at the end of buffer list.
3684         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3685
3686 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3687
3688         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3689         loop instead of recursive call.
3690
3691         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3692         2nd argument.
3693
3694 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3695
3696         * wl-draft.el (wl-draft-create-contents): Don't take neither
3697         (function . args) nor (string . something) any more.
3698
3699         * wl-version.el (wl-generate-user-agent-string): Return string
3700         without header symbol.
3701         * wl-draft.el (wl-draft-default-headers): Use it.
3702
3703         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3704         `wl-draft-insert-ccs' and return field value instead of inserting
3705         the header. Abolish cc argument.
3706         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3707
3708         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3709         rather than one with string car.
3710
3711         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3712         * wl-draft.el (wl-draft-create-contents): Add it after the default
3713         headers.
3714
3715         * wl-draft.el (wl-draft-create-contents): For the case of
3716         (symbol-or-string . function) insert header only when the function
3717         returns string value.
3718
3719 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3720
3721         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3722         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3723
3724 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3725
3726         * wl.el (wl-check-environment): Don't check Message-ID when
3727         `wl-insert-message-id' is nil.
3728         Revive checking if `wl-message-id-domain' contains "@".
3729
3730 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3731
3732         * wl.el (wl-check-environment): Merge examination for "@" at
3733         inappropriate position into the first string-match.
3734
3735         * wl-summary.el (wl-summary-target-mark-print): New function.
3736         (wl-summary-pipe-message-subr): Extracted from
3737         `wl-summary-pipe-message'.
3738         (wl-summary-target-mark-pipe): New function.
3739         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3740         `wl-summary-target-mark-pipe'.
3741
3742 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3743
3744         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3745
3746 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3747
3748         * wl.el (wl-check-environment): Use elmo-warning instead of
3749         error for non-critical ones.
3750         Remove trash folder check.
3751         (wl): Don't ignore error in wl-check-environment.
3752
3753         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3754         check, which is moved from `wl-check-environment'.
3755         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3756
3757 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3758
3759         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3760         guess anything, call wl-summary-write.
3761         (wl-summary-write): Create draft with blank To field.
3762         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3763
3764 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3765
3766         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3767         argument full as well for wl-folder-write-current-folder.
3768         If wl-*-write-current-folder cannot guess addressee, add blank
3769         To header.
3770         Rewrite condition for positioning cursor.
3771
3772 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3773
3774         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3775         summary buffer is present, use it.
3776         (wl-folder-jump-to-previous-summary): Ditto.
3777
3778 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3779
3780         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3781
3782         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3783         wl-summary-previous-buffer and wl-summary-next-buffer.
3784
3785         * wl-folder.el (wl-folder-mode-map): Bind
3786         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3787         (wl-folder-jump-to-next-summary): New function.
3788         (wl-folder-jump-to-previous-summary): Ditto.
3789
3790         * wl-draft.el (wl-draft): Rearranged.
3791
3792 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3795         of header.
3796         (wl-draft): Collect arguments for the header as header-alist.
3797         (wl-draft-forward): Arrange arguments for wl-draft.
3798         (wl-draft-reply): Ditto.
3799         (wl-draft-edit-string): Ditto.
3800         * wl-summary.el (wl-summary-write): Ditto.
3801         (wl-summary-write-current-folder): Ditto.
3802
3803         * Version number is increased to 2.9.8.
3804
3805 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3806
3807         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3808
3809         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3810
3811         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3812         even if the guess failed.
3813
3814         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3815         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3816         wl-summary-write-current-folder.
3817         * wl-xmas.el: Ditto.
3818
3819 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-summary.el (wl-summary-next-page): Force display message if
3822         message is not displayed yet.
3823         (wl-summary-prev-page): Ditto.
3824
3825 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3826
3827         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3828
3829 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3830
3831         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3832         add "Preview Message" and "Save Draft and Exit".
3833
3834 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3835
3836         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3837         if addrmgr is called from draft in splitted window.
3838
3839         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3840         * wl-mule.el: Ditto.
3841         * wl-xmas.el: Ditto.
3842
3843 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3844
3845         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3846
3847         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3848         * wl-xmas.el (wl-folder-toolbar): Ditto.
3849
3850 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3851
3852         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3853         and wl-draft-save-and-exit.
3854         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3855         * wl-xmas.el: Ditto.
3856         * wl-mule.el: Ditto.
3857
3858         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3859         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3860
3861 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3864         lists for saving buffer.
3865
3866 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3869         parent-folder argument instead of it.
3870         (wl-draft-create-buffer): Ditto.
3871         (wl-draft-forward): Ditto.
3872         (wl-draft-reply): Ditto.
3873         * wl-summary.el (wl-summary-write): Ditto.
3874         (wl-summary-write-current-folder): Ditto.
3875
3876         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3877         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3878         Folder buffer after composing.
3879
3880 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3883         header if the file `wl-x-face-file' already contains it.
3884
3885 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3888         folder" entry.
3889         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3890         * wl-e21.el (wl-folder-toolbar): Ditto.
3891         * wl-xmas.el (wl-folder-toolbar): Ditto.
3892
3893 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3894
3895         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3896         wl-folder-goto-folder with sticky argument.
3897         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3898
3899 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3902         and wl-summary-previous-buffer.
3903         (wl-summary-next-buffer): New function.
3904         (wl-summary-previous-buffer): Ditto.
3905
3906 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3909         wl-folder-jump-to-current-entity-with-arg.
3910         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3911         `wl-folder-jump-to-current-entity'.
3912         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3913         `wl-summary-goto-folder-sticky'.
3914         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3915         `wl-summary-goto-folder'.
3916         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3917         Unless force-exit, do not clean temp. marks for sticky summary.
3918         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3919
3920 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3921
3922         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3923         not entire.
3924
3925 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3926
3927         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3928         to `C-x C-s'.
3929         (wl-summary-save-status): New command.
3930         (wl-summary-exit): Don't clean-up temp marks when sticky.
3931         (Applied patch from Nakayama-san [wl: 09548])
3932         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3933         Do nothing when no mark data.
3934         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3935         Call `wl-summary-delete-all-temp-marks' before saving.
3936
3937 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3938
3939         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3940
3941 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3942
3943         * wl.el (wl-check-environment): Also cause error when (system-name)
3944         returns "localhost.localdomain". (Although it doesn't affect because
3945         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3946
3947 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3948
3949         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3950         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3951
3952         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3953         value.
3954
3955 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3958         Likewise r-cc-list and r-ng-list.
3959
3960 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3963         only if it is bound as variable.
3964
3965         * wl-mime.el (wl-draft-preview-message): Ditto.
3966
3967 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3970         needless `goto-char'.
3971
3972         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3973         `wl-summary-redisplay-no-mime-internal' instead of
3974         `wl-summary-redisplay-no-mime'.
3975         (wl-summary-redisplay-no-mime): Changed argument;
3976         Call `wl-summary-redisplay-no-mime-internal'.
3977
3978         * wl-mime.el (wl-draft-preview-message): Bind
3979         `mime-header-encode-method-alist' locally.
3980
3981         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3982         (wl-draft-std11-parse-addresses): Added the first address check.
3983         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3984
3985         * Version number is increased to 2.9.7.
3986
3987 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3988
3989         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3990
3991 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3992
3993         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3994         related to scrollbar support, if there is no such a feature
3995         compiled in.
3996
3997 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3998
3999         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4000         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4001         for prefetch.
4002
4003 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4004
4005         * wl-summary.el (wl-summary-pick): Fix for no match.
4006
4007 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4008
4009         * wl-draft.el (wl-draft-save):
4010         Override `mime-header-encode-method-alist'.
4011
4012 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4013
4014         * wl-folder.el (wl-folder-pick): New function.
4015         Define key as "?".
4016
4017 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4020         Fix for unplugged.
4021
4022 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4023
4024         * wl-folder.el (wl-folder-virtual): New function.
4025         Define key as "V".
4026
4027 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4028
4029         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4030         multi folder if entity is group.
4031
4032 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4033
4034         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4035         is nil.
4036
4037 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4038
4039         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4040         (wl-summary-target-mark-msgs): Return the number of marked messages.
4041
4042 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4043
4044         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4045         "first:" is specified.
4046
4047 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-vars.el (wl-from): Use return value of function
4050         user-full-name instead of the variable user-full-name since
4051         XEmacs-20.4 doesn't set this variable.
4052
4053 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4056         call `wl' directly.
4057
4058 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4059
4060         * wl-draft.el (wl-draft-reedit): Removed duplicated
4061         switch-to-buffers.
4062
4063 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * wl.el (wl-other-frame): Removed garbages.
4066
4067 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4068
4069         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4070
4071         * wl-xmas.el (wl-draft-key-setup): Ditto.
4072
4073         * wl-mule.el (wl-draft-key-setup): Ditto.
4074
4075         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4076         (wl-draft-reedit): Ditto.
4077         (wl-draft-prepare-edit): Add `wl-draft-save' to
4078         `local-write-file-hooks'.
4079         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4080         (wl-draft-reedit): Set buffer-file-name.
4081         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4082
4083
4084         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4085         call it.
4086         (wl-delete-startup-frame-function): New variable.
4087         (wl-other-frame): New function
4088         (Original was written by Yamaoka san [wl: 09239]).
4089
4090         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4091         if `wl-folder-use-frame'.
4092
4093 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4094
4095         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4096
4097 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4100         New variable.
4101         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4102         (wl-message-buffer-prefetch-get-next): Use them.
4103         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4104
4105 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4106
4107         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4108         with unwind-protect.
4109
4110         * wl-draft.el (wl-draft-reedit): Rewrite.
4111         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4112         (wl-draft-save): Insert header separator if it does not exist;
4113         Removed condition-case.
4114
4115         * wl-summary.el (wl-summary-reedit): Revert last change.
4116
4117         * wl-draft.el (wl-draft-save): Rewrite.
4118         (wl-draft-create-buffer): Set buffer-file-name as nil.
4119
4120         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4121
4122         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4123
4124         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4125         nil.
4126
4127 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4128
4129         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4130         If count is nil, do not prefetch.
4131         (wl-message-buffer-prefetch-next): Next.
4132
4133 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4134
4135         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4136
4137 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4138
4139         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4140         `delete-backward-char'
4141         (wl-draft-prepare-edit): Check major-mode.
4142         (wl-draft-decode-header): Rewrite.
4143         (wl-draft): Fix.
4144
4145 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4146
4147         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4148
4149 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4150
4151         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4152         (wl-message-buffer-prefetch-get-next): Remove size checking.
4153         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4154
4155 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4158         (wl-draft-default-headers): Fix.
4159
4160 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4161
4162         * wl-draft.el (wl-draft-default-headers): Insert return value of
4163         `wl-generate-mailer-string-function'.
4164
4165 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4166
4167         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4168         (wl-draft-insert-mail-header-separator): Ditto.
4169
4170         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4171         again (Reverted the change on 2002-01-17 by OKADA san).
4172
4173 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4174
4175         * wl-draft.el (wl-draft): Rewrite.
4176         (wl-draft-create-buffer): New function.
4177         (wl-draft-create-contents): Ditto.
4178         (wl-draft-prepare-edit): Ditto.
4179         (wl-draft-decode-header): Ditto.
4180         (wl-draft-decode-body): Ditto.
4181         (wl-draft-check-new-line): Ditto.
4182         (wl-draft-default-headers): Ditto.
4183         (wl-draft-insert-mail-header-separator): Ditto.
4184
4185 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4186
4187         * Version number is increased to 2.9.6.
4188
4189 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4190
4191         * wl-draft.el (wl-draft-delete-field): Optional argument.
4192         (wl-draft-delete-fields): Ditto.
4193
4194 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4195
4196         * wl-message.el (toplevel): Eliminated byte-compile warning.
4197         for `itimer-function', `delete-timer' and `itimer-list'.
4198
4199 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4200
4201         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4202         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4203         `wl-message-buffer-prefetch-threshold'.
4204         * wl-summary.el (wl-summary-redisplay-internal): Remove
4205         the check of `wl-message-buffer-prefetch-depth'.
4206
4207 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4208
4209         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4210         size of article.
4211         (wl-message-buffer-prefetch-subr): Remove size check.
4212
4213 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4214
4215         * wl-vars.el (wl-plugged): Make customizable.
4216
4217 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4218
4219         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4220         (wl-message-buffer-prefetch-set-timer): New function.
4221         (wl-message-buffer-prefetch-get-next): New function.
4222         (wl-message-buffer-prefetch): New function.
4223         (wl-message-buffer-prefetch-next): Rewrite.
4224         (wl-message-buffer-prefetch-subr): Rewrite.
4225         * wl-vars.el (wl-auto-prefetch-first): New variable.
4226         * wl-summary.el (wl-summary-goto-folder-subr): Call
4227         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4228
4229 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4232         `wl-summary-unread-message-hook'.
4233
4234 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4237         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4238         if range is `cache-status'.
4239
4240 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4241
4242         * wl-message.el (wl-message-buffer-prefetch-subr):
4243         Improve debug message.
4244
4245 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4248         `wl-mail-send-pre-hook'.
4249         (wl-draft-send-mail-with-qmail): Ditto.
4250         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4251
4252 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4253
4254         * wl-message.el (wl-message-buffer-prefetch-subr):
4255         Fix for cancel-function-timers bug.
4256         (wl-message-buffer-prefetch-debug): Default value is t.
4257
4258 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4259
4260         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4261         (wl-message-buffer-prefetch-subr): Rewrite.
4262         Rename from `wl-message-buffer-prefetch'.
4263
4264 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4267         (wl-default-draft-cite-decorate-author): Ditto.
4268
4269         * wl-draft.el (wl-draft-cite-function): Removed.
4270         (wl-default-draft-cite-decorate-author): Ditto.
4271
4272 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4273
4274         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4275         (wl-default-draft-cite): Do not arrange author name if the value of
4276         `wl-default-draft-cite-decorate-author' is nil.
4277
4278 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4281
4282         * wl-folder.el (wl-folder-check-one-entity): Don't care
4283         `elmo-folder-use-flag-p'.
4284
4285 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-folder (wl-folder-check-one-entity): Fix
4288         problem if unread is nil.
4289
4290 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-address.el (wl-address-make-completion-list): Check whether
4293         the address is a group list.
4294         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4295
4296 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4297
4298         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4299         The number of the messages of new and unread does not count
4300         correctly.
4301
4302         * wl-summary.el (wl-summary-count-unread): Changed to return
4303         `(new . unread)' instead of total.
4304         (wl-summary-sync-update): Follow the change above.
4305
4306         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4307
4308 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-address.el (wl-address-make-completion-list): Do not enclose
4311         address by " <" and ">" if associated realname is "".
4312         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4313         This is against the promblem with group list in .addresses pointed
4314         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4315
4316 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4319         message is a format control string.
4320         * wl-expire.el (wl-expire-append-log): Ditto.
4321         * wl-mime.el (wl-summary-burst-subr): Ditto.
4322         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4323         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4324
4325 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4328         wl.el (wl-check-variables): Rename from `wl-check-type'.
4329         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4330         (wl-check-variables-2): New function.
4331         (wl): Call `wl-check-variables-2'.
4332
4333 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4336         after renaming folder in access group.
4337
4338 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4339
4340         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4341         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4342         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4343         (wl-message-buffer-prefetch): Rewrite.
4344         (wl-message-buffer-prefetch-idle-time): Removed.
4345         * wl-summary.el (wl-summary-redisplay-internal):
4346         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4347         Error check for `wl-message-buffer-prefetch-depht'.
4348
4349 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * Version number is increased to 2.9.5.
4352         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4353
4354 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4355
4356         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4357         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4358         Based on the patch written by
4359         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4360
4361 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4362
4363         * wl-draft.el (wl-draft-raw-send): Fix for
4364         `wl-news-send-pre-hook'
4365
4366 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4367
4368         * wl-utils.el (wl-message-id-function): New variable.
4369         * wl-draft.el (wl-draft-insert-required-fields):
4370         Use `wl-message-id-function'.
4371
4372 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4373
4374         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4375         * wl-utils.el (wl-draft-make-message-id-string):
4376         Use `wl-from' for domain part of Message-ID
4377         if `wl-message-id-use-wl-from' if non-nil.
4378         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4379
4380 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4381
4382         * wl.el (wl): Call `wl-check-type'
4383         Do not 'condition-case'.
4384
4385 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4386
4387         * wl.el (wl-check-type): New function.
4388         (wl-check-type-variables): New variable.
4389
4390 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4391
4392         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4393
4394 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4395
4396         * wl-draft.el (wl-smtp-password-key): New function.
4397         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4398         (wl-draft-send-mail-with-smtp): Ditto.
4399         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4400
4401 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4402
4403         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4404         * wl-utils.el (wl-unique-id-suffix): Remove.
4405
4406 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4407
4408         * Version number is increased to 2.9.4.
4409
4410 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4411
4412         * wl-utils.el (wl-unique-id-suffix): New variable.
4413         (wl-unique-id): Use `wl-unique-id-suffix'
4414
4415 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4416
4417         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4418         instead of `elmo-msgdb-search'.
4419
4420         * Version number is increased to 2.9.3.
4421
4422 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4423
4424         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4425
4426 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4427
4428         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4429         (wl-draft-dispatch-message): Changed for send-later.
4430         (wl-draft-queue-flush): Ditto.
4431         (wl-draft): Clear `wl-sent-message-queued'.
4432         (wl-draft-reedit): Ditto.
4433         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4434         * wl-vars.el (wl-draft-force-queuing): New variable.
4435         (wl-draft-force-queuing-mail): New variable.
4436         (wl-draft-force-queuing-news): New variable.
4437
4438 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4441         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4442
4443 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4444
4445         * Version number is increased to 2.9.2.
4446
4447 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * wl-draft.el (wl-draft-elide-region): New user command.
4450         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4451
4452         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4453         command `wl-draft-elide-region'.
4454         * wl-mule.el: Ditto.
4455         * wl-xmas.el: Ditto.
4456
4457 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4460         (wl-biff-check-folder-async): Removed needless let.
4461
4462 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4465         wl-folder-get-elmo-folder.
4466         (wl-biff-check-folder): Set `biff' argument of
4467         `wl-folder-check-one-entity'.
4468         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4469
4470         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4471         (wl-folder-check-one-entity): Added `biff' argument;
4472         Setup `biff' slot of folder.
4473
4474         * Version number is increased to 2.9.1.
4475
4476 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4479         comment out and fixed.
4480         (wl-fldmgr-add-completion-subr): Ditto.
4481
4482         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4483         and msgdb.
4484
4485         * wl.el (wl-toggle-plugged): Save summary view.
4486
4487 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4490
4491 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4492
4493         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4494
4495 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4498         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4499         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4500
4501         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4502         if it was failed.
4503         (wl-demo): Disable undo in the demo buffer.
4504
4505 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-version.el (wl-version): Changed codename.
4508
4509         * Version number is increased to 2.9.0.
4510
4511 2001-12-14  Takuo KITAME <kitame@northeye.org>
4512
4513         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4514         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4515         (wl-folder-mark-as-read-all-current-entity): Ditto.
4516
4517 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4518
4519         * wl-vars.el (wl-from-width): Define as obsolete variable.
4520         (wl-subject-length-limit): Ditto.
4521
4522         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4523
4524         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4525         wl-summary-save-view.
4526
4527         * wl.el (wl-save-status): Ditto.
4528         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4529
4530         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4531         (wl-summary-exit): Follow the change above.
4532         (wl-summary-goto-folder-subr): Ditto.
4533
4534         * wl-folder.el (wl-folder-create-subr): Don't use
4535         `elmo-folder-creatable-p'.
4536
4537 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4540
4541 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4544         rather than bitmap on Emacs 21.
4545         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4546         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4547         for xbm if the new redisplay engine is not available.
4548
4549 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4550
4551         * wl-folder.el (wl-folder-init-hook): New hook.
4552         (wl-folder-init): Run `wl-folder-init-hook'.
4553
4554 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4557
4558 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4559
4560         * wl-acap.el (wl-acap-cache-filename): New variable.
4561         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4562         (wl-acap-init): Use cache if no ACAP server found.
4563
4564 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4565
4566         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4567         `wl-acap-original-msgdb-dir'.
4568
4569         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4570         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4571
4572         * wl-mime.el (wl-mime-save-directory): Renamed from
4573         `wl-mime-save-dir'.
4574
4575 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4578
4579         * wl-demo.el: Require `path-util'.
4580         (wl-demo-bitmap-mule-available-p): New internal variable.
4581         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4582         `module-installed-p' instead.
4583         (wl-demo-insert-image): Use *.img file for a bitmap image.
4584         (wl-demo): Don't call the ascii demo recursively.
4585
4586 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4587
4588         * Version number is increased to 2.7.7.
4589
4590 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4591
4592         * wl.el (wl-exit): Eliminated byte-compile warning.
4593
4594 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4595
4596         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4597         obsolete variable using `elmo-define-obsolete-variable'.
4598         (wl-fetch-confirm-threshold): Ditto.
4599         (wl-cache-prefetch-folder-type-list): Ditto.
4600         (wl-cache-prefetch-folder-list): Ditto.
4601
4602 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4605         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4606         (wl-demo-insert-image): New function.
4607         (wl-demo-insert-text): New function.
4608         (wl-demo-image-type-alist): Redefine as a function.
4609         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4610         (wl-demo-with-temp-file-buffer): Removed.
4611         (wl-logo-xpm): Removed.
4612         (wl-logo-xbm): Removed.
4613         (wl-logo-bitmap): Removed.
4614
4615 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4616
4617         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4618         (wl-expire-localdir-get-folder-function): New user option.
4619         (wl-expire-localdir-get-folder): New function.
4620         (wl-expire-localdir-date): Ditto.
4621
4622 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4623
4624         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4625         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4626         Fixed unread number mismatch when all-unread < unread.
4627
4628 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4631         (wl-fetch-confirm-threshold): Ditto.
4632
4633         * wl-summary.el (wl-summary-confirm-appends): Removed.
4634         (wl-summary-sync-update): Don't refer
4635         `wl-summary-update-confirm-threshold' (It is now abolished).
4636
4637         * wl-message.el (wl-message-display-internal): Don't refer
4638         `wl-fetch-confirm-threshold' (It is now abolished).
4639
4640 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4643
4644 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4645
4646         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4647         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4648         Change default value to nil.
4649         (wl-summary-indent-length-limit): The value can be nil, nil means
4650         unlimited.
4651
4652         * wl-summary.el: Don't set limit for indent length if the value of
4653         wl-summary-indent-length-limit is nil.
4654         If the value of wl-summary-width is nil, it means only that the width
4655         of summary is unlimited (nil doesn't mean that the indent length is
4656         unlimited).
4657
4658         * wl-thread.el: Ditto.
4659
4660 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4661
4662         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4663         be nil, nil means never confirm.
4664         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4665
4666 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4669         means unlimited).
4670
4671 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4674         Use `with-temp-buffer'.
4675
4676 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4679         with new backquote style).
4680         (wl-folder-get-entity-from-buffer): Ditto.
4681
4682 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4683
4684         * wl-version.el (nemacs-version): Eliminated.
4685         (wl-extended-emacs-version2): Ignore nemacs.
4686         (wl-extended-emacs-version3): Ditto.
4687
4688 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4689
4690         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4691         (wl-draft-add-in-reply-to): New variable.
4692         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4693         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4694         (wl-draft-yank-from-mail-reply-buffer): Use
4695         `wl-draft-add-in-reply-to'.
4696         (wl-draft-insert-current-message): Ditto.
4697
4698 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4699
4700         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4701         typo (kill->hide).
4702         (wl-message-buffer-prefetch-folder-type-list): Added elements
4703         `mark' and `cache' instead of `internal'.
4704
4705 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4708         resume msgdb directory.
4709
4710 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl.el (wl-exit): Call `wl-acap-exit'.
4713
4714         * wl-summary.el (wl-summary-message-string): New function.
4715         (wl-summary-reedit): Use it.
4716         (wl-summary-resend-bounced-mail): Remove needless let.
4717         (wl-summary-supersedes-message): Ditto.
4718         (wl-summary-save): Ditto.
4719
4720         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4721         (wl-acap-init): Set it.
4722         (wl-acap-exit): New function.
4723
4724 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4725
4726         * wl.el (wl-init): Revert (require 'mime-setup). move from
4727         toplevel.
4728
4729 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4730
4731         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4732         local variables.  Add error when guess function return invalid
4733         value.
4734
4735 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4736
4737         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4738         Change local variable name.
4739         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4740         (wl-folder-get-newsgroups): Return nil when non-news folder.
4741         * wl-summary.el (wl-summary-write-current-folder): State through
4742         when guess-list return nil.
4743         (wl-summary-write-current-folder-functions): Fixed docstring.
4744
4745         * wl.el (wl-exit): Changed confirm message.
4746
4747         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4748         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4749
4750         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4751
4752 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4753
4754         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4755         user option (Renamed from wl-cache-prefetch-folder-type-list).
4756         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4757         from wl-cache-prefetch-folder-list).
4758
4759         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4760         Move to wl-vars.el.
4761         (wl-message-buffer-prefetch-p): Changed to enable
4762         `wl-message-buffer-prefetch-folder-list'.
4763
4764         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4765         `ignore-cache'.
4766
4767 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4768
4769         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4770         `part-top' and `part-bottom'.
4771         (wl-draft-config-sub-part-top): New function.
4772         (wl-draft-config-sub-part-bottom): New function.
4773
4774 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4777
4778 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4779
4780         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4781
4782 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4783
4784         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4785
4786         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4787         (wl-summary-write-current-folder): Ditto.
4788
4789 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4790
4791         * wl-folder.el (wl-folder-get-newsgroups): Use
4792         `elmo-folder-newsgroups'.
4793
4794 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4795
4796         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4797         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4798         `wl-draft-config-sub-header-bottom'.
4799
4800 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4801
4802         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4803         localnews folder.
4804
4805 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4806
4807         * wl-summary.el (wl-summary-mode): Undo last change.
4808
4809         * wl-folder.el (wl-folder-mode): Ditto.
4810
4811 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4812
4813         * wl-summary.el (wl-summary-mode): Locally set
4814         truncate-partial-window-width to nil.
4815         (for XEmacs)
4816
4817         * wl-folder.el (wl-folder-mode): Ditto.
4818
4819 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4822
4823 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4826         number.
4827
4828         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4829
4830         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4831
4832         * Version number is increased to 2.7.6.
4833
4834 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4835
4836         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4837
4838 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl-summary.el (wl-summary-sync-update): Enclose network
4841         related portion with `unwind-protect'.
4842
4843 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4844
4845         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4846
4847 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4848
4849         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4850         element.
4851         * wl-vars.el (wl-message-body-button-alist): Ditto.
4852
4853         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4854         max match length.
4855         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4856
4857         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4858         for the max match length;
4859         Use 4th element value for the button string regexp group.
4860
4861         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4862         candidate exists, prompt to select.
4863
4864 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4865
4866         * wl-summary.el (wl-summary-jump-to-msg): Search before
4867         calibration point by `beginning-of-line'.
4868
4869 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4870
4871         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4872         for access group.
4873
4874 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4875
4876         * wl-message.el (wl-message-display-internal): Bind
4877         `default-mime-charset'.
4878
4879         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4880
4881         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4882
4883         * Version number is increased to 2.7.5.
4884
4885 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4886
4887         * wl-expire.el (wl-summary-archive): Fixed;
4888         Use `elmo-folder-name-internal'.
4889
4890 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4891
4892         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4893         from `elmo-folder-move-messages' caller.
4894         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4895
4896         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4897         related portions are changed).
4898
4899 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4900
4901         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4902         counter.
4903
4904 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4907         buffer local and set it to nil.
4908
4909         * wl-message.el (wl-message-redisplay): Ditto.
4910
4911 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-summary.el (wl-summary-mark-as-important): If message is
4914         already cached, set messag as read, otherwise encache and mark as read.
4915
4916 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4919         point-min.
4920
4921 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4924         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4925         a keymap.
4926
4927 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4930         parent.
4931
4932         * wl-mule.el (wl-message-define-keymap): Ditto.
4933
4934         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4935
4936         * wl-xmas.el (wl-message-display-internal-hook): Define.
4937         (wl-xmas-setup-message-toolbar): Define as function.
4938         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4939         (wl-message-overload-functions): Abolished.
4940         (wl-message-define-keymap): New function.
4941
4942         * wl-vars.el (wl-message-display-internal-hook): New variable.
4943         (wl-message-header-button-alist): New variable (Renamed from
4944         wl-highlight-message-header-button-alist).
4945         (wl-message-body-button-alist): Ditto.
4946
4947         * wl-mule.el (wl-message-define-keymap): New function.
4948         (wl-message-overload-functions): Abolished.
4949
4950         * wl-message.el (wl-message-add-buttons-to-body): New function.
4951         (wl-message-redisplay): Don't call wl-message-overload-functions;
4952         Call wl-message-add-buttons-to-header and
4953         wl-message-add-buttons-to-body.
4954         (wl-message-display-internal): Set keymap argument for
4955         elmo-mime-display-as-is, elmo-mime-message-display;
4956         Run wl-message-display-internal-hook.
4957         (wl-message-refer-article-or-url): Abolished.
4958
4959         * wl-highlight.el (wl-highlight-headers): Don't call
4960         wl-highlight-message-add-buttons-to-header.
4961         (wl-highlight-message-add-buttons-to-header): Abolished.
4962
4963
4964         * wl-e21.el (wl-message-display-internal-hook): Define.
4965         (wl-e21-setup-toolbar): Deleted duplicated binding.
4966         (wl-e21-setup-message-toolbar): Define as function.
4967         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4968         (wl-message-define-keymap): New function.
4969         (wl-message-overload-functions): Abolished.
4970
4971 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4974         and elmo-folder-close.
4975
4976         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4977
4978 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4979
4980         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4981         boolean value.
4982         * wl-draft.el (wl-draft-do-fcc): Ditto.
4983
4984 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4985
4986         * wl-vars.el (wl-fcc-force-as-read): New variable.
4987         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4988         mark copied message as read.
4989
4990 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4991
4992         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4993
4994 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4995
4996         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4997         `wl-summary-target-above' instead of obsolete variable
4998         `wl-summary-temp-above'.
4999
5000         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5001         instead of `make-obsolete-variable'.
5002         * wl-refile.el (toplevel): Ditto.
5003
5004 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5007         with third argument t.
5008         (wl-draft): Set first argument for wl-plugged-init as t.
5009
5010         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5011         definition.
5012
5013 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5014
5015         * wl-vars.el: Tabify.
5016         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5017
5018         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5019         message.
5020
5021 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5022
5023         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5024         and set default to beep.
5025
5026 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-vars.el (wl-draft-truncate-lines): New variable.
5029
5030         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5031         instead of wl-message-truncate-lines for truncate-lines.
5032
5033 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-message.el (wl-message-display-internal): Call
5036         `wl-highlight-message' after `elmo-mime-display-as-is'.
5037
5038         * wl-mime.el (wl-mime-display-text/plain): New function.
5039         (wl-mime-display-header): Ditto.
5040         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5041         body-presentation-method for text/plain;
5042         Register `wl-mime-display-header' as a header-presentation-method;
5043         Don't set up `elmo-message-text-content-inserted-hook' and
5044         `elmo-message-header-inserted-hook'.
5045
5046         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5047         variable.
5048         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5049         as t if flag is 'all-header;
5050         Don't bind `elmo-message-ignored-field-list',
5051         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5052
5053 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5056         for xemacs with non-mule environment.
5057
5058 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5059
5060         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5061         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5062         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5063
5064 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5065
5066         * wl-vars.el (wl-interactive-send): Set default value as t.
5067
5068 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5071         (wl-addrmgr-method-list): Abolished.
5072         (wl-addrmgr-change-method): Follow above change.
5073
5074         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5075
5076 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-vars.el (wl-message-truncate-lines): Change default value
5079         to default-truncate-lines.
5080
5081         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5082
5083 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl-vars.el (wl-message-truncate-lines): New variable.
5086
5087         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5088         wl-message-truncate-lines.
5089
5090 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5091
5092         * wl-acap.el (wl-acap-init): Remove period from error message.
5093         (wl-acap-find-acap-service): Remove period from message.
5094
5095 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5096
5097         * wl.el (wl-check-environment): Undo last change.
5098
5099         * wl-vars.el (wl-from): Changed default value.
5100
5101         * wl-util.el (toplevel): Don't require tm-edit.
5102
5103         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5104         `wl-folder-init';
5105         Don't set mark on mail body.
5106         (wl-draft-reedit): Ditto.
5107
5108         * wl-address.el (wl-address-quote-specials): Define as an alias for
5109         elmo-address-quote-specials.
5110
5111 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5114
5115         * wl-vars.el (wl-from): Set default value as nil.
5116         (wl-organization): Set default value as ORGANIZATION environment
5117         variable.
5118
5119         * wl-draft.el (wl-smtp-extension-bind): Check value of
5120         wl-smtp-connection-type.
5121
5122         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5123         error.
5124
5125 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5126
5127         * Version number is increased to 2.7.4.
5128
5129         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5130         arguments from `wl-highlight-x-face-function' caller.
5131         Use x-face-1.3.6.12 or later.
5132
5133 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5134
5135         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5136
5137 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5138
5139         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5140         (wl-fcc): Fix to accept function.
5141         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5142
5143 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5144
5145         * wl-acap.el (toplevel): Added `product-provide' declare.
5146         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5147
5148 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl.el (wl): Changed order of calling `elmo-init'
5151         and `elmo-folder-init'.
5152
5153 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5154
5155         * wl-mime.el (wl-summary-burst): Extract message when content-type
5156         of root entity is not only `multipart' but also `message/rfc822'.
5157         (wl-summary-burst-subr): Ditto.
5158
5159 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * wl-vars.el (toplevel): Require 'custom.
5162         (wl-trash-folder): Added to `wl-setting' group.
5163
5164         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5165         exists.
5166         (wl-addrmgr-draw): Insert empty line when no entry exists.
5167
5168         * wl-mule.el (wl-message-wheel-up): Fixed.
5169         (wl-message-wheel-down): Ditto.
5170
5171 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5172
5173         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5174         config is an anonymous lambda expression.
5175
5176 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5179         when Mule 2 is running.
5180
5181 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5184
5185 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5188         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5189
5190         * wl-address.el (wl-address-specials-regexp): Eliminated.
5191         (wl-address-quote-specials): Rewrite.
5192
5193 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5196         shy-groups for regexp.
5197
5198         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5199         character classes and Perl style shy-groups for regexp.
5200         (wl-highlight-plugged-current-line): Use Posix style character
5201         classes for regexp.
5202         (wl-e21-highlight-folder-by-numbers): Ditto.
5203         (wl-e21-display-image-p): Use `display-images-p' instead of
5204         `display-graphic-p'.
5205         (display-images-p): Make an alias to `display-graphic-p' if it is
5206         not available.  It is for Emacs version prior to 21.0.105.
5207
5208         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5209         `display-graphic-p'.
5210         (wl-demo-image-type-alist): Ditto.
5211         (display-images-p): Make an alias to `display-graphic-p' if it is
5212         not available.  It is for Emacs version prior to 21.0.105.
5213
5214 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5215
5216         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5217         support.
5218         (wl-generate-user-agent-string): Ditto.
5219
5220         * wl-version.el (wl-version): Update docsting.
5221         (wl-version-status): Ditto.
5222
5223 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5224
5225         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5226         21.0.105.  For Emacs 21.0.104 or earlier.
5227
5228 2001-09-03  Takuo KITAME <kitame@northeye.org>
5229
5230         * wl-e21.el (wl-plugged-init-icons): Use
5231         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5232         (wl-biff-init-icons): Ditto.
5233
5234 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5235
5236         * wl-highlight.el (wl-highlight-summary-current-line):
5237         Fixed highlighting refile/copy destination.
5238
5239         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5240         (wl-acap-store): Encode string by wl-acap-coding-system.
5241
5242 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl-acap.el (toplevel): Check and require 'un-define before
5245         'xemacs-ucs;
5246          Added checking for UTF-2000.
5247
5248 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5251         Don't enclose with `eval-and-compile'.
5252
5253         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5254         wl-init is non-nil.
5255
5256         * wl-draft.el (wl-draft): Ditto.
5257
5258         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5259
5260         * wl-acap.el (toplevel): Require 'wl.
5261         (wl-acap-store): Call `elmo-init'.
5262
5263         * wl.el (wl): Changed position of `wl-check-environment'.
5264         (toplevel): Added autoload setting for wl-acap.
5265
5266         * wl-vars.el (wl-setting): New custom group.
5267         (wl-from): Added wl-setting group.
5268         (wl-user-mail-address-list): Ditto.
5269         (wl-organization): Ditto.
5270         (wl-subscribed-mailing-list): Ditto.
5271         (wl-envelope-from): Ditto.
5272         (wl-smtp-posting-user): Ditto.
5273         (wl-smtp-posting-server): Ditto.
5274         (wl-smtp-posting-port): Ditto.
5275         (wl-smtp-authenticate-type): Ditto.
5276         (wl-pop-before-smtp-user): Ditto.
5277         (wl-pop-before-smtp-server): Ditto.
5278         (wl-pop-before-smtp-port): Ditto.
5279         (wl-pop-before-smtp-authenticate-type): Ditto.
5280         (wl-nntp-posting-server): Ditto.
5281         (wl-nntp-posting-user): Ditto.
5282         (wl-nntp-posting-port): Ditto.
5283         (wl-fetch-confirm-threshold): Ditto.
5284         (wl-prefetch-threshold): Ditto.
5285         (wl-thread-insert-opened): Ditto.
5286         (wl-ldap-server): Ditto.
5287         (wl-ldap-port): Ditto.
5288         (wl-ldap-base): Ditto.
5289         (wl-ldap-objectclass): Ditto.
5290         (wl-use-ldap): Ditto.
5291         (wl-draft-config-alist): Ditto.
5292         (wl-draft-config-matchone): Ditto.
5293         (wl-template-alist): Ditto.
5294         (wl-message-sort-field-list): Ditto.
5295         (wl-message-ignored-field-list): Ditto.
5296         (wl-message-visible-field-list): Ditto.
5297         (wl-interactive-send): Ditto.
5298         (wl-summary-move-order): Ditto.
5299         (wl-auto-select-first): Ditto.
5300         (wl-auto-select-next): Ditto.
5301         (wl-interactive-save-folders): Ditto.
5302
5303         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5304         Initialization codes are moved from wl-local-folder-init.
5305         (wl-local-folder-init): Follow the change above.
5306         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5307
5308         * wl-acap.el: New file.
5309
5310         * Version number is increased to 2.7.3.
5311
5312 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5315
5316 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5317
5318         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5319         (wl-addrmgr-address-entry-list): Ditto.
5320
5321 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl-e21.el (wl-draft-mode-map): Removed binding for
5324         `wl-draft-insert-x-face-field'.
5325
5326         * wl-mule.el (wl-draft-mode-map): Ditto.
5327
5328         * wl-xmas.el (wl-draft-mode-map): Ditto.
5329
5330         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5331         (wl-cs-autoconv): Ditto.
5332         (wl-cs-local): Ditto.
5333         (wl-use-scoring): Ditto.
5334         (wl-mime-charset): Ditto.
5335         (wl-folder-check-async): Ditto.
5336
5337         * wl.el (toplevel): Ignore nemacs and tm.
5338         (wl-exit): Ditto.
5339
5340         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5341         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5342         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5343         instead of wl-address-petname-add-or-change.
5344         (wl-summary-edit-addresses-subr): Use wl-address-delete
5345         instead of wl-address-petname-delete.
5346
5347         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5348
5349         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5350         if error occured.
5351
5352         * wl-message.el (require): Remove tm support.
5353
5354         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5355
5356         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5357         (wl-folder-jump-to-current-entity): Ditto.
5358         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5359
5360         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5361         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5362         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5363
5364         * wl-mule.el (wl-draft-key-setup): Ditto.
5365
5366         * wl-xmas.el (wl-draft-key-setup): Ditto.
5367
5368         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5369         (wl-draft-std11-parse-addresses): New function.
5370         (wl-draft-parse-mailbox-list): Use it.
5371         (wl-draft): Ignore nemacs.
5372         (wl-draft-reedit): Ditto.
5373
5374         * wl-addrmgr.el: New file.
5375         (Original is wl-rcpt.el written by
5376         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5377         Thanks Kitamoto-san.)
5378
5379         * wl-address.el (wl-address-make-address-list): Modified parsing
5380         process.
5381         (wl-address-delete): Renamed from `wl-address-petname-delete';
5382         Modify wl-address-list too.
5383         (wl-address-add-or-change): Renamed from
5384         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5385
5386 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5387
5388         * wl-highlight.el (wl-highlight-summary-current-line):
5389           Work with transient-mark-mode
5390
5391 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * Version number is increased to 2.7.2.
5394
5395         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5396         instead of elmo-dop-queue-method.
5397
5398 2001-08-06  SAITO Atsunori <sai@yedo.com>
5399
5400         * wl-vars.el (wl-ldap-objectclass): New user option.
5401
5402         * wl-address.el (wl-ldap-make-filter): Use it.
5403
5404 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5405
5406         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5407
5408 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-folder.el (wl-folder): redisplay after folder insertion.
5411
5412         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5413
5414         * wl-summary.el (wl-summary-sync-update):
5415         Change status mark only when new-msgdb exists.
5416         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5417
5418 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-summary.el (wl-summary-open-folder): New function.
5421         (wl-summary-goto-folder-subr): Use it.
5422         (wl-summary-mark-as-important): Fix;
5423         Encache only when no cache exists.
5424
5425 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5426
5427         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5428         Use with-current-buffer.
5429
5430 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5431
5432         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5433         before call `get-buffer'. Fixed parenthesis.
5434         (wl-score-get-header-entry): Clear message and help window when
5435         keyboard quit.
5436         (wl-score-edit-insert-header): Ditto.
5437
5438 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5441         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5442         (wl-default-draft-cite): Fix.
5443
5444         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5445         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5446
5447 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5448
5449         * wl-message.el (wl-message-prev-page): Do same bahavior
5450         as summary when it is called in the message buffer.
5451         (wl-message-next-page): Ditto.
5452
5453 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5454
5455         * wl-summary.el (wl-summary-forward): Use cache if it is not
5456         section cache.
5457
5458 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5461         Removed redundant require of elmo-vars.
5462         (wl-biff-state-indicator-on): Changed default value for
5463         xemacs with non-mule environment.
5464
5465         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5466         wl-message-buffer is nil;
5467         Hide progress bar after moving messages.
5468
5469 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5472         message at cursor point is deleted.
5473
5474 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5475
5476         * wl-vars.el: Changed file coding system to euc-japan.
5477         Added -*-coding:-*- magic to the first line.
5478
5479         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5480         Search parent from the first message.
5481
5482         * Version number is increased to 2.7.1.
5483
5484 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5485
5486         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5487
5488 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5491         refile/delete execution.
5492
5493         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5494         Fixed docstring.
5495
5496 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5497
5498         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5499         do update process;
5500         Don't update marks when update process is interrupted.
5501
5502 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5503
5504         * wl-summary.el (wl-summary-reply): Fixed problem when
5505         wl-draft-use-frame is non-nil.
5506         (wl-summary-forward): Ditto.
5507
5508         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5509         as nil.
5510         (wl-folder-mark-as-read-all-entity): Ditto.
5511         (wl-folder-prefetch-entity): Ditto.
5512
5513         * wl.el (wl): Check environment before wl-init.
5514
5515         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5516         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5517         instead of wl-summary-collect-unread.
5518         (wl-summary-reply): Split message window.
5519
5520 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5523         only if current language environment is japanese,
5524
5525         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5526         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5527         (wl-folder-goto-folder-subr): Ditto.
5528
5529         * wl-draft.el (wl-draft-dispatch-message): Call
5530         `elmo-file-cache-get-path'.
5531
5532 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-summary.el (wl-summary-cursor-move): If return value of
5535         wl-summary-next-message is not number, don't jump.
5536
5537 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5538
5539         * wl-summary.el (wl-summary-buffer-next-message-function): New
5540         variable.
5541         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5542         if it is bound.
5543
5544         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5545         string.
5546
5547         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5548         (wl-plugged-drawing): Ditto.
5549
5550 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5553         process.
5554         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5555         with unwind-protect.
5556
5557         * wl.el (wl-init): Require mime-setup.
5558         (wl-check-environment): Don't require mime-setup.
5559
5560         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5561         instead of elmo-folder-type.
5562
5563         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5564         value as nil.
5565
5566 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * Version number is increased to 2.7.0.
5569
5570         * wl-version.el (wl-version): Changed codename.
5571
5572         * wl-summary.el (wl-summary-delete-cache): Fixed.
5573
5574         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5575         Workaround for net folders.
5576         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5577
5578         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5579         value to nil (According to the patch from
5580         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5581
5582         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5583         of elmo-folder-close.
5584
5585 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5586
5587         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5588         for postfix.
5589
5590 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5591
5592         * wl-summary.el (wl-summary-resend-message): Fixed.
5593
5594         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5595         Call wl-draft with `from' argument if its address is included in
5596         `wl-user-mail-address-list'.
5597         (wl-draft): Added `from' argument.
5598
5599         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5600         non-nil.
5601         (wl): Don't show demo if wl-demo is nil.
5602
5603         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5604         wl-summary-use-frame.
5605
5606         * wl-vars.el (wl-summary-use-frame): New user option.
5607         (wl-folder-use-frame): Changed docstring.
5608
5609         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5610         non-nil.
5611         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5612         wl-summary-use-frame.
5613
5614         * wl-vars.el (wl-folder-use-frame): New user option.
5615
5616         * wl-summary.el (wl-summary-exit): Back to folder frame if
5617         wl-folder-use-frame is non-nil.
5618         (wl-summary-redisplay-internal): Ignore cache if current folder
5619         is draft folder,
5620         (wl-summary-redisplay-no-mime): Ditto.
5621         (wl-summary-redisplay-all-header): Ditto.
5622
5623         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5624         if wl-folder-use-frame is non-nil.
5625
5626 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-summary.el (wl-summary-sync-update): Bind
5629         elmo-folder-update-threshold.
5630         (wl-summary-mark-as-important): Enclosed server mark processing
5631         with `save-match-data'.
5632
5633         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5634         only when it is already defined.
5635
5636 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5637
5638         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5639         name of folder exclude localdir is wrong.
5640         * wl-folder.el (wl-folder-sync-entity):
5641         Set `wl-summary-always-sticky-folder-list' as nil.
5642         (wl-folder-mark-as-read-all-entity): Ditto.
5643         (wl-folder-prefetch-entity): Ditto.
5644
5645 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5646
5647         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5648         instead of `wl-summary-write-current-newsgroup'.
5649
5650 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5651
5652         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5653         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5654         non-nil and selected message is important, do not display.
5655
5656 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5657
5658         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5659
5660 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5663
5664         * wl-summary.el (wl-summary-mark-as-important): Set message number
5665         using wl-summary-message-number.
5666
5667 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5668
5669         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5670         destination folder is 'null.
5671
5672 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5673
5674         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5675         New function.
5676         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5677         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5678         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5679
5680 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-mime.el (wl-mime-setup): Added setting for
5683         `mime-setup-signature-key-alist' to avoid overriding key bind for
5684         `wl-draft-send'.
5685
5686         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5687         for `wl-draft-send'.
5688         * wl-mule.el (wl-draft-overload-functions): Ditto.
5689         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5690         * wl-draft.el (wl-draft-send): Ditto.
5691
5692         * wl-message.el (wl-message-display-internal):
5693         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5694         (Patch is provided by <kita@coe.nttdata.co.jp>).
5695
5696 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5697
5698         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5699
5700 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5701
5702         * wl.el (wl): Fix for wl-demo.
5703
5704 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5705
5706         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5707
5708 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5709
5710         * wl-folder.el (wl-folder-prefetch-entity): Use
5711         `wl-folder-get-elmo-folder'.
5712         (wl-folder-count-incorporates): Do not use
5713         `wl-folder-get-elmo-folder'.
5714
5715 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5716
5717         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5718         instead of `elmo-folder-get-type'.
5719
5720 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5721
5722         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5723         position on Subject: field.
5724         (Advised by Mito <mit@nines.nec.co.jp>)
5725
5726 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5727
5728         * wl-folder.el (wl-folder-prefetch-entity): Use
5729         `wl-folder-get-elmo-folder'.
5730
5731 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5732
5733         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5734
5735         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5736         `process-duplicates' slot.
5737
5738         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5739         if detection failed.
5740
5741 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5742
5743         * wl-version.el (wl-version-status): Set to "alpha".
5744
5745 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5748         Check wl-message-buffer lives before set-buffer.
5749
5750 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5751
5752         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5753         called in folder mode.
5754         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5755         * wl-summary.el (wl-summary-exit-pre-hook): Run
5756         `wl-summary-exit-pre-hook' before exit summary mode.
5757
5758 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5759
5760         * wl-version.el (wl-version-status): New variable.
5761         (wl-version-status-alist): Removed.
5762         (wl-version-status): Rule included.
5763
5764 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5767         @sponichi.
5768
5769         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5770         when `mail-reply-buffer' is buffer-local variable.
5771         (Reported by <kita@coe.nttdata.co.jp>).
5772
5773 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-vars.el (toplevel): Require 'elmo-util.
5776
5777 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5780         (All other related portions are changed)
5781
5782         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5783
5784         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5785
5786 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5787
5788         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5789
5790 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5793         Delete other windows to avoid an error.
5794         Use `point-marker' instead of `point' to remember the start point
5795         of body.
5796
5797         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5798
5799         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5800         number not to exceed all message number.
5801
5802 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5803
5804         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5805         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5806
5807 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl-summary.el (wl-summary-sync-force-update): Added argument
5810         no-check.
5811         (wl-summary-sync-update): Ditto.
5812         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5813         with `no-check'.
5814
5815         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5816         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5817         already running.
5818
5819 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5820
5821         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5822         `dst-folder-arg'.
5823         (wl-expire-archive-number1): Diito.
5824         (wl-expire-archive-number2): Diito.
5825         (wl-expire-archive-Date): Diito.
5826         (wl-archive-number1): Diito.
5827         (wl-archive-number2): Diito.
5828         (wl-archive-date): Diito.
5829         (wl-archive-folder-p): New function.
5830         (wl-summary-expire): Support of expand folder name at
5831         wl-expire-alist.
5832         * wl-util.el (wl-expand-newtext): Renamed from
5833         `wl-refile-expand-newtext'.
5834
5835 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5836
5837         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5838         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5839         `(elmo-msgdb-get-overview msgdb)'.
5840         (wl-summary-prefetch): Bind match data before call
5841         `wl-summay-prefetch-msg'.
5842         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5843         'off if `wl-summary-buffer-disp-msg' is non-nil.
5844         Fixed problem that couldn't show only one new or unread message when
5845         enter folder.
5846         (wl-summary-reply): Don't call `split-window-vertically' and other
5847         window.
5848
5849 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-expire.el (wl-expire-refile): Fixed.
5852
5853 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5856
5857         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5858         biff notification is removed.
5859
5860         * wl.el (wl): Changed position of `elmo-init'.
5861
5862         * wl-draft.el (wl-default-draft-cite): Use date field
5863         on the citation buffer.
5864
5865         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5866
5867         * wl-xmas.el (wl-folder-internal-icon-list): Added
5868         `wl-folder-shimbun-image'.
5869
5870         * wl-e21.el (wl-folder-internal-icon-list): Added
5871         `wl-folder-shimbun-image'.
5872
5873 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * wl.el (wl-init): Eliminated argument.
5876         (wl): Rewrite.
5877
5878         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5879         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5880         instead of `elmo-folder-msgdb-internal'.
5881         (wl-summary-sync-update): Ditto.
5882         (wl-summary-flush-pending-append-operations): Eliminated.
5883         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5884         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5885         `elmo-folder-open'.
5886
5887         * wl-mime.el (wl-summary-burst): Fixed.
5888
5889         * wl-folder.el (wl-folder-info-save): Check data type.
5890
5891         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5892         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5893         instead of `elmo-folder-msgdb-internal'.
5894         (wl-expire-hide): Ditto.
5895
5896
5897         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5898
5899 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5900
5901         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5902
5903 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5904
5905         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5906
5907 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5908
5909         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5910         Fixed `match-beginning' argument mismatch.
5911
5912 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5913
5914         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5915         the default value.
5916
5917 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5920         instead of `elmo-nntp-default-port'.
5921
5922         * wl-vars.el: Fixed some doc strings.
5923
5924 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5925
5926         * wl-summary.el (wl-summary-prefetch-msg): Use
5927         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5928
5929         * wl-vars.el: Define *-func as obsolete variable using
5930         `elmo-define-obsolete-variable'.
5931
5932         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5933         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5934         instead of `wl-message-buffer-prefetch-threshold'.
5935
5936         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5937
5938         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5939
5940         * wl-draft.el (wl-caesar-region-func): Ditto.
5941
5942         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5943         Keep unread status in elmo-folder-move-messages.
5944         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5945
5946 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5947
5948         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5949         `wl-summary-buffer-exit-func'
5950         (wl-summary-buffer-message-redisplay-function): Renamed from
5951         `wl-summary-buffer-message-redisplay-func'
5952         (wl-summary-buffer-next-folder-function): Renamed from
5953         `wl-summary-buffer-next-folder-func'.
5954         (wl-summary-buffer-prev-folder-function): Renamed from
5955         `wl-summary-buffer-prev-folder-func'.
5956         (wl-summary-get-petname-function): Renamed from
5957         `wl-summary-get-petname-func'.
5958
5959         * wl-score.el (wl-score-edit-exit-function): Renamed from
5960         `wl-score-edit-exit-func'.
5961
5962         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5963         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5964
5965         * wl-util.el (wl-load-profile-function): Renamed from
5966         `wl-load-profile-func'.
5967
5968         * wl-folder.el (wl-folder-completion-function): Renamed from
5969         `wl-folder-completion-func'.
5970         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5971
5972         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5973         `wl-expire-archive-get-folder-func'.
5974         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5975         (wl-draft-send-mail-function): Renamed from
5976         `wl-draft-send-mail-func'.
5977         (wl-draft-send-news-function): Renamed from
5978         `wl-draft-send-news-func'.
5979         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5980         (wl-generate-mailer-string-function): Renamed from
5981         `wl-generate-mailer-string-func'.
5982         (wl-highlight-signature-search-function): Renamed from
5983         `wl-highlight-signature-search-func'.
5984         (wl-highlight-x-face-function): Renamed from
5985         `wl-highlight-x-face-func'
5986         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5987         (wl-ps-print-buffer-function): Renamed from
5988         `wl-ps-print-buffer-func'
5989         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5990         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5991         (wl-summary-subject-filter-function): Renamed from
5992         `wl-summary-subject-filter-func'.
5993
5994         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5995         `wl-draft-queue-flush-send-func'
5996         (wl-draft-cite-function): Renamed from
5997         `wl-draft-cite-func'
5998
5999         * wl-address.el (wl-address-init-function): Renamed from
6000         `wl-address-init-func'.
6001
6002 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-draft.el (wl-draft-queue-flush): Don't call
6005         `elmo-dop-unlock-message'.
6006         * wl-draft.el (wl-draft-queue-append): Don't call
6007         `elmo-dop-lock-message'.
6008
6009         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6010         (wl-summary-buffer-folder-name): Ditto.
6011         (wl-summary-message-regexp): Added '-' (all other related portions
6012         are changed).
6013         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6014         wl-summary-buffer-folder-name.
6015
6016 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6017
6018         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6019         the number of mails in the folder buffer is not updated by wl-biff.
6020
6021 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6022
6023         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6024         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6025
6026 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6027
6028         * wl-summary.el (wl-summary-next-message):
6029         Return next message number when wl-summary-move-order is nil.
6030
6031 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6032
6033         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6034         `wl-summary-move-spec-alist'.
6035         (wl-summary-move-spec-unplugged-alist): New variable
6036         (Move spec for unplugged status).
6037         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6038         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6039
6040 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6041
6042         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6043         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6044
6045 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6046
6047         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6048         simple quotation to quote the anonymous function.
6049         * tm-wl.el (wl-draft-preview-message): Ditto.
6050
6051 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6052
6053         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6054         Eliminate redundant `save-excursion'.
6055         (wl-highlight-summary-current-line): Ditto.
6056
6057         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6058         accessing match data when `looking-at' failed.
6059
6060         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6061         `elmo-match-string' where users don't care about the speed.
6062         (wl-draft-save): Ditto.
6063
6064 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6065
6066         * wl-util.el (wl-regexp-opt): New function.
6067
6068         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6069         number from `wl-summary-buffer-number-list'.
6070         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6071         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6072         (wl-summary-move-spec-alist): Changed default setting.
6073
6074 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-vars.el (wl-biff-notify-hook): New hook.
6077         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6078         the arrival of new mail.
6079         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6080         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6081
6082 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6083
6084         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6085
6086 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6087
6088         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6089
6090         * Version number is increased to 2.5.8.
6091
6092         * wl-thread.el (toplevel): require 'cl.
6093         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6094         (wl-thread-make-number-list): New function.
6095         (wl-thread-entity-make-number-list-from-children): Ditto.
6096         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6097         (wl-thread-entity-insert-as-children): Likewise.
6098         (wl-thread-delete-message): Likewise.
6099         (wl-meaning-of-mark): Eliminated.
6100         (wl-thread-next-failure-mark-p): Ditto.
6101         (wl-thread-entity-get-mark): Ditto.
6102         (wl-thread-meaning-alist-get-result): Ditto.
6103         (wl-thread-entity-check-prev-mark): Ditto.
6104         (wl-thread-entity-check-next-mark): Ditto.
6105         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6106         (wl-thread-entity-get-prev-marked-entity): Ditto.
6107         (wl-thread-get-prev-unread): Ditto.
6108         (wl-thread-jump-to-prev-unread): Ditto.
6109         (wl-thread-get-next-unread): Ditto.
6110         (wl-thread-jump-to-next-unread): Ditto.
6111         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6112         (wl-thread-entity-get-next-marked-entity): Ditto.
6113
6114         * wl-summary.el (wl-summary-buffer-number-list):
6115         New bufer-local variable.
6116         (wl-summary-switch-to-clone-buffer): Clone
6117         `wl-summary-buffer-number-list'.
6118         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6119         (wl-summary-cursor-move-regex): Eliminated.
6120         (wl-summary-cursor-up): Rewrite.
6121         (wl-summary-cursor-down): Ditto.
6122         (wl-summary-mode-spec-alist): New variable.
6123         (wl-summary-next-message): New inline function.
6124         (wl-summary-cursor-move): New function.
6125         (wl-summary-default-get-next-msg): Rewrite.
6126         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6127         (wl-summary-rescan): Ditto.
6128         (wl-summary-sync-all-init): Ditto.
6129         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6130         summary is not thread view.
6131         (wl-summary-sync-update): Ditto.
6132         (wl-summary-rescan): Ditto.
6133         (wl-summary-make-number-list): New function.
6134
6135         * wl-draft.el: "FCC" -> "Fcc".
6136
6137 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-highlight.el (wl-highlight-summary-window):
6140         Call `set-buffer-modified-p'.
6141
6142         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6143         (wl): Call `elmo-init' and fix.
6144
6145         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6146         Use new variables.
6147
6148         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6149
6150 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6153
6154 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6155
6156         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6157
6158 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6159
6160         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6161         `wl-use-toolbar' nor `display-graphic-p'.
6162         (wl-e21-setup-message-toolbar): Ditto.
6163         (wl-e21-setup-summary-toolbar): Ditto.
6164         (wl-e21-setup-folder-toolbar): Ditto.
6165
6166         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6167         (wl-plugged-init-icons): Ditto.
6168
6169         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6170         `display-graphic-p'.
6171         (wl-plugged-set-folder-icon): Ditto.
6172         (wl-highlight-plugged-current-line): Ditto.
6173         (wl-highlight-folder-current-line): Ditto.
6174         (wl-e21-highlight-folder-group-line): Ditto.
6175         (wl-e21-setup-toolbar): Ditto.
6176         (wl-e21-display-image-p): New macro.
6177
6178         * wl-demo.el (wl-demo): Simplified.
6179         (wl-demo-image-type-alist): Use `image-type-available-p' for
6180         checking whether the image type `xbm' is available.
6181
6182 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6185         (wl-summary-input-range): Ditto.
6186
6187 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6188
6189         * wl-summary.el (wl-summary-edit-addresses): Use
6190         `wl-summary-get-original-buffer'
6191         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6192         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6193         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6194         (wl-summary-get-newsgroups): Eliminated.
6195         (wl-summary-set-crosspost): Ditto.
6196         (wl-summary-is-crosspost-folder): Ditto.
6197         (wl-crosspost-alist-load): Ditto.
6198         (wl-crosspost-alist-save): Ditto.
6199
6200         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6201         `elmo-setup-subscribed-newsgroups' instead of
6202         `elmo-nntp-make-groups-hashtb'.
6203         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6204         instead of `wl-crosspost-alist-save'.
6205
6206         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6207         of `elmo-folder-message-appendable-p'.
6208         (wl-mime-header-presentation-method): Eliminated.
6209
6210         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6211         (Error occurs in emacs21).
6212
6213         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6214         the current buffer).
6215
6216         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6217         instead of `wl-crosspost-alist-save'.
6218         (wl-init): `elmo-crosspost-message-alist-load'
6219         instead of `wl-crosspost-alist-load'
6220
6221         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6222         (wl-parse-newsgroups): Likewise.
6223         (wl-biff-notify): Run `wl-biff-notify-hook'.
6224
6225 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6228
6229         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6230         when `wl-summary-lazy-highlight' is non-nil.
6231         (wl-summary-goto-folder-subr): Highlight only when
6232         `wl-summary-lazy-highlight' is non-nil.
6233
6234         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6235         Don't display progress and highlight temp-mark when
6236         `wl-summary-lazy-highlight' is non-nil.
6237         (wl-highlight-summary-window): New function.
6238         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6239
6240 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6241
6242         * wl-summary.el (wl-summary-sync): Change `all-visible'
6243         from `all-shown'
6244         (wl-summary-input-range): Ditto.
6245
6246 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6247
6248         * wl-e21.el (wl-highlight-folder-current-line): Call
6249         `wl-folder-init-icons' when folder icons have not been initialized.
6250
6251         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6252
6253         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6254         (wl-demo-image-type-alist): New macro.
6255
6256 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6257
6258         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6259         display does not support graphics.
6260         (wl-plugged-init-icons): Ditto.
6261         (wl-folder-init-icons): Ditto.
6262
6263         * wl-demo.el (wl-demo): Chech closely whether the display
6264         supports graphics.
6265
6266 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6267
6268         * wl-summary.el (wl-summary-get-original-buffer): New function.
6269         (wl-summary-set-crosspost): Use it.
6270         (wl-summary-target-mark-uudecode): Ditto.
6271         (wl-summary-reedit): Ditto.
6272         (wl-summary-resend-bounced-mail): Ditto.
6273         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6274         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6275
6276         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6277         (wl-message-display-internal): Ditto.
6278
6279 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6282
6283 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-save-view): Renamed from
6286         `wl-summary-save-status'.
6287
6288 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6289
6290         * wl-summary.el (wl-summary-sync): Added `all-shown'
6291
6292 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6293
6294         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6295
6296 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6297
6298         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6299
6300 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6301
6302         * wl-highlight.el (wl-highlight-summary-line-string): Use
6303         `zerop' instead of `= 0'.
6304         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6305
6306         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6307         for comparing numbers.
6308         (wl-template-prev): Use `zerop' instead of `eq 0'.
6309
6310         * wl-draft.el (wl-draft-insert-current-message): Use
6311         `with-current-buffer' instead of `save-excursion'.
6312         Use `zerop' instead of `eq 0'.
6313
6314 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-draft.el (wl-draft-insert-ccs): New function.
6317         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6318         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6319
6320 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6323
6324 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-expire.el (wl-expire-refile): Don't call
6327         elmo-msgdb-add-msgs-to-seen-list;
6328         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6329         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6330
6331 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-message.el (wl-message-prev-page): Ignore errors while
6334         scroll-down.
6335
6336 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-mime.el: Use elmo-original-message-mode instead of
6339         mmelmo-original-mode.
6340
6341         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6342         `elmo-folder-get-spec';
6343         (wl-fldmgr-add-completion-all-completions):
6344         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6345
6346         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6347         of `elmo-folder-get-type'.
6348
6349         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6350         `elmo-folder-get-spec';
6351         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6352         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6353         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6354         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6355         `elmo-read-msg-no-cache';
6356         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6357         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6358         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6359         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6360         `elmo-cache-save';
6361         (wl-draft-reedit): Use `elmo-message-file-name'.
6362
6363         * wl-expire.el: Use `elmo-folder-name-internal';
6364         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6365         Use macro `wl-summary-buffer-msgdb' instead of variable
6366         `wl-summary-buffer-msgdb';
6367         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6368         Use macro `wl-summary-buffer-folder-name' instead of variable
6369         `wl-summary-buffer-folder-name'.
6370         * wl-score.el: Likewise.
6371
6372         * wl-message.el: Rewrite for new message buffer cache mechanism.
6373         (wl-message-buffer-cache-buffer-get): New macro.
6374         (wl-message-buffer-cache-folder-get): Ditto.
6375         (wl-message-buffer-cache-message-get): Ditto.
6376         (wl-message-buffer-cache-entry-make): Ditto.
6377         (wl-message-buffer-cache-hit): Ditto.
6378         (wl-message-buffer-cache-sort): New function.
6379         (wl-message-buffer-cache-add): Ditto.
6380         (wl-message-buffer-cache-delete): Ditto.
6381         (wl-message-buffer-cache-clean-up): Ditto.
6382         (wl-message-buffer-window): Rewrite.
6383         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6384         (wl-message-buffer-display): New function.
6385         (wl-message-display-internal): New function.
6386
6387 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl-folder.el: Use `elmo-folder-name-internal';
6390         Use `wl-folder-get-elmo-folder';
6391         Use `elmo-folder-list-messages' instead of
6392         `elmo-list-folder';
6393         Use `elmo-folder-get-primitive-list' instead of
6394         `elmo-folder-get-primitive-spec-list';
6395         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6396         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6397         Use `elmo-folder-create' instead of `elmo-create-folder'.
6398         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6399         (wl-folder-get-elmo-folder): New macro.
6400         (wl-folder-elmo-folder-cache-get): Ditto.
6401         (wl-folder-elmo-folder-cache-put): Ditto.
6402         (wl-folder-suspend): Call `elmo-quit'.
6403
6404         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6405         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6406         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6407         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6408         (toplevel): require 'cl.
6409         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6410
6411         * wl-summary.el: Rewrite to use new elmo interface.
6412
6413 \f
6414 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-mime.el (wl-draft-preview-message):
6417         Run `wl-draft-send-hook' before collecting recipients information;
6418         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6419
6420         * tm-wl.el (wl-draft-preview-message): Ditto.
6421
6422 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6425         wrong recipients are displayed when forwarded message.
6426
6427 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * Version number is increased to 2.5.7.
6430
6431 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6432
6433         * wl-message.el (wl-message-next-page): Bind
6434         `window-pixel-scroll-increment' to nil while scrolling up.
6435
6436 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6437
6438         * wl-vars.el (wl-save-hook): New hook.
6439         * wl.el (wl-save): Call `wl-save-hook'.
6440
6441 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6442
6443         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6444         Argument WITH-ARG instead of NO-ARG (negative mean).
6445         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6446         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6447         * wl-message.el (wl-message-follow-current-entity): Likewise.
6448
6449 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6450
6451         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6452         FROM was optional argument.
6453         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6454
6455 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6456
6457         * Version number is increased to 2.5.6.
6458
6459 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6460
6461         * wl-version.el (wl-version-show): Removed.
6462         (wl-version): Add `interactive'.
6463
6464 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6465
6466         * wl-summary.el (wl-summary-get-petname-func): New variable.
6467         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6468         instead of `wl-address-get-petname-1'.
6469         (wl-summary-simple-from): Ditto.
6470
6471         * wl-address.el (wl-address-get-petname-1): Define as function.
6472
6473 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6476         field in the original message.
6477         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6478
6479 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6480
6481         * wl-expire.el (wl-expire-hide):
6482         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6483
6484 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6487         find decoder for To, Cc, and Subject.
6488
6489 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6492         for checking `elmo-use-buffer-cache'.
6493         (wl-summary-mark-as-important): Fixed typo in comment.
6494
6495 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6498         field in the original message.
6499         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6500
6501 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6502
6503         * wl-expire.el (wl-expire-hide):
6504         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6505
6506 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6509         find decoder for To, Cc, and Subject.
6510
6511 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * Version number is increased to 2.5.5.
6514
6515         * wl-address.el (wl-address-specials-regexp): New constant.
6516         (wl-address-quote-specials): Use it.
6517
6518 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-summary.el (wl-summary-rescan):
6521         Call `wl-summary-buffer-number-column-detect'.
6522         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6523
6524         * wl-message.el (wl-message-mode-map): Define.
6525         (wl-message-decode): Use it as local-map.
6526
6527 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6530         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6531
6532 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6535
6536         * wl-mule.el (wl-read-event-char): Ditto.
6537
6538         * wl-e21.el (wl-read-event-char): Ditto.
6539
6540         * wl-nemacs.el (wl-read-event-char): Ditto.
6541         (read-event): Removed.
6542
6543         * wl-util.el (toplevel): Removed dummy definition of
6544         `read-event'.
6545         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6546
6547 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6548
6549         * wl-nemacs.el (elmo-archive-call-process): Moved to
6550         elmo-archive.el.
6551
6552 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6553
6554         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6555         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6556
6557         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6558         instead of magic-number 6.  Use `not' instead of `null' for symbol
6559         `nil' check (not empty list).
6560         (wl-draft-insert-x-face-field): Fixed paren style.
6561
6562         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6563         one-branch conditional statement, instead of `and' and `if'.
6564         (wl-draft-forward): Likewise.
6565         (wl-draft-add-references): Likewise.
6566         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6567
6568         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6569         conditional steatment.  Use `cond' instead of `if'.
6570         (wl-draft-confirm): Likewise.
6571
6572 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6573
6574         * wl-version.el (wl-version-show): Use `product-string-1'
6575         instead of `wl-version'.
6576         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6577
6578         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6579
6580 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6581
6582         * wl-highlight.el (wl-highlight-headers): Revert
6583         `wl-highlight-x-face-func' argument (`beg' and `end').
6584
6585 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6586
6587         * wl.el (toplevel): Move `product-provide' declare.
6588         * wl-demo.el (toplevel): Ditto.
6589         * wl-dnd.el (toplevel): Ditto.
6590         * wl-highlight.el (toplevel): Ditto.
6591         * wl-message.el (toplevel): Ditto.
6592         * wl-refile.el (toplevel): Ditto.
6593         * wl-util.el (toplevel): Ditto.
6594
6595 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6596
6597         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6598         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6599         (wl-thread-close-all): keep cursor position.
6600
6601 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6602
6603         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6604         (eq x 0).
6605         (wl-generate-user-agent-string-1): Fix conditional statement.
6606
6607 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl.el (wl-check-environment): Additional check for
6610         'wl-local-domain' and `wl-message-id-domain'.
6611
6612 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6615
6616 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6619         instead of `smtp-sasl-user-realm'.
6620
6621 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6624
6625 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6626
6627         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6628         to the default value as well as `eword-lexical-analyzer'.
6629
6630 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6631
6632         * wl-version.el (wl-extended-emacs-version,
6633         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6634         `elmo-match-string' instead of `wl-match-string'.
6635
6636 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6637
6638         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6639         docstring.
6640
6641 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6642
6643         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6644
6645 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6646
6647         * wl-highlight.el (wl-highlight-headers): Remove
6648         `wl-highlight-x-face-func' argument (`beg' and `end').
6649
6650 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * wl-summary.el (wl-summary-mark-as-important):
6653         Remove cache if folder is local.
6654
6655 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6656
6657         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6658         to get existing e-mail address string.
6659
6660 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6661
6662         * wl-version.el (wl-generate-user-agent-string): Commentary.
6663         (wl-generate-user-agent-string-1): Use `when' for
6664         one-branch conditional statement, instead of `and' and `if'.
6665         (wl-extended-emacs-version, wl-extended-emacs-version2,
6666         wl-extended-emacs-version3): Ditto.
6667
6668 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6669
6670         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6671         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6672         condition-case; Remove initialization.
6673         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6674         (wl-summary-sync-update3): Added argument `sync-all';
6675         Eliminated local variable `msgdb';
6676         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6677         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6678         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6679
6680 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6681
6682         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6683         connection before call `wl-draft-send-mail-with-smtp'.
6684
6685 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * Version number is increased to 2.5.4.
6688
6689 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6690
6691         * wl.el (wl-check-environment): Additional check for
6692         'wl-local-domain' and `wl-message-id-domain'.
6693
6694 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6697         buffer as command specific.
6698         (wl-folder-mark-as-read-all-entity): Ditto.
6699         (wl-folder-prefetch-entity): Ditto.
6700         (wl-folder-drop-unsync-entity): Ditto.
6701
6702         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6703         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6704         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6705
6706         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6707         save-excursion.
6708
6709 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * Version number is increased to 2.5.3.
6712
6713         * wl-summary.el (wl-summary-save-view-cache):
6714         Delete duplicated `write-region';
6715         Use `write-region-as-binary' instead of `as-binary-output-file' and
6716         `write-region'.
6717
6718 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6719
6720         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6721
6722 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6725         instead of `smtp-via-smtp'.
6726
6727 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6728
6729         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6730
6731 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6732
6733         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6734         instead of `smtp-sasl-user-realm'.
6735
6736 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6739
6740 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * Version number is increased to 2.5.2.
6743
6744 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6747         does not exist.
6748         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6749         (wl-biff-start): Call `timer-activate' if timer already exists.
6750
6751         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6752         only when it is bound as function.
6753
6754 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * Version number is increased to 2.5.1.
6757
6758 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6761         Print refile/copy destination.
6762
6763 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6766         queue-flush-only is non-nil.
6767
6768         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6769
6770         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6771         checking cache folder.
6772
6773 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6774
6775         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6776         `regexp-quote'.
6777
6778 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6779
6780         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6781         function.
6782         * wl-summary.el (wl-summary-write-current-folder-functions):
6783         Change default value.  Use it.
6784
6785 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * Version number is increased to 2.5.0.
6788
6789         * wl-version.el (wl-version): Changed codename.
6790
6791 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6792
6793         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6794         (wl-summary-supersedes-message): Ditto.
6795
6796 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6797
6798         * wl-refile.el (wl-refile-guess-functions): Renamed from
6799         `wl-refile-guess-func-list'.
6800
6801 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6802
6803         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6804         Fixed problem when no rule was matched.
6805
6806 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6807
6808         * wl-summary.el (wl-summary-get-mark): Fixed
6809         `wl-summary-buffer-target-mark' check logic.
6810
6811 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6812
6813         * wl-folder.el (wl-folder-write-current-folder): Added group
6814         folder check.
6815
6816         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6817         `wl-summary-write-current-newsgroup'.
6818         (wl-summary-write-current-folder-functions): New variable.
6819         * wl-folder.el (wl-folder-get-newsgroups): New function.
6820         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6821         (wl-folder-write-current-folder): Renamed from
6822         `wl-folder-write-current-newsgroup'.
6823
6824 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6825
6826         * Version number is increased to 2.3.93.
6827
6828 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6831         (wl-ldap-make-matched-value-list): Ditto.
6832         (wl-ldap-alias-safe-string): Split e-mail address.
6833
6834         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6835         petname folder default was selected.
6836         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6837         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6838
6839 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6842         to `wl-draft-config-exec'.
6843
6844         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6845         instead of calling `wl-draft-config-exec';
6846         Process group-list and show recipients in minibuffer.
6847
6848         * tm-wl.el (wl-draft-preview-message): Ditto.
6849
6850 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6851
6852         * wl.el (toplevel): Added (C) to copyright notice, and
6853         sync Author header.
6854         * tm-wl.el (toplevel): Ditto.
6855         * wl-address.el (toplevel): Ditto.
6856         * wl-demo.el (toplevel): Ditto.
6857         * wl-dnd.el (toplevel): Ditto.
6858         * wl-draft.el (toplevel): Ditto.
6859         * wl-e21.el (toplevel): Ditto.
6860         * wl-expire.el (toplevel): Ditto.
6861         * wl-folder.el (toplevel): Ditto.
6862         * wl-highlight.el (toplevel): Ditto.
6863         * wl-message.el (toplevel): Ditto.
6864         * wl-mime.el (toplevel): Ditto.
6865         * wl-mule.el (toplevel): Ditto.
6866         * wl-nemacs.el (toplevel): Ditto.
6867         * wl-refile.el (toplevel): Ditto.
6868         * wl-score.el (toplevel): Ditto.
6869         * wl-summary.el (toplevel): Ditto.
6870         * wl-template.el (toplevel): Ditto.
6871         * wl-thread.el (toplevel): Ditto.
6872         * wl-util.el (toplevel): Ditto.
6873         * wl-vars.el (toplevel): Ditto.
6874         * wl-xmas.el (toplevel): Ditto.
6875
6876 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6877
6878         * wl.el (wl-init): Added comment about `wl-init-hook'.
6879         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6880         * wl-vars.el (wl-init-hook): Added docs.
6881         (wl-make-plugged-hook): Removed useless docs.
6882         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6883         * wl-xmas.el (toplevel): Ditto.
6884
6885 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6886
6887         * wl-address.el (toplevel): Fixed multiple Author header format.
6888         * wl-demo.el (toplevel): Ditto.
6889         * wl-draft.el (toplevel): Ditto.
6890         * wl-folder.el (toplevel): Ditto.
6891         * wl-summary.el (toplevel): Ditto.
6892         * wl-thread.el (toplevel): Ditto.
6893         * wl-util.el (toplevel): Ditto.
6894         * wl-vars.el (toplevel): Ditto.
6895         * wl-version.el (toplevel): Ditto.
6896         * wl-xmas.el (toplevel): Ditto.
6897         * wl.el (toplevel): Ditto.
6898
6899         * wl-version.el (toplevel): Added require `elmo-version' for
6900         `product-version-as-string'.
6901
6902 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-vars.el (wl-draft-send-hook): Changed default value to
6905         '(wl-draft-config-exec).
6906
6907         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6908         explicitly.
6909         (wl-draft): Set `wl-draft-config-exec-flag' before running
6910         `wl-mail-setup-hook'.
6911
6912         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6913         `wl-biff-init-icons' to `wl-init-hook' instead of
6914         `wl-make-plugged-hook'.
6915         (Because if `wl-draft' command is invoked at first,
6916         they are not initialized)
6917         Updated copyright notice.
6918
6919         * wl-e21.el (toplevel): Ditto;
6920
6921         * wl-demo.el (toplevel): Updated copyright notice.
6922         * wl-address.el (toplevel): Ditto.
6923         * wl-draft.el (toplevel): Ditto.
6924         * wl-version.el (toplevel): Ditto.
6925         * wl-folder.el (toplevel): Ditto.
6926         * wl-summary.el (toplevel): Ditto.
6927         * wl-thread.el (toplevel): Ditto.
6928         * wl-util.el (toplevel): Ditto.
6929         * wl-vars.el (toplevel): Ditto.
6930         * wl.el (toplevel): Ditto.
6931
6932 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6933
6934         * wl-highlight.el (wl-highlight-message): Fixed problem of
6935         highlighting failure which occured when the last field contains
6936         multiple lines in the draft buffer.
6937
6938         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6939         `wl-biff-start' if plugged.
6940
6941         * wl-util.el (wl-biff-check-folder): New function.
6942         (wl-biff-check-folders): Don't set session name prefix.
6943         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6944         (wl-biff-check-folder-async): Ditto.
6945
6946         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6947         in email address.
6948
6949 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6950
6951         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6952
6953         * wl-draft.el (wl-draft-strip-subject-re): New function.
6954
6955         * wl-draft.el (wl-draft-reply): Use it.
6956
6957 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-message.el (wl-mmelmo-message-redisplay): Use
6960         `mime-display-message' instead of `wl-mime-display-message'.
6961
6962         * wl-mime.el (toplevel): Removed compatibility workaround
6963         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6964         (wl-mime-display-message): Abolished.
6965         (wl-mime-entity-read-field): Ditto.
6966         (wl-mime-combine-message/partial-pieces): Use
6967         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6968
6969 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6970
6971         * wl-template.el: Doc fixes.
6972
6973 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6974
6975         * wl-e21.el (wl-message-overload-functions): Do nothing if
6976         `current-local-map' is not available.
6977         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6978
6979 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6980
6981         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6982         representation.
6983
6984         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6985         number.
6986         (wl-fldmgr-save-folders): Don't use `format' when insert
6987         `wl-fldmgr-folders-header'.
6988
6989 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6990
6991         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6992
6993 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl-highlight.el (wl-highlight-message):
6996         Use `std11-field-end' to detect end point of the header field.
6997         Refer `wl-highlight-max-header-size'.
6998
6999         * wl-vars.el (wl-highlight-max-header-size): New variable.
7000
7001         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7002
7003         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7004         Set `for-draft' argument of wl-highlight-headers.
7005         (wl-draft): Ditto.
7006         (wl-draft-reedit): Ditto.
7007         (wl-user-agent-compose-internal): Ditto.
7008
7009 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7010
7011         * wl-message.el (wl-message-add-button): Use overlay.
7012
7013 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7016
7017         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7018         problem when group-list content is nothing.
7019         (Reported by Mito <mit@nines.nec.co.jp>)
7020
7021 2000-10-18  SAITO Atsunori <sai@yedo.com>
7022
7023         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7024
7025 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7026
7027         * tm-wl.el (toplevel): Use product-provide.
7028
7029 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7030
7031         * Version number is increased to 2.3.92.
7032
7033 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7034
7035         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7036         title text, use `display' property for left margin under Emacs 21.
7037
7038         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7039         properties.
7040         (wl-plugged-init-icons): Ditto.
7041
7042 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7043
7044         * wl.el (wl-save-status, wl-init): Remove last period in
7045         "...done." message.
7046         * tm-wl.el (wl-summary-burst): Ditto.
7047         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7048         wl-summary-resume-cache-status,
7049         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7050         wl-summary-sync-update3, wl-summary-highlight-msgs,
7051         wl-summary-flush-pending-append-operations,
7052         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7053         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7054         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7055         wl-thread-open-all): Ditto.
7056         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7057         * wl-mime.el (wl-summary-burst): Ditto.
7058         * wl-highlight.el (wl-highlight-summary): Ditto.
7059         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7060         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7061         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7062         * wl-address.el (wl-local-address-init): Ditto.
7063
7064 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7065
7066         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7067         `add-text-properties'.
7068         (wl-plugged-init-icons): Ditto.
7069         (wl-folder-init-icons): Use `propertize' instead of
7070         `put-text-property'.
7071         (wl-plugged-set-folder-icon): Ditto.
7072         (wl-e21-highlight-folder-group-line): Ditto.
7073
7074 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-version.el (wl-version-status-alist): New variable.
7077         (wl-version-status): New function.
7078
7079         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7080         "Cc" part of the case "Reply-To".
7081
7082         * wl-draft.el (wl-draft-reply): Use result of
7083         `eword-extract-address-components'.
7084
7085         * wl-demo.el (wl-demo-icon-name): New constant.
7086         (wl-logo-xpm): Use it.
7087         (wl-logo-xbm): Ditto.
7088         (wl-logo-bitmap): Ditto.
7089
7090         * Version number is increased to 2.3.91.
7091
7092 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7093
7094         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7095         (wl-extended-emacs-version, wl-extended-emacs-version2,
7096         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7097         docstring.
7098
7099         * wl-version.el (wl-generate-user-agent-string-1): New function.
7100         (wl-generate-user-agent-string): Use it.
7101
7102         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7103         `mime-edit-insert-user-agent-field'.
7104         (wl-generate-user-agent-string): Check
7105         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7106
7107         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7108         instead of `if', when verbose case.
7109
7110 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7111
7112         * wl-expire.el (wl-summary-expire): Fix.
7113
7114 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7115
7116         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7117         and `elmo-lost+found-folder' if 'wl-draft.
7118         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7119
7120 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7121
7122         * wl-expire.el (wl-summary-expire): Change messages.
7123         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7124         `deleing-info' instead of "Deleting..."
7125
7126 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7127
7128         * wl-summary.el (wl-summary-refile-subr): Fix.
7129
7130 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7131
7132         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7133         if pipe folder.
7134
7135 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7136
7137         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7138
7139 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7140
7141         * wl-expire.el (wl-expire-hide): New function.
7142         (wl-summary-expire): Add `hide'.
7143
7144 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-vars.el (wl-draft-reply-without-argument-list):
7147         Changed default value to consider `Reply-To:'.
7148         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7149
7150         * Version number is increased to 2.3.90.
7151
7152         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7153         elmo-imap4-get-session with unwind-protect.
7154         Don't cause error.
7155         (wl-summary-sync-marks): Don't check plugged nor folder type.
7156         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7157         (Always keep current buffer).
7158
7159 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7160
7161         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7162         Enclose with `save-excursion'.
7163
7164 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7165
7166         * wl-version.el (wl-version): Remove interactive.
7167
7168 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7169
7170         * wl-version.el (wl-generate-user-agent-string): Use
7171         `product-string-verbose' instead of `product-string-1'.
7172
7173 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7174
7175         * wl-vars.el (wl-draft-use-cache): New variable.
7176         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7177         if wl-draft-use-cache is non-nil.
7178
7179 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7180
7181         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7182         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7183
7184 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7187         (wl-thread-msg-mark-as-unread): Ditto.
7188
7189         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7190         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7191         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7192         Don't set mark in summary if return value of `elmo-mark-as-read'
7193         is nil.
7194         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7195         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7196         instead of `wl-thread-msg-mark-as-read'.
7197         (wl-summary-mark-as-unread-region): Ditto.
7198         (wl-summary-target-mark-mark-as-read): Ditto.
7199
7200         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7201
7202 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7205
7206         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7207
7208 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7211         face.
7212
7213 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7214
7215         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7216         `running-xemacs'.
7217
7218 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7219
7220         * wl-version.el (toplevel): Use `product-version-as-string' for
7221         set verstion-string, if defined.
7222
7223         * wl-version.el (wl-version-show): Insert string at point, when
7224         call with argument.
7225
7226         * wl-version.el (wl-generate-user-agent-string): Use
7227         `product-string-1' instead of `wl-appname', `wl-version' and
7228         `wl-codename'.
7229
7230 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7231
7232         * wl-address.el (toplevel): Use product-provide.
7233         * wl-demo.el (toplevel): Ditto.
7234         * wl-dnd.el (toplevel): Ditto.
7235         * wl-draft.el (toplevel): Ditto.
7236         * wl-e21.el (toplevel): Ditto.
7237         * wl-expire.el (toplevel): Ditto.
7238         * wl-fldmgr.el (toplevel): Ditto.
7239         * wl-folder.el (toplevel): Ditto.
7240         * wl-highlight.el (toplevel): Ditto.
7241         * wl-message.el (toplevel): Ditto.
7242         * wl-mime.el (toplevel): Ditto.
7243         * wl-mule.el (toplevel): Ditto.
7244         * wl-nemacs.el (toplevel): Ditto.
7245         * wl-refile.el (toplevel): Ditto.
7246         * wl-score.el (toplevel): Ditto.
7247         * wl-summary.el (toplevel): Ditto.
7248         * wl-template.el (toplevel): Ditto.
7249         * wl-thread.el (toplevel): Ditto.
7250         * wl-util.el (toplevel): Ditto.
7251         * wl-vars.el (toplevel): Ditto.
7252         * wl-xmas.el (toplevel): Ditto.
7253         * wl.el (toplevel): Ditto.
7254
7255 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7258         instead of product.
7259
7260         * wl-version.el (wl-version): Compile time evalution elmo-version.
7261
7262 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7263
7264         * wl-summary.el (wl-summary-sync-force-update): Append queue
7265         `mark-as-read'if unplugged.
7266
7267 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7268
7269         * wl-version.el: New file.  Use product.el.
7270         * wl.el: add (require 'wl-version).
7271         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7272         for ~/.folders header.
7273         (wl-fldmgr-folders-header): Changed.
7274         * wl-demo.el (wl-demo): Use product.el.
7275
7276         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7277         wl-version.el.
7278         * wl-util.el (wl-version, wl-version-show): Ditto.
7279
7280         * wl-util.el (wl-generate-user-agent-string,
7281         wl-extended-emacs-version, wl-extended-emacs-version2,
7282         wl-extended-emacs-version3): Move to wl-version.el.
7283         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7284         xemacs-codename, mime-edit-insert-user-agent-field,
7285         mime-edit-user-agent-value, mime-editor/version,
7286         mime-editor/codename): Compile warning killer move to
7287         wl-version.el
7288
7289 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7290
7291         * wl-summary.el (wl-summary-refile-subr): Fix.
7292
7293 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7296         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7297
7298 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7299
7300         * wl.el (wl-check-environment): Check too many `@'.
7301
7302 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7303
7304         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7305
7306 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7307
7308         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7309         wl-draft-reply-myself-without-argument-list): Add variables.
7310         * wl-draft.el (wl-draft-reply): Use it.
7311
7312 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7313
7314         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7315         the 5th argument of `elmo-network-get-spec'.
7316
7317         * wl-thread.el (wl-thread-reparent-children): New inline function.
7318         (wl-thread-delete-message): Use it.
7319
7320         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7321         (wl-summary-score-update-all-lines): Don't use `dolist'.
7322
7323 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7324
7325         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7326         (require 'elmo-msgdb) for inline function.
7327
7328 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7329
7330         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7331
7332 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7333
7334         * wl-score.el (wl-score-headers): Fix for the confusing macro
7335         `elmo-kill-buffer'.
7336
7337 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7338
7339         * wl-summary.el: Don't use the 3rd argument of `require' because
7340         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7341         * wl-util.el: Ditto.
7342         * wl-draft.el: Ditto.
7343
7344 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7345
7346         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7347         window system is not used.
7348
7349 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7350
7351         * wl-thread.el: Don't use `mapcar' only for iteration.
7352         (wl-thread-resume-entity): Ditto.
7353         (wl-thread-delete-message): Ditto.
7354
7355         * wl-summary.el: Bind `dragdrop-drop-functions',
7356         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7357         of `require' for `timezone', `easymenu' and `ps-print';
7358         don't use `mapcar' only for iteration.
7359
7360         * wl-util.el: Bind `mule-version', `nemacs-version',
7361         `emacs-beta-version', `xemacs-codename',
7362         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7363         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7364         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7365         only for iteration.
7366
7367         * wl-score.el: Don't use `mapcar' only for iteration.
7368         (wl-score-simplify-buffer-fuzzy): Ditto.
7369         (wl-score-simplify-subject): Ditto.
7370         (wl-score-headers): Ditto.
7371         (wl-summary-score-update-all-lines): Ditto.
7372
7373         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7374         `enable-multibyte-characters' and `mule-version'.
7375
7376         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7377         `mapcar' only for iteration.
7378
7379         * wl-demo.el: Don't use `mapcar' only for iteration.
7380
7381         * wl-folder.el: Don't use `mapcar' only for iteration.
7382         (wl-folder-open-all): Ditto.
7383         (wl-folder-count-incorporates): Ditto.
7384
7385         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7386         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7387
7388         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7389         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7390         `smtp-connection-type'; specify 3rd argument of `require' for
7391         `timezone'; don't use `mapcar' only for iteration.
7392         (wl-draft-clone-local-variables): Don't use `mapcar'.
7393         (wl-draft-generate-clone-buffer): Ditto.
7394         (wl-user-agent-compose-internal): Ditto.
7395
7396         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7397
7398         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7399         (wl-save-status): Ditto.
7400
7401         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7402         for iteration.
7403
7404 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7407         removed `Date'.
7408         (wl-fldmgr-make-filter-default): New user option.
7409
7410         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7411         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7412         (wl-fldmgr-filter-completion-alist): Abolish.
7413
7414         * wl.el (wl): Don't check servers if arg is non-nil.
7415
7416         * wl-draft.el (wl-draft-reply): Set only message-id string to
7417         In-Reply-To field.
7418
7419 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7420
7421         * wl-summary.el (wl-summary-pick): Rewrite.
7422
7423         * wl-draft.el (wl-draft-forward): Get references field from
7424         original buffer.
7425         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7426
7427 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7428
7429         * wl-draft.el (wl-draft-forward): Add references field.
7430
7431 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7434         (wl-draft-reply): Use it.
7435
7436 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7437
7438         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7439         when Emacs 21 is running.
7440
7441         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7442         bindings.
7443
7444 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7445
7446         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7447         XPM icons transparent.
7448
7449         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7450         Emacs 21.
7451
7452 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7455         nil.
7456
7457         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7458         when it is persistent.
7459         (wl-summary-sync-marks): Changed argument for
7460         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7461         (wl-summary-virtual): Use `elmo-read-search-condition'.
7462         (wl-summary-redisplay-internal): If folder is local, mark as read
7463         even when folder is plugged.
7464
7465 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7466
7467         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7468         of `tool-bar-lines' in the frame parameters.
7469         (after-make-frame-functions, post-command-hook): Don't modify the
7470         value.
7471         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7472         wl-e21-tool-bar-lines): Removed.
7473
7474 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7475
7476         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7477         properties `evaporate' and `wl-momentary-overlay' as well.
7478         (wl-highlight-summary-displaying): Ditto.
7479         (wl-delete-all-overlays): Don't delete overlay which does not have
7480         a property `wl-momentary-overlay'.
7481
7482         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7483         `display-mouse-p' and `display-graphic-p'.
7484         (wl-folder-init-icons): Don't search for XBM or the other files.
7485         (wl-plugged-set-folder-icon): Make icons if and only if
7486         `display-graphic-p' returns non-nil.
7487         (wl-highlight-plugged-current-line): Use `before-string' overlay
7488         property to show icon images.
7489         (wl-highlight-folder-current-line): Ditto.
7490         (wl-e21-highlight-folder-group-line): Ditto.
7491         (wl-e21-highlight-folder-by-numbers): Ditto.
7492         (wl-e21-insert-image): Removed.
7493         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7494         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7495         said.
7496         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7497         `wl-e21-force-switch-toolbar'.
7498         (wl-e21-make-icon-image): Removed.
7499         (wl-e21-setup-toolbar): Don't search for XBM files.
7500         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7501         the default value.
7502
7503 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl-util.el (wl-biff-check-folder-async): Set
7506         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7507
7508 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7509
7510         * wl-e21.el (after-make-frame-functions): Add
7511         `wl-e21-force-switch-toolbar'.
7512         (wl-e21-force-switch-toolbar): New function force to switch the
7513         toolbar appearance automatically.
7514         (post-command-hook): Add `wl-e21-switch-toolbar'.
7515         (wl-e21-switch-toolbar): New function to switch the toolbar
7516         appearance automatically.
7517         (wl-e21-tool-bar-lines): New buffer local variable.
7518
7519 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-util.el (wl-biff-check-folders-running): New variable.
7522         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7523         (wl-biff-check-folder-async-callback):
7524         Set `wl-biff-check-folders-running'.
7525         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7526         with unwind-protect.
7527
7528         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7529         Enclose `wl-folder-auto-check' with unwind-protect.
7530
7531         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7532         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7533
7534         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7535
7536         * wl-util.el (wl-biff-notify): New inline function.
7537         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7538         locally.
7539         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7540         folder-list' is 1.
7541         Use `wl-biff-notify'.
7542         (wl-biff-check-folder-async-callback): New function.
7543         (wl-biff-check-folder-async): Ditto.
7544
7545         * wl-folder.el (wl-folder): Don't check folders.
7546         (wl-folder-auto-check): New function.
7547
7548 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7549
7550         * wl-util.el (wl-biff-start) [Emacs19+]:
7551         Use `timer-next-integral-multiple-of-time'.
7552         (wl-biff-check-folders): Use `wl-default-folder'
7553         if `wl-biff-check-folder-list' is nil.
7554
7555 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7556
7557         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7558         instead of `elmo-delete-lists'.
7559
7560 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7561
7562         * wl.el (wl-plugged-toggle-all): Set the value of
7563         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7564         (wl-plugged-toggle): Ditto.
7565         (wl-toggle-plugged): Ditto.
7566         (wl-plugged-init): Ditto.
7567
7568         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7569         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7570         instead of `wl-biff-state-indicator-off' and
7571         `wl-biff-state-indicator-on'; don't modify the value and the type
7572         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7573         (wl-plugged-init-icons): Set icons data to
7574         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7575         instead of `wl-plug-state-indicator-off' and
7576         `wl-plug-state-indicator-on'; don't modify the value and the type
7577         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7578
7579         * wl-vars.el (wl-modeline-biff-state-off,
7580         wl-modeline-biff-state-on, wl-modeline-biff-status,
7581         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7582         wl-modeline-plug-status): New internal variables.
7583         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7584         wl-biff-check-interval, wl-biff-check-folder-list): Change
7585         customization group from `wl-folder' to `wl-highlight'.
7586         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7587         wl-show-plug-status-on-modeline): Defcustomized.
7588
7589         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7590         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7591         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7592         a flag to `mode-line-buffer-identification'.
7593
7594         * wl-e21.el (wl-biff-init-icons): Set icons data to
7595         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7596         instead of `wl-biff-state-indicator-off' and
7597         `wl-biff-state-indicator-on'.
7598         (wl-plugged-init-icons): Set icons data to
7599         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7600         instead of `wl-plug-state-indicator-off' and
7601         `wl-plug-state-indicator-on'.
7602
7603 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7604
7605         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7606         excessive titles.
7607
7608 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7609
7610         * wl.el (wl-plugged-mode): Use revised
7611         `wl-mode-line-buffer-identification'.
7612         (wl-plugged-init): Don't use `force-mode-line-update'.
7613
7614         * wl-xmas.el (wl-draft-overload-functions): Use revised
7615         `wl-mode-line-buffer-identification'.
7616         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7617         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7618         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7619         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7620         `wl-make-plugged-hook';
7621         add `wl-folder-init-icons' and `wl-setup-folder' to
7622         `wl-folder-mode-hook'.
7623
7624         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7625         19 as well.
7626         (wl-mode-line-display-priority-list): New user option.
7627         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7628         Defcustomized.
7629         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7630         Add docs.
7631
7632         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7633         start.
7634         (wl-mode-line-buffer-identification): Revised as a function.
7635
7636         * wl-summary.el (wl-summary-mode): Use revised
7637         `wl-mode-line-buffer-identification'; don't call
7638         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7639         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7640         `wl-xmas-setup-summary'.
7641
7642         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7643         `wl-mode-line-buffer-identification'.
7644
7645         * wl-mule.el (wl-draft-overload-functions): Use revised
7646         `wl-mode-line-buffer-identification'.
7647
7648         * wl-folder.el (wl-make-plugged-alist): Don't call
7649         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7650         (wl-folder): Don't call `wl-folder-init-icons' directly.
7651         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7652         `wl-xmas-setup-folder' directly;
7653         use revised `wl-mode-line-buffer-identification'.
7654         (TopLevel): Don't bind `wl-biff-init-icons',
7655         `wl-plugged-init-icons', `wl-folder-init-icons',
7656         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7657
7658         * wl-e21.el (wl-draft-overload-functions): Use revised
7659         `wl-mode-line-buffer-identification'.
7660         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7661         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7662         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7663         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7664         `wl-make-plugged-hook';
7665         add `wl-folder-init-icons' and `wl-setup-folder' to
7666         `wl-folder-mode-hook'.
7667
7668 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7669             Katsumi Yamaoka    <yamaoka@jpl.org>
7670
7671         * wl.el (wl): Call `wl-biff-start'.
7672         (wl-exit): Call `wl-biff-stop'.
7673         (wl-plugged-mode): Show biff in modeline.
7674         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7675
7676         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7677         (wl-biff-init-icons): New function.
7678         (wl-plugged-init-icons): Don't make too much keymaps.
7679         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7680
7681         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7682         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7683         variables.
7684         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7685         options.
7686
7687         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7688         wl-biff-start, wl-biff-stop): New functions.
7689         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7690         (wl-biff-timer-name): New variable.
7691
7692         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7693
7694         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7695         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7696
7697         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7698         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7699
7700         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7701         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7702         `wl-folder-init-icons' to `ignore' if they are not available.
7703         (wl-folder-mode): Show biff in modeline.
7704
7705         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7706         (wl-biff-init-icons): New function.
7707         (wl-plugged-init-icons): Don't make too much keymaps.
7708         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7709
7710 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7711
7712         * wl-vars.el (wl-strict-diff-folders): Customization Type
7713         and doc fix.  Define as a list of regular expressions for
7714         folders or nil.
7715         * wl-folder.el (wl-folder-check-one-entity): Use
7716         `wl-string-match-member' instead of `wl-string-member' for
7717         `wl-strict-diff-folders'.
7718
7719 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7720
7721         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7722         (wl-highlight-folder-current-line): Use it; new implementation.
7723         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7724         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7725         `defsubst' instead of `defun'.
7726
7727         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7728         `wl-highlight-group-folder-by-numbers'; made it can also be a
7729         number.  See info for more details.
7730
7731         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7732         running.
7733
7734         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7735         to bind them.
7736
7737         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7738         (wl-highlight-folder-current-line): New implementation.
7739
7740         * wl-highlight.el (wl-highlight-folder-group-line): New
7741         implementation.
7742         (wl-delete-all-overlays): Rewrite as a marco.
7743         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7744
7745         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7746         running.
7747         (wl-folder-*-glyph): No need to bind them.
7748
7749         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7750         `wl-e21-highlight-folder-group-icon'; rewrite.
7751         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7752         `defsubst' instead of `defun'.
7753         (wl-folder-mode-map): Bind it when compiling.
7754
7755 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7758
7759         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7760
7761 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7762
7763         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7764
7765 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7766
7767         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7768         (wl-highlight-folder-current-line): Use it.
7769
7770         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7771         in `id-name'.
7772
7773 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7774
7775         * wl.el: Require `wl-e21' when Emacs 21 is running.
7776
7777         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7778         default when Emacs 21 is running.
7779         (wl-use-highlight-mouse-line): Ditto.
7780         (wl-on-emacs21): New constant.
7781         (wl-on-emacs20): Removed.
7782
7783         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7784         Emacs 21 is running.
7785
7786         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7787         Emacs 21 is running.
7788
7789         * wl-e21.el: New file.
7790
7791 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7792
7793         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7794         (wl-toggle-plugged): Ditto.
7795         (wl-plugged-toggle): Ditto.
7796         (wl-plugged-toggle-all): Ditto.
7797
7798         * wl-vars.el (wl-plug-state-indicator): Refer
7799         `wl-plug-state-indicator-on' indirectly.
7800
7801 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7804         Call `wl-folder-confirm-existence'.
7805
7806         * wl-folder.el (wl-folder-confirm-existence): Added optional
7807         argument `force'.
7808
7809 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7810
7811         * wl-summary.el (wl-summary-refile-subr): Assume
7812         `copy-or-refile' as symbol.
7813         (wl-summary-refile): Follow up above change.
7814         (wl-summary-copy): Ditto.  Doc fix.
7815
7816 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * wl-summary.el (wl-summary-pick): Don't bind
7819         `elmo-search-mime-charset'.
7820
7821         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7822         default using old backquote style.
7823         (wl-search-mime-charset): Abolished.
7824
7825         * wl-highlight.el (wl-highlight-headers):
7826         Call `point' after `re-search-forward'(for Nemacs).
7827
7828         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7829         for elmo-imap4.el.
7830
7831 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7832
7833         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7834         `wl-message-ignored-field-list' instead of
7835         `mime-view-ignored-field-list'.
7836
7837         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7838         Add interactive spec.
7839         (wl-folder-goto-bottom-of-current-folder): Ditto.
7840         (wl-folder-mode-map): Bind them.
7841
7842         * wl-vars.el (wl-message-ignored-field-list): New variable.
7843         (wl-message-visible-field-list): New variable.
7844
7845         * wl-mime.el (wl-mime-header-presentation-method): New function.
7846         (wl-mime-setup): Set header-presentation-method.
7847
7848 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7849
7850         * wl-nemacs.el (wl-draft-overload-functions): Set
7851         `mode-line-buffer-identification' instead of using
7852         `wl-make-modeline'.
7853
7854         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7855         instead of using `wl-make-modeline'.
7856
7857         * wl-xmas.el (wl-plugged-init-icons): Set up
7858         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7859         (wl-make-modeline): Abolish.
7860         (wl-draft-overload-functions): Set
7861         `mode-line-buffer-identification' instead of using
7862         `wl-make-modeline'.
7863
7864         * wl-util.el (wl-make-modeline-subr): Abolish.
7865         (wl-mode-line-buffer-identification): New alias.
7866
7867         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7868         (wl-summary-make-modeline): Abolish.
7869         (wl-summary-buffer-set-folder): Set
7870         `wl-summary-buffer-folder-indicator'.
7871         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7872         of using `wl-make-modeline'.
7873         (wl-summary-switch-to-clone-buffer): Don't set
7874         `mode-line-buffer-identification'.
7875         (wl-summary-goto-folder-subr): Ditto.
7876
7877         * wl-mule.el (wl-draft-overload-functions): Set
7878         `mode-line-buffer-identification' instead of using
7879         `wl-make-modeline'.
7880
7881         * wl-folder.el (wl-folder-mode): Set
7882         `mode-line-buffer-identification' instead of using
7883         `wl-make-modeline'.
7884         (wl-folder): Don't set `mode-line-buffer-identification'.
7885
7886 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7887
7888         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7889         instead of `member' for `wl-refile-guess-func-list' look-ups.
7890         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7891
7892 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7893
7894         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7895         `wl-message-button-dispatcher'.
7896
7897         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7898
7899         * wl-message.el (wl-message-button-dispatcher): Use it.
7900
7901         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7902         "In-Reply-To".
7903
7904         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7905         Bind `case-fold-search' to t.
7906
7907 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7908
7909         * wl-xmas.el (wl-message-overload-functions): Initialize
7910         `wl-message-button-map'.
7911
7912         * wl-mule.el (wl-message-overload-functions): Initialize
7913         `wl-message-button-map'.
7914
7915         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7916
7917         * wl-message.el (wl-message-button-map): New keymap.
7918         (wl-message-add-button): New function.
7919         (wl-message-button-dispatcher): New function.
7920         (wl-message-button-refer-article): New function.
7921
7922         * wl-highlight.el
7923         (wl-highlight-message-add-buttons-to-header): New function.
7924         (wl-highlight-headers): Use it.
7925
7926 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7927
7928         * wl-summary.el (wl-summary-default-from): Use
7929         `wl-address-get-petname-1'.
7930         (wl-summary-simple-from): Ditto.
7931
7932         * wl-address.el (wl-address-get-petname-1): New inline function.
7933         (wl-address-get-petname): Use it.
7934
7935 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7936
7937         * wl-summary.el (wl-summary-default-from): Return full-name part
7938         from the address if no petname was found.
7939         (wl-summary-simple-from): Ditto.
7940
7941         * wl-address.el (wl-address-get-petname): Return nil if no petname
7942         associated with the address was found.
7943
7944 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7945
7946         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7947         display is finished.
7948
7949 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7950
7951         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7952         `elmo-folder-exists-p' argument.
7953
7954 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7955
7956         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7957         the folder.
7958
7959 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7962
7963         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7964         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7965
7966 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7967
7968         * wl-folder.el (wl-folder-create-subr): New function.
7969         (wl-folder-confirm-existence): Use it.
7970         (wl-folder-check-one-entity): Use it.
7971         Check the error symbol is derived from 'elmo-open-error.
7972
7973         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7974         `ignore-error'.
7975
7976 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7977
7978         * wl-util.el (toplevel): Add (eval-when-compile (require
7979         'elmo-util)).  (Maybe `provide' is typo.)
7980
7981 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7984         (I don't know why this was needed.)
7985
7986         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7987         Follow up changes for stream-type.
7988
7989         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7990         (wl-draft-elmo-nntp-send): Ditto.
7991
7992         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7993         (wl-nntp-posting-stream-type): Ditto.
7994         (wl-pop-before-smtp-ssl): Abolished.
7995         (wl-nntp-posting-ssl): Ditto.
7996
7997         * wl-address.el (wl-address-quote-specials): New function.
7998         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7999
8000         * wl-draft.el (wl-draft-reply): Ditto.
8001
8002 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8003
8004         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8005         use function `wl-string-match-assoc'.
8006
8007 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8008
8009         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8010
8011         * wl-draft.el (wl-draft-deduce-address-list): New function.
8012         (wl-draft-parse-mailbox-list): Ditto.
8013         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8014         instead of `smtp-deduce-address-list'.
8015         (wl-draft-on-field-p): Follow group list.
8016
8017         * wl-address.el (wl-address-concat-token): New function.
8018         (wl-address-string-without-group-list-contents): Ditto.
8019         (wl-complete-field-body): Fixed problem of completion
8020         by japanese petname.
8021         (wl-address-make-completion-list): Rewrite.
8022
8023 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8024
8025         * wl-address.el (wl-address-make-completion-list): Completion by
8026         petname.
8027         (wl-complete-field-body): Likewise.
8028
8029 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8032         contains invalid address syntax.
8033
8034 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * wl-folder.el (wl-folder-check-entity-async): Use
8037         `elmo-nntp-spec-hostname'.
8038
8039 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8040
8041         * wl-summary.el (wl-summary-msgdb-load-async): Use
8042         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8043
8044 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-draft.el (wl-draft-reply): Set argument
8047         `content-transfer-encoding' as nil.
8048
8049 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8050
8051         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8052         `wl-refile-alist'.
8053
8054 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8055
8056         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8057         (wl-draft-edit-string): Ditto.
8058         (wl-draft-forward): Ditto.
8059         * wl-summary.el (wl-summary-write): Ditto.
8060
8061 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-summary.el (wl-summary-sync-update3): Call
8064         `wl-summary-buffer-number-column-detect'.
8065         (wl-summary-buffer-number-column-detect): Search from point-min.
8066
8067 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8068
8069         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8070         contains an address which is not included in original to or cc.
8071
8072 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8073
8074         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8075         begin-line does not exist.
8076         * wl-message.el (wl-message-uu-substring): Ditto.
8077
8078 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8081         clear local variables.
8082         (wl-summary-exit): Call `elmo-commit'.
8083         (wl-summary-switch-to-clone-buffer): Call
8084         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8085         (wl-summary-goto-folder-subr): Ditto.
8086
8087         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8088         POP folder.
8089
8090 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8093         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8094         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8095         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8096         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8097         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8098
8099         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8100
8101 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8102
8103         * wl-summary.el (wl-summary-search-by-subject):
8104         Search parent message from the latest one.
8105
8106 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8109         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8110
8111         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8112         New user option.
8113
8114         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8115         if elmo-nntp-use-killed-list is nil.
8116         Use `elmo-msgdb-append-to-killed-list'.
8117         (Append numbers confirmed as disappeared to the killed list.)
8118         (wl-summary-confirm-appends): Don't display negative number.
8119
8120 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8121
8122         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8123
8124 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8127         range is `all'.
8128         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8129         `elmo-list-bigger-diff'.
8130
8131 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-summary.el (wl-summary-buffer-exit-func):
8134         New buffer local variable.
8135         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8136
8137 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8138
8139         * wl-demo.el (wl-demo): Fix the last change.
8140
8141 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8142
8143         * wl-demo.el (wl-demo): Don't use `eval'.
8144
8145 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8146
8147         * wl-summary.el (wl-summary-buffer-thread-modified):
8148         New buffer-local variable.
8149         (wl-summary-set-thread-modified): New function.
8150         (wl-summary-thread-modified-p): New function.
8151         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8152         (wl-summary-yank-saved-message): Use function
8153         `wl-summary-set-thread-modified'
8154         (wl-summary-switch-to-clone-buffer): Add
8155         `wl-summary-buffer-thread-modified'.
8156
8157         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8158         (wl-summary-buffer-mark-saved-hook): Ditto.
8159         * wl-summary.el (wl-summary-msgdb-save): New hook
8160         `wl-summary-buffer-message-saved-hook' and
8161         `wl-summary-buffer-mark-saved-hook'.
8162
8163 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8164
8165         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8166
8167 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8168
8169         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8170         don't hide scroll bars under FSF Emacsen because it may incur an
8171         undesirable redrawing.
8172
8173 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8174
8175         * wl-draft.el (wl-draft-edit-string): Call
8176         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8177
8178 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8179
8180         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8181
8182 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8183
8184         * wl-summary.el (wl-summary-msgdb-load-async): Call
8185         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8186
8187 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8188
8189         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8190         fringes in demo buffer; center bitmap logo correctly even if old
8191         Mule is used.
8192
8193 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8194
8195         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8196
8197         * wl-refile.el (wl-refile-subject-alist): New variable.
8198         (wl-refile-subject-alist-file-name): Ditto.
8199         (wl-refile-alist-setup): Rewrite.
8200         (wl-refile-alist-save): Use `elmo-object-save'.
8201         Eliminated arguments.
8202         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8203         (wl-refile-guess-by-subject): New function.
8204         (wl-refile-guess-func-list): Added it.
8205
8206 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8207
8208         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8209         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8210
8211 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8212
8213         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8214         New buffer-local variable.
8215         (wl-summary-buffer-next-folder-func): Ditto.
8216         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8217         if non-nil.
8218         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8219         if non-nil.
8220         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8221         if non-nil.
8222         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8223         if non-nil.
8224
8225 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8226
8227         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8228         permanently in the demo buffer.
8229
8230 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8233         `mime-entity-fetch-field'.
8234
8235         * wl.el (wl-exit): Delete plugged buffer.
8236
8237         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8238         XEmacs has menubar feature.
8239
8240 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8241
8242         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8243         cannot arrive at the beginning of the buffer under old Emacsen.
8244
8245 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8246
8247         * wl-address.el (wl-address-ldap-search):
8248         Call `ldap-search-entries' with `withdn' argument t.
8249         (wl-complete-field-body): Bind completion-ignore-case as t.
8250         Clear ldap search hash when it was sole completion.
8251         Use elmo-string for pattern string.
8252         (wl-ldap-alias-safe-string): Eliminated needless let.
8253
8254 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8255
8256         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8257         (wl-ldap-alias-sep): New constant.
8258         (wl-ldap-search-attribute-type-list): Ditto.
8259         (wl-ldap-get-value): New function.
8260         (wl-ldap-make-filter): Ditto.
8261         (wl-ldap-make-matched-value-list): Ditto.
8262         (wl-ldap-alias-safe-string): Ditto.
8263         (wl-ldap-register-dn-string): Ditto.
8264         (wl-address-ldap-search): Rewrite.
8265
8266 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8267
8268         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8269         thread is deleted.
8270         (wl-thread-delete-line-from-buffer): Ditto.
8271         (wl-thread-get-exist-children): New function.
8272
8273 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8274
8275         * wl-demo.el (wl-demo): Made it to select various image types.
8276         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8277         from `wl-title-logo'.
8278         (wl-logo-ascii): New variable.
8279         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8280         (wl-demo-copyright-notice): New constant.
8281
8282         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8283
8284 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8285
8286         * wl-vars.el (wl-summary-target-above): Renamed from
8287         wl-summary-temp-above.
8288         * wl-score.el (wl-score-get-score-alist): Use it.
8289         (wl-summary-score-update-all-lines): Use it.
8290         * wl-summary.el: Ditto. (make-variable-buffer-local).
8291
8292 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-vars.el (wl-ldap-port): New user option.
8295
8296         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8297         Rewite whole implementation.
8298         (wl-complete-field-body): Fixed.
8299
8300 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8301
8302         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8303         Choose implementation at compile time.
8304
8305 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8306
8307         * wl-address.el (wl-ldap-search-internal): New function.
8308         (wl-complete-field-to): Use it.
8309
8310 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8313         Use `let' instead of `let*'.
8314         Require 'wl-vars.
8315
8316         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8317         Define as defcustom.
8318         (wl-ldap-base): Ditto.
8319         (wl-use-ldap): Ditto.
8320
8321 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8322
8323         * wl-address.el (wl-ldap-search): New function.
8324         (wl-complete-field-body): Use `wl-ldap-search'.
8325         (wl-ldap-server): New variable.
8326         (wl-ldap-base): Ditto.
8327         (wl-use-ldap): Ditto.
8328
8329 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8330
8331         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8332         (Pointed out by Mito <mit@nines.nec.co.jp>).
8333         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8334         buffer-local variables like `wl-summary-redisplay-internal'.
8335         (wl-summary-redisplay-all-header): Likewise.  Update
8336         Summary view too.
8337
8338 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8339
8340         * wl-summary.el (wl-summary-jump-to-parent-message):
8341         Consider prefix argument.
8342
8343         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8344         when closed thread is deleted.
8345
8346 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8347
8348         * wl-summary.el (wl-summary-jump-to-parent-message):
8349         Consider thread modification.
8350
8351 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8352
8353         * wl-message.el (wl-message-normal-get-original-buffer): Use
8354         `save-excursion'.
8355
8356         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8357         (wl-summary-showto-folder-regexp): Ditto.
8358
8359 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8360
8361         * wl-util.el (wl-delete-alist): Doc fix.
8362         (wl-delete-associations): New function.
8363         (wl-inverse-alist): New function.
8364         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8365         Split temporary variables. Use `wl-delete-associations'
8366         and `wl-inverse-alist'.
8367         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8368
8369 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-folder.el (wl-folder-prefetch-entity):
8372         Execute prefetching if new count is unknown.
8373
8374 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8375
8376         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8377
8378         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8379         delete entity.
8380         (wl-thread-set-parent): If insert as top, set linked as nil.
8381
8382         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8383         `wl-thread-cleanup-symbols' when view mode is thread.
8384
8385 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8386
8387         * wl-folder.el (wl-folder-create-folder-entity): Use
8388         with-current-buffer.
8389         (wl-local-folder-init): Call set-buffer to make sure we are in
8390         the Folder buffer. Don't touch buffer-local variables here.
8391         (wl-folder-mode): Initialize buffer-local variables here.
8392
8393         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8394         (wl-folder-entity-assign-id): Ditto.
8395         (wl-folder-create-entity-hashtb): Ditto.
8396         (wl-local-folder-init): Ditto.
8397         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8398
8399 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8400
8401         * wl-summary.el (wl-summary-default-from): Fix probrem when
8402         std11-extract-address-components return (nil "foo@bar").
8403
8404 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8405
8406         * wl-draft.el (wl-draft-clone-local-variables):
8407         Remove redundant `setq'.
8408
8409 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8412         Bind wl-highlight-x-face-func as nil while highlighting header.
8413
8414 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8415
8416         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8417
8418 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8419
8420         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8421         elmo-msgdb-overview-hashtb from copy-variables.
8422         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8423         instead of `elmo-msgdb-overview-get-entity-by-number'.
8424         (wl-summary-auto-refile): Ditto.
8425
8426         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8427         `elmo-msgdb-overview-get-entity' instead of
8428         `elmo-msgdb-search-overview-entity'.  Use
8429         `elmo-msgdb-overview-get-entity' instead of
8430         `elmo-msgdb-overview-get-entity-by-number'.
8431         (wl-thread-insert-entity-sub): Ditto.
8432         (wl-thread-insert-message): Ditto.
8433
8434         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8435         `elmo-msgdb-overview-get-entity'.
8436         (wl-normal-message-redisplay): Ditto.
8437
8438 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8439
8440         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8441         `wl-thread-entities'.
8442         (wl-thread-delete-message): Fix remove top message from
8443         `wl-thread-entity-list'.
8444
8445         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8446         wl-append(nconc), because update-list is broken on Meadow.
8447
8448         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8449         updating process.
8450         (wl-summary-rescan): Ditto.
8451         (wl-summary-sync-update3): Ditto.
8452         * wl-thread.el (wl-thread-set-parent): Renamed from
8453         `wl-summary-set-parent'.
8454         (wl-thread-insert-message): Updating buffer faster.
8455         (wl-thread-delete-message): Updating buffer faster.
8456
8457         * wl-score.el (wl-summary-score-update-all-lines): Changed
8458         interval for display progress gauge.
8459
8460 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8461
8462         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8463         folder always-sticky.
8464         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8465         defmacro.
8466
8467 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-vars.el (wl-draft-add-references): New user option.
8470
8471         * wl-draft.el (wl-draft-add-references): New function.
8472         (wl-draft-yank-from-mail-reply-buffer): Use it.
8473         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8474         as nil.
8475
8476 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8477
8478         * wl-thread.el (wl-thread-update-line-msgs): Called
8479         `wl-thread-update-line-on-buffer-sub'.
8480         (wl-thread-update-line-on-buffer): Delete routine of inserting
8481         thread.
8482         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8483         moved from `wl-thread-update-line-on-buffer'.
8484         Add threshold for displaying progress gauge.
8485         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8486         argument of `wl-thread-update-line-msgs'.
8487         Add threshold for displaying progress gauge.
8488         * wl-folder.el:
8489         Add threshold for displaying progress gauge.
8490         * wl-score.el: Ditto.
8491
8492         * wl-expire.el (wl-summary-expire): Display deleting info.
8493
8494 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8497         `no-msg'.
8498         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8499         argument of `wl-thread-update-line-msgs'.
8500         (wl-summary-set-parent): Added optional argument `parent-number'.
8501         (wl-summary-buffer-saved-message): New buffer local variable.
8502         (wl-summary-save-current-message): New command.
8503         (wl-summary-yank-saved-message): Ditto.
8504         (wl-summary-mode-map): Added key binding for
8505         `wl-summary-save-current-message' (\ew) and
8506         `wl-summary-yank-saved-message' (\C-y).
8507         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8508
8509 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl-summary.el (wl-summary-mode-map): Added key binding for
8512         `wl-summary-set-parent' (ts).
8513
8514 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8515
8516         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8517         subject faster. If thread number is reverse, delayed updating
8518         thread.
8519         (wl-summary-search-by-subject): Ditto.
8520         (wl-summary-put-alike): Ditto.
8521         (wl-summary-get-alike): Ditto.
8522         (wl-summary-insert-headers): Insert header of all overview in
8523         buffer.
8524         (wl-summary-rescan): Delayed updating thread. Kill search subject
8525         buffer for wl-summary-search-by-subject.
8526         (wl-summary-sync-update3): Ditto.
8527         (wl-summary-exit): Ditto.
8528         (wl-summary-goto-bottom-of-current-thread): Change for linked
8529         thread.
8530         (wl-summary-overview-create-summary-line): Change line for linked
8531         thread.
8532
8533         * wl-summary.el (wl-summary-update-thread): Use
8534         wl-thread-maybe-get-children-num.
8535         (wl-summary-set-parent): If change parent, move sub thread.
8536         (wl-summary-redisplay-internal): Add horizontal recenter.
8537         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8538
8539         * wl-thread.el (wl-thread-entity-get-linked): New function.
8540         (wl-thread-entity-set-linked): New function.
8541         (wl-thread-create-entity): Add linked element.
8542         (wl-thread-entity-insert-as-top): Use wl-append.
8543         (wl-thread-maybe-get-children-num): If closing thread, return
8544         children msgs.
8545         (wl-thread-update-line-msgs): Displaying progress message.
8546         (wl-thread-update-line-on-buffer-sub): Use
8547         wl-thread-maybe-get-children-num.
8548         (wl-thread-update-line-on-buffer): If update line is not exists,
8549         insert thread.
8550         (wl-thread-delete-message): If delete top msg of thread, search
8551         parent by subject.
8552         (wl-thread-insert-entity): Use
8553         wl-thread-maybe-get-children-num.
8554
8555         * wl-highlight.el (wl-highlight-summary-current-line): change
8556         sregexp for linked thread.
8557         * wl-util.el (wl-count-lines): Count lines.
8558         (wl-horizontal-recenter): horizontal recenter.
8559         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8560         (wl-score-get-alike): Ditto.
8561         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8562         (wl-subject-length-limit): New variable.
8563         (wl-highlight-thread-indent-string-regexp): Changed for linked
8564         thread.
8565
8566 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8567
8568         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8569         New variable (revival).
8570         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8571         by subject matching if there's no in-reply-to nor references field
8572         (revival).
8573
8574 \f
8575 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8576
8577         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8578         message.
8579
8580 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8581
8582         * wl-summary.el (wl-summary-reply): Return t if there was a
8583         message at cursor point.
8584         Added unwind-protect.
8585         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8586         returns t.
8587         (wl-summary-cancel-message): Do nothing when there's no message at
8588         cursor point.
8589         (wl-summary-forward): Ditto.
8590         (wl-summary-jump-to-parent-message): Ditto.
8591         (wl-summary-reedit): Ditto.
8592         (wl-summary-edit-addresses): Ditto.
8593         (wl-summary-pipe-message): Ditto.
8594         (wl-summary-print-message-with-ps-print): Ditto.
8595         (wl-summary-print-message): Ditto.
8596         (wl-summary-mark-as-important): Ditto.
8597         (wl-summary-mark-as-unread): Ditto.
8598
8599         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8600         message at cursor point.
8601         (wl-summary-reply-with-citation): Remove unwind-protect.
8602
8603         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8604         subject searching feature.
8605         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8606         Eliminated.
8607
8608 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8609
8610         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8611         New variable.
8612         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8613         by subject matching if there's no in-reply-to nor references field.
8614
8615         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8616
8617         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8618         when display is finished.
8619         (wl-folder-open-all): Ditto.
8620         (wl-folder-update-access-group): Ditto.
8621         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8622         * wl-thread.el (wl-thread-close-all): Ditto.
8623
8624         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8625         progress gauge only when it was displayed.
8626         * wl-folder.el (wl-folder-insert-entity): Ditto.
8627
8628 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * wl-summary.el (wl-summary-incorporate): Enclose
8631         `wl-summary-sync-force-update' with save-excursion.
8632
8633 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8634
8635         * wl-summary.el (wl-summary-prefetch-region):
8636         Pass current cursor point to `pos-visible-in-window-p' after
8637         moving cursor to the started point.
8638
8639 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8640
8641         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8642
8643         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8644         fields from the forwarding message.
8645         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8646         `ignored-fields'.
8647
8648 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * wl-mime.el (wl-message-request-partial):
8651         Eliminated argument `msgdb'.
8652         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8653         (wl-mime-combine-message/partial-pieces): Likewise.
8654         * tm-wl.el (wl-message-request-partial): Likewise.
8655         (wl-mime-combine-message/partial-pieces): Likewise.
8656
8657 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8658
8659         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8660         when display is finished.
8661
8662 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8663
8664         * wl-summary.el (wl-summary-goto-folder-subr):
8665         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8666
8667 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8670         when cursor point is visible.
8671
8672 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-expire.el (wl-expire-archive-get-max-number):
8675         Don't use `file-name-directory'.
8676
8677 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-expire.el (wl-expire-archive-get-max-number):
8680         Use `file-name-directory'.
8681
8682 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8683
8684         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8685         only when there is progress.
8686
8687 2000-04-13  Mito <mit@nines.nec.co.jp>
8688
8689         * wl-summary.el (wl-summary-sync-marks): Display progress.
8690
8691 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8694         (wl-summary-prev): Move cursor regardless of unread status.
8695         (wl-summary-next): Ditto.
8696
8697 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8698
8699         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8700         Added argument `target' and `number'.
8701         * tm-wl.el (wl-summary-burst-subr): New function.
8702         (wl-summary-burst): Use it.
8703
8704 2000-04-10  Mito <mit@nines.nec.co.jp>
8705
8706         * wl-mime.el (wl-burst): New function.
8707         (wl-summary-burst): Use it.
8708
8709 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8710
8711         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8712         as petname when there's no candidate.
8713
8714 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8717         New variable.
8718         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8719
8720         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8721
8722         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8723
8724 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8727         Use substring of `original' instead of buffer-substring.
8728         (wl-refile-evaluate-rule):
8729         Set `original' argument of wl-refile-expand-newtext.
8730
8731         * wl-summary.el
8732         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8733         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8734         (wl-summary-auto-refile): Check existence of destination folder just
8735         before marking.
8736
8737 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8738
8739         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8740         when wl-refile-get-field-value return nil.
8741
8742 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8743
8744         * wl-refile.el
8745         (wl-refile-expand-newtext): New function imported from Gnus.
8746         (wl-refile-evaluate-rule): Use it.
8747
8748 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8749
8750         * wl-summary.el (wl-summary-print-destination):
8751         Duplicate folder string to avoid putting text-property on
8752         original string.
8753
8754         * wl-refile.el (wl-refile-get-field-value): New function.
8755         (wl-refile-evaluate-rule): New function;
8756         Evaluate refile rule recursively.
8757         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8758         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8759         New function; Check existence of a target folder recursively.
8760         (wl-summary-auto-refile-check-refile-rule-alist):
8761         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8762
8763 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8766
8767         * wl-folder.el (wl-create-folder-entity-from-buffer):
8768         Fixed problem when '}' character is contained in folder name.
8769
8770         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8771
8772 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8773
8774         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8775         (wl-fldmgr-add-completion-all-completions):
8776         Use wl-fldmgr-add-completion-hashtb.
8777
8778 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8779
8780         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8781         wl-fldmgr-add-completion-subr): New functions.
8782         * wl-folder.el (wl-folder-completion-func): New variable.
8783         * wl-summary.el (wl-summary-read-folder):
8784         Use wl-folder-completion-func.
8785
8786         * wl-refile.el: Eliminate throw & catch.
8787
8788         * wl.el (wl-plugged-sending-queue-status): Fixed.
8789
8790 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8791
8792         * wl-draft.el (wl-draft): Put category property on
8793         mail-header-separator.