* wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
4         Clarify that marks are going to be cleared.
5
6 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
9         according to 3rd element of wl-summary-flag-mark.
10
11         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
12
13 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
14
15         * wl-action.el (wl-summary-target-mark-all): Don't set
16         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
17
18 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
19
20         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
21         (wl-forward-subject-prefix): Ditto.
22         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
23         (wl-draft-reply-make-subject): Ditto.
24
25         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
26         `wl-draft-forward'.
27         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
28
29 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
30
31         * wl-action.el (wl-summary-target-mark-set-action): Stop if
32         target message does not exist.
33
34 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
35
36         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
37         `wl-subject-prefix-regexp'.
38         (wl-subject-forward-prefix-regexp): New variable.
39         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
40         `wl-draft-strip-subject-re' and take regexp as argument.
41         (wl-draft-forward): Use it.
42         (wl-draft-reply): Ditto.
43
44 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
45
46         * wl-e21.el (wl-highlight-plugged-current-line): Change for
47         emacs multi-tty support.
48
49 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
50
51         * wl-e21.el (wl-e21-display-image-p): Don't call
52         `display-images-p'.
53         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
54         support.
55         (wl-highlight-folder-current-line): Ditto.
56         (wl-folder-init-icons): Ditto.
57
58 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
59
60         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
61         the last line of summary in unplugged mode.
62
63 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
64
65         * wl-vars.el (wl-refile-rule-alist): Doc fix.
66
67 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
68
69         * wl-vars.el (wl-user-mail-address-regexp): New variable.
70         * wl-address.el (wl-address-user-mail-address-p): Use it.
71         (wl-address-delete-user-mail-addresses): Ditto.
72         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
73
74         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
75         (wl-address-delete-user-mail-addresses): Ditto.
76
77         * wl-address.el (wl-address-delete-user-mail-addresses): New
78         function.
79         * wl-refile.el (wl-refile-guess-by-history): Use it.
80         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
81         (wl-draft-make-mail-followup-to): Ditto and fix logic.
82
83         * wl-draft.el (wl-draft-edit-string): To judge sender address,
84         use wl-address-user-mail-address-p.
85
86 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
87
88         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
89         after opening group.
90
91 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
94         of elmo-set-buffer-multibyte.
95
96         * wl-message.el (wl-original-message-mode): Ditto.
97
98         * wl-score.el (wl-score-insert-header): Ditto.
99
100         * wl-summary.el
101         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
102         (wl-summary-goto-folder-subr): Ditto.
103         (wl-summary-insert-headers): Ditto.
104
105         * wl-util.el (wl-set-string-width): Ditto.
106
107         * Version number is increased to 2.11.29.
108
109 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
112         (wl-highlight-summary-line-help-echo-alist): New variable.
113         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
114         into `wl-highlight-summary-line-help-echo' and
115         `wl-highlight-flag-folder-help-echo'.
116         (wl-highlight-summary-line-string): Change accordingly.
117         (wl-highlight-summary-current-line): Ditto.
118
119 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-highlight.el (wl-highlight-message): Ignore white spaces
122         at the beginning of field body (Thanks to Markus Knittig).
123
124         * wl-draft.el (wl-draft-insert-current-message): Also check
125         summary buffer, remove unnecessary tag.
126
127 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * wl-draft.el (wl-draft-insert-current-message): Cause error also
130         when wl-message-buffer is nil.
131
132         * wl-folder.el (wl-folder): Abolish unused argument.
133         Call wl-folder-init when wl-folder-entity is nil.
134         * wl.el (wl): Change accordingly.
135
136 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
139         multibyte string before insert into draft buffer.
140         (wl-draft-create-buffer): Always enable multibyte characters for
141         draft buffer.
142
143         * Version number is increased to 2.11.28.
144
145 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
146
147         * wl-folder.el (wl-folder-open-close): Handle blank line.
148         (wl-folder-jump-to-current-entity): Ditto.
149
150 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * Version number is increased to 2.11.27.
153
154 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * wl-thread.el (wl-thread-insert-message): When the thread is
157         devided by wl-summary-max-thread-depth, insert line at the end of
158         buffer.
159
160 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
161
162         * Version number is increased to 2.11.26.
163
164 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
165
166         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
167
168 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
169
170         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
171         value of stream-type and session.
172
173 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * Version number is increased to 2.11.25.
176
177 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
178
179         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
180         in a quit message.
181
182 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
185         (wl-summary-redisplay-no-mime-internal): Ditto.
186
187 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
188
189         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
190         * wl-vars.el (wl-smtp-connection-type): Ditto.
191
192 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
193
194         * wl-highlight.el (wl-highlight-message): Change to strict regexp
195         for the separator line and quote mail-header-separator.
196
197 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-spam.el (wl-message-check-spam): Fixed problem no display
200         result message.
201
202         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
203         `elmo-multiple-fields-body-list' with boundary as
204         mail-header-separator.
205
206 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
207
208         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
209
210 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
211
212         * wl-util.el (wl-list-diff): Remove unused function.
213
214         * wl-draft.el (wl-draft-send-confirm): Discard input before
215         confirmation.
216
217 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
220         order of flag and new.
221
222 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-vars.el (wl-refile-policy-alist): Abolished.
225
226         * wl-action.el (wl-summary-set-action-refile): Follow the change
227         above.
228
229 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * wl-highlight.el (wl-highlight-signature-search): Don't use
232         re-search-backward for a long word since it is possible to crash
233         XEmacs because of a bug.
234
235 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
236
237         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
238
239 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
240
241         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
242         argument for wl-summary-sync-force-update.
243
244 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
245
246         * wl-summary.el (wl-summary-mode-map): Revival of
247         wl-summary-mark-as-important related bindings;
248         Bind 'F','tF','mF','rF','m&'.
249         (wl-summary-mark-as-important-region): Revival.
250         (wl-summary-target-mark-mark-as-important): Ditto.
251         (wl-summary-target-mark-operation): New function.
252         (wl-summary-target-mark-mark-as-answered): Use it.
253         (wl-summary-decide-flag): Don't set Important as default.
254         (wl-summary-mark-as-important-internal): Revival.
255         (wl-summary-mark-as-important): Ditto.
256
257         * wl-thread.el (wl-thread-mark-as-important): Ditto.
258
259         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
260         instead of facep.
261
262 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
263
264         * wl-dnd.el (wl-dnd-drop-func): Fix.
265
266         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
267         mouse-set-point instead of posn-point.
268
269         * wl-xmas.el (wl-completing-read-multiple): Define as function.
270
271         * wl-mule.el (wl-completing-read-multiple): Ditto.
272
273 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-demo.el (face-background-name): Defalias to avoid compile
276         warning.
277
278 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
279
280         * wl-summary.el (wl-summary-decide-flag): Use
281         wl-completing-read-multiple instead of completing-read-multiple.
282
283         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
284         New alias.
285
286         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
287         Use face-background-name instead of face-background.
288
289         * wl-vars.el (wl-summary-save-file-suffix): New user option.
290
291         * wl-summary.el (wl-summary-save): Use it.
292         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
293
294         * wl-mime.el (wl-mime-save-content): Fix last change.
295
296 2004-02-10  Len Trigg <lenbok@myrealbox.com>
297
298         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
299         New function.
300         (wl-summary-sort-specs): Added sort.
301         * wl-mime.el (wl-mime-save-content): Expand file name.
302
303 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
304
305         * wl-mime.el (wl-draft-preview-message): Fixed typo.
306
307         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
308
309 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
312         for flag if it is not defined.
313
314 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
315
316         * wl-e21.el (wl-highlight-folder-current-line): Use
317         elmo-folder-type-internal when elmo-folder-type returns nil.
318
319         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
320
321         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
322
323         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
324
325         * wl-e21.el (wl-summary-toolbar): Ditto.
326
327         * wl-vars.el (wl-demo-background-color): Abolished.
328         (wl-summary-persistent-mark-priority-list): Renamed from
329         wl-summary-flag-priority-list.
330         (wl-summary-flag-alist): New user option.
331         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
332         (wl-message-mode-line-format-spec-alist): Added 'F'.
333         (wl-message-mode-line-format): Likewise.
334         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
335         instead of wl-summary-important-mark.
336         (wl-file-folder-icon): New variable.
337
338         * wl-thread.el (wl-thread-set-flags): Renamed from
339         wl-thread-mark-as-important.
340
341         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
342         warning.
343         (wl-summary-mode-menu-spec): Follow the change of 
344         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
345         (wl-summary-mode-map): Follow the change of
346         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
347         (wl-summary-detect-mark-position): Follow the variable name change.
348         (wl-summary-set-flags-region): New function for the replacement of
349         wl-summary-mark-as-important-region.
350         (wl-summary-sync-marks): Sync all global-flags.
351         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
352         instead of elmo-message-flagged-p.
353         (wl-summary-persistent-mark-string): Follow the variable name change;
354         Put wl-summary-flag-mark if the message has global-flag.
355         (wl-summary-target-mark-set-flags): Renamed from 
356         wl-summary-target-mark-mark-as-important.
357         (wl-summary-decide-flag): New function.
358         (wl-summary-set-flags-internal): Renamed from
359         wl-summary-mark-as-important-internal.
360         (wl-summary-add-flags-internal): New function.
361         (wl-summary-remove-flags-internal): Ditto.
362         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
363         (wl-summary-mark-as-unimportant): Abolish.
364         (wl-summary-move-spec-alist): Changed `important' to `digest'.
365         (wl-summary-next-message): List flagged messages in the msgdb.
366
367         * wl-score.el (wl-summary-score-update-all-lines): Use
368         wl-summary-add-flags-internal instead of 
369
370         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
371
372         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
373         from wl-message-buffer-cur-flag (To avoid misunderstanding).
374         (wl-message-buffer-require-all-header): Renamed from
375         wl-message-buffer-all-header-flag (Ditto).
376         (wl-message-buffer-flag-indicator): New variable.
377         (wl-message-redisplay): Changed local varibale name from `flag' to
378         `display-type'; Set up wl-message-buffer-flag-indicator.
379         (wl-message-buffer-display): Changed varibale name from `flag' to
380         `display-type'.
381         (wl-message-display-internal): Likewise.
382
383         * wl-highlight.el (wl-highlight-demo-face): Define default background
384         color.
385         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
386
387         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
388
389         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
390         (wl-demo-setup-properties): Renamed from
391         `wl-demo-set-background-color'.
392         (wl-demo): Follow the change above.
393         
394         * Version number is increased to 2.11.24.
395
396 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-summary.el (wl-summary-toggle-thread): Call
399         `wl-summary-rescan' with disable-thread as non-nil.
400         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
401
402 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
403
404         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
405         foreground property of the face.
406         (wl-demo-insert-text): Don't set up face property here.
407         (wl-demo): Call wl-demo-set-background-color, anyway.
408
409 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-vars.el (wl-demo-background-color): The value can be nil.
412
413 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
414
415         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
416         to wl-summary-wheel-dispatcher.
417
418         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
419         wl-message-wheel-dispatcher.
420         (wl-message-wheel-dispatcher): New function.
421         (wl-summary-wheel-dispatcher): Ditto.
422
423 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
424
425         * wl-action.el (wl-summary-target-mark-all): List messages which are
426         not in the killed-list.
427
428         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
429         only when the folder is 'flag/important.
430
431         * wl-address.el (wl-complete-field-body): Complete if the last
432         character is a space.
433
434 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-folder.el (wl-folder-clear-entity-info): Use
437         elmo-clear-hash-val.
438
439         * wl-fldmgr.el (wl-fldmgr-rename): Set
440         wl-folder-info-alist-modified as t.
441
442 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
445
446 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
447
448         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
449         (wl-folder-buffer-last-visited-entity-id): New buffer local
450         variable.
451         (wl-folder-revisit-last-visited-folder): New function.
452         (wl-folder-mode-map): Bind it to "C-i".
453         (wl-folder-set-current-entity-id): Set last visited folder.
454         * wl-summary.el (wl-summary-exit): Ditto.
455
456 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
459         before calling `recenter' in order to cope with an XEmacs bug.
460
461 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
462
463         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
464         to the default value.
465
466 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
469         change.
470         (wl-summary-sync-marks): Ditto.
471         (wl-summary-mark-as-read-internal): Ditto.
472         (wl-summary-mark-as-answered-internal): Ditto.
473         (wl-summary-mark-as-important-internal): Ditto.
474         (wl-summary-reply): Ditto.
475
476         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
477         instead of `elmo-folder-unflag-answered'.
478
479         * Version number is increased to 2.11.23.
480
481         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
482         the last change.
483
484 2004-01-11  Kenichi Okada  <okada@opaopa.org>
485
486         * wl-spam.el (wl-summary-exec-action-refile-with-register):
487         Specify "spam" or "good".
488
489 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
490
491         * wl-spam.el (wl-summary-exec-action-spam): Call
492         wl-folder-confirm-existence for spam folder.
493         (wl-spam-setup): Bind "mk".
494
495 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
498
499 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
502         destination folder is empty.
503
504 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
505
506         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
507         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
508
509         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
510         (wl-summary-refile-prev-destination-region): New function.
511         (wl-thread-refile-prev-destination): Ditto.
512         (wl-summary-target-mark-refile-prev-destination): Ditto.
513
514 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
515
516         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
517         (wl-demo-background-color): Changed default value.
518
519         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
520         color.
521
522         * wl-demo.el (wl-demo-set-background-color): New function.
523         (wl-demo): Call it.
524
525 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
526
527         * wl-address.el (wl-address-delete): Avoid mis-deleting.
528         * wl-address.el (wl-address-add-or-change): Don't add empty
529         address.
530
531 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
532
533         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
534
535 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
536
537         * wl-vars.el (wl-demo-image-filter-alist): New variable
538         (wl-demo-background-color): Ditto.
539
540         * wl-demo.el (wl-demo-xpm-set-background): New function.
541         (wl-demo-image-filter): Ditto.
542         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
543
544         * wl-vars.el (wl-demo-icon-name-alist): New variable.
545
546         * wl-demo.el (wl-demo-icon-name): Define as function.
547         (wl-demo-insert-image): Use it.
548
549 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
550
551         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
552
553 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
554
555         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
556
557 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
558
559         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
560
561 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-thread.el (wl-thread-mark-as-answered): New function.
564
565         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
566         answered" entry.
567         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
568         "r&" and wl-thread-mark-as-answered to "t&".
569         (wl-summary-mark-as-important-region): Refine to toggle mark.
570         (wl-summary-mark-as-answered-region): New function.
571         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
572         and 3rd argument.
573         (wl-summary-mark-as-important-internal): Likewise.
574
575 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
576
577         * wl-template.el (wl-template-preview): New internal variable.
578         (wl-template-preview-p): New function.
579         (wl-template-show): Bind `wl-template-preview' as t.
580
581 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
584         `elmo-message-entity-field' with 3rd argument which is non-nil.
585
586 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
589         Removed duplicate local bind `folder'.
590
591 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
594
595 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
598         duplicate definition.
599
600 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
601
602         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
603         non-nil, use it; Don't fetch message if there's no message in the
604         current cursor position.
605
606 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-util.el (wl-region-exists-p): Use region-active-p.
609         (wl-deactivate-region): New function.
610         * wl-message.el (wl-message-redisplay): Deactivate region.
611
612         * wl-summary.el (wl-summary-reply): Call
613         `wl-summary-set-message-buffer-or-redisplay' instead of
614         `wl-summary-redisplay-internal', don't move point.
615
616 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
617
618         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
619         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
620         by regexp.
621
622 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
625         if no need.
626
627 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
630         default value to nil.
631         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
632         `wl-summary-prepare-hook'; Replace refile action to
633         `wl-summary-exec-action-refile-with-register'.
634
635         * Version number is increased to 2.11.22.
636
637 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-summary.el (wl-summary-detect-mark-position): Set
640         `wl-summary-buffer-weekday-name-lang'.
641
642 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
643
644         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
645         (wl-summary-mark-as-read-all): Ditto.
646         (wl-summary-delete-messages-on-buffer): Ditto.
647         (wl-summary-sync-update): Ditto.
648         (wl-summary-mark-as-read-internal): Ditto.
649         (wl-summary-mark-as-answered-internal): Ditto.
650         (wl-summary-update-folder-info): Abolished.
651
652 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-summary.el (wl-summary-mark-as-read-all): Use
655         `wl-summary-update-folder-info' instead of
656         `wl-folder-update-unread'.
657
658 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
659
660         * wl-summary.el (wl-summary-update-folder-info): New function derived from
661         `wl-summary-folder-info-update'.
662         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
663         instead of `wl-summary-folder-info-update'.
664         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
665         `wl-folder-set-folder-updated'.
666         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
667         instead of `wl-folder-update-unread'.
668         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
669         the value of `wl-summary-buffer-unread-count' for the second parameter of
670         `wl-folder-update-unread'.
671
672         * Version number is increased to 2.11.21.
673
674 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
675
676         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
677         a local variable.
678
679 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-spam.el (wl-summary-mark-spam): Show message only if call
682         interactively.
683
684         * wl-summary.el (wl-summary-mark-as-important-internal): New
685         internal function.
686         (wl-summary-mark-as-important): Use it.
687         (wl-summary-mark-as-unimportant): New function.
688         (wl-summary-sync-marks): Follow the API change.
689
690         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
691
692         * wl-mime.el (wl-summary-burst): Check target folder is writable.
693
694 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
695
696         * wl-folder.el (wl-folder-update-unread): Re-indent.
697         Narrow the scope of a local variable.
698
699 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
702         (wl-addrmgr-merge-entries): Ditto.
703         (wl-addrmgr): Added to address entry which exists in draft buffer
704         if no entry is in original.
705
706 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
707
708         * wl-batch.el: New file.
709
710 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
711
712         * wl-vars.el (wl-use-semi): Remove unused variable.
713
714 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
715
716         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
717         "?".
718
719 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
722         wl-summary-new-mark.
723         (wl-summary-new-cached-mark): New user option.
724         (wl-summary-score-marks): Follow the change above.
725         (wl-summary-auto-refile-skip-marks): Ditto.
726         (wl-summary-incorporate-marks): Ditto.
727         (wl-summary-expire-reserve-marks): Ditto.
728
729         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
730
731         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
732         (wl-summary-persistent-mark-string): Distinguished between cached
733         and uncached mark when the message is new.
734
735 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * wl-spam.el (wl-spam-domain): Renamed from
738         `wl-spam-folder-guess-domain'.
739         (wl-summary-exec-action-spam): Register as spam if domain of the
740         source folder is good.
741         (wl-summary-exec-action-refile-with-register): Register message if
742         domain of the source folder is not undecided.
743
744 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
747         detect thread loop.
748
749 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
752         and wl-summary-skip-mark-list.
753
754 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
757
758         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
759
760         * wl-spam.el (toplevel): Require wl-highlight.
761         (wl-spam-auto-check-policy-alist): Abolish.
762         (wl-spam-auto-check-folder-regexp-list): New user option.
763         (wl-spam-auto-check-marks): Ditto.
764         (wl-spam-mark-action-list): Ditto.
765         (wl-highlight-summary-spam-face): New face.
766         (wl-spam-auto-check-message-p): New function.
767         (wl-spam-map-spam-messages): Fixed message.
768         (wl-spam-register-spam-messages): Ditto.
769         (wl-spam-register-good-messages): Ditto.
770         (wl-summary-spam-map): Add and remove keybind.
771         (wl-summary-target-mark-spam): Abolish.
772         (wl-summary-refile-spam): Ditto.
773         (wl-summary-test-spam): New function.
774         (wl-summary-mark-spam): Ditto.
775         (wl-summary-auto-check-spam): Follow the above change.
776         (wl-summary-exec-action-spam): New function.
777         (wl-summary-exec-action-refile-with-register): Fixed message.
778         (wl-message-check-spam): New function.
779         (wl-spam-setup): Ditto.
780         (toplevel): Call it if this file is loaded interactivity.
781
782         * Version number is increased to 2.11.20.
783
784 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
787         when new optional argument `force' is non nil or modified.
788
789 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl.el (toplevel): Require wl-spam when compile.
792         (wl-save-status): Call wl-spam-save-status.
793
794         * wl-spam.el (wl-spam-register-spam-messages): New function.
795         (wl-spam-register-good-messages): Ditto.
796         (wl-spam-save-status): Ditto.
797         (wl-summary-mode-map): Bind
798         wl-summary-target-mark-register-as-spam to "ms" and
799         wl-summary-target-mark-register-as-good to "mn".
800         (wl-summary-register-as-spam): Abolish optional argument; Use
801         wl-spam-register-spam-messages.
802         (wl-summary-register-as-spam-all): Use
803         wl-spam-register-spam-messages.
804         (wl-summary-register-as-good): Abolish optional argument; Use
805         wl-spam-register-good-messages.
806         (wl-summary-register-as-good-all): Use
807         wl-spam-register-good-messages.
808         (wl-summary-target-mark-register-as-spam): New funtion.
809         (wl-summary-target-mark-register-as-good): Ditto.
810
811 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-spam.el: New file.
814
815 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
818
819         * wl-action.el (wl-auto-refile-guess-functions): New variable.
820         (wl-summary-auto-refile): Call wl-refile-guess with
821         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
822
823 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
826         with disable-thread argument non-nil.
827
828 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (wl-summary-rescan): Added optional argument
831         disable-thread.
832         (wl-summary-sync): Call wl-summary-rescan with argument
833         disable-thread.
834         (wl-summary-input-range): Added new range `rescan-thread'.
835
836 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
837
838         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
839
840 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
843         internal variable.
844         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
845         wl-summary-search-parent-by-subject-regexp and
846         wl-summary-divide-thread-when-subject-changed as nil.
847         (wl-summary-insert-sequential): If entity is nil, nothing to do.
848         (wl-summary-insert-thread): Search parent entity from
849         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
850         thread loop.
851
852 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
853
854         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
855
856         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
857
858         * wl-util.el (wl-require-update-all-folder-p): New function.
859         (wl-get-assoc-list-value): Added `function' to match directive.
860         (wl-collect-draft): Rewrite.
861
862         * wl-summary.el (wl-summary-sync-update): Clear faces
863         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
864         are non-nil.
865         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
866         argument as function.
867         (wl-summary-input-range): Ditto.
868
869         * wl-folder.el (wl-draft-get-folder): New function.
870         (wl-folder-get-elmo-folder): Consider draft folder.
871
872         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
873         (wl-draft-buffer-message-number): New buffer local variable.
874         (wl-draft-folder-internal): New internal variable.
875         (wl-draft-delete): Rewrite.
876         (wl-draft-save): Ditto.
877         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
878         wl-folder-get-elmo-folder.
879         (wl-draft-config-info-operation): Ditto.
880         (wl-jump-to-draft-folder): Ditto.
881         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
882         (wl-draft-reedit): Rewrite.
883
884         * Version number is increased to 2.11.19.
885         
886 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
887
888         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
889         variable.
890
891 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
894         Use ignore-errors instead of unwind-protect.
895
896 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
897
898         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
899         for updating `wl-thread-entity-list'.
900
901 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
902
903         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
904         parameter from calling `wl-thread-entity-get-older-brothers' and
905         `wl-thread-entity-get-younger-brothers'.
906         Replace nested `append' with a single one.
907
908 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-summary.el (wl-summary-mode): Don't use the return value of
911         `make-local-hook'.
912
913 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
914
915         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
916         instead of `let*'.
917         (wl-thread-delete-message): Likewise.  Split and narrow the scope
918         of local variables.
919
920 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
923         Renamed from wl-summary-window-scroll-functions.
924         (wl-summary-window-scroll-functions): Don't set to variable.
925         (wl-summary-display-top): Use run-hooks.
926         (wl-summary-display-bottom): Ditto.
927         (wl-summary-toggle-disp-msg): Ditto.
928         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
929         Use it instead of wl-summary-window-scroll-functions.
930         (wl-summary-goto-folder-subr): Don't call
931         wl-summary-window-scroll-functions, use
932         wl-summary-buffer-window-scroll-functions instead.
933
934 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
937         make-local-variable.
938
939 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
940
941         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
942         set-buffer-modified-p.
943         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
944         (wl-summary-display-bottom): Ditto.
945         (wl-summary-toggle-disp-msg): Ditto.
946
947 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
950
951         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
952         (wl-summary-forward): Use elmo-message-entity-field instead of
953         elmo-message-field.
954
955         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
956
957 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-summary.el (wl-summary-window-scroll-functions): No use
960         `append'.
961
962 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
963
964         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
965         function.
966         (wl-summary-window-scroll-functions): Call it when both
967         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
968         (wl-summary-temp-mark): Added optional argument number.
969         (wl-summary-message-mark): Added optional argument flag.
970         (wl-summary-persistent-mark): Added optional argument number and flag.
971         (wl-summary-update-persistent-mark): Ditto.
972         (wl-summary-update-status-marks): Set "r" for interactive spec.
973
974         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
975         argument number and flag.
976
977         * wl-action.el (wl-summary-registered-temp-mark): 
978         Do nothing when wl-summary-buffer-temp-mark-list is nil.
979
980 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
983         internal variable (buffer local).
984         (wl-summary-window-scroll-functions): New function.
985         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
986         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
987         as nil.
988         (wl-summary-update-status-marks): Added arguments beg, end and
989         check.
990         (wl-summary-update-mark-window): Use function.
991         (wl-summary-sync-update): Follow the change above.
992         (wl-summary-switch-to-clone-buffer): Copy
993         wl-summary-buffer-unsync-mark-number-list.
994         (wl-summary-goto-folder-subr): Set
995         wl-summary-buffer-unsync-mark-number-list and
996         use wl-summary-window-scroll-functions insteaf of
997         wl-summary-lazy-highlight.
998
999         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1000
1001 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1004
1005         * wl-summary.el (wl-summary-update-persistent-mark): Call
1006         wl-summary-set-message-modified.
1007
1008         * wl-summary.el (wl-summary-sync-update): Don't call
1009         wl-summary-update-status-marks.
1010
1011         * Version number is increased to 2.11.18.
1012
1013 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1014
1015         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1016         (wl-message-next-page): Ditto.
1017
1018 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1019
1020         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1021         local variable.  Change the order of a collected list into the
1022         same as the specified range.  Remove nil from a collected list.
1023
1024 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1027         argument for elmo-folder-list-messages.
1028
1029 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1032         change (wl-summary-count-unreads return a list instead of a cons
1033         cell).
1034
1035 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1036
1037         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1038         `wl-summary-folder-info-update'.
1039
1040 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (wl-summary-set-message-modified): No use
1043         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1044         (wl-summary-set-mark-modified): Abolish.
1045         (wl-summary-mark-modified-p): Ditto.
1046         (wl-summary-save-view): Follow the change above.
1047
1048         * wl-expire.el (wl-summary-expire): Likewise.
1049
1050 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1051
1052         * wl-summary.el (wl-summary-detect-mark-position): Use
1053         modb-entity-handler.
1054         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1055
1056         * Version number is increased to 2.11.17.
1057
1058 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1059
1060         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1061         entity field value.
1062         (wl-summary-prefetch-msg): Ditto.
1063         (wl-summary-print-message-with-ps-print): Ditto.
1064
1065 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1066
1067         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1068         for dummy entity.
1069         (wl-summary-insert-thread): Use elmo-message-entity-field.
1070         (wl-summary-update-thread): Use elmo-message-entity-field and
1071         elmo-message-entity-number.
1072         (wl-summary-line-number):  Use elmo-message-entity-number.
1073         (wl-summary-line-size): Use elmo-message-entity-field.
1074         (wl-summary-line-subject): Ditto.
1075         (wl-summary-line-from): Ditto.
1076         (wl-summary-line-attached): Ditto.
1077         (wl-summary-create-line): Ditto.
1078         (wl-summary-create-line): Use elmo-message-entity-number.
1079         (wl-summary-print-message-with-ps-print): Use
1080         elmo-message-entity-field.
1081
1082 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1083
1084         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1085         change in elmo-msgdb-make-message-entity.
1086         (wl-summary-buffer-set-folder): Don't call
1087         wl-summary-detect-mark-position here.
1088         (wl-summary-rescan): Call elmo-message-entity-number.
1089         (wl-summary-sync-update): Ditto.
1090         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1091
1092         * wl-score.el (wl-score-header-index): Redefine 2th element.
1093         (wl-score-overview-entity-get-extra): Abolish.
1094         (wl-score-ov-entity-get): Rewrite.
1095         (wl-score-string-index<, wl-score-string-func<): Abolish.
1096         (wl-score-string<): New function.
1097         (wl-score-string-sort): Use it.
1098
1099         * wl-refile.el (wl-refile-guess-by-history): Use
1100         elmo-message-entity-field.
1101         (wl-refile-guess-by-from): Ditto.
1102         (wl-refile-guess-by-msgid): Ditto.
1103
1104         * Version number is increased to 2.11.16.
1105
1106 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1107
1108         * wl-folder.el (wl-folder-confirm-existence): Don't call
1109         file-exists-p if msgdb-path is nil.
1110         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1111         `wl-read-folder-hist' to `wl-read-folder-history'.
1112
1113 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1114
1115         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1116         `y-or-n-p'.
1117
1118 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-score.el (wl-score-headers): Don't use
1121         elmo-folder-do-each-message-entity.
1122
1123         * Version number is increased to 2.11.15.
1124
1125 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1126
1127         * wl-summary.el (wl-summary-delete-all-msgs): Use
1128         elmo-folder-move-messages instead of elmo-folder-delete-messages
1129         and elmo-folder-detach-messages.
1130         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1131
1132         * wl-expire.el (wl-expire-delete): Ditto.
1133         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1134
1135 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1136
1137         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1138         (wl-message-header-narrowing-fields): Ditto.
1139         (wl-message-header-narrowing-lines): Ditto.
1140         (wl-message-header-narrowing-string): Ditto.
1141
1142         * wl-summary.el (wl-summary-mode-map): Bind
1143         wl-summary-toggle-header-narrowing to "C-cC-f".
1144         (wl-summary-toggle-header-narrowing): New function.
1145
1146         * wl-message.el (wl-message-buffer-create): Call
1147         wl-message-header-narrowing-setup.
1148         (wl-message-redisplay): Call wl-message-header-narrowing.
1149         (wl-message-header-narrowing): New function.
1150         (wl-message-header-narrowing-map): New keymap.
1151         (wl-message-header-narrowing-widen-map): New keymap.
1152         (wl-message-header-narrowing-again-at-mouse): New function.
1153         (wl-message-header-narrowing-1): Ditto.
1154         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1155         (wl-message-header-narrowing-setup): Ditto.
1156         (wl-message-header-narrowing-toggle): Ditto.
1157         
1158         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1159
1160         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1161         'flag as all.
1162         (wl-use-flag-folder-help-echo): New user option.
1163
1164         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1165         wl-summary-highlight as nil.
1166         (wl-summary-set-mark-modified): Follow the API change.
1167         (wl-summary-mark-modified-p): Ditto.
1168         (wl-summary-mark-as-read-all): Ditto.
1169         (wl-summary-sync-marks): Don't call
1170         elmo-folder-list-messages-with-global-mark.
1171         (wl-summary-mark-as-read-internal): Follow the API change.
1172         (wl-summary-mark-as-answered-internal): Ditto.
1173         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1174         Follow the API change.
1175         (wl-summary-create-line): Call with number argument.
1176         (wl-summary-reply): Follow the API change.
1177
1178         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1179         function.
1180         (wl-highlight-summary-line-string): Call it when
1181         wl-use-flag-folder-help-echo is non-nil.
1182         (wl-highlight-summary-current-line): Ditto.
1183         (elmo-flag-folder-referrer): Added autoload setting.
1184
1185         * wl-draft.el (wl-draft-kill): Follow the API change.
1186
1187         * Version number is increased to 2.11.14.
1188         
1189 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1190
1191         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1192
1193 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1194
1195         * Version number is increased to 2.11.13.
1196
1197 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-draft.el (wl-draft-previous-history-element): Fixed
1200         unbalanced parenthesis and bind unbound local variables.
1201
1202 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-draft.el (wl-draft-previous-history-element): New function.
1205         (wl-draft-next-history-element): Ditto.
1206         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1207         them to M-p and M-n.
1208
1209 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * Version number is increased to 2.11.12.
1212
1213 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1214
1215         * wl-draft.el (wl-draft-hide): Select buffer-window.
1216
1217 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1218
1219         * wl-summary.el (wl-summary-narrow-to-region): New function.
1220         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1221         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1222         (wl-summary-save-region): Use it.
1223         * wl-action.el (wl-summary-collect-numbers-region)
1224         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1225
1226 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-folder.el (wl-folder-count-incorporates): Don't use
1229         `elmo-msgdb-mark-load'
1230
1231         * Version number is increased to 2.11.11.
1232
1233 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1234
1235         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1236         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1237
1238 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1239
1240         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1241
1242 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * Version number is increased to 2.11.10.
1245
1246 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-mime.el (wl-draft-attribute-value): Fixed.
1249
1250 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-util.el (wl-copy-local-variables): New function.
1253
1254         * wl-mime.el (wl-draft-attribute-recipients): New function.
1255         (wl-draft-attribute-envelope-from): Ditto.
1256         (wl-draft-attribute-smtp-posting-server): Ditto.
1257         (wl-draft-attribute-smtp-posting-port): Ditto.
1258         (wl-draft-attribute-value): Ditto.
1259         (wl-draft-preview-message): Use it to get value for
1260         attributes. Reflect result of `wl-draft-config'.
1261
1262         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1263         and call `wl-summary-mark-as-read' before to call
1264         `wl-summary-unset-mark'.
1265         (wl-summary-target-mark-mark-as-unread): Likewise.
1266         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1267
1268 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-mime.el (wl-draft-preview-message): Use actual value for
1271         attributes; Fix for small window.
1272
1273 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-refile.el (wl-refile-get-field-value): Call
1276         `elmo-message-entity-field' with 3rd argument is non-nil.
1277
1278 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1279
1280         * wl-vars.el (wl-draft-preview-attributes): New user option.
1281         (wl-draft-preview-attributes-list): Ditto.
1282         (wl-draft-preview-attributes-buffer-lines): Ditto.
1283         (wl-draft-preview-attributes-buffer-name): Ditto.
1284
1285         * wl-mime.el (wl-draft-preview-message): Display attributes.
1286
1287 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-summary.el (wl-summary-detect-mark-position): Bind
1290         wl-summary-flag-priority-list to '(new).
1291
1292 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1295         funtion.
1296         (wl-highlight-summary-line-string): Use it.
1297         (wl-highlight-summary-current-line): Ditto.
1298
1299 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1300
1301         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1302         line even when the mark string is not changed.
1303
1304         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1305         argument change in the wl-summary-create-line.
1306         (wl-thread-insert-entity-sub): Ditto.
1307
1308         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1309         argument change in the wl-summary-create-line.
1310         (wl-summary-insert-sequential): Ditto.
1311         (wl-summary-update-thread): Ditto.
1312         (wl-summary-persistent-mark-string): New inline function.
1313         (wl-summary-message-mark): Use it.
1314         (wl-summary-create-line): Abolish argument wl-persistent-mark
1315         and added wl-flags, wl-cached.
1316
1317         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1318         mark to flags.
1319         (wl-highlight-summary-current-line): Decide the face not by the 
1320         persistent mark but flags.
1321
1322 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1325         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1326         wl-summary-read-uncached-mark): Revive.
1327         (wl-summary-answered-cached-mark,
1328         wl-summary-answered-uncached-mark): New user option.
1329         (wl-summary-score-marks): Follow the change above.
1330         (wl-summary-auto-refile-skip-marks): Ditto.
1331         (wl-summary-incorporate-marks): Ditto.
1332         (wl-summary-expire-reserve-marks): Ditto.
1333         (wl-summary-flag-priority-list): New user option.
1334
1335         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1336         changes.
1337         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1338         of elmo-message-mark.
1339         (wl-summary-mark-as-read-internal): Ditto.
1340         (wl-summary-mark-as-answered): Ditto.
1341         (wl-summary-mark-as-important): Ditto.
1342         (wl-summary-redisplay-internal): Ditto.
1343         (wl-summary-redisplay-no-mime-internal): Ditto.
1344         (wl-summary-message-mark): New function.
1345         (wl-summary-insert-sequential): Use wl-summary-message-mark
1346         instead of elmo-message-mark.
1347         (wl-summary-update-thread): Ditto.
1348         (wl-summary-persistent-mark): Ditto.
1349         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1350         instead of elmo-message-mark.
1351
1352         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1353         wl-summary-message-mark instead of elmo-message-mark.
1354         (wl-thread-insert-entity-sub): Ditto.
1355         (wl-thread-get-children-msgs-uncached): Ditto.
1356
1357         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1358         variable name changes.
1359         (wl-highlight-summary-current-line): Ditto.
1360
1361         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1362         wl-summary-message-mark instead of elmo-message-mark.
1363
1364         * wl-expire.el (wl-expire-message-p): Ditto.
1365
1366         * wl-score.el (wl-score-headers): Ditto.
1367
1368         * Version number is increased to 2.11.9.
1369
1370         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1371         (wl-summary-sync-update): Follow the change above.
1372         (wl-summary-switch-to-clone-buffer): Ditto.
1373         (wl-summary-open-folder): Ditto.
1374
1375 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1376
1377         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1378         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1379
1380         * Version number is increased to 2.11.8.
1381
1382         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1383
1384         * wl-expire.el (wl-expire-refile): Follow the API change on
1385         `elmo-folder-move-messages'.
1386         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1387
1388         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1389         (wl-summary-exec-action-refile): Ditto.
1390         (wl-summary-exec-action-copy): Ditto.
1391         (wl-summary-no-auto-refile-message-p): No use
1392         `wl-summary-buffer-msgdb'.
1393         (wl-summary-auto-refile): Ditto.
1394
1395 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1396
1397         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1398
1399 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1400
1401         * wl-summary.el (wl-summary-sync): Treat no-sync.
1402
1403         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1404         (wl-default-sync-range): Ditto.
1405
1406 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-refile.el (wl-refile-subject-learn): Call
1409         `elmo-message-entity-field' with 3rd argument is non-nil.
1410         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1411         instead of `elmo-msgdb-overview-entity-get-subject'.
1412
1413 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1414
1415         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1416         scan-type is rescan.
1417         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1418         new optional argument force is non-nil.
1419         (wl-summary-save-view-cache): Call it with force argument non-nil.
1420
1421         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1422
1423 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1424
1425         * wl-action.el (wl-summary-print-argument): Fixed last change.
1426
1427 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1428
1429         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1430         simplified.
1431         (wl-summary-target-mark-mark-as-unread): Likewise.
1432         (wl-summary-target-mark-mark-as-important): Likewise.
1433
1434 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1435
1436         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1437         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1438         (wl-summary-mark-as-important-region): Change accordingly.
1439         (wl-summary-target-mark-mark-as-important): Ditto.
1440
1441 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1442
1443         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1444
1445         * wl-action.el (wl-summary-print-argument): Print argument to
1446         right side of window if `wl-summary-print-argument-within-window'
1447         is non-nil.
1448
1449 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1450
1451         * wl-action.el (wl-summary-set-mark): Use
1452         `wl-summary-message-visible-p' to check visibility of the message
1453         and jump to message only when the message line is visible and have
1454         different number; Call wl-summary-unset-mark with number argument.
1455         (wl-summary-unset-mark): 
1456         Use `wl-summary-message-visible-p'
1457         to check visibility of the message and jump to message only when
1458         the message line is visible and have different number;
1459
1460 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1461
1462         * Version number is increased to 2.11.7.
1463
1464         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1465         and wl-folder-summary-line-format.
1466
1467         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1468         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1469         (wl-summary-set-score-mark): Use it.
1470         (wl-summary-target-mark-mark-as-read): Ditto.
1471         (wl-summary-target-mark-mark-as-unread): Ditto.
1472         (wl-summary-target-mark-mark-as-important): Ditto.
1473         (wl-summary-target-mark-msgs): Simplified.
1474         (wl-summary-detect-mark-position): Fixed problem when
1475         summary-line-format no contain persisten/temp mark spec.
1476         (wl-summary-temp-mark): Ditto.
1477         (wl-summary-persistent-mark): Ditto.
1478         (wl-summary-update-persistent-mark): Ditto.
1479
1480         * wl-action.el (wl-summary-set-mark): Ditto.
1481         (wl-summary-unset-mark): Ditto.
1482         All other related portions are changed.
1483
1484 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1485
1486         * Version number is increased to 2.11.6.
1487
1488 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1489
1490         * wl-util.el (wl-current-message-buffer): Define as function;
1491         Don't use the value of wl-messge-buffer.
1492
1493         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1494         persistent mark.
1495
1496         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1497         no current message, cause an error.
1498
1499 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1500
1501         * wl-summary.el (wl-summary-set-message-modified): Use
1502         elmo-folder-set-message-modified instead of
1503         elmo-folder-set-message-modified-internal.
1504
1505 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1508         interactively.
1509         (wl-summary-sync): nokill->entirely.
1510         (wl-summary-sync-marks): Fixed message.
1511         (wl-summary-input-range): Added mark, nokill->entirely.
1512
1513         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1514         messages as read.
1515
1516 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1517
1518         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1519         update-noscore.
1520         (wl-summary-sync): Follow the change above.
1521
1522 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-action.el (wl-summary-target-mark-all): Use
1525         elmo-folder-list-messages.
1526
1527 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1528
1529         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1530         (wl-summary-rescan): Set wl-summary-scored as nil.
1531         (wl-summary-sync-force-update): Follow the change above.
1532         (wl-summary-sync): Ditto.
1533         (wl-summary-sync-update): Added argument disable-killed.
1534         (wl-summary-insert-headers): Set visible-only argument for
1535         elmo-folder-list-messages.
1536         (wl-summary-input-range): Added update-nokill, update-noscore,
1537         all-nokill, all-noscore and mark.
1538
1539         * Version number is increased to 2.11.5.
1540
1541         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1542
1543 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1546         (wl-summary-prefetch-region-no-mark): Change accordingly.
1547         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1548
1549 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1550
1551         * wl-address.el (wl-complete-field-to): Abolished.
1552         (wl-complete-address): Completion function for completing-read.
1553         * wl-action.el (wl-summary-get-resend-address): Use it.
1554
1555         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1556         wl-summary-update-mark and abolish unused argument.
1557         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1558         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1559         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1560         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1561         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1562         * wl-draft.el (wl-draft-kill): Ditto.
1563
1564         * wl-summary.el: Remove unused binding of case-fold-search.
1565         (wl-summary-replace-status-marks): Abolished.
1566
1567 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1568
1569         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1570         is specified or folder length is zero.
1571
1572 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1575         (wl-folder-archive-current-entity): Ditto.
1576
1577 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1578
1579         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1580         retrieving message mark.
1581         (wl-summary-redisplay-internal): Ditto.
1582
1583         * wl-message.el (wl-message-buffer-display): Ignore errors while
1584         retrieving message-id field.
1585
1586         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1587         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1588         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1589         order of the arguments for `wl-expire-message-p'.
1590         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1591
1592         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1593         Check return value of wl-summary-reply.
1594         (wl-summary-reply): Recover window configuration when an error occured.
1595
1596 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1597
1598         * wl-summary.el (wl-summary-resend-message): Abolished, the
1599         feature is inherited by wl-summary-resend (put resend mark).
1600
1601 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1604         wl-message-buffer to nil when the message is hide.
1605
1606 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * .cvsignore: New file.
1609
1610 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1611
1612         * wl-action.el (wl-summary-action-docstring): Add more info.
1613         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1614         duplicate definition.
1615         (wl-summary-define-mark-action): Functions wl-summary-*-region
1616         keep current position.
1617         (wl-summary-unregister-target-mark): Store result to the variable.
1618
1619 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * Version number is increased to 2.11.4.
1622
1623 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1626         wl-summary-delete-all-temp-marks.
1627         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1628
1629         * wl-action.el (wl-summary-set-mark): Changed terminology
1630         refile-destination -> action-argument.
1631         (wl-summary-unset-mark): Ditto.
1632         (wl-summary-remove-argument): Ditto.
1633         (wl-summary-print-argument): Ditto.
1634
1635         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1636         (wl-thread-remove-argument-region): Ditto.
1637         (wl-thread-print-argument-region): Ditto.
1638         (wl-thread-close): Ditto.
1639         (wl-thread-open): Ditto.
1640
1641         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1642         (wl-highlight-refile-destination-face is abolished)
1643         (wl-highlight-action-argument-string): Ditto.
1644         (wl-highlight-summary-current-line): Highlight action argument.
1645
1646         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1647         color for light backgrounds.
1648         (wl-highlight-summary-answered-face): Ditto.
1649
1650 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1653
1654         * wl-score.el (wl-summary-score-update-all-lines): Use
1655         wl-summary-set-mark.
1656         (wl-summary-score-update-all-lines): Kill expunged messages.
1657
1658         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1659
1660 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1661
1662         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1663         directly.
1664         (wl-score-overview-entity-get-lines): Ditto.
1665         (wl-score-overview-entity-get-xref): Ditto.
1666         (wl-score-get-latest-msgs): Ditto.
1667         (wl-summary-rescore): Ditto.
1668
1669         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1670         to "&".
1671         (wl-summary-mark-as-answered-internal): New inline function.
1672         (wl-summary-mark-as-answered): New function.
1673         (wl-summary-mark-as-unanswered): Ditto.
1674         (wl-summary-sync-marks): Modified for answered-mark synching.
1675
1676 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-action.el (wl-summary-set-mark): Fixed last change.
1679
1680 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1681
1682         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1683         behavior of wl-summary-unread-message-hook
1684         (Pointed out by akira yamada <akira@arika.org>).
1685
1686 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1689         wl-summary-delete.
1690         * wl-xmas.el (wl-summary-toolbar): Ditto.
1691
1692         * wl-action.el (wl-summary-set-mark): Don't override current
1693         temp-mark.
1694
1695         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1696
1697 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1698
1699         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1700         (wl-refile-msgid-learn): Ditto.
1701         (wl-refile-get-field-value): Ditto.
1702
1703         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1704
1705         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1706         (wl-expire-delete-reserved-messages): Renamed from
1707         wl-expire-reserve-marked-msgs-from-list.
1708         (wl-expire-delete): Removed argument `msgdb'.
1709         (wl-expire-refile): Ditto.
1710         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1711         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1712         mark-alist as argument.
1713         (wl-expire-archive-number1): Removed argument `msgdb'.
1714         (wl-expire-archive-number2): Ditto.
1715         (wl-expire-archive-date): Ditto.
1716         (wl-expire-localdir-date): Ditto.
1717         (wl-expire-hide): Ditto.
1718         (wl-archive-number1): Ditto.
1719         (wl-archive-number2): Ditto.
1720         (wl-archive-date): Ditto.
1721         (wl-archive-folder): Ditto.
1722         All other related portions are changed.
1723
1724 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1727         mean move up and down. (suggested by Takashi Kawachi)
1728
1729 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1730
1731         * wl-acap.el (toplevel): Don't require un-define.
1732
1733 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1734
1735         * wl-thread.el (wl-thread-delete-message): Always update
1736         wl-summary-buffer-number-list.
1737
1738         * wl-action.el (wl-summary-print-destination): 
1739         Do nothing when folder is nil.
1740
1741 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1744         persistent mark when prefetch is succeeded.
1745
1746 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1747
1748         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1749         instead of elmo-msgdb-delete-msgs.
1750         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1751         (wl-expire-hide): Ditto.
1752
1753         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1754
1755         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1756         elmo-msgdb interface.
1757         (wl-thread-get-exist-children): Likewise.
1758         (wl-thread-insert-message): Likewise.
1759         (wl-thread-msg-mark-as-important): Likewise.
1760         (wl-thread-insert-entity-sub): Likewise.
1761         (wl-thread-get-children-msgs-uncached): Likewise.
1762
1763         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1764         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1765         (wl-summary-sync-update): Likewise.
1766         (wl-summary-auto-select-msg-p): Likewise.
1767         (wl-summary-update-thread): Likewise.
1768         (wl-summary-mark-as-important): Likewise.
1769         (wl-summary-jump-to-msg-internal): Likewise.
1770         (wl-summary-redisplay-internal): Likewise.
1771         (wl-summary-print-message-with-ps-print): Likewise.
1772         (wl-summary-folder-info-update): Likewise.
1773
1774         * wl-folder.el (wl-folder-check-one-entity):
1775         elmo-folder-count-flags instead of wl-summary-count-unread.
1776
1777         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1778
1779         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1780
1781         * wl-summary.el (wl-summary-set-message-modified): 
1782         Call wl-summary-set-mark-modified.
1783         (wl-summary-delete-messages-on-buffer): Call
1784         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1785         (wl-summary-sync-update): Call elmo-folder-length instead of
1786         elmo-folder-messages.
1787         (wl-summary-insert-headers): Don't call
1788         elmo-folder-list-message-entities.
1789
1790 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-action.el (wl-summary-define-mark-action): Call
1793         `wl-summary-set-mark' with argument `data'.
1794         (wl-summary-auto-refile): Fixed order of arguments when call
1795         `wl-summary-refile'.
1796
1797 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1798
1799         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1800
1801         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1802
1803         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1804         (Renamed from wl-highlight-summary-deleted-face).
1805         (wl-highlight-summary-resend-face): New face.
1806
1807         (wl-highlight-summary-deleted-face): Renamed from
1808         wl-highlight-summary-erased-face.
1809
1810         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1811
1812         * wl-action.el (wl-summary-get-resend-address): New function.
1813         (wl-summary-exec-action-resend): Ditto.
1814         (wl-summary-exec-action-resend-subr): Ditto.
1815
1816         * w-thread.el (wl-thread-copy): Removed definition.
1817         (wl-thread-refile): Ditto.
1818         (wl-thread-delete): Ditto.
1819         (wl-thread-target-mark): Ditto.
1820
1821         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1822         (wl-summary-target-mark-set-action): Fixed.
1823         (wl-summary-define-mark-action): Fixed quotation.
1824         (wl-summary-move-mark-list-messages): Display message.
1825         (wl-summary-define-mark-action): Define thread functions.
1826         (wl-summary-exec-action-refile): Changed message.
1827         (wl-summary-exec): Ditto.
1828
1829 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1830         
1831         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1832         '%%'.
1833
1834 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1835
1836         * wl.el (toplevel): Require wl-action.
1837         (wl-init): Call wl-summary-define-mark-action.
1838
1839         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1840
1841         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1842         wl-summary-delete and wl-summary-erase.
1843         (wl-summary-mode-map): Ditto.
1844
1845         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1846         wl-delete-folder-alist.
1847
1848         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1849         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1850         (toplevel): Moved mark & action related functions to the wl-action.el.
1851
1852         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1853         in wl-summary-mark-action-list.
1854         (wl-highlight-summary-current-line): Ditto.
1855
1856         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1857         empty lines.
1858
1859         * wl-action.el: New file. 
1860
1861 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1862
1863         * wl-summary.el (wl-summary-target-mark-replace): New function.
1864         (wl-summary-target-mark-prefetch): Use it.
1865         (wl-summary-target-mark-delete): Ditto.
1866         (toplevel): Rearranged definition order.
1867         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1868         (wl-summary-target-mark-erase): Rewrite.
1869         (wl-summary-erase-region): New function.
1870         (wl-summary-exec-action-erase): Changed message.
1871         (wl-summary-move-mark-list-messages): New function.
1872         (wl-summary-exec-action-delete): Use it.
1873         (wl-summary-exec-action-erase): Ditto.
1874
1875         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1876         (wl-summary-skip-mark-list): Added "d".
1877
1878         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1879         while searching.
1880
1881         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1882         and define using defcustom;
1883         Define 4th element as a face.
1884         
1885         * wl-summary.el (wl-summary-incorporate): Use 
1886         `wl-summary-prefetch-region-no-mark' instead of
1887         `wl-summary-prefetch-region'.
1888         (wl-summary-prefetch-region-no-mark): Revival of old
1889         `wl-summary-prefetch-region'.
1890         (wl-summary-mark-action-list): Moved to wl-vars.el
1891
1892         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1893         face according to the `wl-summary-mark-action-list'.
1894         (wl-highlight-summary-current-line): Ditto;
1895         Removed destination highlighting.
1896
1897         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1898         (wl-highlight-summary-line-string): Highlight for "i" mark.
1899         (wl-highlight-summary-current-line): Ditto.
1900
1901         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1902         no destination.
1903
1904         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1905         exists, just go ahead.
1906         (wl-summary-prefetch-region): Rewrite.
1907         (wl-summary-prefetch): Ditto.
1908         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1909         (wl-summary-exec-action-prefetch): New function.
1910         (wl-summary-target-mark-prefetch): Rewrite.
1911
1912 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1913
1914         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1915         (wl-highlight-summary-line-string): Added "d" and "D".
1916         (wl-highlight-summary-current-line): Ditto.
1917
1918         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1919         in wl-summary.el.
1920         (wl-thread-insert-entity-sub): Ditto.
1921         (wl-thread-remove-destination-region): Ditto.
1922         (wl-thread-print-destination-region): Ditto.
1923
1924         * wl-summary.el (wl-summary-buffer-refile-list,
1925         wl-summary-buffer-delete-list,
1926         wl-summary-buffer-copy-list): Abolish.
1927         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1928         All other related portions are changed.
1929         (wl-summary-mark-action-list): New variable.
1930         (wl-summary-set-mark): New function.
1931         (wl-summary-register-target-mark): Ditto.
1932         (wl-summary-unregister-target-mark): Ditto.
1933         (wl-summary-have-target-mark-p): Ditto.
1934         (wl-summary-register-temp-mark): Ditto.
1935         (wl-summary-unregister-temp-mark): Ditto.
1936         (wl-summary-registered-temp-mark): Ditto.
1937         (wl-summary-collect-temp-mark): Ditto.
1938         (wl-summary-unset-mark): Ditto.
1939         (wl-summary-set-target-mark): Ditto.
1940         (wl-summary-unset-target-mark): Ditto.
1941         (wl-summary-set-action-generic): Ditto.
1942         (wl-summary-unset-action-generic): Ditto.
1943         (wl-summary-exec-action-delete): Ditto.
1944         (wl-summary-exec-action-erase): Ditto.
1945         (wl-summary-set-action-refile): Ditto.
1946         (wl-summary-set-action-refile-subr): Ditto.
1947         (wl-summary-unset-action-refile): Ditto.
1948         (wl-summary-make-destination-numbers-list): Ditto.
1949         (wl-summary-exec-action-refile): Ditto.
1950         (wl-summary-set-action-copy): Ditto.
1951         (wl-summary-unset-action-copy): Ditto.
1952         (wl-summary-exec-action-copy): Ditto.
1953         (wl-summary-collect-numbers-region): Ditto.
1954         (wl-summary-delete): Rewrite.
1955         (wl-summary-erase): Ditto.
1956         (wl-summary-remove-destination): Ditto.
1957         (wl-summary-exec): Ditto.
1958         (wl-summary-exec-region): Ditto.
1959         (wl-summary-target-mark-erase): Ditto.
1960         (wl-summary-refile): Ditto.
1961         (wl-summary-copy): Ditto.
1962         (wl-summary-unmark): Ditto.
1963         (wl-summary-delete-all-mark): Ditto.
1964         (wl-summary-mark-line): Don't highlight.
1965         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1966         (wl-summary-target-mark-refile-subr): Rewrite.
1967
1968         (wl-summary-copy-prev-destination): Abolish.
1969
1970 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1973         default values along the value of wl-on-mule.
1974         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1975         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1976         It is not used anywhere.
1977
1978 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * wl-summary.el (wl-summary-print-destination): Keep position.
1981         (wl-summary-cursor-move-surface): Keep horizontal position.
1982
1983 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1986         write sendlog.
1987
1988 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1989
1990         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1991         `wl-summary-highlight'.
1992
1993 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1996         trivial condition for temp-mark.
1997
1998 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2001         when it hits killed buffer.
2002
2003 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2006         * wl-news.el.in: `message' and `error' take format string.
2007
2008 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2009
2010         * wl-folder (wl-folder-insert-entity): Display a message,
2011         `...done', when the work finish.
2012         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2013
2014 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * wl-message.el (wl-message-redisplay): Remove unused local
2017         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2018
2019 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2020
2021         * wl-summary.el (wl-summary-replace-status-marks): Disable
2022         interactive use.
2023         (wl-summary-reedit): Check message existence at first.
2024         (wl-summary-mark-line): Fix doc, return value is indefinite.
2025
2026         * wl-highlight.el (wl-highlight-message): Arranged.
2027
2028         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2029         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2030         check temp-mark by wl-summary-temp-mark always.
2031         (wl-highlight-summary): Change accordingly.
2032         * wl-summary.el (wl-summary-mark-as-read-all)
2033         (wl-summary-delete-cache, wl-summary-set-score-mark)
2034         (wl-summary-mark-as-unread, wl-summary-unmark)
2035         (wl-summary-mark-line, wl-summary-mark-as-read)
2036         (wl-summary-mark-as-important): Ditto.
2037
2038         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2039         end of the window if possible.
2040         * wl-summary.el (wl-summary-sync-update): Support lazy
2041         highlighting.
2042         (wl-summary-toggle-disp-msg): Ditto.
2043
2044 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2047
2048 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2049
2050         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2051         change.
2052
2053 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2056         API.
2057         (wl-summary-sync-update): Ditto.
2058
2059         * wl-score.el (wl-score-get-score-alist): Changed argument.
2060         (wl-summary-rescore-msgs): Likewise.
2061         (wl-summary-score-headers): Likewise.
2062         (wl-score-headers): Likewise;
2063         Use elmo-folder-do-each-message-entity, etc.
2064         (wl-summary-score-effect): Follow the changes above.
2065         (wl-summary-rescore): Ditto.
2066         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2067         (wl-score-get-overview): Abolish.
2068
2069         * wl-summary.el (wl-summary-default-from): Follow the API change in
2070         elmo-msgdb.
2071         (wl-summary-count-unread): Ditto.
2072         (wl-summary-detect-mark-position): Ditto.
2073         (wl-summary-overview-entity-compare-by-date): Ditto.
2074         (wl-summary-overview-entity-compare-by-number): Ditto.
2075         (wl-summary-overview-entity-compare-by-from): Ditto.
2076         (wl-summary-overview-entity-compare-by-subject): Ditto.
2077         (wl-summary-get-list-info): Ditto.
2078         (wl-summary-rescan): Ditto.
2079         (wl-summary-jump-to-msg-by-message-id): Ditto.
2080         (wl-summary-sync-update): Ditto; Removed comment.
2081         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2082         (wl-summary-insert-message): Use wl-summary-insert
2083         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2084         (wl-summary-insert-headers): Changed argument overview to folder.
2085         (wl-summary-search-by-subject): Likewise.
2086         (wl-summary-insert-thread): Renamed from 
2087         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2088
2089         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2090         too.
2091
2092         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2093         wl-string-member.
2094
2095 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2096
2097         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2098         elmo-folder-append-buffer.
2099         (wl-draft-queue-append): Likewise.
2100
2101         * wl-mime.el (wl-message-delete-current-part): Ditto.
2102         (wl-summary-burst-subr): Ditto.
2103
2104         * wl-news.el.in (wl-news-send-news): Ditto.
2105
2106 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2109         function.
2110         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2111         (wl-summary-update-mark): Enclose with save-excursion.
2112         (wl-summary-mark-as-read-internal): Fixed last change.
2113         (wl-summary-mark-as-important): Use 3rd argument of
2114         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2115         Don't use elmo-msgdb-set-mark.
2116         (wl-summary-redisplay-internal): If msgdb flag is already read,
2117         just update the mark on buffer.
2118
2119 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2122         cut visible folder when elmo-folder-delete returns non-nil value.
2123
2124 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2125
2126         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2127         by Kenichi OKADA <okada@opaopa.org>).
2128
2129 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2130
2131         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2132
2133 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2134
2135         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2136         Fixed the last change, search group entity by its real name.
2137         (Thanks to: KOBAYASHI Shinji)
2138
2139 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140
2141         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2142         (wl-fldmgr-access-display-all): Don't refer visible name.
2143         * wl-expire.el (wl-folder-archive-current-entity)
2144         (wl-folder-expire-current-entity): Ditto.
2145         * wl-folder.el (wl-folder-jump-to-current-entity)
2146         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2147         (wl-folder-open-folder-sub,wl-folder-open-all)
2148         (wl-folder-write-current-folder): Ditto.
2149         (wl-folder-insert-entity): Don't use petname for normal group.
2150         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2151         is the real name.
2152         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2153         Abolished.
2154
2155 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2156
2157         * wl-draft.el (wl-draft-create-buffer): Add
2158         `wl-summary-reply-with-citation'
2159
2160 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2161
2162         * wl-draft.el (wl-draft-reply): Fixed.
2163
2164 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2165
2166         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2167         when `wl-draft-send-confirm-with-preview' is non-nil.
2168         You can scroll up/down by j/k.
2169         (wl-draft-send-confirm-with-preview): New variable (default=t).
2170
2171 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2172
2173         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2174         (wl-fldmgr-save-folders): Fix comment.
2175
2176 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2177
2178         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2179         along the last change in `wl-folder-buffer-group-p'.
2180
2181 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2182
2183         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2184         folder.
2185
2186         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2187         the default value.
2188
2189         * wl-mime.el (wl-summary-burst): Update summary only when target
2190         folder equals current folder.
2191
2192 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2193
2194         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2195
2196 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2197
2198         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2199         value.
2200
2201 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2204         `map-extents' instead of `extent-at' repeatedly.
2205         (wl-highlight-folder-current-line): Ditto.
2206
2207         * wl-highlight.el: Remove useless dummy functions.
2208
2209 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2210
2211         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2212         (wl-folder-put-folder-property): New function to put text property.
2213         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2214         (wl-folder-insert-entity, wl-folder-update-diff-line)
2215         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2216         * wl-e21.el, wl-xmas.el, wl-mule.el
2217         (wl-highlight-folder-current-line): Ditto.
2218         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2219         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2220         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2221         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2222
2223 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2224
2225         * Version number is increased to 2.11.3.
2226
2227 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2228
2229         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2230         Resume current-buffer since it is assumed by remaining tasks.
2231
2232 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2233
2234         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2235         (wl-folder-completion-function): Abolished.
2236         (wl-folder-complete-folder): New function.
2237         (wl-folder-complete-filter-condition): Ditto.
2238         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2239         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2240
2241 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2242
2243         * wl-draft.el (wl-draft-send-confirm): New function.
2244         (wl-draft-send): Use it.
2245
2246         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2247         cursor-in-echo-area while confirming.
2248
2249         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2250
2251         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2252         searching via nntp if wl-summary-search-via-nntp is 'force.
2253         Otherwise, invoke searching in nntp folder only.
2254         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2255
2256         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2257         explicitly for mime-make-text-tag.
2258
2259 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2260
2261         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2262         `mime-make-text-tag' instead of `mime-create-tag'.
2263
2264 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2265
2266         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2267         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2268
2269 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * wl-score.el (wl-score-save): Bind print-length and print-level.
2272         (wl-score-pretty-print): Ditto.
2273         (wl-score-edit-insert-header-entry): Ditto.
2274
2275         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2276         "From" entry to be treated with wl-draft-eword-encode-address-list.
2277         * wl-mime.el (wl-draft-preview-message): Ditto.
2278
2279         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2280         (wl-summary-mark-as-unread): Ditto.
2281         (wl-summary-mark-as-read-region): Change accordingly.
2282         (wl-summary-mark-as-unread-region): Ditto.
2283         (wl-summary-target-mark-mark-as-read): Ditto.
2284         (wl-summary-target-mark-mark-as-unread): Ditto.
2285
2286 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2287
2288         * Version number is increased to 2.11.2.
2289
2290 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2291
2292         * wl-news.el.in (wl-news-previous-version-save): Bind
2293         print-length and print-level.
2294         * wl-thread.el (wl-thread-save-entities): Ditto.
2295         (wl-thread-save-top-list): Bind print-length.
2296
2297 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2298
2299         * wl-highlight.el (wl-highlight-summary-line-string): Use
2300         wl-summary-score-below-mark, wl-summary-score-over-mark.
2301         (wl-highlight-summary-current-line): Ditto.
2302
2303 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2304
2305         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2306         insert it.
2307
2308 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2309
2310         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2311
2312 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2313
2314         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2315         message without msgid.
2316         Rewrite with elmo-folder-move-messages.
2317         Set wl-message-buffer to nil.
2318
2319         * wl-summary.el (wl-summary-erase-subr): New function. Use
2320         elmo-folder-move-messages.
2321         (wl-summary-erase): Call it.
2322         (wl-summary-target-mark-erase): Ditto.
2323
2324 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2327         it is not up-tp-date.
2328
2329 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2330
2331         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2332         buffer after calling `wl-summary-goto-folder-subr' without the
2333         argument `interactive'.
2334         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2335
2336 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2337
2338         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2339         `mime-create-tag'. Use `string=' instead of `looking-at'.
2340
2341 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2342
2343         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2344         to avoid compile warning.
2345
2346         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2347         entity-id when folder is given.
2348         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2349         save-excursion, use save-selected-window instead.
2350         Select folder buffer window if exists.
2351         (To correct behavior with wl-folder-move-cur-folder.)
2352
2353 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2354
2355         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2356
2357 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2358
2359         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2360         list-count instead of %d.
2361
2362 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2363
2364         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2365         (wl-news): Set it.
2366         (wl-news-append-to-folder): Use it.
2367
2368         * wl-news.el.in (wl-news-send-news): Append to specified folder
2369         instead of wl-default-folder.
2370         (wl-news-append-to-folder): Show error message with specified folder.
2371
2372         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2373                 In most major modes, Emacs assumes that any opening
2374                 delimiter found at the left margin is the start of a
2375                 top-level definition, or defun. Therefore, *never put an
2376                 opening delimiter at the left margin unless it should have
2377                 that significance.*
2378
2379         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2380
2381 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2382
2383         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2384
2385 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2386
2387         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2388
2389 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2390
2391         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2392         for sequential numbering case.
2393
2394 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2395
2396         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2397         value.
2398         (wl-draft-reply-without-argument-list): Ditto.
2399         (wl-draft-reply-myself-with-argument-list): Abolish.
2400         (wl-draft-reply-myself-without-argument-list): Ditto.
2401         * wl-draft.el (wl-draft-self-reply-p): New function.
2402         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2403
2404 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2405
2406         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2407         (avoid error for the case without byte-compiling)
2408
2409 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2410
2411         * wl-news.el.in (wl-news-append-to-folder): New function.
2412         (wl-news-exit): Rewrite.
2413         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2414
2415 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2416
2417         * wl-draft.el (wl-draft-reply-position): New function.
2418         (wl-draft-reply-position): Fix.
2419         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2420         (wl-summary-target-mark-reply-with-citation): Ditto.
2421         (wl-summary-reply-with-citation): Ditto.
2422         * wl-vars.el (wl-draft-reply-default-position): New variable.
2423
2424 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2425
2426         * wl-draft.el (wl-draft-send): Preview when interactive send.
2427
2428 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2429
2430         * wl-draft.el (wl-draft-reply): Set default position.
2431         * wl-summary.el (wl-summary-reply): Ditto.
2432         (wl-summary-reply-with-citation): Ditto.
2433         (wl-summary-target-mark-reply-with-citation): Ditto.
2434
2435 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2436
2437         * wl-news.el.in (wl-news-lang): Set default value according to
2438         current-language-environment.
2439         (wl-news-append-news): Do nothing when news-list is nil.
2440
2441 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2442
2443         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2444         (wl-news): Change message.
2445         (wl-news-exit): Check buffer.
2446         (wl-news-force-exit): New function.
2447         (wl-news-show-all): New function.
2448         (wl-news-discard-and-exit): Fix.
2449
2450 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2451
2452         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2453         according to current-language-environment.
2454
2455         * wl-news.el.in (wl-news): If arg, show all NEWS after
2456         wl-news-default-previous-version.
2457
2458 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2459
2460         * wl-news.el.in (wl-news-check): Rewritten.
2461         (wl-news-previous-version-load): Change data type.
2462         (wl-news-previous-version-save): Change data type.
2463         (wl-news-append-news): Add return value.
2464         (wl-news-check-news): New function.
2465         (wl-news-already-current-p): New function.
2466         (wl-news-send-news): Rewritten.
2467         (wl-news-mode-map): Add new keybind.
2468         (wl-news): Rewritten.
2469         (wl-news-exit): Rewritten.
2470         (wl-news-discard-and-mail): New function.
2471         (wl-news-send-to-address): Abolished.
2472         * wl.el (wl-init): Delete a message.
2473
2474 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2475
2476         * wl-news.el.in (wl-news-exit): Update previous version.
2477         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2478
2479 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2480
2481         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2482
2483 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2484
2485         * wl-news.el.in (wl-news): New function.
2486         (wl-news-mode): New function.
2487         (wl-news-next-line): New function.
2488         (wl-news-next-page): New function.
2489         (wl-news-exit): New function.
2490         (wl-news-buf-name): New variable.
2491         (wl-news-mode-map): New variable.
2492         (wl-news-winconf): New variable.
2493         (wl-news-append-news): Add an option.
2494
2495 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2496
2497         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2498
2499 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2500
2501         * wl-news.el.in (wl-news-send-to-address): New variable.
2502         (wl-news-send-news): Use it.
2503         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2504         Return updating status.
2505         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2506
2507 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2508
2509         * wl-news.el.in (wl-news-send-news): Delete
2510         Organization and X-Face.
2511
2512 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2513
2514         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2515         (wl-news-append-news): New function.
2516         (wl-news-send-news): New function.
2517
2518 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2519
2520         * Version number is increased to 2.11.1.
2521
2522 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2523
2524         * wl-news.el.in : New file.
2525
2526 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2527
2528         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2529         default value.
2530         (wl-draft-reply-without-argument-list): Ditto.
2531
2532 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2533
2534         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2535         (wl-message-buffer-prefetch-idle-time): Ditto.
2536         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2537
2538 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl-thread.el (wl-thread-insert-message): Use
2541         wl-summary-max-thread-depth.
2542
2543         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2544         loop detection.
2545
2546         * wl-message.el (wl-message-buffer-display): Back to the first page
2547         when cache is hit.
2548
2549 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2552
2553         * wl-summary.el (wl-summary-insert-thread-entity):
2554         If the thread depth is reached to wl-summary-max-thread-depth,
2555         divide the thread.
2556
2557 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2558
2559         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2560         for elmo-remove-passwd.
2561
2562 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2563
2564         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2565         folder is sticky.
2566         (wl-folder-mark-as-read-all-entity): Ditto.
2567         (wl-folder-prefetch-entity): Ditto.
2568
2569 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2570
2571         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2572
2573 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2574
2575         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2576         Delete messages on buffer for unplugged operation.
2577         (wl-summary-erase): Ditto.
2578
2579 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2580
2581         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2582         take nil so as not to search parent by subject.
2583
2584 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2585
2586         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2587         (wl-folder-get-next-folder): Ditto.
2588         (wl-folder-get-path): Ditto.
2589
2590 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2591
2592         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2593         system and encode the region with it before verifying.
2594
2595 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2596
2597         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2598         system of the echo buffer before decoding.
2599
2600 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2601
2602         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2603         original contents.
2604
2605 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2606
2607         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2608         with argument 'any-exists.
2609
2610 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2611
2612         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2613         Use `wl-cs-autoconv'.
2614
2615 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2616
2617         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2618         by `mime-view-automatic-conversion'.
2619
2620         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2621         (wl-message-verify-pgp-nonmime): Ditto.
2622         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2623         Bind them to C-c:d and C-c:v respectively.
2624
2625         Merge following code by Teranishi-san from [wl-en:00167].
2626         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2627         (wl-mime-preview-application/pgp-encrypted): Ditto.
2628         (wl-mime-setup): Add entry.
2629
2630 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2631
2632         * wl-summary.el (wl-summary-target-mark-erase): New function.
2633         Bind it to "mD".
2634
2635 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl-vars.el (wl-draft-write-file-function): Fix.
2638         (wl-draft-reedit-hook): Changed default value.
2639
2640         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2641         wl-draft-reedit-hook.
2642         (wl-draft-remove-text-plain-tag): New function.
2643         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2644
2645         * wl-vars.el (wl-draft-write-file-function): New user option.
2646
2647         * wl-draft.el (wl-draft-prepare-edit): Use it for
2648         local-write-file-hooks.
2649         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2650
2651         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2652         (wl-draft-insert-mail-header-separator): Return the body beginning
2653         point.
2654         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2655         text/plain.
2656         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2657
2658 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2659
2660         * wl-summary.el (wl-summary-erase): New function to erase message
2661         without moving it to trash. Bind to "D".
2662
2663         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2664         as `keep' unless switch-function.
2665
2666 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2667
2668         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2669         message buffer by using `wl-summary-toggle-disp-msg'.
2670         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2671         buffer window.
2672         (wl-summary-supresedes-message): Ditto.
2673
2674         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2675         Do not delete other windows.
2676         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2677         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2678         (wl-draft-create-buffer): Set reply-or-forward also for target
2679         mark commands.
2680
2681 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-draft.el (wl-user-agent-compose): Delete special case for
2684         switch-to-buffer-other-window.
2685
2686         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2687         (wl-summary-forward): Ditto.
2688
2689         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2690         function.
2691         (wl-draft-buffer-style): New use option.
2692
2693         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2694         (wl-draft): Follow the change above.
2695         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2696         wl-draft-buffer-style.
2697         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2698         switch-function.
2699
2700 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-draft.el (wl-user-agent-compose): Delete special case for
2703         switch-to-buffer-other-window.
2704
2705         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2706         (wl-summary-forward): Ditto.
2707
2708         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2709         function.
2710         (wl-draft-buffer-style): New use option.
2711
2712         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2713         (wl-draft): Follow the change above.
2714         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2715         wl-draft-buffer-style.
2716         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2717         switch-function.
2718
2719 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2720
2721         * wl-address.el (wl-address-make-completion-entry): Extracted from
2722         `wl-address-make-completion-list'.
2723         (wl-address-enable-strict-loading): New variable.
2724         (wl-address-make-completion-list): Revive petname duplication
2725         inquiry, and enable it if `wl-address-enable-strict-loading'.
2726         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2727
2728 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-message.el (wl-message-get-original-buffer): Avoid
2731         'Selecting deleted buffer' error when original buffer is killed.
2732
2733 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-summary.el (wl-summary-next-message): Use
2736         elmo-message-accessible-p instead of elmo-message-cached-p.
2737
2738 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2739
2740         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2741
2742         * wl-thread.el (wl-thread-open-all-unread): Use
2743         elmo-folder-list-flagged instead of
2744         elmo-folder-list-messages-mark-match.
2745
2746         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2747         instead of elmo-folder-list-messages-mark-match.
2748         (wl-summary-move-spec-alist): New variable.
2749         (wl-summary-move-spec-plugged-alist,
2750         wl-summary-move-spec-unplugged-alist): Abolish.
2751         (wl-summary-next-message): Follow the change above.
2752         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2753         with 'no-msg' argument.
2754
2755         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2756         variable.
2757         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2758         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2759         (wl-message-buffer-prefetch-get-next): Follow the change above.
2760
2761 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2762
2763         * wl-version.el (wl-version): Changed codename.
2764
2765         * Version number is increased to 2.11.0.
2766
2767 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2768
2769         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2770         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2771         `wl-draft-config-variables'.
2772         (wl-draft-kill): Fixed problem when the draft is reedit.
2773
2774 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2777         buffer-modified status (Thanks to
2778         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2779
2780 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-util.el (wl-region-exists-p): New function.
2783
2784         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2785         Remove defvars for byte-compile warnings.
2786
2787 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2790         defvar-maybe. Removed unused bind.
2791
2792 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2793
2794         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2795         summary buffer window before creating new frame.
2796         (wl-draft-reply): Ditto.
2797
2798 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2799
2800         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2801
2802 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2803
2804         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2805
2806 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2807
2808         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2809         instead of `kill-region'.
2810
2811 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2814         (wl-highlight-summary-line-string): Use it.
2815         (wl-highlight-summary-current-line): Ditto.
2816
2817         * wl-mime.el (wl-message-delete-current-part): Check the class of
2818         mime-entity.
2819
2820         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2821
2822         * wl-summary.el (wl-summary-make-number-list): Initialize.
2823         (wl-summary-update-mark): New function.
2824         (wl-summary-reply): Put `answered' mark on the message.
2825         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2826
2827         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2828         (wl-draft-reply): Added optional argument `number';
2829         Set wl-draft-parent-number.
2830         (wl-draft-kill): Delete answered mark if it is a reply.
2831
2832 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2833
2834         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2835         that originates in mime-preview-follow-current-entity.
2836         (wl-draft-yank-current-message-entity): Use it if region is active.
2837
2838         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2839         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2840         `wl-message-delete-current-part'.
2841         * wl-mule.el (wl-message-define-keymap): Ditto.
2842         * wl-xmas.el (wl-message-define-keymap): Ditto.
2843
2844 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2845
2846         * wl-mime.el (wl-message-delete-current-part): New function.
2847         (wl-mime-node-id-to-string): Ditto.
2848
2849         * wl-mime.el (wl-message-delete-current-part): Use existing
2850         original buffer which corresponds current mime-view buffer.
2851         (fetched buffer might have different structure, possibly)
2852
2853         * wl-mime.el (wl-message-delete-current-part): Quit if the
2854         message content differs from the actual message.
2855
2856 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2857
2858         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2859         order.
2860         (wl-summary-search-by-subject): Search parent message from tail;
2861         Check the existence of the parent message on the current thread tree.
2862         (wl-summary-update-thread): Check whether the line is inserted.
2863
2864 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2865
2866         * wl-vars.el (wl-summary-line-format): Undo last change.
2867         * wl-summary.el (wl-summary-print-destination): Do not put
2868         invisible property when `wl-summary-width' is nil.
2869         (wl-summary-line-subject-minimum-length): Abolished.
2870         (wl-summary-line-subject): Ditto.
2871
2872 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2873
2874         * wl-vars.el (wl-summary-line-format): Change default value.
2875         (wl-summary-subject-length-limit): Abolished.
2876         * wl-summary.el (wl-summary-line-subject): Ditto.
2877
2878 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2879
2880         * wl-template.el (wl-template-select): Added optional argument.
2881         If optional argument is specified, reverse
2882         `wl-template-visible-select'.
2883
2884 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2885
2886         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2887         Take prefix argument to force asking the destination folder.
2888
2889 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890
2891         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2892         count and update status.
2893
2894 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2895
2896         * wl-summary.el (wl-summary-redisplay-internal): If
2897         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2898         after fetching.
2899
2900 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2901
2902         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2903         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2904
2905         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2906
2907 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2910         (All other related portions are changed).
2911         (wl-summary-mark-as-read-all): Rewrite.
2912
2913 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2914
2915         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2916         `wl-summary-mark-as-read'.
2917         (wl-summary-mark-as-unread): Rewrite.
2918         (wl-summary-mark-as-read): Added no-modeline argument.
2919         (wl-summary-resume-cache-status): Rewrite.
2920         (wl-summary-exec-subr): Remove unused local variable.
2921
2922 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2923
2924         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2925         logic to call `wl-summary-buffer-prev-folder-function'.
2926         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2927
2928 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2931         is nil.
2932
2933 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2934
2935         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2936         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2937         (wl-mime-setup): Add its entry.
2938
2939 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2940
2941         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2942         (wl-summary-delete-cache): Likewise.
2943         (wl-summary-mark-as-read): Rewrite.
2944
2945 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2948         `wl-summary-count-unread'.
2949
2950         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2951
2952         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2953
2954 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2955
2956         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2957         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2958         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2959         Renamed to the elmo-msgdb-*-mark.
2960         (wl-summary-score-marks): Follow the change above.
2961         (wl-summary-auto-refile-skip-marks): Ditto.
2962         (wl-summary-incorporate-marks): Ditto.
2963         (wl-summary-expire-reserve-marks): Ditto.
2964
2965         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2966         changes.
2967         (wl-thread-insert-top): Changed updating message.
2968
2969         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2970         variable.
2971         (wl-summary-count-unread): Count answered marks.
2972         (wl-summary-rescan): Call wl-summary-insert-message instead of
2973         wl-summary-append-message-func-internal.
2974         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2975         (wl-summary-prefetch-msg): Follow the variable name changes.
2976         (wl-summary-prefetch-region): Ditto.
2977         (wl-summary-mark-as-read-all): Follow the API changes;
2978         Don't call elmo-folder-replace-marks.
2979         (wl-summary-delete-cache): Follow the variable name changes.
2980         (wl-summary-resume-cache-status): Ditto.
2981         (wl-summary-update-status-marks): New function.
2982         (wl-summary-insert-message): New function.
2983         (wl-summary-sync-marks): Follow the variable name changes.
2984         (wl-summary-sync-update): Synchronize to the msgdb, too;
2985         Changed update messages.
2986         (wl-summary-make-number-list): Rewrite.
2987         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2988         (wl-summary-mark-as-unread): Follow the API changes.
2989         (wl-summary-exec-subr): Follow the variable name changes.
2990         (wl-summary-mark-as-read): Ditto.
2991         (wl-summary-move-spec-plugged-alist): Ditto.
2992         (wl-summary-move-spec-unplugged-alist): Ditto.
2993         (wl-summary-cursor-move-surface): Ditto.
2994
2995         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2996         variable name changes.
2997         (wl-highlight-summary-current-line): Ditto.
2998
2999         * wl-expire.el (wl-expire-refile): Follow the API change in
3000         elmo-folder-move-messages.
3001         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3002         (wl-summary-archive): Use elmo-folder-msgdb instead of
3003         elmo-msgdb-load.
3004
3005 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3006
3007         * wl-mime.el (wl-draft-preview-message): Restore the position
3008         before evaluating wl-draft-send-hook in preview buffer.
3009
3010 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3011
3012         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3013         when it creates new draft buffer.
3014
3015         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3016         without argument.
3017
3018         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3019         Evaluate content and if the value is string, insert it.
3020         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3021         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3022         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3023         wl-draft-config-sub-part-bottom): Use it.
3024
3025         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3026         with the folder name. The question was unintelligible when it is
3027         called from wl-save-status.
3028
3029 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3030
3031         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3032         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3033         cannot take second argument).
3034
3035 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3036
3037         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3038         as t. Since type and subtype are not case sensitive (RFC 2045).
3039
3040 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3041
3042         * wl-vars.el (wl-message-mode-line-format): New variable.
3043         (wl-message-mode-line-format-spec-alist): Ditto.
3044         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3045         (wl-message-redisplay): Use wl-message-mode-line-format.
3046
3047 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3048
3049         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3050
3051 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3052
3053         * wl-summary.el (wl-summary-default-from): Write description.
3054
3055 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3056
3057         * wl-vars.el (wl-ldap-objectclass): Abolish.
3058
3059         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3060         (wl-ldap-make-filter): Removed condition for objectclass.
3061         (wl-ldap-make-matched-value-list): Remove meaningless process.
3062         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3063         (wl-address-ldap-search): Don't add `*' to `pat' string;
3064         use ignore-errors; added `email';
3065         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3066         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3067         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3068
3069
3070 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3071
3072         * wl-draft.el (wl-draft-parent-folder): Write description.
3073         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3074
3075 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3076
3077         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3078         as "" (zero-length string) if no parent.
3079         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3080
3081 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * wl-address.el (wl-address-make-completion-list): Skip duplication
3084         checking.
3085         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3086         `append'.
3087
3088 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3089
3090         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3091         instead of `beginning-of-buffer'.
3092
3093 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3096
3097 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3100         Refer wl-message-buffer-name.
3101         (wl-message-wheel-down): Ditto.
3102
3103 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * wl-vars.el (wl-message-buffer-name): New user option.
3106
3107         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3108         directly instead of making alist dinamically.
3109
3110         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3111         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3112         wl-message-buffer-cache-name.
3113         (wl-message-buffer-cache-clean-up): Ditto.
3114
3115         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3116
3117         * Version number is increased to 2.9.15.
3118
3119 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3120
3121         * wl-vars.el (wl-summary-default-view-alist): New user option.
3122
3123         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3124
3125         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3126         while deleting address.
3127         (wl-draft-delete-myself-from-cc): Ditto.
3128
3129         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3130         If optional argument is specified, reverse sort order.
3131
3132         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3133
3134 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3135
3136         * wl-thread.el (wl-thread-insert-message): Return parent number if
3137         exists.
3138         (wl-thread-update-indent-string-region): Use
3139         wl-thread-update-line-on-buffer-sub instead of
3140         wl-thread-update-line-on-buffer.
3141
3142 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3143
3144         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3145         (wl-folder-close-all): Ditto.
3146
3147 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3148
3149         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3150         and mailing-list:.
3151         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3152         value.
3153         (wl-summary-line-list-info): Print mailing-list name even when 
3154         list-number is empty.
3155
3156 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3157
3158         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3159
3160         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3161         (wl-draft-open-file): Ditto.
3162         (wl-draft-random-alphabet): Ditto.
3163
3164         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3165         bindings.
3166
3167 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3168
3169         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3170         * wl-vars.el (wl-draft-config-alist): Ditto.
3171
3172 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3173
3174         * Version number is increased to 2.9.14.
3175
3176         * wl.el (wl): Don't set wl-init as nil when error occured while
3177         auto-checking folders.
3178
3179         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3180         `elmo-expand-newtext'.
3181
3182 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3183
3184         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3185         `this-command' so that `wl-folder-goto-folder' contained in
3186         `wl-summary-keep-cursor-command' work.
3187
3188 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3189
3190         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3191         message buffer displaying state.
3192
3193 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3194
3195         * wl-vars.el (wl-summary-default-view): New variable to specify
3196         default value for `wl-summary-buffer-view' instead of using
3197         set-default.
3198         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3199
3200 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3201
3202         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3203
3204         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3205
3206 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3207
3208         * wl-vars.el (wl-forward-subject-prefix): New variable.
3209         * wl-draft.el (wl-draft-forward): Use it.
3210
3211 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3212
3213         * wl-message.el (wl-message-prev-page): When it is called without
3214         lines argument, scroll down by wl-message-scroll-amount lines.
3215         (wl-message-next-page): Ditto.
3216         * wl-vars.el (wl-message-scroll-amount): Change default value
3217         to preserve current behavior.
3218
3219 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-summary.el (wl-summary-prefetch-msg): Bind
3222         `wl-message-entity' to call `wl-summary-from-function'.
3223
3224 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3225
3226         * wl-message.el (wl-message-buffer-create): Run
3227         wl-message-buffer-created-hook.
3228
3229 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-summary.el (wl-summary-sort-specs): New variable.
3232         (wl-summary-default-sort-spec): Ditto.
3233         (wl-summary-sort): Rewrite.
3234         (wl-summary-sort-by-list-info): New function.
3235
3236 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3237
3238         * wl-summary.el (wl-summary-get-list-info): New function.
3239         (wl-summary-sort): Rewrite.
3240         (wl-summary-line-list-info): Ditto.
3241         (wl-summary-line-list-count): Ditto.
3242         (wl-summary-refile-region): Fixed docstring.
3243
3244 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3245
3246         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3247         `wl-folder-entity-hashtb' as completion table.
3248
3249 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3252         only when this command is called interactively; silence the byte-
3253         compiler.
3254
3255 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3256
3257         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3258         active in XEmacs.
3259
3260 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3261
3262         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3263         plural lines.
3264
3265 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3266
3267         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3268         of current line when the cursor is on the header name.
3269         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3270
3271 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3272
3273         * wl-util.el (wl-read-directory-name): Return displayed directory
3274         as the default value also on XEmacs.
3275
3276 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3279         formatting.
3280
3281 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3284         argument and when it is non-nil, check face property before
3285         highlighting for each line.
3286         (wl-highlight-summary-window): Set it.
3287
3288 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3289
3290         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3291         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3292
3293         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3294         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3295         (wl-draft-get-fcc-list): Likewise.
3296
3297 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3300         (wl-thread-entity-cur): Ditto.
3301         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3302         wl-thread-indent-regexp setting.
3303         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3304
3305         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3306         wl-summary-lazy-highlight.
3307         (wl-summary-display-bottom): Ditto.
3308
3309         * wl-thread.el (wl-thread-open-close): Likewise.
3310
3311         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3312         from and subject;
3313         Bind wl-draft-use-frame;
3314         Enclose with save-window-excursion;
3315         Use wl-draft-create-buffer instead of with-temp-buffer;
3316         Use wl-draft-prepare-edit;
3317         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3318         Use wl-draft-send instead of wl-draft-raw-send.
3319
3320 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3323         of using wl-from.
3324
3325 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3326
3327         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3328         insert-buffer instead of clone-buffer.
3329         (wl-draft-doing-mime-bcc): New variable.
3330         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3331         infinite loop.
3332         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3333
3334         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3335         (wl-draft-mime-bcc-body): Ditto.
3336
3337         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3338         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3339         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3340         wl-draft-do-mime-bcc.
3341         (wl-draft-mime-bcc-field): New function.
3342         (wl-draft-do-mime-bcc): Ditto.
3343
3344         * wl-address.el (wl-address-complete-header-list): New variable.
3345         (wl-address-complete-header-regexp): Changed default value.
3346
3347         * Version number is increased to 2.9.13.
3348
3349 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3350
3351         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3352         it is differed.
3353
3354 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3355
3356         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3357         (wl-summary-line-list-count): Ditto.
3358
3359 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3360
3361         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3362         (wl-nntp-posting-function): New variable.
3363         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3364         `wl-nntp-posting-config-alist'.
3365
3366 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3369         FLIM.
3370
3371 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3372
3373         * wl-summary.el (wl-summary-target-mark-refile-sub):
3374         Remove a nuisance funcall.
3375
3376 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3379         as t for `try-completion'.
3380
3381 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-summary.el (wl-summary-default-from): Use
3384         wl-address-header-extract-address instead of
3385         std11-extract-address-components.
3386         (wl-summary-simple-from): Ditto.
3387         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3388         (wl-summary-insert-headers): Show message.
3389         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3390         for whole line.
3391         (wl-summary-default-from): Revert last change.
3392         (wl-summary-simple-from): Ditto.
3393         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3394         (wl-summary-mark-as-read-region): Follow the change above.
3395         (wl-summary-sync-marks): Ditto.
3396         (wl-summary-target-mark-mark-as-read): Ditto.
3397         (wl-summary-redisplay-internal): Ditto.
3398         (wl-summary-redisplay-no-mime-internal): Ditto.
3399         (wl-summary-redisplay-all-header): Ditto.
3400         (wl-summary-mark-as-read): Removed argument `cached';
3401         Use current cache status to set cache mark.
3402         (wl-summary-redisplay-internal): Follow the change above.
3403         (wl-summary-redisplay-no-mime-internal): Ditto.
3404         (wl-summary-redisplay-all-header): Ditto.
3405
3406         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3407
3408         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3409         Don't call itself recursively (Adviced by Yamaoka-san).
3410
3411 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3412
3413         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3414         bind wl-summary-highlight as nil to avoid error caused by missing
3415         local variables.
3416
3417 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-vars.el (wl-invalid-character-message): New user option.
3420
3421         * wl-util.el (wl-set-string-width): If truncated string-width is
3422         larger than specified width, use `wl-invalid-character-message'.
3423
3424 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3425
3426         * wl-summary.el (wl-summary-prefetch-msg): 
3427         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3428
3429 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-vars.el (wl-summary-check-line-format): New user option.
3432         (wl-summary-line-format-file): Ditto.
3433
3434         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3435         variable.
3436         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3437         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3438         and `wl-summary-view-old-p' to check whether do a rescan or not.
3439         (wl-summary-view-old-p): New function.
3440         (wl-summary-line-format-changed-p): Ditto.
3441         (wl-summary-line-format-save): Ditto.
3442         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3443
3444         * wl-util.el (wl-set-string-width): Avoid using negative number
3445         for make-string.
3446
3447 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3448
3449         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3450         return value.
3451
3452         * wl-util.el (wl-set-string-width): Added optional argument
3453         `padding' (All other related portions are changed).
3454         (wl-line-parse-format): If the first letter of column number is
3455         `0', zero-padding the result (ex: "%05l").
3456
3457         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3458
3459 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3460
3461         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3462         sequential summary view.
3463
3464 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3467         if it doesn't have a -unix version.
3468
3469 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3470
3471         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3472
3473 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3474
3475         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3476         content.
3477         (wl-draft): Follow the change above.
3478
3479         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3480
3481         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3482         and wl-folder-summary-line-format-alist contain %T and %P.
3483
3484         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3485         (wl-summary-mode-line-format): New user option.
3486         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3487         (wl-summary-line-format): Changed default value.
3488         (wl-summary-lazy-highlight): Changed default value.
3489
3490         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3491         change in wl-summary-create-line.
3492         (wl-thread-insert-entity-sub): Ditto.
3493
3494         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3495         (wl-summary-buffer-unread-status): Ditto.
3496         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3497         (wl-summary-buffer-persistent-mark-column): Ditto.
3498         (wl-summary-buffer-mode-line-formatter): Ditto.
3499         (wl-summary-buffer-mode-line): Ditto.
3500         (wl-summary-message-regexp): Abolished.
3501         (All other related portions are changed.)
3502         (wl-summary-detect-mark-position): New function.
3503         (wl-summary-buffer-set-folder): Setup
3504         wl-summary-buffer-mode-line-formatter.
3505         (wl-summary-mode): Setup selective-display;
3506         Setup pre-idle-hook when xemacs.
3507         (wl-summary-update-modeline): Rewrite.
3508         (wl-summary-jump-to-msg): Define as function;
3509         Changed regexp for searching messages.
3510         (wl-summary-message-number): Rewrite.
3511         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3512         Do rescan when old type summary cache.
3513         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3514         (wl-summary-remove-destination): Use '\r' to detect EOL.
3515         (wl-summary-print-destination): Ditto.
3516         (wl-summary-temp-mark): New inline function.
3517         (wl-summary-persistent-mark): Ditto.
3518         (wl-summary-line-number): New function.
3519         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3520         (wl-summary-line-list-count): New function.
3521         (wl-summary-create-line): Added argument persistent-mark.
3522         (All other related portions are changed)
3523         (wl-summary-create-line): Insert '\r'.
3524         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3525         (wl-summary-cursor-move-surface): New inline function.
3526         (wl-summary-prev): Use it.
3527         (wl-summary-next): Ditto.
3528
3529         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3530         wl-summary-message-regexp.
3531         (wl-highlight-summary): Delete progress message.
3532         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3533
3534         * Version number is increased to 2.9.12.
3535
3536 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3539         variable (nil: no minimum).
3540         (wl-summary-line-subject): Add some spaces after subject by
3541         wl-summary-line-subject-minimum-length.
3542
3543 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3544
3545         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3546         and removed `F'.
3547         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3548         change above).
3549
3550 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3551
3552         * wl-summary.el (wl-summary-line-list-count): Reverted.
3553         (example setting in samples/*/dot.wl is also updated)
3554
3555 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3558
3559         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3560
3561         * wl-vars.el (wl-summary-line-format): Addes some description to the
3562         docstring.
3563
3564         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3565         (wl-summary-line-close-bracket): Ditto.
3566         (wl-summary-line-children-number): Ditto.
3567         (wl-summary-line-thread-indent): Ditto.
3568         (wl-summary-line-children-and-from): Ditto.
3569
3570         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3571         't', 'c', 'F' and added 'C'.
3572
3573         * wl-util.el (wl-set-string-width): Accept negative value.
3574         (wl-line-parse-format): Added "%number(" and "%)".
3575
3576 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3577
3578         * wl-summary.el (wl-summary-line-list-count): Change format of the
3579         return value.
3580
3581 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3582
3583         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3584         from the recent message.el.
3585         (wl-draft-point-in-header-p): Ditto.
3586         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3587         wl-draft-beginning-of-line.
3588         * wl-e21.el (wl-draft-mode-map): Ditto.
3589         * wl-xmas.el (wl-draft-mode-map): Ditto.
3590
3591         * wl-folder.el: Sort macrodefs by dependencies.
3592
3593 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3594
3595         * wl-summary.el (wl-summary-prev): Fixed regexp.
3596         (wl-summary-next): Ditto.
3597
3598 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3601
3602 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3603
3604         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3605         for backward compatibility.
3606
3607 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3608
3609         * wl-summary.el (wl-summary-line-list-count): New function, merged
3610         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3611         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3612         list counts.
3613
3614 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3615
3616         * wl-summary.el (wl-summary-create-line): Ignore errors while
3617         timezone-fix-time.
3618
3619         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3620
3621         * wl-summary.el (wl-summary-sync-update): Ditto.
3622         (wl-summary-default-from): Use wl-message-entity
3623         instead of entity.
3624
3625         * wl-summary.el (wl-summary-create-line): Fix.
3626
3627         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3628         (wl-summary-line-format): New user option.
3629         (wl-folder-summary-line-format-alist): Ditto.
3630         (wl-summary-from-width): Abolished.
3631
3632         * wl-util.el (toplevel): Require 'bytecomp.
3633         (wl-line-parse-format): New function.
3634         (wl-line-formatter-setup): New macro.
3635
3636         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3637         (wl-summary-buffer-line-formatter): New buffer local variable.
3638         (wl-summary-switch-to-clone-buffer): Follow the change above.
3639         (wl-summary-message-regexp): Fix.
3640         (wl-summary-from-func-internal): Abolished.
3641         (wl-summary-subject-func-internal): Ditto.
3642         (wl-summary-subject-filter-func-internal): Ditto.
3643         (All other related portions are changed.)
3644         (wl-summary-buffer-set-folder):
3645         Set up wl-summary-buffer-number-column and 
3646         wl-summary-buffer-line-formatter
3647         (All other related portions are changed.)
3648         (wl-summary-buffer-number-column-detect): Abolished.
3649         (All other related portions are changed.)
3650         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3651         (wl-summary-delete-all-temp-marks-on-buffer): Use
3652         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3653         (wl-summary-target-mark-delete): Ditto.
3654         (wl-summary-target-mark-refile-subr): Ditto.
3655         (wl-summary-target-mark-mark-as-read): Ditto.
3656         (wl-summary-target-mark-mark-as-unread): Ditto.
3657         (wl-summary-target-mark-mark-as-important): Ditto.
3658         (wl-summary-target-mark-save): Ditto.
3659         (wl-summary-replace-status-marks): Renamed from
3660         wl-summary-set-status-marks-on-buffer;
3661         Use wl-summary-message-regexp instead of
3662         wl-summary-buffer-number-regexp.
3663         (wl-summary-sync-update): Follow the change above.
3664         (wl-summary-goto-previous-message-beginning): New function.
3665         (wl-summary-mark-as-unread): Use it.
3666         (wl-summary-mark-as-important): Ditto.
3667         (wl-summary-line-formatter): New variable.
3668         (wl-summary-line-year): New function.
3669         (wl-summary-line-day): Ditto.
3670         (wl-summary-line-day-of-week): Ditto.
3671         (wl-summary-line-hour): Ditto.
3672         (wl-summary-line-minute): Ditto.
3673         (wl-summary-line-open-bracket): Ditto.
3674         (wl-summary-line-close-bracket): Ditto.
3675         (wl-summary-line-children-number): Ditto.
3676         (wl-summary-line-thread-indent): Ditto.
3677         (wl-summary-line-size): Ditto.
3678         (wl-summary-line-subject): Ditto.
3679         (wl-summary-line-from): Ditto.
3680         (wl-summary-line-children-and-from): Ditto.
3681         (wl-summary-create-line): Rewritten.
3682         (wl-summary-format-date): Abolished.
3683
3684         * wl-highlight.el (wl-highlight-summary-current-line): Use
3685         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3686         Use thread structure to detect thread top message.
3687
3688         * wl-draft.el (wl-default-draft-cite): Don't use
3689         wl-summary-from-func-internal.
3690
3691         * wl-refile.el (wl-refile-subject-learn): Don't use
3692         wl-summary-subject-filter-func-internal.
3693         (wl-refile-guess-by-subject): Ditto.
3694
3695         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3696         parameters.
3697
3698         * wl-thread.el (wl-thread-update-indent-string-region):
3699         Use wl-thread-update-line-on-buffer instead of
3700         wl-thread-update-indent-string.
3701         (wl-thread-update-children-number): Redefine using
3702         wl-thread-update-line-on-buffer.
3703         (wl-thread-update-indent-string): Abolished.
3704
3705         * Version number is increased to 2.9.11.
3706
3707 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3710         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3711         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3712
3713         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3714         as nil.
3715
3716         * wl-thread.el (wl-thread-open-all-unread): Use 
3717         elmo-folder-list-messages-mark-match.
3718         (wl-thread-insert-message): Removed argument `mark-alist'.
3719         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3720         elmo-msgdb-set-mark.
3721         (wl-thread-get-children-msgs-uncached): Likewise.
3722         (wl-thread-get-exist-children): Added argument include-self.
3723         (wl-thread-delete-message): Follow the change above.
3724
3725         * wl-summary.el (wl-summary-count-unread): Removed argument.
3726         (wl-summary-rescan): Follow the change above.
3727         (wl-summary-mark-as-read-region): Ditto
3728         (wl-summary-mark-as-unread-region): Ditto.
3729         (wl-summary-delete-messages-on-buffer): Ditto.
3730         (wl-summary-sync-update): Ditto.
3731         (wl-summary-switch-to-clone-buffer): Ditto.
3732         (wl-summary-goto-folder-subr): Ditto.
3733         (wl-summary-target-mark-mark-as-read): Ditto.
3734         (wl-summary-target-mark-mark-as-unread): Ditto.
3735         (wl-summary-target-mark-mark-as-important): Ditto.
3736         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3737         (wl-summary-update-thread): Removed argument `mark-alist'.
3738         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3739         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3740         (wl-summary-resume-cache-status): Likewise.
3741         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3742         elmo-msgdb-set-mark.
3743         (wl-summary-mark-as-read-all): Likewise.
3744         (wl-summary-delete-cache): Ditto.
3745         (wl-summary-auto-select-msg-p): Ditto.
3746         (wl-summary-mark-as-unread): Ditto.
3747         (wl-summary-no-auto-refile-message-p): Ditto.
3748         (wl-summary-mark-as-read): Ditto.
3749         (wl-summary-mark-as-important): Ditto.
3750         (wl-summary-auto-refile): Follow the change above.
3751         (wl-summary-delete-all-marks): Removed.
3752         (wl-summary-resume-marks-and-highlight): Ditto.
3753         (wl-summary-resume-marks): Ditto.
3754         (wl-summary-delete-important-msgs-from-list): Ditto.
3755         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3756
3757         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3758         wl-summary-count-unread.
3759
3760         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3761         (wl-summary-score-update-all-lines): Use
3762         elmo-msgdb-set-mark.
3763
3764 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3767         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3768         (wl-summary-create-line): Renamed from
3769         wl-summary-overview-create-summary-line;
3770         Argument rearrangement.
3771         (wl-summary-update-thread): Follow the change above.
3772
3773         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3774         (wl-thread-insert-entity-sub): Likewise.
3775
3776         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3777         argument `overview', `mark-alist' and added `msgdb'.
3778
3779         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3780
3781         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3782         (wl-summary-rescan): Follow the change above.
3783         (wl-summary-sync-update): Ditto.
3784         (wl-summary-insert-thread-entity): Ditto;
3785         Don't use `let*' in every while loop;
3786         Detect infinite loop of threads.
3787         (wl-summary-update-thread): Removed argument `overview'.
3788
3789         * wl-thread.el (wl-thread-insert-message): Ditto.
3790
3791         * Version number is increased to 2.9.10.
3792
3793         * wl-message.el (wl-message-redisplay): Ignore errors while
3794         wl-message-redisplay-hook.
3795
3796 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3797
3798         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3799
3800 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3801
3802         * wl.el (wl): inhibit-quit while wl-folder.
3803
3804 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3807         while msgdb access.
3808
3809 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3810
3811         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3812         even if no folder is not created.
3813
3814 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3815
3816         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3817
3818         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3819         implementation.
3820         (wl-summary-target-mark-thread): Ditto.
3821
3822         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3823
3824 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3825
3826         * wl-util.el (wl-display-bytes): Remove unused function.
3827
3828 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3829
3830         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3831         seems critical one (partially reverse the change in 2002/03/17).
3832
3833 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3836         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3837
3838 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3839
3840         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3841         is not writable.
3842         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3843         plugged status instead of `'force' as 2nd argument.
3844
3845         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3846         is not creatable.
3847
3848         * Version number is increased to 2.9.9.
3849
3850 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3851
3852         * wl-summary.el (wl-summary-suspend): New function.
3853
3854 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3855
3856         * wl.el (wl): Do not check variables if check is nil.
3857         * wl-utils.el (wl-collect-draft): New function.
3858         * wl-folder.el (wl-folder-suspend): Put summary buffers
3859         and draft buffers at the end of buffer list.
3860         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3861
3862 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3863
3864         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3865         loop instead of recursive call.
3866
3867         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3868         2nd argument.
3869
3870 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3871
3872         * wl-draft.el (wl-draft-create-contents): Don't take neither
3873         (function . args) nor (string . something) any more.
3874
3875         * wl-version.el (wl-generate-user-agent-string): Return string
3876         without header symbol.
3877         * wl-draft.el (wl-draft-default-headers): Use it.
3878
3879         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3880         `wl-draft-insert-ccs' and return field value instead of inserting
3881         the header. Abolish cc argument.
3882         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3883
3884         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3885         rather than one with string car.
3886
3887         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3888         * wl-draft.el (wl-draft-create-contents): Add it after the default
3889         headers.
3890
3891         * wl-draft.el (wl-draft-create-contents): For the case of
3892         (symbol-or-string . function) insert header only when the function
3893         returns string value.
3894
3895 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3896
3897         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3898         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3899
3900 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl.el (wl-check-environment): Don't check Message-ID when
3903         `wl-insert-message-id' is nil.
3904         Revive checking if `wl-message-id-domain' contains "@".
3905
3906 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl.el (wl-check-environment): Merge examination for "@" at
3909         inappropriate position into the first string-match.
3910
3911         * wl-summary.el (wl-summary-target-mark-print): New function.
3912         (wl-summary-pipe-message-subr): Extracted from
3913         `wl-summary-pipe-message'.
3914         (wl-summary-target-mark-pipe): New function.
3915         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3916         `wl-summary-target-mark-pipe'.
3917
3918 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3919
3920         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3921
3922 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl.el (wl-check-environment): Use elmo-warning instead of
3925         error for non-critical ones.
3926         Remove trash folder check.
3927         (wl): Don't ignore error in wl-check-environment.
3928
3929         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3930         check, which is moved from `wl-check-environment'.
3931         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3932
3933 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3934
3935         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3936         guess anything, call wl-summary-write.
3937         (wl-summary-write): Create draft with blank To field.
3938         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3939
3940 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3941
3942         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3943         argument full as well for wl-folder-write-current-folder.
3944         If wl-*-write-current-folder cannot guess addressee, add blank
3945         To header.
3946         Rewrite condition for positioning cursor.
3947
3948 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3951         summary buffer is present, use it.
3952         (wl-folder-jump-to-previous-summary): Ditto.
3953
3954 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3957
3958         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3959         wl-summary-previous-buffer and wl-summary-next-buffer.
3960
3961         * wl-folder.el (wl-folder-mode-map): Bind
3962         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3963         (wl-folder-jump-to-next-summary): New function.
3964         (wl-folder-jump-to-previous-summary): Ditto.
3965
3966         * wl-draft.el (wl-draft): Rearranged.
3967
3968 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3971         of header.
3972         (wl-draft): Collect arguments for the header as header-alist.
3973         (wl-draft-forward): Arrange arguments for wl-draft.
3974         (wl-draft-reply): Ditto.
3975         (wl-draft-edit-string): Ditto.
3976         * wl-summary.el (wl-summary-write): Ditto.
3977         (wl-summary-write-current-folder): Ditto.
3978
3979         * Version number is increased to 2.9.8.
3980
3981 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3982
3983         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3984
3985         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3986
3987         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3988         even if the guess failed.
3989
3990         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3991         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3992         wl-summary-write-current-folder.
3993         * wl-xmas.el: Ditto.
3994
3995 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3996
3997         * wl-summary.el (wl-summary-next-page): Force display message if
3998         message is not displayed yet.
3999         (wl-summary-prev-page): Ditto.
4000
4001 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4002
4003         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4004
4005 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4006
4007         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4008         add "Preview Message" and "Save Draft and Exit".
4009
4010 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4011
4012         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4013         if addrmgr is called from draft in splitted window.
4014
4015         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4016         * wl-mule.el: Ditto.
4017         * wl-xmas.el: Ditto.
4018
4019 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4020
4021         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4022
4023         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4024         * wl-xmas.el (wl-folder-toolbar): Ditto.
4025
4026 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4029         and wl-draft-save-and-exit.
4030         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4031         * wl-xmas.el: Ditto.
4032         * wl-mule.el: Ditto.
4033
4034         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4035         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4036
4037 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4040         lists for saving buffer.
4041
4042 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4045         parent-folder argument instead of it.
4046         (wl-draft-create-buffer): Ditto.
4047         (wl-draft-forward): Ditto.
4048         (wl-draft-reply): Ditto.
4049         * wl-summary.el (wl-summary-write): Ditto.
4050         (wl-summary-write-current-folder): Ditto.
4051
4052         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4053         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4054         Folder buffer after composing.
4055
4056 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4059         header if the file `wl-x-face-file' already contains it.
4060
4061 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4062
4063         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4064         folder" entry.
4065         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4066         * wl-e21.el (wl-folder-toolbar): Ditto.
4067         * wl-xmas.el (wl-folder-toolbar): Ditto.
4068
4069 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4070
4071         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4072         wl-folder-goto-folder with sticky argument.
4073         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4074
4075 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4076
4077         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4078         and wl-summary-previous-buffer.
4079         (wl-summary-next-buffer): New function.
4080         (wl-summary-previous-buffer): Ditto.
4081
4082 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4083
4084         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4085         wl-folder-jump-to-current-entity-with-arg.
4086         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4087         `wl-folder-jump-to-current-entity'.
4088         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4089         `wl-summary-goto-folder-sticky'.
4090         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4091         `wl-summary-goto-folder'.
4092         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4093         Unless force-exit, do not clean temp. marks for sticky summary.
4094         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4095
4096 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4099         not entire.
4100
4101 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4102
4103         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4104         to `C-x C-s'.
4105         (wl-summary-save-status): New command.
4106         (wl-summary-exit): Don't clean-up temp marks when sticky.
4107         (Applied patch from Nakayama-san [wl: 09548])
4108         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4109         Do nothing when no mark data.
4110         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4111         Call `wl-summary-delete-all-temp-marks' before saving.
4112
4113 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4114
4115         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4116
4117 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4118
4119         * wl.el (wl-check-environment): Also cause error when (system-name)
4120         returns "localhost.localdomain". (Although it doesn't affect because
4121         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4122
4123 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4124
4125         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4126         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4127
4128         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4129         value.
4130
4131 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4134         Likewise r-cc-list and r-ng-list.
4135
4136 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4139         only if it is bound as variable.
4140
4141         * wl-mime.el (wl-draft-preview-message): Ditto.
4142
4143 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4144
4145         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4146         needless `goto-char'.
4147
4148         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4149         `wl-summary-redisplay-no-mime-internal' instead of
4150         `wl-summary-redisplay-no-mime'.
4151         (wl-summary-redisplay-no-mime): Changed argument;
4152         Call `wl-summary-redisplay-no-mime-internal'.
4153
4154         * wl-mime.el (wl-draft-preview-message): Bind
4155         `mime-header-encode-method-alist' locally.
4156
4157         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4158         (wl-draft-std11-parse-addresses): Added the first address check.
4159         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4160
4161         * Version number is increased to 2.9.7.
4162
4163 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4164
4165         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4166
4167 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4168
4169         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4170         related to scrollbar support, if there is no such a feature
4171         compiled in.
4172
4173 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4174
4175         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4176         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4177         for prefetch.
4178
4179 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4180
4181         * wl-summary.el (wl-summary-pick): Fix for no match.
4182
4183 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4184
4185         * wl-draft.el (wl-draft-save):
4186         Override `mime-header-encode-method-alist'.
4187
4188 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4189
4190         * wl-folder.el (wl-folder-pick): New function.
4191         Define key as "?".
4192
4193 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4194
4195         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4196         Fix for unplugged.
4197
4198 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4199
4200         * wl-folder.el (wl-folder-virtual): New function.
4201         Define key as "V".
4202
4203 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4204
4205         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4206         multi folder if entity is group.
4207
4208 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4209
4210         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4211         is nil.
4212
4213 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4214
4215         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4216         (wl-summary-target-mark-msgs): Return the number of marked messages.
4217
4218 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4219
4220         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4221         "first:" is specified.
4222
4223 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4224
4225         * wl-vars.el (wl-from): Use return value of function
4226         user-full-name instead of the variable user-full-name since
4227         XEmacs-20.4 doesn't set this variable.
4228
4229 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4230
4231         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4232         call `wl' directly.
4233
4234 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4235
4236         * wl-draft.el (wl-draft-reedit): Removed duplicated
4237         switch-to-buffers.
4238
4239 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * wl.el (wl-other-frame): Removed garbages.
4242
4243 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4244
4245         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4246
4247         * wl-xmas.el (wl-draft-key-setup): Ditto.
4248
4249         * wl-mule.el (wl-draft-key-setup): Ditto.
4250
4251         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4252         (wl-draft-reedit): Ditto.
4253         (wl-draft-prepare-edit): Add `wl-draft-save' to
4254         `local-write-file-hooks'.
4255         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4256         (wl-draft-reedit): Set buffer-file-name.
4257         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4258
4259
4260         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4261         call it.
4262         (wl-delete-startup-frame-function): New variable.
4263         (wl-other-frame): New function
4264         (Original was written by Yamaoka san [wl: 09239]).
4265
4266         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4267         if `wl-folder-use-frame'.
4268
4269 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4270
4271         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4272
4273 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4274
4275         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4276         New variable.
4277         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4278         (wl-message-buffer-prefetch-get-next): Use them.
4279         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4280
4281 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4282
4283         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4284         with unwind-protect.
4285
4286         * wl-draft.el (wl-draft-reedit): Rewrite.
4287         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4288         (wl-draft-save): Insert header separator if it does not exist;
4289         Removed condition-case.
4290
4291         * wl-summary.el (wl-summary-reedit): Revert last change.
4292
4293         * wl-draft.el (wl-draft-save): Rewrite.
4294         (wl-draft-create-buffer): Set buffer-file-name as nil.
4295
4296         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4297
4298         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4299
4300         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4301         nil.
4302
4303 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4304
4305         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4306         If count is nil, do not prefetch.
4307         (wl-message-buffer-prefetch-next): Next.
4308
4309 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4310
4311         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4312
4313 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4314
4315         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4316         `delete-backward-char'
4317         (wl-draft-prepare-edit): Check major-mode.
4318         (wl-draft-decode-header): Rewrite.
4319         (wl-draft): Fix.
4320
4321 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4322
4323         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4324
4325 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4328         (wl-message-buffer-prefetch-get-next): Remove size checking.
4329         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4330
4331 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4332
4333         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4334         (wl-draft-default-headers): Fix.
4335
4336 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-draft.el (wl-draft-default-headers): Insert return value of
4339         `wl-generate-mailer-string-function'.
4340
4341 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4342
4343         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4344         (wl-draft-insert-mail-header-separator): Ditto.
4345
4346         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4347         again (Reverted the change on 2002-01-17 by OKADA san).
4348
4349 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * wl-draft.el (wl-draft): Rewrite.
4352         (wl-draft-create-buffer): New function.
4353         (wl-draft-create-contents): Ditto.
4354         (wl-draft-prepare-edit): Ditto.
4355         (wl-draft-decode-header): Ditto.
4356         (wl-draft-decode-body): Ditto.
4357         (wl-draft-check-new-line): Ditto.
4358         (wl-draft-default-headers): Ditto.
4359         (wl-draft-insert-mail-header-separator): Ditto.
4360
4361 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4362
4363         * Version number is increased to 2.9.6.
4364
4365 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4366
4367         * wl-draft.el (wl-draft-delete-field): Optional argument.
4368         (wl-draft-delete-fields): Ditto.
4369
4370 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4371
4372         * wl-message.el (toplevel): Eliminated byte-compile warning.
4373         for `itimer-function', `delete-timer' and `itimer-list'.
4374
4375 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4376
4377         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4378         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4379         `wl-message-buffer-prefetch-threshold'.
4380         * wl-summary.el (wl-summary-redisplay-internal): Remove
4381         the check of `wl-message-buffer-prefetch-depth'.
4382
4383 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4384
4385         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4386         size of article.
4387         (wl-message-buffer-prefetch-subr): Remove size check.
4388
4389 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-vars.el (wl-plugged): Make customizable.
4392
4393 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4394
4395         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4396         (wl-message-buffer-prefetch-set-timer): New function.
4397         (wl-message-buffer-prefetch-get-next): New function.
4398         (wl-message-buffer-prefetch): New function.
4399         (wl-message-buffer-prefetch-next): Rewrite.
4400         (wl-message-buffer-prefetch-subr): Rewrite.
4401         * wl-vars.el (wl-auto-prefetch-first): New variable.
4402         * wl-summary.el (wl-summary-goto-folder-subr): Call
4403         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4404
4405 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4406
4407         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4408         `wl-summary-unread-message-hook'.
4409
4410 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4411
4412         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4413         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4414         if range is `cache-status'.
4415
4416 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-message.el (wl-message-buffer-prefetch-subr):
4419         Improve debug message.
4420
4421 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4422
4423         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4424         `wl-mail-send-pre-hook'.
4425         (wl-draft-send-mail-with-qmail): Ditto.
4426         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4427
4428 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4429
4430         * wl-message.el (wl-message-buffer-prefetch-subr):
4431         Fix for cancel-function-timers bug.
4432         (wl-message-buffer-prefetch-debug): Default value is t.
4433
4434 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4435
4436         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4437         (wl-message-buffer-prefetch-subr): Rewrite.
4438         Rename from `wl-message-buffer-prefetch'.
4439
4440 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4441
4442         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4443         (wl-default-draft-cite-decorate-author): Ditto.
4444
4445         * wl-draft.el (wl-draft-cite-function): Removed.
4446         (wl-default-draft-cite-decorate-author): Ditto.
4447
4448 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4451         (wl-default-draft-cite): Do not arrange author name if the value of
4452         `wl-default-draft-cite-decorate-author' is nil.
4453
4454 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4457
4458         * wl-folder.el (wl-folder-check-one-entity): Don't care
4459         `elmo-folder-use-flag-p'.
4460
4461 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4462
4463         * wl-folder (wl-folder-check-one-entity): Fix
4464         problem if unread is nil.
4465
4466 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-address.el (wl-address-make-completion-list): Check whether
4469         the address is a group list.
4470         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4471
4472 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4473
4474         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4475         The number of the messages of new and unread does not count
4476         correctly.
4477
4478         * wl-summary.el (wl-summary-count-unread): Changed to return
4479         `(new . unread)' instead of total.
4480         (wl-summary-sync-update): Follow the change above.
4481
4482         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4483
4484 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4485
4486         * wl-address.el (wl-address-make-completion-list): Do not enclose
4487         address by " <" and ">" if associated realname is "".
4488         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4489         This is against the promblem with group list in .addresses pointed
4490         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4491
4492 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4495         message is a format control string.
4496         * wl-expire.el (wl-expire-append-log): Ditto.
4497         * wl-mime.el (wl-summary-burst-subr): Ditto.
4498         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4499         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4500
4501 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4502
4503         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4504         wl.el (wl-check-variables): Rename from `wl-check-type'.
4505         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4506         (wl-check-variables-2): New function.
4507         (wl): Call `wl-check-variables-2'.
4508
4509 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4512         after renaming folder in access group.
4513
4514 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4515
4516         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4517         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4518         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4519         (wl-message-buffer-prefetch): Rewrite.
4520         (wl-message-buffer-prefetch-idle-time): Removed.
4521         * wl-summary.el (wl-summary-redisplay-internal):
4522         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4523         Error check for `wl-message-buffer-prefetch-depht'.
4524
4525 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * Version number is increased to 2.9.5.
4528         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4529
4530 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4531
4532         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4533         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4534         Based on the patch written by
4535         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4536
4537 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4538
4539         * wl-draft.el (wl-draft-raw-send): Fix for
4540         `wl-news-send-pre-hook'
4541
4542 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-utils.el (wl-message-id-function): New variable.
4545         * wl-draft.el (wl-draft-insert-required-fields):
4546         Use `wl-message-id-function'.
4547
4548 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4551         * wl-utils.el (wl-draft-make-message-id-string):
4552         Use `wl-from' for domain part of Message-ID
4553         if `wl-message-id-use-wl-from' if non-nil.
4554         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4555
4556 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4557
4558         * wl.el (wl): Call `wl-check-type'
4559         Do not 'condition-case'.
4560
4561 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4562
4563         * wl.el (wl-check-type): New function.
4564         (wl-check-type-variables): New variable.
4565
4566 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4567
4568         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4569
4570 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4571
4572         * wl-draft.el (wl-smtp-password-key): New function.
4573         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4574         (wl-draft-send-mail-with-smtp): Ditto.
4575         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4576
4577 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4580         * wl-utils.el (wl-unique-id-suffix): Remove.
4581
4582 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * Version number is increased to 2.9.4.
4585
4586 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-utils.el (wl-unique-id-suffix): New variable.
4589         (wl-unique-id): Use `wl-unique-id-suffix'
4590
4591 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4592
4593         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4594         instead of `elmo-msgdb-search'.
4595
4596         * Version number is increased to 2.9.3.
4597
4598 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4599
4600         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4601
4602 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4603
4604         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4605         (wl-draft-dispatch-message): Changed for send-later.
4606         (wl-draft-queue-flush): Ditto.
4607         (wl-draft): Clear `wl-sent-message-queued'.
4608         (wl-draft-reedit): Ditto.
4609         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4610         * wl-vars.el (wl-draft-force-queuing): New variable.
4611         (wl-draft-force-queuing-mail): New variable.
4612         (wl-draft-force-queuing-news): New variable.
4613
4614 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4617         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4618
4619 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4620
4621         * Version number is increased to 2.9.2.
4622
4623 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * wl-draft.el (wl-draft-elide-region): New user command.
4626         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4627
4628         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4629         command `wl-draft-elide-region'.
4630         * wl-mule.el: Ditto.
4631         * wl-xmas.el: Ditto.
4632
4633 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4634
4635         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4636         (wl-biff-check-folder-async): Removed needless let.
4637
4638 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4641         wl-folder-get-elmo-folder.
4642         (wl-biff-check-folder): Set `biff' argument of
4643         `wl-folder-check-one-entity'.
4644         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4645
4646         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4647         (wl-folder-check-one-entity): Added `biff' argument;
4648         Setup `biff' slot of folder.
4649
4650         * Version number is increased to 2.9.1.
4651
4652 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4655         comment out and fixed.
4656         (wl-fldmgr-add-completion-subr): Ditto.
4657
4658         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4659         and msgdb.
4660
4661         * wl.el (wl-toggle-plugged): Save summary view.
4662
4663 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4664
4665         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4666
4667 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4668
4669         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4670
4671 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4674         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4675         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4676
4677         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4678         if it was failed.
4679         (wl-demo): Disable undo in the demo buffer.
4680
4681 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-version.el (wl-version): Changed codename.
4684
4685         * Version number is increased to 2.9.0.
4686
4687 2001-12-14  Takuo KITAME <kitame@northeye.org>
4688
4689         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4690         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4691         (wl-folder-mark-as-read-all-current-entity): Ditto.
4692
4693 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-vars.el (wl-from-width): Define as obsolete variable.
4696         (wl-subject-length-limit): Ditto.
4697
4698         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4699
4700         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4701         wl-summary-save-view.
4702
4703         * wl.el (wl-save-status): Ditto.
4704         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4705
4706         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4707         (wl-summary-exit): Follow the change above.
4708         (wl-summary-goto-folder-subr): Ditto.
4709
4710         * wl-folder.el (wl-folder-create-subr): Don't use
4711         `elmo-folder-creatable-p'.
4712
4713 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4716
4717 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4720         rather than bitmap on Emacs 21.
4721         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4722         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4723         for xbm if the new redisplay engine is not available.
4724
4725 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-folder.el (wl-folder-init-hook): New hook.
4728         (wl-folder-init): Run `wl-folder-init-hook'.
4729
4730 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4733
4734 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4735
4736         * wl-acap.el (wl-acap-cache-filename): New variable.
4737         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4738         (wl-acap-init): Use cache if no ACAP server found.
4739
4740 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4741
4742         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4743         `wl-acap-original-msgdb-dir'.
4744
4745         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4746         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4747
4748         * wl-mime.el (wl-mime-save-directory): Renamed from
4749         `wl-mime-save-dir'.
4750
4751 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4754
4755         * wl-demo.el: Require `path-util'.
4756         (wl-demo-bitmap-mule-available-p): New internal variable.
4757         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4758         `module-installed-p' instead.
4759         (wl-demo-insert-image): Use *.img file for a bitmap image.
4760         (wl-demo): Don't call the ascii demo recursively.
4761
4762 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4763
4764         * Version number is increased to 2.7.7.
4765
4766 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4767
4768         * wl.el (wl-exit): Eliminated byte-compile warning.
4769
4770 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4771
4772         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4773         obsolete variable using `elmo-define-obsolete-variable'.
4774         (wl-fetch-confirm-threshold): Ditto.
4775         (wl-cache-prefetch-folder-type-list): Ditto.
4776         (wl-cache-prefetch-folder-list): Ditto.
4777
4778 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4781         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4782         (wl-demo-insert-image): New function.
4783         (wl-demo-insert-text): New function.
4784         (wl-demo-image-type-alist): Redefine as a function.
4785         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4786         (wl-demo-with-temp-file-buffer): Removed.
4787         (wl-logo-xpm): Removed.
4788         (wl-logo-xbm): Removed.
4789         (wl-logo-bitmap): Removed.
4790
4791 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4792
4793         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4794         (wl-expire-localdir-get-folder-function): New user option.
4795         (wl-expire-localdir-get-folder): New function.
4796         (wl-expire-localdir-date): Ditto.
4797
4798 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4799
4800         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4801         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4802         Fixed unread number mismatch when all-unread < unread.
4803
4804 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4807         (wl-fetch-confirm-threshold): Ditto.
4808
4809         * wl-summary.el (wl-summary-confirm-appends): Removed.
4810         (wl-summary-sync-update): Don't refer
4811         `wl-summary-update-confirm-threshold' (It is now abolished).
4812
4813         * wl-message.el (wl-message-display-internal): Don't refer
4814         `wl-fetch-confirm-threshold' (It is now abolished).
4815
4816 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4819
4820 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4823         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4824         Change default value to nil.
4825         (wl-summary-indent-length-limit): The value can be nil, nil means
4826         unlimited.
4827
4828         * wl-summary.el: Don't set limit for indent length if the value of
4829         wl-summary-indent-length-limit is nil.
4830         If the value of wl-summary-width is nil, it means only that the width
4831         of summary is unlimited (nil doesn't mean that the indent length is
4832         unlimited).
4833
4834         * wl-thread.el: Ditto.
4835
4836 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4837
4838         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4839         be nil, nil means never confirm.
4840         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4841
4842 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4843
4844         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4845         means unlimited).
4846
4847 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4848
4849         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4850         Use `with-temp-buffer'.
4851
4852 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4855         with new backquote style).
4856         (wl-folder-get-entity-from-buffer): Ditto.
4857
4858 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4859
4860         * wl-version.el (nemacs-version): Eliminated.
4861         (wl-extended-emacs-version2): Ignore nemacs.
4862         (wl-extended-emacs-version3): Ditto.
4863
4864 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4865
4866         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4867         (wl-draft-add-in-reply-to): New variable.
4868         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4869         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4870         (wl-draft-yank-from-mail-reply-buffer): Use
4871         `wl-draft-add-in-reply-to'.
4872         (wl-draft-insert-current-message): Ditto.
4873
4874 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4875
4876         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4877         typo (kill->hide).
4878         (wl-message-buffer-prefetch-folder-type-list): Added elements
4879         `mark' and `cache' instead of `internal'.
4880
4881 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4884         resume msgdb directory.
4885
4886 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * wl.el (wl-exit): Call `wl-acap-exit'.
4889
4890         * wl-summary.el (wl-summary-message-string): New function.
4891         (wl-summary-reedit): Use it.
4892         (wl-summary-resend-bounced-mail): Remove needless let.
4893         (wl-summary-supersedes-message): Ditto.
4894         (wl-summary-save): Ditto.
4895
4896         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4897         (wl-acap-init): Set it.
4898         (wl-acap-exit): New function.
4899
4900 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4901
4902         * wl.el (wl-init): Revert (require 'mime-setup). move from
4903         toplevel.
4904
4905 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4906
4907         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4908         local variables.  Add error when guess function return invalid
4909         value.
4910
4911 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4912
4913         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4914         Change local variable name.
4915         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4916         (wl-folder-get-newsgroups): Return nil when non-news folder.
4917         * wl-summary.el (wl-summary-write-current-folder): State through
4918         when guess-list return nil.
4919         (wl-summary-write-current-folder-functions): Fixed docstring.
4920
4921         * wl.el (wl-exit): Changed confirm message.
4922
4923         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4924         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4925
4926         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4927
4928 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4929
4930         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4931         user option (Renamed from wl-cache-prefetch-folder-type-list).
4932         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4933         from wl-cache-prefetch-folder-list).
4934
4935         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4936         Move to wl-vars.el.
4937         (wl-message-buffer-prefetch-p): Changed to enable
4938         `wl-message-buffer-prefetch-folder-list'.
4939
4940         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4941         `ignore-cache'.
4942
4943 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4944
4945         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4946         `part-top' and `part-bottom'.
4947         (wl-draft-config-sub-part-top): New function.
4948         (wl-draft-config-sub-part-bottom): New function.
4949
4950 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4951
4952         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4953
4954 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4955
4956         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4957
4958 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4959
4960         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4961
4962         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4963         (wl-summary-write-current-folder): Ditto.
4964
4965 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-folder.el (wl-folder-get-newsgroups): Use
4968         `elmo-folder-newsgroups'.
4969
4970 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4971
4972         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4973         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4974         `wl-draft-config-sub-header-bottom'.
4975
4976 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4977
4978         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4979         localnews folder.
4980
4981 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4982
4983         * wl-summary.el (wl-summary-mode): Undo last change.
4984
4985         * wl-folder.el (wl-folder-mode): Ditto.
4986
4987 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-summary.el (wl-summary-mode): Locally set
4990         truncate-partial-window-width to nil.
4991         (for XEmacs)
4992
4993         * wl-folder.el (wl-folder-mode): Ditto.
4994
4995 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4998
4999 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5002         number.
5003
5004         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5005
5006         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5007
5008         * Version number is increased to 2.7.6.
5009
5010 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5013
5014 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-summary.el (wl-summary-sync-update): Enclose network
5017         related portion with `unwind-protect'.
5018
5019 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5020
5021         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5022
5023 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5024
5025         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5026         element.
5027         * wl-vars.el (wl-message-body-button-alist): Ditto.
5028
5029         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5030         max match length.
5031         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5032
5033         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5034         for the max match length;
5035         Use 4th element value for the button string regexp group.
5036
5037         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5038         candidate exists, prompt to select.
5039
5040 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5041
5042         * wl-summary.el (wl-summary-jump-to-msg): Search before
5043         calibration point by `beginning-of-line'.
5044
5045 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5048         for access group.
5049
5050 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-message.el (wl-message-display-internal): Bind
5053         `default-mime-charset'.
5054
5055         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5056
5057         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5058
5059         * Version number is increased to 2.7.5.
5060
5061 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5062
5063         * wl-expire.el (wl-summary-archive): Fixed;
5064         Use `elmo-folder-name-internal'.
5065
5066 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5067
5068         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5069         from `elmo-folder-move-messages' caller.
5070         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5071
5072         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5073         related portions are changed).
5074
5075 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5076
5077         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5078         counter.
5079
5080 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5083         buffer local and set it to nil.
5084
5085         * wl-message.el (wl-message-redisplay): Ditto.
5086
5087 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-summary.el (wl-summary-mark-as-important): If message is
5090         already cached, set messag as read, otherwise encache and mark as read.
5091
5092 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5095         point-min.
5096
5097 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5100         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5101         a keymap.
5102
5103 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5106         parent.
5107
5108         * wl-mule.el (wl-message-define-keymap): Ditto.
5109
5110         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5111
5112         * wl-xmas.el (wl-message-display-internal-hook): Define.
5113         (wl-xmas-setup-message-toolbar): Define as function.
5114         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5115         (wl-message-overload-functions): Abolished.
5116         (wl-message-define-keymap): New function.
5117
5118         * wl-vars.el (wl-message-display-internal-hook): New variable.
5119         (wl-message-header-button-alist): New variable (Renamed from
5120         wl-highlight-message-header-button-alist).
5121         (wl-message-body-button-alist): Ditto.
5122
5123         * wl-mule.el (wl-message-define-keymap): New function.
5124         (wl-message-overload-functions): Abolished.
5125
5126         * wl-message.el (wl-message-add-buttons-to-body): New function.
5127         (wl-message-redisplay): Don't call wl-message-overload-functions;
5128         Call wl-message-add-buttons-to-header and
5129         wl-message-add-buttons-to-body.
5130         (wl-message-display-internal): Set keymap argument for
5131         elmo-mime-display-as-is, elmo-mime-message-display;
5132         Run wl-message-display-internal-hook.
5133         (wl-message-refer-article-or-url): Abolished.
5134
5135         * wl-highlight.el (wl-highlight-headers): Don't call
5136         wl-highlight-message-add-buttons-to-header.
5137         (wl-highlight-message-add-buttons-to-header): Abolished.
5138
5139
5140         * wl-e21.el (wl-message-display-internal-hook): Define.
5141         (wl-e21-setup-toolbar): Deleted duplicated binding.
5142         (wl-e21-setup-message-toolbar): Define as function.
5143         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5144         (wl-message-define-keymap): New function.
5145         (wl-message-overload-functions): Abolished.
5146
5147 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5150         and elmo-folder-close.
5151
5152         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5153
5154 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5155
5156         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5157         boolean value.
5158         * wl-draft.el (wl-draft-do-fcc): Ditto.
5159
5160 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5161
5162         * wl-vars.el (wl-fcc-force-as-read): New variable.
5163         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5164         mark copied message as read.
5165
5166 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5167
5168         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5169
5170 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5171
5172         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5173         `wl-summary-target-above' instead of obsolete variable
5174         `wl-summary-temp-above'.
5175
5176         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5177         instead of `make-obsolete-variable'.
5178         * wl-refile.el (toplevel): Ditto.
5179
5180 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5181
5182         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5183         with third argument t.
5184         (wl-draft): Set first argument for wl-plugged-init as t.
5185
5186         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5187         definition.
5188
5189 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5190
5191         * wl-vars.el: Tabify.
5192         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5193
5194         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5195         message.
5196
5197 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5198
5199         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5200         and set default to beep.
5201
5202 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5203
5204         * wl-vars.el (wl-draft-truncate-lines): New variable.
5205
5206         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5207         instead of wl-message-truncate-lines for truncate-lines.
5208
5209 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-message.el (wl-message-display-internal): Call
5212         `wl-highlight-message' after `elmo-mime-display-as-is'.
5213
5214         * wl-mime.el (wl-mime-display-text/plain): New function.
5215         (wl-mime-display-header): Ditto.
5216         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5217         body-presentation-method for text/plain;
5218         Register `wl-mime-display-header' as a header-presentation-method;
5219         Don't set up `elmo-message-text-content-inserted-hook' and
5220         `elmo-message-header-inserted-hook'.
5221
5222         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5223         variable.
5224         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5225         as t if flag is 'all-header;
5226         Don't bind `elmo-message-ignored-field-list',
5227         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5228
5229 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5232         for xemacs with non-mule environment.
5233
5234 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5235
5236         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5237         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5238         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5239
5240 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5241
5242         * wl-vars.el (wl-interactive-send): Set default value as t.
5243
5244 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5247         (wl-addrmgr-method-list): Abolished.
5248         (wl-addrmgr-change-method): Follow above change.
5249
5250         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5251
5252 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5253
5254         * wl-vars.el (wl-message-truncate-lines): Change default value
5255         to default-truncate-lines.
5256
5257         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5258
5259 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5260
5261         * wl-vars.el (wl-message-truncate-lines): New variable.
5262
5263         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5264         wl-message-truncate-lines.
5265
5266 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5267
5268         * wl-acap.el (wl-acap-init): Remove period from error message.
5269         (wl-acap-find-acap-service): Remove period from message.
5270
5271 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5272
5273         * wl.el (wl-check-environment): Undo last change.
5274
5275         * wl-vars.el (wl-from): Changed default value.
5276
5277         * wl-util.el (toplevel): Don't require tm-edit.
5278
5279         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5280         `wl-folder-init';
5281         Don't set mark on mail body.
5282         (wl-draft-reedit): Ditto.
5283
5284         * wl-address.el (wl-address-quote-specials): Define as an alias for
5285         elmo-address-quote-specials.
5286
5287 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5290
5291         * wl-vars.el (wl-from): Set default value as nil.
5292         (wl-organization): Set default value as ORGANIZATION environment
5293         variable.
5294
5295         * wl-draft.el (wl-smtp-extension-bind): Check value of
5296         wl-smtp-connection-type.
5297
5298         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5299         error.
5300
5301 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5302
5303         * Version number is increased to 2.7.4.
5304
5305         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5306         arguments from `wl-highlight-x-face-function' caller.
5307         Use x-face-1.3.6.12 or later.
5308
5309 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5310
5311         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5312
5313 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5314
5315         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5316         (wl-fcc): Fix to accept function.
5317         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5318
5319 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5320
5321         * wl-acap.el (toplevel): Added `product-provide' declare.
5322         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5323
5324 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5325
5326         * wl.el (wl): Changed order of calling `elmo-init'
5327         and `elmo-folder-init'.
5328
5329 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5330
5331         * wl-mime.el (wl-summary-burst): Extract message when content-type
5332         of root entity is not only `multipart' but also `message/rfc822'.
5333         (wl-summary-burst-subr): Ditto.
5334
5335 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-vars.el (toplevel): Require 'custom.
5338         (wl-trash-folder): Added to `wl-setting' group.
5339
5340         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5341         exists.
5342         (wl-addrmgr-draw): Insert empty line when no entry exists.
5343
5344         * wl-mule.el (wl-message-wheel-up): Fixed.
5345         (wl-message-wheel-down): Ditto.
5346
5347 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5348
5349         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5350         config is an anonymous lambda expression.
5351
5352 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5355         when Mule 2 is running.
5356
5357 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5360
5361 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5364         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5365
5366         * wl-address.el (wl-address-specials-regexp): Eliminated.
5367         (wl-address-quote-specials): Rewrite.
5368
5369 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5372         shy-groups for regexp.
5373
5374         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5375         character classes and Perl style shy-groups for regexp.
5376         (wl-highlight-plugged-current-line): Use Posix style character
5377         classes for regexp.
5378         (wl-e21-highlight-folder-by-numbers): Ditto.
5379         (wl-e21-display-image-p): Use `display-images-p' instead of
5380         `display-graphic-p'.
5381         (display-images-p): Make an alias to `display-graphic-p' if it is
5382         not available.  It is for Emacs version prior to 21.0.105.
5383
5384         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5385         `display-graphic-p'.
5386         (wl-demo-image-type-alist): Ditto.
5387         (display-images-p): Make an alias to `display-graphic-p' if it is
5388         not available.  It is for Emacs version prior to 21.0.105.
5389
5390 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5391
5392         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5393         support.
5394         (wl-generate-user-agent-string): Ditto.
5395
5396         * wl-version.el (wl-version): Update docsting.
5397         (wl-version-status): Ditto.
5398
5399 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5400
5401         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5402         21.0.105.  For Emacs 21.0.104 or earlier.
5403
5404 2001-09-03  Takuo KITAME <kitame@northeye.org>
5405
5406         * wl-e21.el (wl-plugged-init-icons): Use
5407         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5408         (wl-biff-init-icons): Ditto.
5409
5410 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5411
5412         * wl-highlight.el (wl-highlight-summary-current-line):
5413         Fixed highlighting refile/copy destination.
5414
5415         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5416         (wl-acap-store): Encode string by wl-acap-coding-system.
5417
5418 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-acap.el (toplevel): Check and require 'un-define before
5421         'xemacs-ucs;
5422          Added checking for UTF-2000.
5423
5424 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5427         Don't enclose with `eval-and-compile'.
5428
5429         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5430         wl-init is non-nil.
5431
5432         * wl-draft.el (wl-draft): Ditto.
5433
5434         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5435
5436         * wl-acap.el (toplevel): Require 'wl.
5437         (wl-acap-store): Call `elmo-init'.
5438
5439         * wl.el (wl): Changed position of `wl-check-environment'.
5440         (toplevel): Added autoload setting for wl-acap.
5441
5442         * wl-vars.el (wl-setting): New custom group.
5443         (wl-from): Added wl-setting group.
5444         (wl-user-mail-address-list): Ditto.
5445         (wl-organization): Ditto.
5446         (wl-subscribed-mailing-list): Ditto.
5447         (wl-envelope-from): Ditto.
5448         (wl-smtp-posting-user): Ditto.
5449         (wl-smtp-posting-server): Ditto.
5450         (wl-smtp-posting-port): Ditto.
5451         (wl-smtp-authenticate-type): Ditto.
5452         (wl-pop-before-smtp-user): Ditto.
5453         (wl-pop-before-smtp-server): Ditto.
5454         (wl-pop-before-smtp-port): Ditto.
5455         (wl-pop-before-smtp-authenticate-type): Ditto.
5456         (wl-nntp-posting-server): Ditto.
5457         (wl-nntp-posting-user): Ditto.
5458         (wl-nntp-posting-port): Ditto.
5459         (wl-fetch-confirm-threshold): Ditto.
5460         (wl-prefetch-threshold): Ditto.
5461         (wl-thread-insert-opened): Ditto.
5462         (wl-ldap-server): Ditto.
5463         (wl-ldap-port): Ditto.
5464         (wl-ldap-base): Ditto.
5465         (wl-ldap-objectclass): Ditto.
5466         (wl-use-ldap): Ditto.
5467         (wl-draft-config-alist): Ditto.
5468         (wl-draft-config-matchone): Ditto.
5469         (wl-template-alist): Ditto.
5470         (wl-message-sort-field-list): Ditto.
5471         (wl-message-ignored-field-list): Ditto.
5472         (wl-message-visible-field-list): Ditto.
5473         (wl-interactive-send): Ditto.
5474         (wl-summary-move-order): Ditto.
5475         (wl-auto-select-first): Ditto.
5476         (wl-auto-select-next): Ditto.
5477         (wl-interactive-save-folders): Ditto.
5478
5479         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5480         Initialization codes are moved from wl-local-folder-init.
5481         (wl-local-folder-init): Follow the change above.
5482         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5483
5484         * wl-acap.el: New file.
5485
5486         * Version number is increased to 2.7.3.
5487
5488 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5489
5490         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5491
5492 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5493
5494         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5495         (wl-addrmgr-address-entry-list): Ditto.
5496
5497 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-e21.el (wl-draft-mode-map): Removed binding for
5500         `wl-draft-insert-x-face-field'.
5501
5502         * wl-mule.el (wl-draft-mode-map): Ditto.
5503
5504         * wl-xmas.el (wl-draft-mode-map): Ditto.
5505
5506         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5507         (wl-cs-autoconv): Ditto.
5508         (wl-cs-local): Ditto.
5509         (wl-use-scoring): Ditto.
5510         (wl-mime-charset): Ditto.
5511         (wl-folder-check-async): Ditto.
5512
5513         * wl.el (toplevel): Ignore nemacs and tm.
5514         (wl-exit): Ditto.
5515
5516         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5517         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5518         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5519         instead of wl-address-petname-add-or-change.
5520         (wl-summary-edit-addresses-subr): Use wl-address-delete
5521         instead of wl-address-petname-delete.
5522
5523         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5524
5525         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5526         if error occured.
5527
5528         * wl-message.el (require): Remove tm support.
5529
5530         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5531
5532         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5533         (wl-folder-jump-to-current-entity): Ditto.
5534         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5535
5536         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5537         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5538         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5539
5540         * wl-mule.el (wl-draft-key-setup): Ditto.
5541
5542         * wl-xmas.el (wl-draft-key-setup): Ditto.
5543
5544         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5545         (wl-draft-std11-parse-addresses): New function.
5546         (wl-draft-parse-mailbox-list): Use it.
5547         (wl-draft): Ignore nemacs.
5548         (wl-draft-reedit): Ditto.
5549
5550         * wl-addrmgr.el: New file.
5551         (Original is wl-rcpt.el written by
5552         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5553         Thanks Kitamoto-san.)
5554
5555         * wl-address.el (wl-address-make-address-list): Modified parsing
5556         process.
5557         (wl-address-delete): Renamed from `wl-address-petname-delete';
5558         Modify wl-address-list too.
5559         (wl-address-add-or-change): Renamed from
5560         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5561
5562 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5563
5564         * wl-highlight.el (wl-highlight-summary-current-line):
5565           Work with transient-mark-mode
5566
5567 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * Version number is increased to 2.7.2.
5570
5571         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5572         instead of elmo-dop-queue-method.
5573
5574 2001-08-06  SAITO Atsunori <sai@yedo.com>
5575
5576         * wl-vars.el (wl-ldap-objectclass): New user option.
5577
5578         * wl-address.el (wl-ldap-make-filter): Use it.
5579
5580 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5583
5584 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-folder.el (wl-folder): redisplay after folder insertion.
5587
5588         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5589
5590         * wl-summary.el (wl-summary-sync-update):
5591         Change status mark only when new-msgdb exists.
5592         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5593
5594 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5595
5596         * wl-summary.el (wl-summary-open-folder): New function.
5597         (wl-summary-goto-folder-subr): Use it.
5598         (wl-summary-mark-as-important): Fix;
5599         Encache only when no cache exists.
5600
5601 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5604         Use with-current-buffer.
5605
5606 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5607
5608         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5609         before call `get-buffer'. Fixed parenthesis.
5610         (wl-score-get-header-entry): Clear message and help window when
5611         keyboard quit.
5612         (wl-score-edit-insert-header): Ditto.
5613
5614 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5615
5616         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5617         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5618         (wl-default-draft-cite): Fix.
5619
5620         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5621         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5622
5623 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-message.el (wl-message-prev-page): Do same bahavior
5626         as summary when it is called in the message buffer.
5627         (wl-message-next-page): Ditto.
5628
5629 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-summary.el (wl-summary-forward): Use cache if it is not
5632         section cache.
5633
5634 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5637         Removed redundant require of elmo-vars.
5638         (wl-biff-state-indicator-on): Changed default value for
5639         xemacs with non-mule environment.
5640
5641         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5642         wl-message-buffer is nil;
5643         Hide progress bar after moving messages.
5644
5645 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5648         message at cursor point is deleted.
5649
5650 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-vars.el: Changed file coding system to euc-japan.
5653         Added -*-coding:-*- magic to the first line.
5654
5655         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5656         Search parent from the first message.
5657
5658         * Version number is increased to 2.7.1.
5659
5660 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5661
5662         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5663
5664 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5667         refile/delete execution.
5668
5669         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5670         Fixed docstring.
5671
5672 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5675         do update process;
5676         Don't update marks when update process is interrupted.
5677
5678 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5679
5680         * wl-summary.el (wl-summary-reply): Fixed problem when
5681         wl-draft-use-frame is non-nil.
5682         (wl-summary-forward): Ditto.
5683
5684         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5685         as nil.
5686         (wl-folder-mark-as-read-all-entity): Ditto.
5687         (wl-folder-prefetch-entity): Ditto.
5688
5689         * wl.el (wl): Check environment before wl-init.
5690
5691         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5692         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5693         instead of wl-summary-collect-unread.
5694         (wl-summary-reply): Split message window.
5695
5696 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5699         only if current language environment is japanese,
5700
5701         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5702         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5703         (wl-folder-goto-folder-subr): Ditto.
5704
5705         * wl-draft.el (wl-draft-dispatch-message): Call
5706         `elmo-file-cache-get-path'.
5707
5708 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-summary.el (wl-summary-cursor-move): If return value of
5711         wl-summary-next-message is not number, don't jump.
5712
5713 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl-summary.el (wl-summary-buffer-next-message-function): New
5716         variable.
5717         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5718         if it is bound.
5719
5720         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5721         string.
5722
5723         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5724         (wl-plugged-drawing): Ditto.
5725
5726 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5729         process.
5730         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5731         with unwind-protect.
5732
5733         * wl.el (wl-init): Require mime-setup.
5734         (wl-check-environment): Don't require mime-setup.
5735
5736         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5737         instead of elmo-folder-type.
5738
5739         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5740         value as nil.
5741
5742 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5743
5744         * Version number is increased to 2.7.0.
5745
5746         * wl-version.el (wl-version): Changed codename.
5747
5748         * wl-summary.el (wl-summary-delete-cache): Fixed.
5749
5750         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5751         Workaround for net folders.
5752         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5753
5754         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5755         value to nil (According to the patch from
5756         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5757
5758         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5759         of elmo-folder-close.
5760
5761 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5762
5763         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5764         for postfix.
5765
5766 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5767
5768         * wl-summary.el (wl-summary-resend-message): Fixed.
5769
5770         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5771         Call wl-draft with `from' argument if its address is included in
5772         `wl-user-mail-address-list'.
5773         (wl-draft): Added `from' argument.
5774
5775         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5776         non-nil.
5777         (wl): Don't show demo if wl-demo is nil.
5778
5779         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5780         wl-summary-use-frame.
5781
5782         * wl-vars.el (wl-summary-use-frame): New user option.
5783         (wl-folder-use-frame): Changed docstring.
5784
5785         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5786         non-nil.
5787         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5788         wl-summary-use-frame.
5789
5790         * wl-vars.el (wl-folder-use-frame): New user option.
5791
5792         * wl-summary.el (wl-summary-exit): Back to folder frame if
5793         wl-folder-use-frame is non-nil.
5794         (wl-summary-redisplay-internal): Ignore cache if current folder
5795         is draft folder,
5796         (wl-summary-redisplay-no-mime): Ditto.
5797         (wl-summary-redisplay-all-header): Ditto.
5798
5799         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5800         if wl-folder-use-frame is non-nil.
5801
5802 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-summary.el (wl-summary-sync-update): Bind
5805         elmo-folder-update-threshold.
5806         (wl-summary-mark-as-important): Enclosed server mark processing
5807         with `save-match-data'.
5808
5809         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5810         only when it is already defined.
5811
5812 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5813
5814         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5815         name of folder exclude localdir is wrong.
5816         * wl-folder.el (wl-folder-sync-entity):
5817         Set `wl-summary-always-sticky-folder-list' as nil.
5818         (wl-folder-mark-as-read-all-entity): Ditto.
5819         (wl-folder-prefetch-entity): Ditto.
5820
5821 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5822
5823         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5824         instead of `wl-summary-write-current-newsgroup'.
5825
5826 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5827
5828         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5829         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5830         non-nil and selected message is important, do not display.
5831
5832 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5833
5834         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5835
5836 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5837
5838         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5839
5840         * wl-summary.el (wl-summary-mark-as-important): Set message number
5841         using wl-summary-message-number.
5842
5843 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5844
5845         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5846         destination folder is 'null.
5847
5848 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5849
5850         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5851         New function.
5852         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5853         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5854         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5855
5856 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5857
5858         * wl-mime.el (wl-mime-setup): Added setting for
5859         `mime-setup-signature-key-alist' to avoid overriding key bind for
5860         `wl-draft-send'.
5861
5862         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5863         for `wl-draft-send'.
5864         * wl-mule.el (wl-draft-overload-functions): Ditto.
5865         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5866         * wl-draft.el (wl-draft-send): Ditto.
5867
5868         * wl-message.el (wl-message-display-internal):
5869         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5870         (Patch is provided by <kita@coe.nttdata.co.jp>).
5871
5872 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5873
5874         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5875
5876 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl.el (wl): Fix for wl-demo.
5879
5880 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5881
5882         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5883
5884 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5885
5886         * wl-folder.el (wl-folder-prefetch-entity): Use
5887         `wl-folder-get-elmo-folder'.
5888         (wl-folder-count-incorporates): Do not use
5889         `wl-folder-get-elmo-folder'.
5890
5891 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5892
5893         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5894         instead of `elmo-folder-get-type'.
5895
5896 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5897
5898         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5899         position on Subject: field.
5900         (Advised by Mito <mit@nines.nec.co.jp>)
5901
5902 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5903
5904         * wl-folder.el (wl-folder-prefetch-entity): Use
5905         `wl-folder-get-elmo-folder'.
5906
5907 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5910
5911         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5912         `process-duplicates' slot.
5913
5914         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5915         if detection failed.
5916
5917 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5918
5919         * wl-version.el (wl-version-status): Set to "alpha".
5920
5921 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5924         Check wl-message-buffer lives before set-buffer.
5925
5926 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5927
5928         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5929         called in folder mode.
5930         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5931         * wl-summary.el (wl-summary-exit-pre-hook): Run
5932         `wl-summary-exit-pre-hook' before exit summary mode.
5933
5934 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5935
5936         * wl-version.el (wl-version-status): New variable.
5937         (wl-version-status-alist): Removed.
5938         (wl-version-status): Rule included.
5939
5940 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5943         @sponichi.
5944
5945         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5946         when `mail-reply-buffer' is buffer-local variable.
5947         (Reported by <kita@coe.nttdata.co.jp>).
5948
5949 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-vars.el (toplevel): Require 'elmo-util.
5952
5953 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5956         (All other related portions are changed)
5957
5958         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5959
5960         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5961
5962 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5963
5964         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5965
5966 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5969         Delete other windows to avoid an error.
5970         Use `point-marker' instead of `point' to remember the start point
5971         of body.
5972
5973         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5974
5975         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5976         number not to exceed all message number.
5977
5978 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5979
5980         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5981         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5982
5983 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl-summary.el (wl-summary-sync-force-update): Added argument
5986         no-check.
5987         (wl-summary-sync-update): Ditto.
5988         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5989         with `no-check'.
5990
5991         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5992         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5993         already running.
5994
5995 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5996
5997         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5998         `dst-folder-arg'.
5999         (wl-expire-archive-number1): Diito.
6000         (wl-expire-archive-number2): Diito.
6001         (wl-expire-archive-Date): Diito.
6002         (wl-archive-number1): Diito.
6003         (wl-archive-number2): Diito.
6004         (wl-archive-date): Diito.
6005         (wl-archive-folder-p): New function.
6006         (wl-summary-expire): Support of expand folder name at
6007         wl-expire-alist.
6008         * wl-util.el (wl-expand-newtext): Renamed from
6009         `wl-refile-expand-newtext'.
6010
6011 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6012
6013         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6014         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6015         `(elmo-msgdb-get-overview msgdb)'.
6016         (wl-summary-prefetch): Bind match data before call
6017         `wl-summay-prefetch-msg'.
6018         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6019         'off if `wl-summary-buffer-disp-msg' is non-nil.
6020         Fixed problem that couldn't show only one new or unread message when
6021         enter folder.
6022         (wl-summary-reply): Don't call `split-window-vertically' and other
6023         window.
6024
6025 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6026
6027         * wl-expire.el (wl-expire-refile): Fixed.
6028
6029 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6032
6033         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6034         biff notification is removed.
6035
6036         * wl.el (wl): Changed position of `elmo-init'.
6037
6038         * wl-draft.el (wl-default-draft-cite): Use date field
6039         on the citation buffer.
6040
6041         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6042
6043         * wl-xmas.el (wl-folder-internal-icon-list): Added
6044         `wl-folder-shimbun-image'.
6045
6046         * wl-e21.el (wl-folder-internal-icon-list): Added
6047         `wl-folder-shimbun-image'.
6048
6049 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl.el (wl-init): Eliminated argument.
6052         (wl): Rewrite.
6053
6054         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6055         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6056         instead of `elmo-folder-msgdb-internal'.
6057         (wl-summary-sync-update): Ditto.
6058         (wl-summary-flush-pending-append-operations): Eliminated.
6059         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6060         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6061         `elmo-folder-open'.
6062
6063         * wl-mime.el (wl-summary-burst): Fixed.
6064
6065         * wl-folder.el (wl-folder-info-save): Check data type.
6066
6067         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6068         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6069         instead of `elmo-folder-msgdb-internal'.
6070         (wl-expire-hide): Ditto.
6071
6072
6073         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6074
6075 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6076
6077         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6078
6079 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6080
6081         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6082
6083 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6084
6085         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6086         Fixed `match-beginning' argument mismatch.
6087
6088 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6089
6090         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6091         the default value.
6092
6093 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6096         instead of `elmo-nntp-default-port'.
6097
6098         * wl-vars.el: Fixed some doc strings.
6099
6100 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6101
6102         * wl-summary.el (wl-summary-prefetch-msg): Use
6103         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6104
6105         * wl-vars.el: Define *-func as obsolete variable using
6106         `elmo-define-obsolete-variable'.
6107
6108         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6109         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6110         instead of `wl-message-buffer-prefetch-threshold'.
6111
6112         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6113
6114         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6115
6116         * wl-draft.el (wl-caesar-region-func): Ditto.
6117
6118         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6119         Keep unread status in elmo-folder-move-messages.
6120         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6121
6122 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6123
6124         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6125         `wl-summary-buffer-exit-func'
6126         (wl-summary-buffer-message-redisplay-function): Renamed from
6127         `wl-summary-buffer-message-redisplay-func'
6128         (wl-summary-buffer-next-folder-function): Renamed from
6129         `wl-summary-buffer-next-folder-func'.
6130         (wl-summary-buffer-prev-folder-function): Renamed from
6131         `wl-summary-buffer-prev-folder-func'.
6132         (wl-summary-get-petname-function): Renamed from
6133         `wl-summary-get-petname-func'.
6134
6135         * wl-score.el (wl-score-edit-exit-function): Renamed from
6136         `wl-score-edit-exit-func'.
6137
6138         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6139         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6140
6141         * wl-util.el (wl-load-profile-function): Renamed from
6142         `wl-load-profile-func'.
6143
6144         * wl-folder.el (wl-folder-completion-function): Renamed from
6145         `wl-folder-completion-func'.
6146         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6147
6148         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6149         `wl-expire-archive-get-folder-func'.
6150         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6151         (wl-draft-send-mail-function): Renamed from
6152         `wl-draft-send-mail-func'.
6153         (wl-draft-send-news-function): Renamed from
6154         `wl-draft-send-news-func'.
6155         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6156         (wl-generate-mailer-string-function): Renamed from
6157         `wl-generate-mailer-string-func'.
6158         (wl-highlight-signature-search-function): Renamed from
6159         `wl-highlight-signature-search-func'.
6160         (wl-highlight-x-face-function): Renamed from
6161         `wl-highlight-x-face-func'
6162         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6163         (wl-ps-print-buffer-function): Renamed from
6164         `wl-ps-print-buffer-func'
6165         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6166         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6167         (wl-summary-subject-filter-function): Renamed from
6168         `wl-summary-subject-filter-func'.
6169
6170         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6171         `wl-draft-queue-flush-send-func'
6172         (wl-draft-cite-function): Renamed from
6173         `wl-draft-cite-func'
6174
6175         * wl-address.el (wl-address-init-function): Renamed from
6176         `wl-address-init-func'.
6177
6178 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-draft.el (wl-draft-queue-flush): Don't call
6181         `elmo-dop-unlock-message'.
6182         * wl-draft.el (wl-draft-queue-append): Don't call
6183         `elmo-dop-lock-message'.
6184
6185         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6186         (wl-summary-buffer-folder-name): Ditto.
6187         (wl-summary-message-regexp): Added '-' (all other related portions
6188         are changed).
6189         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6190         wl-summary-buffer-folder-name.
6191
6192 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6193
6194         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6195         the number of mails in the folder buffer is not updated by wl-biff.
6196
6197 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6198
6199         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6200         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6201
6202 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6203
6204         * wl-summary.el (wl-summary-next-message):
6205         Return next message number when wl-summary-move-order is nil.
6206
6207 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6208
6209         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6210         `wl-summary-move-spec-alist'.
6211         (wl-summary-move-spec-unplugged-alist): New variable
6212         (Move spec for unplugged status).
6213         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6214         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6215
6216 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6217
6218         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6219         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6220
6221 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6222
6223         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6224         simple quotation to quote the anonymous function.
6225         * tm-wl.el (wl-draft-preview-message): Ditto.
6226
6227 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6228
6229         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6230         Eliminate redundant `save-excursion'.
6231         (wl-highlight-summary-current-line): Ditto.
6232
6233         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6234         accessing match data when `looking-at' failed.
6235
6236         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6237         `elmo-match-string' where users don't care about the speed.
6238         (wl-draft-save): Ditto.
6239
6240 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl-util.el (wl-regexp-opt): New function.
6243
6244         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6245         number from `wl-summary-buffer-number-list'.
6246         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6247         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6248         (wl-summary-move-spec-alist): Changed default setting.
6249
6250 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl-vars.el (wl-biff-notify-hook): New hook.
6253         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6254         the arrival of new mail.
6255         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6256         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6257
6258 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6261
6262 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6265
6266         * Version number is increased to 2.5.8.
6267
6268         * wl-thread.el (toplevel): require 'cl.
6269         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6270         (wl-thread-make-number-list): New function.
6271         (wl-thread-entity-make-number-list-from-children): Ditto.
6272         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6273         (wl-thread-entity-insert-as-children): Likewise.
6274         (wl-thread-delete-message): Likewise.
6275         (wl-meaning-of-mark): Eliminated.
6276         (wl-thread-next-failure-mark-p): Ditto.
6277         (wl-thread-entity-get-mark): Ditto.
6278         (wl-thread-meaning-alist-get-result): Ditto.
6279         (wl-thread-entity-check-prev-mark): Ditto.
6280         (wl-thread-entity-check-next-mark): Ditto.
6281         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6282         (wl-thread-entity-get-prev-marked-entity): Ditto.
6283         (wl-thread-get-prev-unread): Ditto.
6284         (wl-thread-jump-to-prev-unread): Ditto.
6285         (wl-thread-get-next-unread): Ditto.
6286         (wl-thread-jump-to-next-unread): Ditto.
6287         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6288         (wl-thread-entity-get-next-marked-entity): Ditto.
6289
6290         * wl-summary.el (wl-summary-buffer-number-list):
6291         New bufer-local variable.
6292         (wl-summary-switch-to-clone-buffer): Clone
6293         `wl-summary-buffer-number-list'.
6294         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6295         (wl-summary-cursor-move-regex): Eliminated.
6296         (wl-summary-cursor-up): Rewrite.
6297         (wl-summary-cursor-down): Ditto.
6298         (wl-summary-mode-spec-alist): New variable.
6299         (wl-summary-next-message): New inline function.
6300         (wl-summary-cursor-move): New function.
6301         (wl-summary-default-get-next-msg): Rewrite.
6302         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6303         (wl-summary-rescan): Ditto.
6304         (wl-summary-sync-all-init): Ditto.
6305         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6306         summary is not thread view.
6307         (wl-summary-sync-update): Ditto.
6308         (wl-summary-rescan): Ditto.
6309         (wl-summary-make-number-list): New function.
6310
6311         * wl-draft.el: "FCC" -> "Fcc".
6312
6313 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-highlight.el (wl-highlight-summary-window):
6316         Call `set-buffer-modified-p'.
6317
6318         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6319         (wl): Call `elmo-init' and fix.
6320
6321         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6322         Use new variables.
6323
6324         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6325
6326 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6329
6330 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6331
6332         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6333
6334 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6335
6336         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6337         `wl-use-toolbar' nor `display-graphic-p'.
6338         (wl-e21-setup-message-toolbar): Ditto.
6339         (wl-e21-setup-summary-toolbar): Ditto.
6340         (wl-e21-setup-folder-toolbar): Ditto.
6341
6342         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6343         (wl-plugged-init-icons): Ditto.
6344
6345         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6346         `display-graphic-p'.
6347         (wl-plugged-set-folder-icon): Ditto.
6348         (wl-highlight-plugged-current-line): Ditto.
6349         (wl-highlight-folder-current-line): Ditto.
6350         (wl-e21-highlight-folder-group-line): Ditto.
6351         (wl-e21-setup-toolbar): Ditto.
6352         (wl-e21-display-image-p): New macro.
6353
6354         * wl-demo.el (wl-demo): Simplified.
6355         (wl-demo-image-type-alist): Use `image-type-available-p' for
6356         checking whether the image type `xbm' is available.
6357
6358 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6361         (wl-summary-input-range): Ditto.
6362
6363 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-summary.el (wl-summary-edit-addresses): Use
6366         `wl-summary-get-original-buffer'
6367         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6368         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6369         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6370         (wl-summary-get-newsgroups): Eliminated.
6371         (wl-summary-set-crosspost): Ditto.
6372         (wl-summary-is-crosspost-folder): Ditto.
6373         (wl-crosspost-alist-load): Ditto.
6374         (wl-crosspost-alist-save): Ditto.
6375
6376         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6377         `elmo-setup-subscribed-newsgroups' instead of
6378         `elmo-nntp-make-groups-hashtb'.
6379         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6380         instead of `wl-crosspost-alist-save'.
6381
6382         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6383         of `elmo-folder-message-appendable-p'.
6384         (wl-mime-header-presentation-method): Eliminated.
6385
6386         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6387         (Error occurs in emacs21).
6388
6389         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6390         the current buffer).
6391
6392         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6393         instead of `wl-crosspost-alist-save'.
6394         (wl-init): `elmo-crosspost-message-alist-load'
6395         instead of `wl-crosspost-alist-load'
6396
6397         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6398         (wl-parse-newsgroups): Likewise.
6399         (wl-biff-notify): Run `wl-biff-notify-hook'.
6400
6401 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6402
6403         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6404
6405         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6406         when `wl-summary-lazy-highlight' is non-nil.
6407         (wl-summary-goto-folder-subr): Highlight only when
6408         `wl-summary-lazy-highlight' is non-nil.
6409
6410         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6411         Don't display progress and highlight temp-mark when
6412         `wl-summary-lazy-highlight' is non-nil.
6413         (wl-highlight-summary-window): New function.
6414         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6415
6416 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6417
6418         * wl-summary.el (wl-summary-sync): Change `all-visible'
6419         from `all-shown'
6420         (wl-summary-input-range): Ditto.
6421
6422 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6423
6424         * wl-e21.el (wl-highlight-folder-current-line): Call
6425         `wl-folder-init-icons' when folder icons have not been initialized.
6426
6427         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6428
6429         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6430         (wl-demo-image-type-alist): New macro.
6431
6432 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6433
6434         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6435         display does not support graphics.
6436         (wl-plugged-init-icons): Ditto.
6437         (wl-folder-init-icons): Ditto.
6438
6439         * wl-demo.el (wl-demo): Chech closely whether the display
6440         supports graphics.
6441
6442 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * wl-summary.el (wl-summary-get-original-buffer): New function.
6445         (wl-summary-set-crosspost): Use it.
6446         (wl-summary-target-mark-uudecode): Ditto.
6447         (wl-summary-reedit): Ditto.
6448         (wl-summary-resend-bounced-mail): Ditto.
6449         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6450         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6451
6452         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6453         (wl-message-display-internal): Ditto.
6454
6455 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6458
6459 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6460
6461         * wl-summary.el (wl-summary-save-view): Renamed from
6462         `wl-summary-save-status'.
6463
6464 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-summary.el (wl-summary-sync): Added `all-shown'
6467
6468 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6471
6472 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6473
6474         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6475
6476 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6477
6478         * wl-highlight.el (wl-highlight-summary-line-string): Use
6479         `zerop' instead of `= 0'.
6480         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6481
6482         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6483         for comparing numbers.
6484         (wl-template-prev): Use `zerop' instead of `eq 0'.
6485
6486         * wl-draft.el (wl-draft-insert-current-message): Use
6487         `with-current-buffer' instead of `save-excursion'.
6488         Use `zerop' instead of `eq 0'.
6489
6490 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6491
6492         * wl-draft.el (wl-draft-insert-ccs): New function.
6493         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6494         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6495
6496 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6497
6498         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6499
6500 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * wl-expire.el (wl-expire-refile): Don't call
6503         elmo-msgdb-add-msgs-to-seen-list;
6504         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6505         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6506
6507 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-message.el (wl-message-prev-page): Ignore errors while
6510         scroll-down.
6511
6512 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-mime.el: Use elmo-original-message-mode instead of
6515         mmelmo-original-mode.
6516
6517         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6518         `elmo-folder-get-spec';
6519         (wl-fldmgr-add-completion-all-completions):
6520         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6521
6522         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6523         of `elmo-folder-get-type'.
6524
6525         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6526         `elmo-folder-get-spec';
6527         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6528         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6529         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6530         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6531         `elmo-read-msg-no-cache';
6532         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6533         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6534         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6535         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6536         `elmo-cache-save';
6537         (wl-draft-reedit): Use `elmo-message-file-name'.
6538
6539         * wl-expire.el: Use `elmo-folder-name-internal';
6540         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6541         Use macro `wl-summary-buffer-msgdb' instead of variable
6542         `wl-summary-buffer-msgdb';
6543         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6544         Use macro `wl-summary-buffer-folder-name' instead of variable
6545         `wl-summary-buffer-folder-name'.
6546         * wl-score.el: Likewise.
6547
6548         * wl-message.el: Rewrite for new message buffer cache mechanism.
6549         (wl-message-buffer-cache-buffer-get): New macro.
6550         (wl-message-buffer-cache-folder-get): Ditto.
6551         (wl-message-buffer-cache-message-get): Ditto.
6552         (wl-message-buffer-cache-entry-make): Ditto.
6553         (wl-message-buffer-cache-hit): Ditto.
6554         (wl-message-buffer-cache-sort): New function.
6555         (wl-message-buffer-cache-add): Ditto.
6556         (wl-message-buffer-cache-delete): Ditto.
6557         (wl-message-buffer-cache-clean-up): Ditto.
6558         (wl-message-buffer-window): Rewrite.
6559         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6560         (wl-message-buffer-display): New function.
6561         (wl-message-display-internal): New function.
6562
6563 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6564
6565         * wl-folder.el: Use `elmo-folder-name-internal';
6566         Use `wl-folder-get-elmo-folder';
6567         Use `elmo-folder-list-messages' instead of
6568         `elmo-list-folder';
6569         Use `elmo-folder-get-primitive-list' instead of
6570         `elmo-folder-get-primitive-spec-list';
6571         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6572         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6573         Use `elmo-folder-create' instead of `elmo-create-folder'.
6574         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6575         (wl-folder-get-elmo-folder): New macro.
6576         (wl-folder-elmo-folder-cache-get): Ditto.
6577         (wl-folder-elmo-folder-cache-put): Ditto.
6578         (wl-folder-suspend): Call `elmo-quit'.
6579
6580         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6581         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6582         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6583         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6584         (toplevel): require 'cl.
6585         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6586
6587         * wl-summary.el: Rewrite to use new elmo interface.
6588
6589 \f
6590 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * wl-mime.el (wl-draft-preview-message):
6593         Run `wl-draft-send-hook' before collecting recipients information;
6594         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6595
6596         * tm-wl.el (wl-draft-preview-message): Ditto.
6597
6598 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6601         wrong recipients are displayed when forwarded message.
6602
6603 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * Version number is increased to 2.5.7.
6606
6607 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6608
6609         * wl-message.el (wl-message-next-page): Bind
6610         `window-pixel-scroll-increment' to nil while scrolling up.
6611
6612 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6613
6614         * wl-vars.el (wl-save-hook): New hook.
6615         * wl.el (wl-save): Call `wl-save-hook'.
6616
6617 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6618
6619         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6620         Argument WITH-ARG instead of NO-ARG (negative mean).
6621         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6622         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6623         * wl-message.el (wl-message-follow-current-entity): Likewise.
6624
6625 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6626
6627         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6628         FROM was optional argument.
6629         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6630
6631 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6632
6633         * Version number is increased to 2.5.6.
6634
6635 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6636
6637         * wl-version.el (wl-version-show): Removed.
6638         (wl-version): Add `interactive'.
6639
6640 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6641
6642         * wl-summary.el (wl-summary-get-petname-func): New variable.
6643         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6644         instead of `wl-address-get-petname-1'.
6645         (wl-summary-simple-from): Ditto.
6646
6647         * wl-address.el (wl-address-get-petname-1): Define as function.
6648
6649 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6652         field in the original message.
6653         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6654
6655 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6656
6657         * wl-expire.el (wl-expire-hide):
6658         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6659
6660 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6663         find decoder for To, Cc, and Subject.
6664
6665 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6668         for checking `elmo-use-buffer-cache'.
6669         (wl-summary-mark-as-important): Fixed typo in comment.
6670
6671 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6674         field in the original message.
6675         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6676
6677 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6678
6679         * wl-expire.el (wl-expire-hide):
6680         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6681
6682 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6685         find decoder for To, Cc, and Subject.
6686
6687 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * Version number is increased to 2.5.5.
6690
6691         * wl-address.el (wl-address-specials-regexp): New constant.
6692         (wl-address-quote-specials): Use it.
6693
6694 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-summary.el (wl-summary-rescan):
6697         Call `wl-summary-buffer-number-column-detect'.
6698         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6699
6700         * wl-message.el (wl-message-mode-map): Define.
6701         (wl-message-decode): Use it as local-map.
6702
6703 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6706         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6707
6708 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6711
6712         * wl-mule.el (wl-read-event-char): Ditto.
6713
6714         * wl-e21.el (wl-read-event-char): Ditto.
6715
6716         * wl-nemacs.el (wl-read-event-char): Ditto.
6717         (read-event): Removed.
6718
6719         * wl-util.el (toplevel): Removed dummy definition of
6720         `read-event'.
6721         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6722
6723 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6724
6725         * wl-nemacs.el (elmo-archive-call-process): Moved to
6726         elmo-archive.el.
6727
6728 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6729
6730         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6731         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6732
6733         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6734         instead of magic-number 6.  Use `not' instead of `null' for symbol
6735         `nil' check (not empty list).
6736         (wl-draft-insert-x-face-field): Fixed paren style.
6737
6738         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6739         one-branch conditional statement, instead of `and' and `if'.
6740         (wl-draft-forward): Likewise.
6741         (wl-draft-add-references): Likewise.
6742         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6743
6744         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6745         conditional steatment.  Use `cond' instead of `if'.
6746         (wl-draft-confirm): Likewise.
6747
6748 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6749
6750         * wl-version.el (wl-version-show): Use `product-string-1'
6751         instead of `wl-version'.
6752         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6753
6754         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6755
6756 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6757
6758         * wl-highlight.el (wl-highlight-headers): Revert
6759         `wl-highlight-x-face-func' argument (`beg' and `end').
6760
6761 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6762
6763         * wl.el (toplevel): Move `product-provide' declare.
6764         * wl-demo.el (toplevel): Ditto.
6765         * wl-dnd.el (toplevel): Ditto.
6766         * wl-highlight.el (toplevel): Ditto.
6767         * wl-message.el (toplevel): Ditto.
6768         * wl-refile.el (toplevel): Ditto.
6769         * wl-util.el (toplevel): Ditto.
6770
6771 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6772
6773         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6774         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6775         (wl-thread-close-all): keep cursor position.
6776
6777 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6778
6779         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6780         (eq x 0).
6781         (wl-generate-user-agent-string-1): Fix conditional statement.
6782
6783 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl.el (wl-check-environment): Additional check for
6786         'wl-local-domain' and `wl-message-id-domain'.
6787
6788 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6791
6792 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6795         instead of `smtp-sasl-user-realm'.
6796
6797 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6800
6801 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6802
6803         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6804         to the default value as well as `eword-lexical-analyzer'.
6805
6806 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6807
6808         * wl-version.el (wl-extended-emacs-version,
6809         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6810         `elmo-match-string' instead of `wl-match-string'.
6811
6812 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6813
6814         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6815         docstring.
6816
6817 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6818
6819         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6820
6821 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6822
6823         * wl-highlight.el (wl-highlight-headers): Remove
6824         `wl-highlight-x-face-func' argument (`beg' and `end').
6825
6826 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-summary.el (wl-summary-mark-as-important):
6829         Remove cache if folder is local.
6830
6831 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6832
6833         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6834         to get existing e-mail address string.
6835
6836 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6837
6838         * wl-version.el (wl-generate-user-agent-string): Commentary.
6839         (wl-generate-user-agent-string-1): Use `when' for
6840         one-branch conditional statement, instead of `and' and `if'.
6841         (wl-extended-emacs-version, wl-extended-emacs-version2,
6842         wl-extended-emacs-version3): Ditto.
6843
6844 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6847         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6848         condition-case; Remove initialization.
6849         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6850         (wl-summary-sync-update3): Added argument `sync-all';
6851         Eliminated local variable `msgdb';
6852         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6853         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6854         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6855
6856 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6857
6858         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6859         connection before call `wl-draft-send-mail-with-smtp'.
6860
6861 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * Version number is increased to 2.5.4.
6864
6865 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6866
6867         * wl.el (wl-check-environment): Additional check for
6868         'wl-local-domain' and `wl-message-id-domain'.
6869
6870 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6873         buffer as command specific.
6874         (wl-folder-mark-as-read-all-entity): Ditto.
6875         (wl-folder-prefetch-entity): Ditto.
6876         (wl-folder-drop-unsync-entity): Ditto.
6877
6878         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6879         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6880         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6881
6882         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6883         save-excursion.
6884
6885 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6886
6887         * Version number is increased to 2.5.3.
6888
6889         * wl-summary.el (wl-summary-save-view-cache):
6890         Delete duplicated `write-region';
6891         Use `write-region-as-binary' instead of `as-binary-output-file' and
6892         `write-region'.
6893
6894 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6895
6896         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6897
6898 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6901         instead of `smtp-via-smtp'.
6902
6903 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6904
6905         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6906
6907 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6908
6909         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6910         instead of `smtp-sasl-user-realm'.
6911
6912 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6915
6916 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6917
6918         * Version number is increased to 2.5.2.
6919
6920 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6923         does not exist.
6924         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6925         (wl-biff-start): Call `timer-activate' if timer already exists.
6926
6927         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6928         only when it is bound as function.
6929
6930 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * Version number is increased to 2.5.1.
6933
6934 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6937         Print refile/copy destination.
6938
6939 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6942         queue-flush-only is non-nil.
6943
6944         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6945
6946         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6947         checking cache folder.
6948
6949 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6952         `regexp-quote'.
6953
6954 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6955
6956         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6957         function.
6958         * wl-summary.el (wl-summary-write-current-folder-functions):
6959         Change default value.  Use it.
6960
6961 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6962
6963         * Version number is increased to 2.5.0.
6964
6965         * wl-version.el (wl-version): Changed codename.
6966
6967 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6968
6969         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6970         (wl-summary-supersedes-message): Ditto.
6971
6972 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6973
6974         * wl-refile.el (wl-refile-guess-functions): Renamed from
6975         `wl-refile-guess-func-list'.
6976
6977 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6980         Fixed problem when no rule was matched.
6981
6982 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6983
6984         * wl-summary.el (wl-summary-get-mark): Fixed
6985         `wl-summary-buffer-target-mark' check logic.
6986
6987 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6988
6989         * wl-folder.el (wl-folder-write-current-folder): Added group
6990         folder check.
6991
6992         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6993         `wl-summary-write-current-newsgroup'.
6994         (wl-summary-write-current-folder-functions): New variable.
6995         * wl-folder.el (wl-folder-get-newsgroups): New function.
6996         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6997         (wl-folder-write-current-folder): Renamed from
6998         `wl-folder-write-current-newsgroup'.
6999
7000 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7001
7002         * Version number is increased to 2.3.93.
7003
7004 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7005
7006         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7007         (wl-ldap-make-matched-value-list): Ditto.
7008         (wl-ldap-alias-safe-string): Split e-mail address.
7009
7010         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7011         petname folder default was selected.
7012         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7013         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7014
7015 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7016
7017         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7018         to `wl-draft-config-exec'.
7019
7020         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7021         instead of calling `wl-draft-config-exec';
7022         Process group-list and show recipients in minibuffer.
7023
7024         * tm-wl.el (wl-draft-preview-message): Ditto.
7025
7026 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7027
7028         * wl.el (toplevel): Added (C) to copyright notice, and
7029         sync Author header.
7030         * tm-wl.el (toplevel): Ditto.
7031         * wl-address.el (toplevel): Ditto.
7032         * wl-demo.el (toplevel): Ditto.
7033         * wl-dnd.el (toplevel): Ditto.
7034         * wl-draft.el (toplevel): Ditto.
7035         * wl-e21.el (toplevel): Ditto.
7036         * wl-expire.el (toplevel): Ditto.
7037         * wl-folder.el (toplevel): Ditto.
7038         * wl-highlight.el (toplevel): Ditto.
7039         * wl-message.el (toplevel): Ditto.
7040         * wl-mime.el (toplevel): Ditto.
7041         * wl-mule.el (toplevel): Ditto.
7042         * wl-nemacs.el (toplevel): Ditto.
7043         * wl-refile.el (toplevel): Ditto.
7044         * wl-score.el (toplevel): Ditto.
7045         * wl-summary.el (toplevel): Ditto.
7046         * wl-template.el (toplevel): Ditto.
7047         * wl-thread.el (toplevel): Ditto.
7048         * wl-util.el (toplevel): Ditto.
7049         * wl-vars.el (toplevel): Ditto.
7050         * wl-xmas.el (toplevel): Ditto.
7051
7052 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7053
7054         * wl.el (wl-init): Added comment about `wl-init-hook'.
7055         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7056         * wl-vars.el (wl-init-hook): Added docs.
7057         (wl-make-plugged-hook): Removed useless docs.
7058         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7059         * wl-xmas.el (toplevel): Ditto.
7060
7061 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7062
7063         * wl-address.el (toplevel): Fixed multiple Author header format.
7064         * wl-demo.el (toplevel): Ditto.
7065         * wl-draft.el (toplevel): Ditto.
7066         * wl-folder.el (toplevel): Ditto.
7067         * wl-summary.el (toplevel): Ditto.
7068         * wl-thread.el (toplevel): Ditto.
7069         * wl-util.el (toplevel): Ditto.
7070         * wl-vars.el (toplevel): Ditto.
7071         * wl-version.el (toplevel): Ditto.
7072         * wl-xmas.el (toplevel): Ditto.
7073         * wl.el (toplevel): Ditto.
7074
7075         * wl-version.el (toplevel): Added require `elmo-version' for
7076         `product-version-as-string'.
7077
7078 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-vars.el (wl-draft-send-hook): Changed default value to
7081         '(wl-draft-config-exec).
7082
7083         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7084         explicitly.
7085         (wl-draft): Set `wl-draft-config-exec-flag' before running
7086         `wl-mail-setup-hook'.
7087
7088         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7089         `wl-biff-init-icons' to `wl-init-hook' instead of
7090         `wl-make-plugged-hook'.
7091         (Because if `wl-draft' command is invoked at first,
7092         they are not initialized)
7093         Updated copyright notice.
7094
7095         * wl-e21.el (toplevel): Ditto;
7096
7097         * wl-demo.el (toplevel): Updated copyright notice.
7098         * wl-address.el (toplevel): Ditto.
7099         * wl-draft.el (toplevel): Ditto.
7100         * wl-version.el (toplevel): Ditto.
7101         * wl-folder.el (toplevel): Ditto.
7102         * wl-summary.el (toplevel): Ditto.
7103         * wl-thread.el (toplevel): Ditto.
7104         * wl-util.el (toplevel): Ditto.
7105         * wl-vars.el (toplevel): Ditto.
7106         * wl.el (toplevel): Ditto.
7107
7108 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * wl-highlight.el (wl-highlight-message): Fixed problem of
7111         highlighting failure which occured when the last field contains
7112         multiple lines in the draft buffer.
7113
7114         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7115         `wl-biff-start' if plugged.
7116
7117         * wl-util.el (wl-biff-check-folder): New function.
7118         (wl-biff-check-folders): Don't set session name prefix.
7119         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7120         (wl-biff-check-folder-async): Ditto.
7121
7122         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7123         in email address.
7124
7125 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7126
7127         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7128
7129         * wl-draft.el (wl-draft-strip-subject-re): New function.
7130
7131         * wl-draft.el (wl-draft-reply): Use it.
7132
7133 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-message.el (wl-mmelmo-message-redisplay): Use
7136         `mime-display-message' instead of `wl-mime-display-message'.
7137
7138         * wl-mime.el (toplevel): Removed compatibility workaround
7139         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7140         (wl-mime-display-message): Abolished.
7141         (wl-mime-entity-read-field): Ditto.
7142         (wl-mime-combine-message/partial-pieces): Use
7143         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7144
7145 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7146
7147         * wl-template.el: Doc fixes.
7148
7149 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7150
7151         * wl-e21.el (wl-message-overload-functions): Do nothing if
7152         `current-local-map' is not available.
7153         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7154
7155 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7156
7157         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7158         representation.
7159
7160         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7161         number.
7162         (wl-fldmgr-save-folders): Don't use `format' when insert
7163         `wl-fldmgr-folders-header'.
7164
7165 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7166
7167         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7168
7169 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-highlight.el (wl-highlight-message):
7172         Use `std11-field-end' to detect end point of the header field.
7173         Refer `wl-highlight-max-header-size'.
7174
7175         * wl-vars.el (wl-highlight-max-header-size): New variable.
7176
7177         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7178
7179         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7180         Set `for-draft' argument of wl-highlight-headers.
7181         (wl-draft): Ditto.
7182         (wl-draft-reedit): Ditto.
7183         (wl-user-agent-compose-internal): Ditto.
7184
7185 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7186
7187         * wl-message.el (wl-message-add-button): Use overlay.
7188
7189 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7190
7191         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7192
7193         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7194         problem when group-list content is nothing.
7195         (Reported by Mito <mit@nines.nec.co.jp>)
7196
7197 2000-10-18  SAITO Atsunori <sai@yedo.com>
7198
7199         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7200
7201 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7202
7203         * tm-wl.el (toplevel): Use product-provide.
7204
7205 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * Version number is increased to 2.3.92.
7208
7209 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7210
7211         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7212         title text, use `display' property for left margin under Emacs 21.
7213
7214         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7215         properties.
7216         (wl-plugged-init-icons): Ditto.
7217
7218 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7219
7220         * wl.el (wl-save-status, wl-init): Remove last period in
7221         "...done." message.
7222         * tm-wl.el (wl-summary-burst): Ditto.
7223         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7224         wl-summary-resume-cache-status,
7225         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7226         wl-summary-sync-update3, wl-summary-highlight-msgs,
7227         wl-summary-flush-pending-append-operations,
7228         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7229         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7230         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7231         wl-thread-open-all): Ditto.
7232         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7233         * wl-mime.el (wl-summary-burst): Ditto.
7234         * wl-highlight.el (wl-highlight-summary): Ditto.
7235         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7236         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7237         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7238         * wl-address.el (wl-local-address-init): Ditto.
7239
7240 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7241
7242         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7243         `add-text-properties'.
7244         (wl-plugged-init-icons): Ditto.
7245         (wl-folder-init-icons): Use `propertize' instead of
7246         `put-text-property'.
7247         (wl-plugged-set-folder-icon): Ditto.
7248         (wl-e21-highlight-folder-group-line): Ditto.
7249
7250 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-version.el (wl-version-status-alist): New variable.
7253         (wl-version-status): New function.
7254
7255         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7256         "Cc" part of the case "Reply-To".
7257
7258         * wl-draft.el (wl-draft-reply): Use result of
7259         `eword-extract-address-components'.
7260
7261         * wl-demo.el (wl-demo-icon-name): New constant.
7262         (wl-logo-xpm): Use it.
7263         (wl-logo-xbm): Ditto.
7264         (wl-logo-bitmap): Ditto.
7265
7266         * Version number is increased to 2.3.91.
7267
7268 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7269
7270         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7271         (wl-extended-emacs-version, wl-extended-emacs-version2,
7272         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7273         docstring.
7274
7275         * wl-version.el (wl-generate-user-agent-string-1): New function.
7276         (wl-generate-user-agent-string): Use it.
7277
7278         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7279         `mime-edit-insert-user-agent-field'.
7280         (wl-generate-user-agent-string): Check
7281         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7282
7283         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7284         instead of `if', when verbose case.
7285
7286 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7287
7288         * wl-expire.el (wl-summary-expire): Fix.
7289
7290 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7291
7292         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7293         and `elmo-lost+found-folder' if 'wl-draft.
7294         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7295
7296 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7297
7298         * wl-expire.el (wl-summary-expire): Change messages.
7299         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7300         `deleing-info' instead of "Deleting..."
7301
7302 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7303
7304         * wl-summary.el (wl-summary-refile-subr): Fix.
7305
7306 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7307
7308         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7309         if pipe folder.
7310
7311 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7312
7313         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7314
7315 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7316
7317         * wl-expire.el (wl-expire-hide): New function.
7318         (wl-summary-expire): Add `hide'.
7319
7320 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * wl-vars.el (wl-draft-reply-without-argument-list):
7323         Changed default value to consider `Reply-To:'.
7324         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7325
7326         * Version number is increased to 2.3.90.
7327
7328         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7329         elmo-imap4-get-session with unwind-protect.
7330         Don't cause error.
7331         (wl-summary-sync-marks): Don't check plugged nor folder type.
7332         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7333         (Always keep current buffer).
7334
7335 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7336
7337         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7338         Enclose with `save-excursion'.
7339
7340 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7341
7342         * wl-version.el (wl-version): Remove interactive.
7343
7344 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7345
7346         * wl-version.el (wl-generate-user-agent-string): Use
7347         `product-string-verbose' instead of `product-string-1'.
7348
7349 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7350
7351         * wl-vars.el (wl-draft-use-cache): New variable.
7352         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7353         if wl-draft-use-cache is non-nil.
7354
7355 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7356
7357         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7358         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7359
7360 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7361
7362         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7363         (wl-thread-msg-mark-as-unread): Ditto.
7364
7365         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7366         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7367         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7368         Don't set mark in summary if return value of `elmo-mark-as-read'
7369         is nil.
7370         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7371         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7372         instead of `wl-thread-msg-mark-as-read'.
7373         (wl-summary-mark-as-unread-region): Ditto.
7374         (wl-summary-target-mark-mark-as-read): Ditto.
7375
7376         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7377
7378 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7379
7380         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7381
7382         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7383
7384 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7387         face.
7388
7389 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7390
7391         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7392         `running-xemacs'.
7393
7394 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * wl-version.el (toplevel): Use `product-version-as-string' for
7397         set verstion-string, if defined.
7398
7399         * wl-version.el (wl-version-show): Insert string at point, when
7400         call with argument.
7401
7402         * wl-version.el (wl-generate-user-agent-string): Use
7403         `product-string-1' instead of `wl-appname', `wl-version' and
7404         `wl-codename'.
7405
7406 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7407
7408         * wl-address.el (toplevel): Use product-provide.
7409         * wl-demo.el (toplevel): Ditto.
7410         * wl-dnd.el (toplevel): Ditto.
7411         * wl-draft.el (toplevel): Ditto.
7412         * wl-e21.el (toplevel): Ditto.
7413         * wl-expire.el (toplevel): Ditto.
7414         * wl-fldmgr.el (toplevel): Ditto.
7415         * wl-folder.el (toplevel): Ditto.
7416         * wl-highlight.el (toplevel): Ditto.
7417         * wl-message.el (toplevel): Ditto.
7418         * wl-mime.el (toplevel): Ditto.
7419         * wl-mule.el (toplevel): Ditto.
7420         * wl-nemacs.el (toplevel): Ditto.
7421         * wl-refile.el (toplevel): Ditto.
7422         * wl-score.el (toplevel): Ditto.
7423         * wl-summary.el (toplevel): Ditto.
7424         * wl-template.el (toplevel): Ditto.
7425         * wl-thread.el (toplevel): Ditto.
7426         * wl-util.el (toplevel): Ditto.
7427         * wl-vars.el (toplevel): Ditto.
7428         * wl-xmas.el (toplevel): Ditto.
7429         * wl.el (toplevel): Ditto.
7430
7431 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7432
7433         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7434         instead of product.
7435
7436         * wl-version.el (wl-version): Compile time evalution elmo-version.
7437
7438 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7439
7440         * wl-summary.el (wl-summary-sync-force-update): Append queue
7441         `mark-as-read'if unplugged.
7442
7443 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7444
7445         * wl-version.el: New file.  Use product.el.
7446         * wl.el: add (require 'wl-version).
7447         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7448         for ~/.folders header.
7449         (wl-fldmgr-folders-header): Changed.
7450         * wl-demo.el (wl-demo): Use product.el.
7451
7452         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7453         wl-version.el.
7454         * wl-util.el (wl-version, wl-version-show): Ditto.
7455
7456         * wl-util.el (wl-generate-user-agent-string,
7457         wl-extended-emacs-version, wl-extended-emacs-version2,
7458         wl-extended-emacs-version3): Move to wl-version.el.
7459         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7460         xemacs-codename, mime-edit-insert-user-agent-field,
7461         mime-edit-user-agent-value, mime-editor/version,
7462         mime-editor/codename): Compile warning killer move to
7463         wl-version.el
7464
7465 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7466
7467         * wl-summary.el (wl-summary-refile-subr): Fix.
7468
7469 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7472         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7473
7474 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7475
7476         * wl.el (wl-check-environment): Check too many `@'.
7477
7478 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7479
7480         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7481
7482 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7483
7484         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7485         wl-draft-reply-myself-without-argument-list): Add variables.
7486         * wl-draft.el (wl-draft-reply): Use it.
7487
7488 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7489
7490         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7491         the 5th argument of `elmo-network-get-spec'.
7492
7493         * wl-thread.el (wl-thread-reparent-children): New inline function.
7494         (wl-thread-delete-message): Use it.
7495
7496         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7497         (wl-summary-score-update-all-lines): Don't use `dolist'.
7498
7499 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7500
7501         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7502         (require 'elmo-msgdb) for inline function.
7503
7504 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7505
7506         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7507
7508 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7509
7510         * wl-score.el (wl-score-headers): Fix for the confusing macro
7511         `elmo-kill-buffer'.
7512
7513 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7514
7515         * wl-summary.el: Don't use the 3rd argument of `require' because
7516         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7517         * wl-util.el: Ditto.
7518         * wl-draft.el: Ditto.
7519
7520 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7521
7522         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7523         window system is not used.
7524
7525 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7526
7527         * wl-thread.el: Don't use `mapcar' only for iteration.
7528         (wl-thread-resume-entity): Ditto.
7529         (wl-thread-delete-message): Ditto.
7530
7531         * wl-summary.el: Bind `dragdrop-drop-functions',
7532         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7533         of `require' for `timezone', `easymenu' and `ps-print';
7534         don't use `mapcar' only for iteration.
7535
7536         * wl-util.el: Bind `mule-version', `nemacs-version',
7537         `emacs-beta-version', `xemacs-codename',
7538         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7539         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7540         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7541         only for iteration.
7542
7543         * wl-score.el: Don't use `mapcar' only for iteration.
7544         (wl-score-simplify-buffer-fuzzy): Ditto.
7545         (wl-score-simplify-subject): Ditto.
7546         (wl-score-headers): Ditto.
7547         (wl-summary-score-update-all-lines): Ditto.
7548
7549         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7550         `enable-multibyte-characters' and `mule-version'.
7551
7552         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7553         `mapcar' only for iteration.
7554
7555         * wl-demo.el: Don't use `mapcar' only for iteration.
7556
7557         * wl-folder.el: Don't use `mapcar' only for iteration.
7558         (wl-folder-open-all): Ditto.
7559         (wl-folder-count-incorporates): Ditto.
7560
7561         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7562         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7563
7564         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7565         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7566         `smtp-connection-type'; specify 3rd argument of `require' for
7567         `timezone'; don't use `mapcar' only for iteration.
7568         (wl-draft-clone-local-variables): Don't use `mapcar'.
7569         (wl-draft-generate-clone-buffer): Ditto.
7570         (wl-user-agent-compose-internal): Ditto.
7571
7572         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7573
7574         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7575         (wl-save-status): Ditto.
7576
7577         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7578         for iteration.
7579
7580 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7581
7582         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7583         removed `Date'.
7584         (wl-fldmgr-make-filter-default): New user option.
7585
7586         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7587         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7588         (wl-fldmgr-filter-completion-alist): Abolish.
7589
7590         * wl.el (wl): Don't check servers if arg is non-nil.
7591
7592         * wl-draft.el (wl-draft-reply): Set only message-id string to
7593         In-Reply-To field.
7594
7595 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-summary.el (wl-summary-pick): Rewrite.
7598
7599         * wl-draft.el (wl-draft-forward): Get references field from
7600         original buffer.
7601         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7602
7603 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7604
7605         * wl-draft.el (wl-draft-forward): Add references field.
7606
7607 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7610         (wl-draft-reply): Use it.
7611
7612 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7613
7614         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7615         when Emacs 21 is running.
7616
7617         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7618         bindings.
7619
7620 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7621
7622         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7623         XPM icons transparent.
7624
7625         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7626         Emacs 21.
7627
7628 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7629
7630         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7631         nil.
7632
7633         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7634         when it is persistent.
7635         (wl-summary-sync-marks): Changed argument for
7636         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7637         (wl-summary-virtual): Use `elmo-read-search-condition'.
7638         (wl-summary-redisplay-internal): If folder is local, mark as read
7639         even when folder is plugged.
7640
7641 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7642
7643         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7644         of `tool-bar-lines' in the frame parameters.
7645         (after-make-frame-functions, post-command-hook): Don't modify the
7646         value.
7647         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7648         wl-e21-tool-bar-lines): Removed.
7649
7650 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7651
7652         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7653         properties `evaporate' and `wl-momentary-overlay' as well.
7654         (wl-highlight-summary-displaying): Ditto.
7655         (wl-delete-all-overlays): Don't delete overlay which does not have
7656         a property `wl-momentary-overlay'.
7657
7658         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7659         `display-mouse-p' and `display-graphic-p'.
7660         (wl-folder-init-icons): Don't search for XBM or the other files.
7661         (wl-plugged-set-folder-icon): Make icons if and only if
7662         `display-graphic-p' returns non-nil.
7663         (wl-highlight-plugged-current-line): Use `before-string' overlay
7664         property to show icon images.
7665         (wl-highlight-folder-current-line): Ditto.
7666         (wl-e21-highlight-folder-group-line): Ditto.
7667         (wl-e21-highlight-folder-by-numbers): Ditto.
7668         (wl-e21-insert-image): Removed.
7669         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7670         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7671         said.
7672         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7673         `wl-e21-force-switch-toolbar'.
7674         (wl-e21-make-icon-image): Removed.
7675         (wl-e21-setup-toolbar): Don't search for XBM files.
7676         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7677         the default value.
7678
7679 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-util.el (wl-biff-check-folder-async): Set
7682         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7683
7684 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7685
7686         * wl-e21.el (after-make-frame-functions): Add
7687         `wl-e21-force-switch-toolbar'.
7688         (wl-e21-force-switch-toolbar): New function force to switch the
7689         toolbar appearance automatically.
7690         (post-command-hook): Add `wl-e21-switch-toolbar'.
7691         (wl-e21-switch-toolbar): New function to switch the toolbar
7692         appearance automatically.
7693         (wl-e21-tool-bar-lines): New buffer local variable.
7694
7695 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-util.el (wl-biff-check-folders-running): New variable.
7698         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7699         (wl-biff-check-folder-async-callback):
7700         Set `wl-biff-check-folders-running'.
7701         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7702         with unwind-protect.
7703
7704         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7705         Enclose `wl-folder-auto-check' with unwind-protect.
7706
7707         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7708         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7709
7710         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7711
7712         * wl-util.el (wl-biff-notify): New inline function.
7713         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7714         locally.
7715         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7716         folder-list' is 1.
7717         Use `wl-biff-notify'.
7718         (wl-biff-check-folder-async-callback): New function.
7719         (wl-biff-check-folder-async): Ditto.
7720
7721         * wl-folder.el (wl-folder): Don't check folders.
7722         (wl-folder-auto-check): New function.
7723
7724 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7725
7726         * wl-util.el (wl-biff-start) [Emacs19+]:
7727         Use `timer-next-integral-multiple-of-time'.
7728         (wl-biff-check-folders): Use `wl-default-folder'
7729         if `wl-biff-check-folder-list' is nil.
7730
7731 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7732
7733         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7734         instead of `elmo-delete-lists'.
7735
7736 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7737
7738         * wl.el (wl-plugged-toggle-all): Set the value of
7739         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7740         (wl-plugged-toggle): Ditto.
7741         (wl-toggle-plugged): Ditto.
7742         (wl-plugged-init): Ditto.
7743
7744         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7745         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7746         instead of `wl-biff-state-indicator-off' and
7747         `wl-biff-state-indicator-on'; don't modify the value and the type
7748         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7749         (wl-plugged-init-icons): Set icons data to
7750         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7751         instead of `wl-plug-state-indicator-off' and
7752         `wl-plug-state-indicator-on'; don't modify the value and the type
7753         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7754
7755         * wl-vars.el (wl-modeline-biff-state-off,
7756         wl-modeline-biff-state-on, wl-modeline-biff-status,
7757         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7758         wl-modeline-plug-status): New internal variables.
7759         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7760         wl-biff-check-interval, wl-biff-check-folder-list): Change
7761         customization group from `wl-folder' to `wl-highlight'.
7762         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7763         wl-show-plug-status-on-modeline): Defcustomized.
7764
7765         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7766         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7767         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7768         a flag to `mode-line-buffer-identification'.
7769
7770         * wl-e21.el (wl-biff-init-icons): Set icons data to
7771         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7772         instead of `wl-biff-state-indicator-off' and
7773         `wl-biff-state-indicator-on'.
7774         (wl-plugged-init-icons): Set icons data to
7775         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7776         instead of `wl-plug-state-indicator-off' and
7777         `wl-plug-state-indicator-on'.
7778
7779 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7780
7781         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7782         excessive titles.
7783
7784 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7785
7786         * wl.el (wl-plugged-mode): Use revised
7787         `wl-mode-line-buffer-identification'.
7788         (wl-plugged-init): Don't use `force-mode-line-update'.
7789
7790         * wl-xmas.el (wl-draft-overload-functions): Use revised
7791         `wl-mode-line-buffer-identification'.
7792         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7793         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7794         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7795         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7796         `wl-make-plugged-hook';
7797         add `wl-folder-init-icons' and `wl-setup-folder' to
7798         `wl-folder-mode-hook'.
7799
7800         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7801         19 as well.
7802         (wl-mode-line-display-priority-list): New user option.
7803         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7804         Defcustomized.
7805         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7806         Add docs.
7807
7808         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7809         start.
7810         (wl-mode-line-buffer-identification): Revised as a function.
7811
7812         * wl-summary.el (wl-summary-mode): Use revised
7813         `wl-mode-line-buffer-identification'; don't call
7814         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7815         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7816         `wl-xmas-setup-summary'.
7817
7818         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7819         `wl-mode-line-buffer-identification'.
7820
7821         * wl-mule.el (wl-draft-overload-functions): Use revised
7822         `wl-mode-line-buffer-identification'.
7823
7824         * wl-folder.el (wl-make-plugged-alist): Don't call
7825         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7826         (wl-folder): Don't call `wl-folder-init-icons' directly.
7827         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7828         `wl-xmas-setup-folder' directly;
7829         use revised `wl-mode-line-buffer-identification'.
7830         (TopLevel): Don't bind `wl-biff-init-icons',
7831         `wl-plugged-init-icons', `wl-folder-init-icons',
7832         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7833
7834         * wl-e21.el (wl-draft-overload-functions): Use revised
7835         `wl-mode-line-buffer-identification'.
7836         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7837         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7838         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7839         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7840         `wl-make-plugged-hook';
7841         add `wl-folder-init-icons' and `wl-setup-folder' to
7842         `wl-folder-mode-hook'.
7843
7844 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7845             Katsumi Yamaoka    <yamaoka@jpl.org>
7846
7847         * wl.el (wl): Call `wl-biff-start'.
7848         (wl-exit): Call `wl-biff-stop'.
7849         (wl-plugged-mode): Show biff in modeline.
7850         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7851
7852         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7853         (wl-biff-init-icons): New function.
7854         (wl-plugged-init-icons): Don't make too much keymaps.
7855         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7856
7857         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7858         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7859         variables.
7860         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7861         options.
7862
7863         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7864         wl-biff-start, wl-biff-stop): New functions.
7865         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7866         (wl-biff-timer-name): New variable.
7867
7868         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7869
7870         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7871         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7872
7873         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7874         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7875
7876         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7877         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7878         `wl-folder-init-icons' to `ignore' if they are not available.
7879         (wl-folder-mode): Show biff in modeline.
7880
7881         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7882         (wl-biff-init-icons): New function.
7883         (wl-plugged-init-icons): Don't make too much keymaps.
7884         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7885
7886 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7887
7888         * wl-vars.el (wl-strict-diff-folders): Customization Type
7889         and doc fix.  Define as a list of regular expressions for
7890         folders or nil.
7891         * wl-folder.el (wl-folder-check-one-entity): Use
7892         `wl-string-match-member' instead of `wl-string-member' for
7893         `wl-strict-diff-folders'.
7894
7895 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7896
7897         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7898         (wl-highlight-folder-current-line): Use it; new implementation.
7899         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7900         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7901         `defsubst' instead of `defun'.
7902
7903         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7904         `wl-highlight-group-folder-by-numbers'; made it can also be a
7905         number.  See info for more details.
7906
7907         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7908         running.
7909
7910         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7911         to bind them.
7912
7913         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7914         (wl-highlight-folder-current-line): New implementation.
7915
7916         * wl-highlight.el (wl-highlight-folder-group-line): New
7917         implementation.
7918         (wl-delete-all-overlays): Rewrite as a marco.
7919         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7920
7921         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7922         running.
7923         (wl-folder-*-glyph): No need to bind them.
7924
7925         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7926         `wl-e21-highlight-folder-group-icon'; rewrite.
7927         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7928         `defsubst' instead of `defun'.
7929         (wl-folder-mode-map): Bind it when compiling.
7930
7931 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7934
7935         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7936
7937 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7938
7939         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7940
7941 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7942
7943         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7944         (wl-highlight-folder-current-line): Use it.
7945
7946         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7947         in `id-name'.
7948
7949 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7950
7951         * wl.el: Require `wl-e21' when Emacs 21 is running.
7952
7953         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7954         default when Emacs 21 is running.
7955         (wl-use-highlight-mouse-line): Ditto.
7956         (wl-on-emacs21): New constant.
7957         (wl-on-emacs20): Removed.
7958
7959         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7960         Emacs 21 is running.
7961
7962         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7963         Emacs 21 is running.
7964
7965         * wl-e21.el: New file.
7966
7967 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7968
7969         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7970         (wl-toggle-plugged): Ditto.
7971         (wl-plugged-toggle): Ditto.
7972         (wl-plugged-toggle-all): Ditto.
7973
7974         * wl-vars.el (wl-plug-state-indicator): Refer
7975         `wl-plug-state-indicator-on' indirectly.
7976
7977 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7978
7979         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7980         Call `wl-folder-confirm-existence'.
7981
7982         * wl-folder.el (wl-folder-confirm-existence): Added optional
7983         argument `force'.
7984
7985 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7986
7987         * wl-summary.el (wl-summary-refile-subr): Assume
7988         `copy-or-refile' as symbol.
7989         (wl-summary-refile): Follow up above change.
7990         (wl-summary-copy): Ditto.  Doc fix.
7991
7992 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-summary.el (wl-summary-pick): Don't bind
7995         `elmo-search-mime-charset'.
7996
7997         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7998         default using old backquote style.
7999         (wl-search-mime-charset): Abolished.
8000
8001         * wl-highlight.el (wl-highlight-headers):
8002         Call `point' after `re-search-forward'(for Nemacs).
8003
8004         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8005         for elmo-imap4.el.
8006
8007 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8008
8009         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8010         `wl-message-ignored-field-list' instead of
8011         `mime-view-ignored-field-list'.
8012
8013         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8014         Add interactive spec.
8015         (wl-folder-goto-bottom-of-current-folder): Ditto.
8016         (wl-folder-mode-map): Bind them.
8017
8018         * wl-vars.el (wl-message-ignored-field-list): New variable.
8019         (wl-message-visible-field-list): New variable.
8020
8021         * wl-mime.el (wl-mime-header-presentation-method): New function.
8022         (wl-mime-setup): Set header-presentation-method.
8023
8024 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8025
8026         * wl-nemacs.el (wl-draft-overload-functions): Set
8027         `mode-line-buffer-identification' instead of using
8028         `wl-make-modeline'.
8029
8030         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8031         instead of using `wl-make-modeline'.
8032
8033         * wl-xmas.el (wl-plugged-init-icons): Set up
8034         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8035         (wl-make-modeline): Abolish.
8036         (wl-draft-overload-functions): Set
8037         `mode-line-buffer-identification' instead of using
8038         `wl-make-modeline'.
8039
8040         * wl-util.el (wl-make-modeline-subr): Abolish.
8041         (wl-mode-line-buffer-identification): New alias.
8042
8043         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8044         (wl-summary-make-modeline): Abolish.
8045         (wl-summary-buffer-set-folder): Set
8046         `wl-summary-buffer-folder-indicator'.
8047         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8048         of using `wl-make-modeline'.
8049         (wl-summary-switch-to-clone-buffer): Don't set
8050         `mode-line-buffer-identification'.
8051         (wl-summary-goto-folder-subr): Ditto.
8052
8053         * wl-mule.el (wl-draft-overload-functions): Set
8054         `mode-line-buffer-identification' instead of using
8055         `wl-make-modeline'.
8056
8057         * wl-folder.el (wl-folder-mode): Set
8058         `mode-line-buffer-identification' instead of using
8059         `wl-make-modeline'.
8060         (wl-folder): Don't set `mode-line-buffer-identification'.
8061
8062 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8063
8064         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8065         instead of `member' for `wl-refile-guess-func-list' look-ups.
8066         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8067
8068 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8069
8070         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8071         `wl-message-button-dispatcher'.
8072
8073         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8074
8075         * wl-message.el (wl-message-button-dispatcher): Use it.
8076
8077         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8078         "In-Reply-To".
8079
8080         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8081         Bind `case-fold-search' to t.
8082
8083 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8084
8085         * wl-xmas.el (wl-message-overload-functions): Initialize
8086         `wl-message-button-map'.
8087
8088         * wl-mule.el (wl-message-overload-functions): Initialize
8089         `wl-message-button-map'.
8090
8091         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8092
8093         * wl-message.el (wl-message-button-map): New keymap.
8094         (wl-message-add-button): New function.
8095         (wl-message-button-dispatcher): New function.
8096         (wl-message-button-refer-article): New function.
8097
8098         * wl-highlight.el
8099         (wl-highlight-message-add-buttons-to-header): New function.
8100         (wl-highlight-headers): Use it.
8101
8102 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8103
8104         * wl-summary.el (wl-summary-default-from): Use
8105         `wl-address-get-petname-1'.
8106         (wl-summary-simple-from): Ditto.
8107
8108         * wl-address.el (wl-address-get-petname-1): New inline function.
8109         (wl-address-get-petname): Use it.
8110
8111 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8112
8113         * wl-summary.el (wl-summary-default-from): Return full-name part
8114         from the address if no petname was found.
8115         (wl-summary-simple-from): Ditto.
8116
8117         * wl-address.el (wl-address-get-petname): Return nil if no petname
8118         associated with the address was found.
8119
8120 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8121
8122         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8123         display is finished.
8124
8125 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8126
8127         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8128         `elmo-folder-exists-p' argument.
8129
8130 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8131
8132         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8133         the folder.
8134
8135 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8138
8139         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8140         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8141
8142 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8143
8144         * wl-folder.el (wl-folder-create-subr): New function.
8145         (wl-folder-confirm-existence): Use it.
8146         (wl-folder-check-one-entity): Use it.
8147         Check the error symbol is derived from 'elmo-open-error.
8148
8149         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8150         `ignore-error'.
8151
8152 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8153
8154         * wl-util.el (toplevel): Add (eval-when-compile (require
8155         'elmo-util)).  (Maybe `provide' is typo.)
8156
8157 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8160         (I don't know why this was needed.)
8161
8162         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8163         Follow up changes for stream-type.
8164
8165         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8166         (wl-draft-elmo-nntp-send): Ditto.
8167
8168         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8169         (wl-nntp-posting-stream-type): Ditto.
8170         (wl-pop-before-smtp-ssl): Abolished.
8171         (wl-nntp-posting-ssl): Ditto.
8172
8173         * wl-address.el (wl-address-quote-specials): New function.
8174         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8175
8176         * wl-draft.el (wl-draft-reply): Ditto.
8177
8178 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8179
8180         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8181         use function `wl-string-match-assoc'.
8182
8183 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8184
8185         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8186
8187         * wl-draft.el (wl-draft-deduce-address-list): New function.
8188         (wl-draft-parse-mailbox-list): Ditto.
8189         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8190         instead of `smtp-deduce-address-list'.
8191         (wl-draft-on-field-p): Follow group list.
8192
8193         * wl-address.el (wl-address-concat-token): New function.
8194         (wl-address-string-without-group-list-contents): Ditto.
8195         (wl-complete-field-body): Fixed problem of completion
8196         by japanese petname.
8197         (wl-address-make-completion-list): Rewrite.
8198
8199 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8200
8201         * wl-address.el (wl-address-make-completion-list): Completion by
8202         petname.
8203         (wl-complete-field-body): Likewise.
8204
8205 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8206
8207         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8208         contains invalid address syntax.
8209
8210 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8211
8212         * wl-folder.el (wl-folder-check-entity-async): Use
8213         `elmo-nntp-spec-hostname'.
8214
8215 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8216
8217         * wl-summary.el (wl-summary-msgdb-load-async): Use
8218         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8219
8220 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-draft.el (wl-draft-reply): Set argument
8223         `content-transfer-encoding' as nil.
8224
8225 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8226
8227         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8228         `wl-refile-alist'.
8229
8230 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8231
8232         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8233         (wl-draft-edit-string): Ditto.
8234         (wl-draft-forward): Ditto.
8235         * wl-summary.el (wl-summary-write): Ditto.
8236
8237 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-summary.el (wl-summary-sync-update3): Call
8240         `wl-summary-buffer-number-column-detect'.
8241         (wl-summary-buffer-number-column-detect): Search from point-min.
8242
8243 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8246         contains an address which is not included in original to or cc.
8247
8248 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8249
8250         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8251         begin-line does not exist.
8252         * wl-message.el (wl-message-uu-substring): Ditto.
8253
8254 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8257         clear local variables.
8258         (wl-summary-exit): Call `elmo-commit'.
8259         (wl-summary-switch-to-clone-buffer): Call
8260         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8261         (wl-summary-goto-folder-subr): Ditto.
8262
8263         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8264         POP folder.
8265
8266 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8269         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8270         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8271         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8272         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8273         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8274
8275         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8276
8277 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8278
8279         * wl-summary.el (wl-summary-search-by-subject):
8280         Search parent message from the latest one.
8281
8282 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8283
8284         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8285         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8286
8287         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8288         New user option.
8289
8290         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8291         if elmo-nntp-use-killed-list is nil.
8292         Use `elmo-msgdb-append-to-killed-list'.
8293         (Append numbers confirmed as disappeared to the killed list.)
8294         (wl-summary-confirm-appends): Don't display negative number.
8295
8296 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8297
8298         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8299
8300 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8303         range is `all'.
8304         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8305         `elmo-list-bigger-diff'.
8306
8307 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-summary.el (wl-summary-buffer-exit-func):
8310         New buffer local variable.
8311         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8312
8313 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8314
8315         * wl-demo.el (wl-demo): Fix the last change.
8316
8317 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8318
8319         * wl-demo.el (wl-demo): Don't use `eval'.
8320
8321 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8322
8323         * wl-summary.el (wl-summary-buffer-thread-modified):
8324         New buffer-local variable.
8325         (wl-summary-set-thread-modified): New function.
8326         (wl-summary-thread-modified-p): New function.
8327         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8328         (wl-summary-yank-saved-message): Use function
8329         `wl-summary-set-thread-modified'
8330         (wl-summary-switch-to-clone-buffer): Add
8331         `wl-summary-buffer-thread-modified'.
8332
8333         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8334         (wl-summary-buffer-mark-saved-hook): Ditto.
8335         * wl-summary.el (wl-summary-msgdb-save): New hook
8336         `wl-summary-buffer-message-saved-hook' and
8337         `wl-summary-buffer-mark-saved-hook'.
8338
8339 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8340
8341         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8342
8343 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8344
8345         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8346         don't hide scroll bars under FSF Emacsen because it may incur an
8347         undesirable redrawing.
8348
8349 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8350
8351         * wl-draft.el (wl-draft-edit-string): Call
8352         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8353
8354 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8355
8356         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8357
8358 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8359
8360         * wl-summary.el (wl-summary-msgdb-load-async): Call
8361         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8362
8363 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8364
8365         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8366         fringes in demo buffer; center bitmap logo correctly even if old
8367         Mule is used.
8368
8369 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8370
8371         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8372
8373         * wl-refile.el (wl-refile-subject-alist): New variable.
8374         (wl-refile-subject-alist-file-name): Ditto.
8375         (wl-refile-alist-setup): Rewrite.
8376         (wl-refile-alist-save): Use `elmo-object-save'.
8377         Eliminated arguments.
8378         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8379         (wl-refile-guess-by-subject): New function.
8380         (wl-refile-guess-func-list): Added it.
8381
8382 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8383
8384         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8385         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8386
8387 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8390         New buffer-local variable.
8391         (wl-summary-buffer-next-folder-func): Ditto.
8392         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8393         if non-nil.
8394         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8395         if non-nil.
8396         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8397         if non-nil.
8398         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8399         if non-nil.
8400
8401 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8402
8403         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8404         permanently in the demo buffer.
8405
8406 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8409         `mime-entity-fetch-field'.
8410
8411         * wl.el (wl-exit): Delete plugged buffer.
8412
8413         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8414         XEmacs has menubar feature.
8415
8416 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8417
8418         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8419         cannot arrive at the beginning of the buffer under old Emacsen.
8420
8421 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-address.el (wl-address-ldap-search):
8424         Call `ldap-search-entries' with `withdn' argument t.
8425         (wl-complete-field-body): Bind completion-ignore-case as t.
8426         Clear ldap search hash when it was sole completion.
8427         Use elmo-string for pattern string.
8428         (wl-ldap-alias-safe-string): Eliminated needless let.
8429
8430 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8431
8432         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8433         (wl-ldap-alias-sep): New constant.
8434         (wl-ldap-search-attribute-type-list): Ditto.
8435         (wl-ldap-get-value): New function.
8436         (wl-ldap-make-filter): Ditto.
8437         (wl-ldap-make-matched-value-list): Ditto.
8438         (wl-ldap-alias-safe-string): Ditto.
8439         (wl-ldap-register-dn-string): Ditto.
8440         (wl-address-ldap-search): Rewrite.
8441
8442 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8443
8444         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8445         thread is deleted.
8446         (wl-thread-delete-line-from-buffer): Ditto.
8447         (wl-thread-get-exist-children): New function.
8448
8449 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8450
8451         * wl-demo.el (wl-demo): Made it to select various image types.
8452         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8453         from `wl-title-logo'.
8454         (wl-logo-ascii): New variable.
8455         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8456         (wl-demo-copyright-notice): New constant.
8457
8458         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8459
8460 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8461
8462         * wl-vars.el (wl-summary-target-above): Renamed from
8463         wl-summary-temp-above.
8464         * wl-score.el (wl-score-get-score-alist): Use it.
8465         (wl-summary-score-update-all-lines): Use it.
8466         * wl-summary.el: Ditto. (make-variable-buffer-local).
8467
8468 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-vars.el (wl-ldap-port): New user option.
8471
8472         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8473         Rewite whole implementation.
8474         (wl-complete-field-body): Fixed.
8475
8476 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8477
8478         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8479         Choose implementation at compile time.
8480
8481 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8482
8483         * wl-address.el (wl-ldap-search-internal): New function.
8484         (wl-complete-field-to): Use it.
8485
8486 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8487
8488         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8489         Use `let' instead of `let*'.
8490         Require 'wl-vars.
8491
8492         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8493         Define as defcustom.
8494         (wl-ldap-base): Ditto.
8495         (wl-use-ldap): Ditto.
8496
8497 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8498
8499         * wl-address.el (wl-ldap-search): New function.
8500         (wl-complete-field-body): Use `wl-ldap-search'.
8501         (wl-ldap-server): New variable.
8502         (wl-ldap-base): Ditto.
8503         (wl-use-ldap): Ditto.
8504
8505 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8506
8507         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8508         (Pointed out by Mito <mit@nines.nec.co.jp>).
8509         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8510         buffer-local variables like `wl-summary-redisplay-internal'.
8511         (wl-summary-redisplay-all-header): Likewise.  Update
8512         Summary view too.
8513
8514 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-summary.el (wl-summary-jump-to-parent-message):
8517         Consider prefix argument.
8518
8519         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8520         when closed thread is deleted.
8521
8522 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8523
8524         * wl-summary.el (wl-summary-jump-to-parent-message):
8525         Consider thread modification.
8526
8527 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8528
8529         * wl-message.el (wl-message-normal-get-original-buffer): Use
8530         `save-excursion'.
8531
8532         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8533         (wl-summary-showto-folder-regexp): Ditto.
8534
8535 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8536
8537         * wl-util.el (wl-delete-alist): Doc fix.
8538         (wl-delete-associations): New function.
8539         (wl-inverse-alist): New function.
8540         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8541         Split temporary variables. Use `wl-delete-associations'
8542         and `wl-inverse-alist'.
8543         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8544
8545 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * wl-folder.el (wl-folder-prefetch-entity):
8548         Execute prefetching if new count is unknown.
8549
8550 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8551
8552         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8553
8554         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8555         delete entity.
8556         (wl-thread-set-parent): If insert as top, set linked as nil.
8557
8558         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8559         `wl-thread-cleanup-symbols' when view mode is thread.
8560
8561 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8562
8563         * wl-folder.el (wl-folder-create-folder-entity): Use
8564         with-current-buffer.
8565         (wl-local-folder-init): Call set-buffer to make sure we are in
8566         the Folder buffer. Don't touch buffer-local variables here.
8567         (wl-folder-mode): Initialize buffer-local variables here.
8568
8569         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8570         (wl-folder-entity-assign-id): Ditto.
8571         (wl-folder-create-entity-hashtb): Ditto.
8572         (wl-local-folder-init): Ditto.
8573         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8574
8575 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8576
8577         * wl-summary.el (wl-summary-default-from): Fix probrem when
8578         std11-extract-address-components return (nil "foo@bar").
8579
8580 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8581
8582         * wl-draft.el (wl-draft-clone-local-variables):
8583         Remove redundant `setq'.
8584
8585 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8586
8587         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8588         Bind wl-highlight-x-face-func as nil while highlighting header.
8589
8590 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8591
8592         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8593
8594 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8595
8596         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8597         elmo-msgdb-overview-hashtb from copy-variables.
8598         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8599         instead of `elmo-msgdb-overview-get-entity-by-number'.
8600         (wl-summary-auto-refile): Ditto.
8601
8602         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8603         `elmo-msgdb-overview-get-entity' instead of
8604         `elmo-msgdb-search-overview-entity'.  Use
8605         `elmo-msgdb-overview-get-entity' instead of
8606         `elmo-msgdb-overview-get-entity-by-number'.
8607         (wl-thread-insert-entity-sub): Ditto.
8608         (wl-thread-insert-message): Ditto.
8609
8610         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8611         `elmo-msgdb-overview-get-entity'.
8612         (wl-normal-message-redisplay): Ditto.
8613
8614 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8615
8616         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8617         `wl-thread-entities'.
8618         (wl-thread-delete-message): Fix remove top message from
8619         `wl-thread-entity-list'.
8620
8621         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8622         wl-append(nconc), because update-list is broken on Meadow.
8623
8624         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8625         updating process.
8626         (wl-summary-rescan): Ditto.
8627         (wl-summary-sync-update3): Ditto.
8628         * wl-thread.el (wl-thread-set-parent): Renamed from
8629         `wl-summary-set-parent'.
8630         (wl-thread-insert-message): Updating buffer faster.
8631         (wl-thread-delete-message): Updating buffer faster.
8632
8633         * wl-score.el (wl-summary-score-update-all-lines): Changed
8634         interval for display progress gauge.
8635
8636 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8637
8638         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8639         folder always-sticky.
8640         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8641         defmacro.
8642
8643 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-vars.el (wl-draft-add-references): New user option.
8646
8647         * wl-draft.el (wl-draft-add-references): New function.
8648         (wl-draft-yank-from-mail-reply-buffer): Use it.
8649         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8650         as nil.
8651
8652 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8653
8654         * wl-thread.el (wl-thread-update-line-msgs): Called
8655         `wl-thread-update-line-on-buffer-sub'.
8656         (wl-thread-update-line-on-buffer): Delete routine of inserting
8657         thread.
8658         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8659         moved from `wl-thread-update-line-on-buffer'.
8660         Add threshold for displaying progress gauge.
8661         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8662         argument of `wl-thread-update-line-msgs'.
8663         Add threshold for displaying progress gauge.
8664         * wl-folder.el:
8665         Add threshold for displaying progress gauge.
8666         * wl-score.el: Ditto.
8667
8668         * wl-expire.el (wl-summary-expire): Display deleting info.
8669
8670 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8671
8672         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8673         `no-msg'.
8674         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8675         argument of `wl-thread-update-line-msgs'.
8676         (wl-summary-set-parent): Added optional argument `parent-number'.
8677         (wl-summary-buffer-saved-message): New buffer local variable.
8678         (wl-summary-save-current-message): New command.
8679         (wl-summary-yank-saved-message): Ditto.
8680         (wl-summary-mode-map): Added key binding for
8681         `wl-summary-save-current-message' (\ew) and
8682         `wl-summary-yank-saved-message' (\C-y).
8683         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8684
8685 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * wl-summary.el (wl-summary-mode-map): Added key binding for
8688         `wl-summary-set-parent' (ts).
8689
8690 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8691
8692         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8693         subject faster. If thread number is reverse, delayed updating
8694         thread.
8695         (wl-summary-search-by-subject): Ditto.
8696         (wl-summary-put-alike): Ditto.
8697         (wl-summary-get-alike): Ditto.
8698         (wl-summary-insert-headers): Insert header of all overview in
8699         buffer.
8700         (wl-summary-rescan): Delayed updating thread. Kill search subject
8701         buffer for wl-summary-search-by-subject.
8702         (wl-summary-sync-update3): Ditto.
8703         (wl-summary-exit): Ditto.
8704         (wl-summary-goto-bottom-of-current-thread): Change for linked
8705         thread.
8706         (wl-summary-overview-create-summary-line): Change line for linked
8707         thread.
8708
8709         * wl-summary.el (wl-summary-update-thread): Use
8710         wl-thread-maybe-get-children-num.
8711         (wl-summary-set-parent): If change parent, move sub thread.
8712         (wl-summary-redisplay-internal): Add horizontal recenter.
8713         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8714
8715         * wl-thread.el (wl-thread-entity-get-linked): New function.
8716         (wl-thread-entity-set-linked): New function.
8717         (wl-thread-create-entity): Add linked element.
8718         (wl-thread-entity-insert-as-top): Use wl-append.
8719         (wl-thread-maybe-get-children-num): If closing thread, return
8720         children msgs.
8721         (wl-thread-update-line-msgs): Displaying progress message.
8722         (wl-thread-update-line-on-buffer-sub): Use
8723         wl-thread-maybe-get-children-num.
8724         (wl-thread-update-line-on-buffer): If update line is not exists,
8725         insert thread.
8726         (wl-thread-delete-message): If delete top msg of thread, search
8727         parent by subject.
8728         (wl-thread-insert-entity): Use
8729         wl-thread-maybe-get-children-num.
8730
8731         * wl-highlight.el (wl-highlight-summary-current-line): change
8732         sregexp for linked thread.
8733         * wl-util.el (wl-count-lines): Count lines.
8734         (wl-horizontal-recenter): horizontal recenter.
8735         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8736         (wl-score-get-alike): Ditto.
8737         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8738         (wl-subject-length-limit): New variable.
8739         (wl-highlight-thread-indent-string-regexp): Changed for linked
8740         thread.
8741
8742 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8745         New variable (revival).
8746         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8747         by subject matching if there's no in-reply-to nor references field
8748         (revival).
8749
8750 \f
8751 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8754         message.
8755
8756 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-summary.el (wl-summary-reply): Return t if there was a
8759         message at cursor point.
8760         Added unwind-protect.
8761         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8762         returns t.
8763         (wl-summary-cancel-message): Do nothing when there's no message at
8764         cursor point.
8765         (wl-summary-forward): Ditto.
8766         (wl-summary-jump-to-parent-message): Ditto.
8767         (wl-summary-reedit): Ditto.
8768         (wl-summary-edit-addresses): Ditto.
8769         (wl-summary-pipe-message): Ditto.
8770         (wl-summary-print-message-with-ps-print): Ditto.
8771         (wl-summary-print-message): Ditto.
8772         (wl-summary-mark-as-important): Ditto.
8773         (wl-summary-mark-as-unread): Ditto.
8774
8775         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8776         message at cursor point.
8777         (wl-summary-reply-with-citation): Remove unwind-protect.
8778
8779         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8780         subject searching feature.
8781         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8782         Eliminated.
8783
8784 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8787         New variable.
8788         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8789         by subject matching if there's no in-reply-to nor references field.
8790
8791         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8792
8793         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8794         when display is finished.
8795         (wl-folder-open-all): Ditto.
8796         (wl-folder-update-access-group): Ditto.
8797         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8798         * wl-thread.el (wl-thread-close-all): Ditto.
8799
8800         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8801         progress gauge only when it was displayed.
8802         * wl-folder.el (wl-folder-insert-entity): Ditto.
8803
8804 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8805
8806         * wl-summary.el (wl-summary-incorporate): Enclose
8807         `wl-summary-sync-force-update' with save-excursion.
8808
8809 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8810
8811         * wl-summary.el (wl-summary-prefetch-region):
8812         Pass current cursor point to `pos-visible-in-window-p' after
8813         moving cursor to the started point.
8814
8815 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8816
8817         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8818
8819         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8820         fields from the forwarding message.
8821         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8822         `ignored-fields'.
8823
8824 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-mime.el (wl-message-request-partial):
8827         Eliminated argument `msgdb'.
8828         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8829         (wl-mime-combine-message/partial-pieces): Likewise.
8830         * tm-wl.el (wl-message-request-partial): Likewise.
8831         (wl-mime-combine-message/partial-pieces): Likewise.
8832
8833 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8834
8835         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8836         when display is finished.
8837
8838 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8839
8840         * wl-summary.el (wl-summary-goto-folder-subr):
8841         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8842
8843 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8846         when cursor point is visible.
8847
8848 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl-expire.el (wl-expire-archive-get-max-number):
8851         Don't use `file-name-directory'.
8852
8853 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-expire.el (wl-expire-archive-get-max-number):
8856         Use `file-name-directory'.
8857
8858 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8861         only when there is progress.
8862
8863 2000-04-13  Mito <mit@nines.nec.co.jp>
8864
8865         * wl-summary.el (wl-summary-sync-marks): Display progress.
8866
8867 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8868
8869         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8870         (wl-summary-prev): Move cursor regardless of unread status.
8871         (wl-summary-next): Ditto.
8872
8873 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8876         Added argument `target' and `number'.
8877         * tm-wl.el (wl-summary-burst-subr): New function.
8878         (wl-summary-burst): Use it.
8879
8880 2000-04-10  Mito <mit@nines.nec.co.jp>
8881
8882         * wl-mime.el (wl-burst): New function.
8883         (wl-summary-burst): Use it.
8884
8885 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8886
8887         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8888         as petname when there's no candidate.
8889
8890 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8893         New variable.
8894         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8895
8896         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8897
8898         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8899
8900 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8903         Use substring of `original' instead of buffer-substring.
8904         (wl-refile-evaluate-rule):
8905         Set `original' argument of wl-refile-expand-newtext.
8906
8907         * wl-summary.el
8908         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8909         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8910         (wl-summary-auto-refile): Check existence of destination folder just
8911         before marking.
8912
8913 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8914
8915         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8916         when wl-refile-get-field-value return nil.
8917
8918 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8919
8920         * wl-refile.el
8921         (wl-refile-expand-newtext): New function imported from Gnus.
8922         (wl-refile-evaluate-rule): Use it.
8923
8924 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8925
8926         * wl-summary.el (wl-summary-print-destination):
8927         Duplicate folder string to avoid putting text-property on
8928         original string.
8929
8930         * wl-refile.el (wl-refile-get-field-value): New function.
8931         (wl-refile-evaluate-rule): New function;
8932         Evaluate refile rule recursively.
8933         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8934         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8935         New function; Check existence of a target folder recursively.
8936         (wl-summary-auto-refile-check-refile-rule-alist):
8937         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8938
8939 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8940
8941         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8942
8943         * wl-folder.el (wl-create-folder-entity-from-buffer):
8944         Fixed problem when '}' character is contained in folder name.
8945
8946         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8947
8948 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8949
8950         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8951         (wl-fldmgr-add-completion-all-completions):
8952         Use wl-fldmgr-add-completion-hashtb.
8953
8954 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8955
8956         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8957         wl-fldmgr-add-completion-subr): New functions.
8958         * wl-folder.el (wl-folder-completion-func): New variable.
8959         * wl-summary.el (wl-summary-read-folder):
8960         Use wl-folder-completion-func.
8961
8962         * wl-refile.el: Eliminate throw & catch.
8963
8964         * wl.el (wl-plugged-sending-queue-status): Fixed.
8965
8966 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8967
8968         * wl-draft.el (wl-draft): Put category property on
8969         mail-header-separator.