* wl-vars.el (wl-draft-reply-with-argument-list): Fix
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
4         customization type and docstring.
5         (wl-draft-reply-without-argument-list): Ditto.
6
7 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
10
11         * wl-spam.el (wl-spam-mark-action-list): Ditto.
12
13 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
14
15         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
16
17 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
18
19         * wl-draft.el (wl-draft-config-exec): Narrow the range of
20         save-excursion so as not to include run-hooks.
21
22 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
23
24         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
25         Clarify that marks are going to be cleared.
26
27 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
30         according to 3rd element of wl-summary-flag-mark.
31
32         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
33
34 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-action.el (wl-summary-target-mark-all): Don't set
37         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
38
39 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
40
41         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
42         (wl-forward-subject-prefix): Ditto.
43         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
44         (wl-draft-reply-make-subject): Ditto.
45
46         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
47         `wl-draft-forward'.
48         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
49
50 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
51
52         * wl-action.el (wl-summary-target-mark-set-action): Stop if
53         target message does not exist.
54
55 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
56
57         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
58         `wl-subject-prefix-regexp'.
59         (wl-subject-forward-prefix-regexp): New variable.
60         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
61         `wl-draft-strip-subject-re' and take regexp as argument.
62         (wl-draft-forward): Use it.
63         (wl-draft-reply): Ditto.
64
65 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
66
67         * wl-e21.el (wl-highlight-plugged-current-line): Change for
68         emacs multi-tty support.
69
70 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
71
72         * wl-e21.el (wl-e21-display-image-p): Don't call
73         `display-images-p'.
74         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
75         support.
76         (wl-highlight-folder-current-line): Ditto.
77         (wl-folder-init-icons): Ditto.
78
79 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
80
81         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
82         the last line of summary in unplugged mode.
83
84 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
85
86         * wl-vars.el (wl-refile-rule-alist): Doc fix.
87
88 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
89
90         * wl-vars.el (wl-user-mail-address-regexp): New variable.
91         * wl-address.el (wl-address-user-mail-address-p): Use it.
92         (wl-address-delete-user-mail-addresses): Ditto.
93         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
94
95         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
96         (wl-address-delete-user-mail-addresses): Ditto.
97
98         * wl-address.el (wl-address-delete-user-mail-addresses): New
99         function.
100         * wl-refile.el (wl-refile-guess-by-history): Use it.
101         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
102         (wl-draft-make-mail-followup-to): Ditto and fix logic.
103
104         * wl-draft.el (wl-draft-edit-string): To judge sender address,
105         use wl-address-user-mail-address-p.
106
107 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
108
109         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
110         after opening group.
111
112 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
115         of elmo-set-buffer-multibyte.
116
117         * wl-message.el (wl-original-message-mode): Ditto.
118
119         * wl-score.el (wl-score-insert-header): Ditto.
120
121         * wl-summary.el
122         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
123         (wl-summary-goto-folder-subr): Ditto.
124         (wl-summary-insert-headers): Ditto.
125
126         * wl-util.el (wl-set-string-width): Ditto.
127
128         * Version number is increased to 2.11.29.
129
130 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
133         (wl-highlight-summary-line-help-echo-alist): New variable.
134         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
135         into `wl-highlight-summary-line-help-echo' and
136         `wl-highlight-flag-folder-help-echo'.
137         (wl-highlight-summary-line-string): Change accordingly.
138         (wl-highlight-summary-current-line): Ditto.
139
140 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-highlight.el (wl-highlight-message): Ignore white spaces
143         at the beginning of field body (Thanks to Markus Knittig).
144
145         * wl-draft.el (wl-draft-insert-current-message): Also check
146         summary buffer, remove unnecessary tag.
147
148 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * wl-draft.el (wl-draft-insert-current-message): Cause error also
151         when wl-message-buffer is nil.
152
153         * wl-folder.el (wl-folder): Abolish unused argument.
154         Call wl-folder-init when wl-folder-entity is nil.
155         * wl.el (wl): Change accordingly.
156
157 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
160         multibyte string before insert into draft buffer.
161         (wl-draft-create-buffer): Always enable multibyte characters for
162         draft buffer.
163
164         * Version number is increased to 2.11.28.
165
166 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-folder.el (wl-folder-open-close): Handle blank line.
169         (wl-folder-jump-to-current-entity): Ditto.
170
171 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * Version number is increased to 2.11.27.
174
175 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-thread.el (wl-thread-insert-message): When the thread is
178         devided by wl-summary-max-thread-depth, insert line at the end of
179         buffer.
180
181 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * Version number is increased to 2.11.26.
184
185 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
186
187         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
188
189 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
192         value of stream-type and session.
193
194 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * Version number is increased to 2.11.25.
197
198 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
199
200         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
201         in a quit message.
202
203 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
206         (wl-summary-redisplay-no-mime-internal): Ditto.
207
208 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
211         * wl-vars.el (wl-smtp-connection-type): Ditto.
212
213 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
214
215         * wl-highlight.el (wl-highlight-message): Change to strict regexp
216         for the separator line and quote mail-header-separator.
217
218 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-spam.el (wl-message-check-spam): Fixed problem no display
221         result message.
222
223         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
224         `elmo-multiple-fields-body-list' with boundary as
225         mail-header-separator.
226
227 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
230
231 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
232
233         * wl-util.el (wl-list-diff): Remove unused function.
234
235         * wl-draft.el (wl-draft-send-confirm): Discard input before
236         confirmation.
237
238 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
241         order of flag and new.
242
243 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-vars.el (wl-refile-policy-alist): Abolished.
246
247         * wl-action.el (wl-summary-set-action-refile): Follow the change
248         above.
249
250 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * wl-highlight.el (wl-highlight-signature-search): Don't use
253         re-search-backward for a long word since it is possible to crash
254         XEmacs because of a bug.
255
256 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
257
258         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
259
260 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
261
262         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
263         argument for wl-summary-sync-force-update.
264
265 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
266
267         * wl-summary.el (wl-summary-mode-map): Revival of
268         wl-summary-mark-as-important related bindings;
269         Bind 'F','tF','mF','rF','m&'.
270         (wl-summary-mark-as-important-region): Revival.
271         (wl-summary-target-mark-mark-as-important): Ditto.
272         (wl-summary-target-mark-operation): New function.
273         (wl-summary-target-mark-mark-as-answered): Use it.
274         (wl-summary-decide-flag): Don't set Important as default.
275         (wl-summary-mark-as-important-internal): Revival.
276         (wl-summary-mark-as-important): Ditto.
277
278         * wl-thread.el (wl-thread-mark-as-important): Ditto.
279
280         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
281         instead of facep.
282
283 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
284
285         * wl-dnd.el (wl-dnd-drop-func): Fix.
286
287         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
288         mouse-set-point instead of posn-point.
289
290         * wl-xmas.el (wl-completing-read-multiple): Define as function.
291
292         * wl-mule.el (wl-completing-read-multiple): Ditto.
293
294 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-demo.el (face-background-name): Defalias to avoid compile
297         warning.
298
299 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
300
301         * wl-summary.el (wl-summary-decide-flag): Use
302         wl-completing-read-multiple instead of completing-read-multiple.
303
304         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
305         New alias.
306
307         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
308         Use face-background-name instead of face-background.
309
310         * wl-vars.el (wl-summary-save-file-suffix): New user option.
311
312         * wl-summary.el (wl-summary-save): Use it.
313         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
314
315         * wl-mime.el (wl-mime-save-content): Fix last change.
316
317 2004-02-10  Len Trigg <lenbok@myrealbox.com>
318
319         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
320         New function.
321         (wl-summary-sort-specs): Added sort.
322         * wl-mime.el (wl-mime-save-content): Expand file name.
323
324 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
325
326         * wl-mime.el (wl-draft-preview-message): Fixed typo.
327
328         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
329
330 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
333         for flag if it is not defined.
334
335 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
336
337         * wl-e21.el (wl-highlight-folder-current-line): Use
338         elmo-folder-type-internal when elmo-folder-type returns nil.
339
340         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
341
342         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
343
344         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
345
346         * wl-e21.el (wl-summary-toolbar): Ditto.
347
348         * wl-vars.el (wl-demo-background-color): Abolished.
349         (wl-summary-persistent-mark-priority-list): Renamed from
350         wl-summary-flag-priority-list.
351         (wl-summary-flag-alist): New user option.
352         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
353         (wl-message-mode-line-format-spec-alist): Added 'F'.
354         (wl-message-mode-line-format): Likewise.
355         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
356         instead of wl-summary-important-mark.
357         (wl-file-folder-icon): New variable.
358
359         * wl-thread.el (wl-thread-set-flags): Renamed from
360         wl-thread-mark-as-important.
361
362         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
363         warning.
364         (wl-summary-mode-menu-spec): Follow the change of 
365         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
366         (wl-summary-mode-map): Follow the change of
367         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
368         (wl-summary-detect-mark-position): Follow the variable name change.
369         (wl-summary-set-flags-region): New function for the replacement of
370         wl-summary-mark-as-important-region.
371         (wl-summary-sync-marks): Sync all global-flags.
372         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
373         instead of elmo-message-flagged-p.
374         (wl-summary-persistent-mark-string): Follow the variable name change;
375         Put wl-summary-flag-mark if the message has global-flag.
376         (wl-summary-target-mark-set-flags): Renamed from 
377         wl-summary-target-mark-mark-as-important.
378         (wl-summary-decide-flag): New function.
379         (wl-summary-set-flags-internal): Renamed from
380         wl-summary-mark-as-important-internal.
381         (wl-summary-add-flags-internal): New function.
382         (wl-summary-remove-flags-internal): Ditto.
383         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
384         (wl-summary-mark-as-unimportant): Abolish.
385         (wl-summary-move-spec-alist): Changed `important' to `digest'.
386         (wl-summary-next-message): List flagged messages in the msgdb.
387
388         * wl-score.el (wl-summary-score-update-all-lines): Use
389         wl-summary-add-flags-internal instead of 
390
391         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
392
393         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
394         from wl-message-buffer-cur-flag (To avoid misunderstanding).
395         (wl-message-buffer-require-all-header): Renamed from
396         wl-message-buffer-all-header-flag (Ditto).
397         (wl-message-buffer-flag-indicator): New variable.
398         (wl-message-redisplay): Changed local varibale name from `flag' to
399         `display-type'; Set up wl-message-buffer-flag-indicator.
400         (wl-message-buffer-display): Changed varibale name from `flag' to
401         `display-type'.
402         (wl-message-display-internal): Likewise.
403
404         * wl-highlight.el (wl-highlight-demo-face): Define default background
405         color.
406         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
407
408         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
409
410         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
411         (wl-demo-setup-properties): Renamed from
412         `wl-demo-set-background-color'.
413         (wl-demo): Follow the change above.
414         
415         * Version number is increased to 2.11.24.
416
417 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-summary.el (wl-summary-toggle-thread): Call
420         `wl-summary-rescan' with disable-thread as non-nil.
421         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
422
423 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
424
425         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
426         foreground property of the face.
427         (wl-demo-insert-text): Don't set up face property here.
428         (wl-demo): Call wl-demo-set-background-color, anyway.
429
430 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-vars.el (wl-demo-background-color): The value can be nil.
433
434 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
435
436         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
437         to wl-summary-wheel-dispatcher.
438
439         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
440         wl-message-wheel-dispatcher.
441         (wl-message-wheel-dispatcher): New function.
442         (wl-summary-wheel-dispatcher): Ditto.
443
444 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
445
446         * wl-action.el (wl-summary-target-mark-all): List messages which are
447         not in the killed-list.
448
449         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
450         only when the folder is 'flag/important.
451
452         * wl-address.el (wl-complete-field-body): Complete if the last
453         character is a space.
454
455 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-folder.el (wl-folder-clear-entity-info): Use
458         elmo-clear-hash-val.
459
460         * wl-fldmgr.el (wl-fldmgr-rename): Set
461         wl-folder-info-alist-modified as t.
462
463 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
464
465         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
466
467 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
468
469         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
470         (wl-folder-buffer-last-visited-entity-id): New buffer local
471         variable.
472         (wl-folder-revisit-last-visited-folder): New function.
473         (wl-folder-mode-map): Bind it to "C-i".
474         (wl-folder-set-current-entity-id): Set last visited folder.
475         * wl-summary.el (wl-summary-exit): Ditto.
476
477 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
480         before calling `recenter' in order to cope with an XEmacs bug.
481
482 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
485         to the default value.
486
487 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
490         change.
491         (wl-summary-sync-marks): Ditto.
492         (wl-summary-mark-as-read-internal): Ditto.
493         (wl-summary-mark-as-answered-internal): Ditto.
494         (wl-summary-mark-as-important-internal): Ditto.
495         (wl-summary-reply): Ditto.
496
497         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
498         instead of `elmo-folder-unflag-answered'.
499
500         * Version number is increased to 2.11.23.
501
502         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
503         the last change.
504
505 2004-01-11  Kenichi Okada  <okada@opaopa.org>
506
507         * wl-spam.el (wl-summary-exec-action-refile-with-register):
508         Specify "spam" or "good".
509
510 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
511
512         * wl-spam.el (wl-summary-exec-action-spam): Call
513         wl-folder-confirm-existence for spam folder.
514         (wl-spam-setup): Bind "mk".
515
516 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
519
520 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
523         destination folder is empty.
524
525 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
526
527         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
528         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
529
530         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
531         (wl-summary-refile-prev-destination-region): New function.
532         (wl-thread-refile-prev-destination): Ditto.
533         (wl-summary-target-mark-refile-prev-destination): Ditto.
534
535 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
536
537         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
538         (wl-demo-background-color): Changed default value.
539
540         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
541         color.
542
543         * wl-demo.el (wl-demo-set-background-color): New function.
544         (wl-demo): Call it.
545
546 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl-address.el (wl-address-delete): Avoid mis-deleting.
549         * wl-address.el (wl-address-add-or-change): Don't add empty
550         address.
551
552 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
553
554         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
555
556 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
557
558         * wl-vars.el (wl-demo-image-filter-alist): New variable
559         (wl-demo-background-color): Ditto.
560
561         * wl-demo.el (wl-demo-xpm-set-background): New function.
562         (wl-demo-image-filter): Ditto.
563         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
564
565         * wl-vars.el (wl-demo-icon-name-alist): New variable.
566
567         * wl-demo.el (wl-demo-icon-name): Define as function.
568         (wl-demo-insert-image): Use it.
569
570 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
571
572         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
573
574 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
575
576         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
577
578 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
579
580         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
581
582 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-thread.el (wl-thread-mark-as-answered): New function.
585
586         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
587         answered" entry.
588         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
589         "r&" and wl-thread-mark-as-answered to "t&".
590         (wl-summary-mark-as-important-region): Refine to toggle mark.
591         (wl-summary-mark-as-answered-region): New function.
592         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
593         and 3rd argument.
594         (wl-summary-mark-as-important-internal): Likewise.
595
596 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-template.el (wl-template-preview): New internal variable.
599         (wl-template-preview-p): New function.
600         (wl-template-show): Bind `wl-template-preview' as t.
601
602 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
605         `elmo-message-entity-field' with 3rd argument which is non-nil.
606
607 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
610         Removed duplicate local bind `folder'.
611
612 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
615
616 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
617
618         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
619         duplicate definition.
620
621 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
622
623         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
624         non-nil, use it; Don't fetch message if there's no message in the
625         current cursor position.
626
627 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
628
629         * wl-util.el (wl-region-exists-p): Use region-active-p.
630         (wl-deactivate-region): New function.
631         * wl-message.el (wl-message-redisplay): Deactivate region.
632
633         * wl-summary.el (wl-summary-reply): Call
634         `wl-summary-set-message-buffer-or-redisplay' instead of
635         `wl-summary-redisplay-internal', don't move point.
636
637 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
640         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
641         by regexp.
642
643 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
646         if no need.
647
648 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
651         default value to nil.
652         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
653         `wl-summary-prepare-hook'; Replace refile action to
654         `wl-summary-exec-action-refile-with-register'.
655
656         * Version number is increased to 2.11.22.
657
658 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
659
660         * wl-summary.el (wl-summary-detect-mark-position): Set
661         `wl-summary-buffer-weekday-name-lang'.
662
663 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
664
665         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
666         (wl-summary-mark-as-read-all): Ditto.
667         (wl-summary-delete-messages-on-buffer): Ditto.
668         (wl-summary-sync-update): Ditto.
669         (wl-summary-mark-as-read-internal): Ditto.
670         (wl-summary-mark-as-answered-internal): Ditto.
671         (wl-summary-update-folder-info): Abolished.
672
673 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-summary.el (wl-summary-mark-as-read-all): Use
676         `wl-summary-update-folder-info' instead of
677         `wl-folder-update-unread'.
678
679 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
680
681         * wl-summary.el (wl-summary-update-folder-info): New function derived from
682         `wl-summary-folder-info-update'.
683         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
684         instead of `wl-summary-folder-info-update'.
685         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
686         `wl-folder-set-folder-updated'.
687         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
688         instead of `wl-folder-update-unread'.
689         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
690         the value of `wl-summary-buffer-unread-count' for the second parameter of
691         `wl-folder-update-unread'.
692
693         * Version number is increased to 2.11.21.
694
695 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
696
697         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
698         a local variable.
699
700 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-spam.el (wl-summary-mark-spam): Show message only if call
703         interactively.
704
705         * wl-summary.el (wl-summary-mark-as-important-internal): New
706         internal function.
707         (wl-summary-mark-as-important): Use it.
708         (wl-summary-mark-as-unimportant): New function.
709         (wl-summary-sync-marks): Follow the API change.
710
711         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
712
713         * wl-mime.el (wl-summary-burst): Check target folder is writable.
714
715 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
716
717         * wl-folder.el (wl-folder-update-unread): Re-indent.
718         Narrow the scope of a local variable.
719
720 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
721
722         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
723         (wl-addrmgr-merge-entries): Ditto.
724         (wl-addrmgr): Added to address entry which exists in draft buffer
725         if no entry is in original.
726
727 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
728
729         * wl-batch.el: New file.
730
731 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
732
733         * wl-vars.el (wl-use-semi): Remove unused variable.
734
735 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
736
737         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
738         "?".
739
740 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
743         wl-summary-new-mark.
744         (wl-summary-new-cached-mark): New user option.
745         (wl-summary-score-marks): Follow the change above.
746         (wl-summary-auto-refile-skip-marks): Ditto.
747         (wl-summary-incorporate-marks): Ditto.
748         (wl-summary-expire-reserve-marks): Ditto.
749
750         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
751
752         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
753         (wl-summary-persistent-mark-string): Distinguished between cached
754         and uncached mark when the message is new.
755
756 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-spam.el (wl-spam-domain): Renamed from
759         `wl-spam-folder-guess-domain'.
760         (wl-summary-exec-action-spam): Register as spam if domain of the
761         source folder is good.
762         (wl-summary-exec-action-refile-with-register): Register message if
763         domain of the source folder is not undecided.
764
765 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
768         detect thread loop.
769
770 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
773         and wl-summary-skip-mark-list.
774
775 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
778
779         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
780
781         * wl-spam.el (toplevel): Require wl-highlight.
782         (wl-spam-auto-check-policy-alist): Abolish.
783         (wl-spam-auto-check-folder-regexp-list): New user option.
784         (wl-spam-auto-check-marks): Ditto.
785         (wl-spam-mark-action-list): Ditto.
786         (wl-highlight-summary-spam-face): New face.
787         (wl-spam-auto-check-message-p): New function.
788         (wl-spam-map-spam-messages): Fixed message.
789         (wl-spam-register-spam-messages): Ditto.
790         (wl-spam-register-good-messages): Ditto.
791         (wl-summary-spam-map): Add and remove keybind.
792         (wl-summary-target-mark-spam): Abolish.
793         (wl-summary-refile-spam): Ditto.
794         (wl-summary-test-spam): New function.
795         (wl-summary-mark-spam): Ditto.
796         (wl-summary-auto-check-spam): Follow the above change.
797         (wl-summary-exec-action-spam): New function.
798         (wl-summary-exec-action-refile-with-register): Fixed message.
799         (wl-message-check-spam): New function.
800         (wl-spam-setup): Ditto.
801         (toplevel): Call it if this file is loaded interactivity.
802
803         * Version number is increased to 2.11.20.
804
805 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
808         when new optional argument `force' is non nil or modified.
809
810 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl.el (toplevel): Require wl-spam when compile.
813         (wl-save-status): Call wl-spam-save-status.
814
815         * wl-spam.el (wl-spam-register-spam-messages): New function.
816         (wl-spam-register-good-messages): Ditto.
817         (wl-spam-save-status): Ditto.
818         (wl-summary-mode-map): Bind
819         wl-summary-target-mark-register-as-spam to "ms" and
820         wl-summary-target-mark-register-as-good to "mn".
821         (wl-summary-register-as-spam): Abolish optional argument; Use
822         wl-spam-register-spam-messages.
823         (wl-summary-register-as-spam-all): Use
824         wl-spam-register-spam-messages.
825         (wl-summary-register-as-good): Abolish optional argument; Use
826         wl-spam-register-good-messages.
827         (wl-summary-register-as-good-all): Use
828         wl-spam-register-good-messages.
829         (wl-summary-target-mark-register-as-spam): New funtion.
830         (wl-summary-target-mark-register-as-good): Ditto.
831
832 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-spam.el: New file.
835
836 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
839
840         * wl-action.el (wl-auto-refile-guess-functions): New variable.
841         (wl-summary-auto-refile): Call wl-refile-guess with
842         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
843
844 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
847         with disable-thread argument non-nil.
848
849 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-summary.el (wl-summary-rescan): Added optional argument
852         disable-thread.
853         (wl-summary-sync): Call wl-summary-rescan with argument
854         disable-thread.
855         (wl-summary-input-range): Added new range `rescan-thread'.
856
857 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
858
859         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
860
861 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
864         internal variable.
865         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
866         wl-summary-search-parent-by-subject-regexp and
867         wl-summary-divide-thread-when-subject-changed as nil.
868         (wl-summary-insert-sequential): If entity is nil, nothing to do.
869         (wl-summary-insert-thread): Search parent entity from
870         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
871         thread loop.
872
873 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
876
877         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
878
879         * wl-util.el (wl-require-update-all-folder-p): New function.
880         (wl-get-assoc-list-value): Added `function' to match directive.
881         (wl-collect-draft): Rewrite.
882
883         * wl-summary.el (wl-summary-sync-update): Clear faces
884         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
885         are non-nil.
886         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
887         argument as function.
888         (wl-summary-input-range): Ditto.
889
890         * wl-folder.el (wl-draft-get-folder): New function.
891         (wl-folder-get-elmo-folder): Consider draft folder.
892
893         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
894         (wl-draft-buffer-message-number): New buffer local variable.
895         (wl-draft-folder-internal): New internal variable.
896         (wl-draft-delete): Rewrite.
897         (wl-draft-save): Ditto.
898         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
899         wl-folder-get-elmo-folder.
900         (wl-draft-config-info-operation): Ditto.
901         (wl-jump-to-draft-folder): Ditto.
902         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
903         (wl-draft-reedit): Rewrite.
904
905         * Version number is increased to 2.11.19.
906         
907 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
908
909         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
910         variable.
911
912 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
915         Use ignore-errors instead of unwind-protect.
916
917 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
918
919         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
920         for updating `wl-thread-entity-list'.
921
922 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
923
924         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
925         parameter from calling `wl-thread-entity-get-older-brothers' and
926         `wl-thread-entity-get-younger-brothers'.
927         Replace nested `append' with a single one.
928
929 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-summary.el (wl-summary-mode): Don't use the return value of
932         `make-local-hook'.
933
934 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
935
936         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
937         instead of `let*'.
938         (wl-thread-delete-message): Likewise.  Split and narrow the scope
939         of local variables.
940
941 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
944         Renamed from wl-summary-window-scroll-functions.
945         (wl-summary-window-scroll-functions): Don't set to variable.
946         (wl-summary-display-top): Use run-hooks.
947         (wl-summary-display-bottom): Ditto.
948         (wl-summary-toggle-disp-msg): Ditto.
949         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
950         Use it instead of wl-summary-window-scroll-functions.
951         (wl-summary-goto-folder-subr): Don't call
952         wl-summary-window-scroll-functions, use
953         wl-summary-buffer-window-scroll-functions instead.
954
955 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
958         make-local-variable.
959
960 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
961
962         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
963         set-buffer-modified-p.
964         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
965         (wl-summary-display-bottom): Ditto.
966         (wl-summary-toggle-disp-msg): Ditto.
967
968 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
971
972         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
973         (wl-summary-forward): Use elmo-message-entity-field instead of
974         elmo-message-field.
975
976         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
977
978 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-summary.el (wl-summary-window-scroll-functions): No use
981         `append'.
982
983 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
984
985         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
986         function.
987         (wl-summary-window-scroll-functions): Call it when both
988         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
989         (wl-summary-temp-mark): Added optional argument number.
990         (wl-summary-message-mark): Added optional argument flag.
991         (wl-summary-persistent-mark): Added optional argument number and flag.
992         (wl-summary-update-persistent-mark): Ditto.
993         (wl-summary-update-status-marks): Set "r" for interactive spec.
994
995         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
996         argument number and flag.
997
998         * wl-action.el (wl-summary-registered-temp-mark): 
999         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1000
1001 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1004         internal variable (buffer local).
1005         (wl-summary-window-scroll-functions): New function.
1006         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1007         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1008         as nil.
1009         (wl-summary-update-status-marks): Added arguments beg, end and
1010         check.
1011         (wl-summary-update-mark-window): Use function.
1012         (wl-summary-sync-update): Follow the change above.
1013         (wl-summary-switch-to-clone-buffer): Copy
1014         wl-summary-buffer-unsync-mark-number-list.
1015         (wl-summary-goto-folder-subr): Set
1016         wl-summary-buffer-unsync-mark-number-list and
1017         use wl-summary-window-scroll-functions insteaf of
1018         wl-summary-lazy-highlight.
1019
1020         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1021
1022 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1025
1026         * wl-summary.el (wl-summary-update-persistent-mark): Call
1027         wl-summary-set-message-modified.
1028
1029         * wl-summary.el (wl-summary-sync-update): Don't call
1030         wl-summary-update-status-marks.
1031
1032         * Version number is increased to 2.11.18.
1033
1034 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1035
1036         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1037         (wl-message-next-page): Ditto.
1038
1039 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1040
1041         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1042         local variable.  Change the order of a collected list into the
1043         same as the specified range.  Remove nil from a collected list.
1044
1045 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1048         argument for elmo-folder-list-messages.
1049
1050 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1053         change (wl-summary-count-unreads return a list instead of a cons
1054         cell).
1055
1056 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1057
1058         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1059         `wl-summary-folder-info-update'.
1060
1061 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-summary.el (wl-summary-set-message-modified): No use
1064         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1065         (wl-summary-set-mark-modified): Abolish.
1066         (wl-summary-mark-modified-p): Ditto.
1067         (wl-summary-save-view): Follow the change above.
1068
1069         * wl-expire.el (wl-summary-expire): Likewise.
1070
1071 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-summary.el (wl-summary-detect-mark-position): Use
1074         modb-entity-handler.
1075         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1076
1077         * Version number is increased to 2.11.17.
1078
1079 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1080
1081         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1082         entity field value.
1083         (wl-summary-prefetch-msg): Ditto.
1084         (wl-summary-print-message-with-ps-print): Ditto.
1085
1086 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1087
1088         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1089         for dummy entity.
1090         (wl-summary-insert-thread): Use elmo-message-entity-field.
1091         (wl-summary-update-thread): Use elmo-message-entity-field and
1092         elmo-message-entity-number.
1093         (wl-summary-line-number):  Use elmo-message-entity-number.
1094         (wl-summary-line-size): Use elmo-message-entity-field.
1095         (wl-summary-line-subject): Ditto.
1096         (wl-summary-line-from): Ditto.
1097         (wl-summary-line-attached): Ditto.
1098         (wl-summary-create-line): Ditto.
1099         (wl-summary-create-line): Use elmo-message-entity-number.
1100         (wl-summary-print-message-with-ps-print): Use
1101         elmo-message-entity-field.
1102
1103 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1104
1105         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1106         change in elmo-msgdb-make-message-entity.
1107         (wl-summary-buffer-set-folder): Don't call
1108         wl-summary-detect-mark-position here.
1109         (wl-summary-rescan): Call elmo-message-entity-number.
1110         (wl-summary-sync-update): Ditto.
1111         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1112
1113         * wl-score.el (wl-score-header-index): Redefine 2th element.
1114         (wl-score-overview-entity-get-extra): Abolish.
1115         (wl-score-ov-entity-get): Rewrite.
1116         (wl-score-string-index<, wl-score-string-func<): Abolish.
1117         (wl-score-string<): New function.
1118         (wl-score-string-sort): Use it.
1119
1120         * wl-refile.el (wl-refile-guess-by-history): Use
1121         elmo-message-entity-field.
1122         (wl-refile-guess-by-from): Ditto.
1123         (wl-refile-guess-by-msgid): Ditto.
1124
1125         * Version number is increased to 2.11.16.
1126
1127 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1128
1129         * wl-folder.el (wl-folder-confirm-existence): Don't call
1130         file-exists-p if msgdb-path is nil.
1131         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1132         `wl-read-folder-hist' to `wl-read-folder-history'.
1133
1134 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1135
1136         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1137         `y-or-n-p'.
1138
1139 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1140
1141         * wl-score.el (wl-score-headers): Don't use
1142         elmo-folder-do-each-message-entity.
1143
1144         * Version number is increased to 2.11.15.
1145
1146 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1147
1148         * wl-summary.el (wl-summary-delete-all-msgs): Use
1149         elmo-folder-move-messages instead of elmo-folder-delete-messages
1150         and elmo-folder-detach-messages.
1151         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1152
1153         * wl-expire.el (wl-expire-delete): Ditto.
1154         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1155
1156 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1157
1158         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1159         (wl-message-header-narrowing-fields): Ditto.
1160         (wl-message-header-narrowing-lines): Ditto.
1161         (wl-message-header-narrowing-string): Ditto.
1162
1163         * wl-summary.el (wl-summary-mode-map): Bind
1164         wl-summary-toggle-header-narrowing to "C-cC-f".
1165         (wl-summary-toggle-header-narrowing): New function.
1166
1167         * wl-message.el (wl-message-buffer-create): Call
1168         wl-message-header-narrowing-setup.
1169         (wl-message-redisplay): Call wl-message-header-narrowing.
1170         (wl-message-header-narrowing): New function.
1171         (wl-message-header-narrowing-map): New keymap.
1172         (wl-message-header-narrowing-widen-map): New keymap.
1173         (wl-message-header-narrowing-again-at-mouse): New function.
1174         (wl-message-header-narrowing-1): Ditto.
1175         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1176         (wl-message-header-narrowing-setup): Ditto.
1177         (wl-message-header-narrowing-toggle): Ditto.
1178         
1179         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1180
1181         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1182         'flag as all.
1183         (wl-use-flag-folder-help-echo): New user option.
1184
1185         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1186         wl-summary-highlight as nil.
1187         (wl-summary-set-mark-modified): Follow the API change.
1188         (wl-summary-mark-modified-p): Ditto.
1189         (wl-summary-mark-as-read-all): Ditto.
1190         (wl-summary-sync-marks): Don't call
1191         elmo-folder-list-messages-with-global-mark.
1192         (wl-summary-mark-as-read-internal): Follow the API change.
1193         (wl-summary-mark-as-answered-internal): Ditto.
1194         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1195         Follow the API change.
1196         (wl-summary-create-line): Call with number argument.
1197         (wl-summary-reply): Follow the API change.
1198
1199         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1200         function.
1201         (wl-highlight-summary-line-string): Call it when
1202         wl-use-flag-folder-help-echo is non-nil.
1203         (wl-highlight-summary-current-line): Ditto.
1204         (elmo-flag-folder-referrer): Added autoload setting.
1205
1206         * wl-draft.el (wl-draft-kill): Follow the API change.
1207
1208         * Version number is increased to 2.11.14.
1209         
1210 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1213
1214 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * Version number is increased to 2.11.13.
1217
1218 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-draft.el (wl-draft-previous-history-element): Fixed
1221         unbalanced parenthesis and bind unbound local variables.
1222
1223 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1224
1225         * wl-draft.el (wl-draft-previous-history-element): New function.
1226         (wl-draft-next-history-element): Ditto.
1227         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1228         them to M-p and M-n.
1229
1230 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * Version number is increased to 2.11.12.
1233
1234 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1235
1236         * wl-draft.el (wl-draft-hide): Select buffer-window.
1237
1238 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1239
1240         * wl-summary.el (wl-summary-narrow-to-region): New function.
1241         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1242         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1243         (wl-summary-save-region): Use it.
1244         * wl-action.el (wl-summary-collect-numbers-region)
1245         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1246
1247 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-folder.el (wl-folder-count-incorporates): Don't use
1250         `elmo-msgdb-mark-load'
1251
1252         * Version number is increased to 2.11.11.
1253
1254 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1257         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1258
1259 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1260
1261         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1262
1263 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * Version number is increased to 2.11.10.
1266
1267 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-mime.el (wl-draft-attribute-value): Fixed.
1270
1271 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1272
1273         * wl-util.el (wl-copy-local-variables): New function.
1274
1275         * wl-mime.el (wl-draft-attribute-recipients): New function.
1276         (wl-draft-attribute-envelope-from): Ditto.
1277         (wl-draft-attribute-smtp-posting-server): Ditto.
1278         (wl-draft-attribute-smtp-posting-port): Ditto.
1279         (wl-draft-attribute-value): Ditto.
1280         (wl-draft-preview-message): Use it to get value for
1281         attributes. Reflect result of `wl-draft-config'.
1282
1283         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1284         and call `wl-summary-mark-as-read' before to call
1285         `wl-summary-unset-mark'.
1286         (wl-summary-target-mark-mark-as-unread): Likewise.
1287         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1288
1289 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1290
1291         * wl-mime.el (wl-draft-preview-message): Use actual value for
1292         attributes; Fix for small window.
1293
1294 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-refile.el (wl-refile-get-field-value): Call
1297         `elmo-message-entity-field' with 3rd argument is non-nil.
1298
1299 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1300
1301         * wl-vars.el (wl-draft-preview-attributes): New user option.
1302         (wl-draft-preview-attributes-list): Ditto.
1303         (wl-draft-preview-attributes-buffer-lines): Ditto.
1304         (wl-draft-preview-attributes-buffer-name): Ditto.
1305
1306         * wl-mime.el (wl-draft-preview-message): Display attributes.
1307
1308 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-summary.el (wl-summary-detect-mark-position): Bind
1311         wl-summary-flag-priority-list to '(new).
1312
1313 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1314
1315         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1316         funtion.
1317         (wl-highlight-summary-line-string): Use it.
1318         (wl-highlight-summary-current-line): Ditto.
1319
1320 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1321
1322         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1323         line even when the mark string is not changed.
1324
1325         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1326         argument change in the wl-summary-create-line.
1327         (wl-thread-insert-entity-sub): Ditto.
1328
1329         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1330         argument change in the wl-summary-create-line.
1331         (wl-summary-insert-sequential): Ditto.
1332         (wl-summary-update-thread): Ditto.
1333         (wl-summary-persistent-mark-string): New inline function.
1334         (wl-summary-message-mark): Use it.
1335         (wl-summary-create-line): Abolish argument wl-persistent-mark
1336         and added wl-flags, wl-cached.
1337
1338         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1339         mark to flags.
1340         (wl-highlight-summary-current-line): Decide the face not by the 
1341         persistent mark but flags.
1342
1343 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1346         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1347         wl-summary-read-uncached-mark): Revive.
1348         (wl-summary-answered-cached-mark,
1349         wl-summary-answered-uncached-mark): New user option.
1350         (wl-summary-score-marks): Follow the change above.
1351         (wl-summary-auto-refile-skip-marks): Ditto.
1352         (wl-summary-incorporate-marks): Ditto.
1353         (wl-summary-expire-reserve-marks): Ditto.
1354         (wl-summary-flag-priority-list): New user option.
1355
1356         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1357         changes.
1358         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1359         of elmo-message-mark.
1360         (wl-summary-mark-as-read-internal): Ditto.
1361         (wl-summary-mark-as-answered): Ditto.
1362         (wl-summary-mark-as-important): Ditto.
1363         (wl-summary-redisplay-internal): Ditto.
1364         (wl-summary-redisplay-no-mime-internal): Ditto.
1365         (wl-summary-message-mark): New function.
1366         (wl-summary-insert-sequential): Use wl-summary-message-mark
1367         instead of elmo-message-mark.
1368         (wl-summary-update-thread): Ditto.
1369         (wl-summary-persistent-mark): Ditto.
1370         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1371         instead of elmo-message-mark.
1372
1373         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1374         wl-summary-message-mark instead of elmo-message-mark.
1375         (wl-thread-insert-entity-sub): Ditto.
1376         (wl-thread-get-children-msgs-uncached): Ditto.
1377
1378         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1379         variable name changes.
1380         (wl-highlight-summary-current-line): Ditto.
1381
1382         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1383         wl-summary-message-mark instead of elmo-message-mark.
1384
1385         * wl-expire.el (wl-expire-message-p): Ditto.
1386
1387         * wl-score.el (wl-score-headers): Ditto.
1388
1389         * Version number is increased to 2.11.9.
1390
1391         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1392         (wl-summary-sync-update): Follow the change above.
1393         (wl-summary-switch-to-clone-buffer): Ditto.
1394         (wl-summary-open-folder): Ditto.
1395
1396 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1399         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1400
1401         * Version number is increased to 2.11.8.
1402
1403         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1404
1405         * wl-expire.el (wl-expire-refile): Follow the API change on
1406         `elmo-folder-move-messages'.
1407         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1408
1409         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1410         (wl-summary-exec-action-refile): Ditto.
1411         (wl-summary-exec-action-copy): Ditto.
1412         (wl-summary-no-auto-refile-message-p): No use
1413         `wl-summary-buffer-msgdb'.
1414         (wl-summary-auto-refile): Ditto.
1415
1416 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1417
1418         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1419
1420 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1421
1422         * wl-summary.el (wl-summary-sync): Treat no-sync.
1423
1424         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1425         (wl-default-sync-range): Ditto.
1426
1427 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1428
1429         * wl-refile.el (wl-refile-subject-learn): Call
1430         `elmo-message-entity-field' with 3rd argument is non-nil.
1431         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1432         instead of `elmo-msgdb-overview-entity-get-subject'.
1433
1434 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1435
1436         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1437         scan-type is rescan.
1438         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1439         new optional argument force is non-nil.
1440         (wl-summary-save-view-cache): Call it with force argument non-nil.
1441
1442         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1443
1444 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-action.el (wl-summary-print-argument): Fixed last change.
1447
1448 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1451         simplified.
1452         (wl-summary-target-mark-mark-as-unread): Likewise.
1453         (wl-summary-target-mark-mark-as-important): Likewise.
1454
1455 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1456
1457         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1458         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1459         (wl-summary-mark-as-important-region): Change accordingly.
1460         (wl-summary-target-mark-mark-as-important): Ditto.
1461
1462 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1465
1466         * wl-action.el (wl-summary-print-argument): Print argument to
1467         right side of window if `wl-summary-print-argument-within-window'
1468         is non-nil.
1469
1470 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1471
1472         * wl-action.el (wl-summary-set-mark): Use
1473         `wl-summary-message-visible-p' to check visibility of the message
1474         and jump to message only when the message line is visible and have
1475         different number; Call wl-summary-unset-mark with number argument.
1476         (wl-summary-unset-mark): 
1477         Use `wl-summary-message-visible-p'
1478         to check visibility of the message and jump to message only when
1479         the message line is visible and have different number;
1480
1481 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * Version number is increased to 2.11.7.
1484
1485         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1486         and wl-folder-summary-line-format.
1487
1488         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1489         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1490         (wl-summary-set-score-mark): Use it.
1491         (wl-summary-target-mark-mark-as-read): Ditto.
1492         (wl-summary-target-mark-mark-as-unread): Ditto.
1493         (wl-summary-target-mark-mark-as-important): Ditto.
1494         (wl-summary-target-mark-msgs): Simplified.
1495         (wl-summary-detect-mark-position): Fixed problem when
1496         summary-line-format no contain persisten/temp mark spec.
1497         (wl-summary-temp-mark): Ditto.
1498         (wl-summary-persistent-mark): Ditto.
1499         (wl-summary-update-persistent-mark): Ditto.
1500
1501         * wl-action.el (wl-summary-set-mark): Ditto.
1502         (wl-summary-unset-mark): Ditto.
1503         All other related portions are changed.
1504
1505 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * Version number is increased to 2.11.6.
1508
1509 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1510
1511         * wl-util.el (wl-current-message-buffer): Define as function;
1512         Don't use the value of wl-messge-buffer.
1513
1514         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1515         persistent mark.
1516
1517         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1518         no current message, cause an error.
1519
1520 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-summary.el (wl-summary-set-message-modified): Use
1523         elmo-folder-set-message-modified instead of
1524         elmo-folder-set-message-modified-internal.
1525
1526 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1527
1528         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1529         interactively.
1530         (wl-summary-sync): nokill->entirely.
1531         (wl-summary-sync-marks): Fixed message.
1532         (wl-summary-input-range): Added mark, nokill->entirely.
1533
1534         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1535         messages as read.
1536
1537 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1538
1539         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1540         update-noscore.
1541         (wl-summary-sync): Follow the change above.
1542
1543 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1544
1545         * wl-action.el (wl-summary-target-mark-all): Use
1546         elmo-folder-list-messages.
1547
1548 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1551         (wl-summary-rescan): Set wl-summary-scored as nil.
1552         (wl-summary-sync-force-update): Follow the change above.
1553         (wl-summary-sync): Ditto.
1554         (wl-summary-sync-update): Added argument disable-killed.
1555         (wl-summary-insert-headers): Set visible-only argument for
1556         elmo-folder-list-messages.
1557         (wl-summary-input-range): Added update-nokill, update-noscore,
1558         all-nokill, all-noscore and mark.
1559
1560         * Version number is increased to 2.11.5.
1561
1562         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1563
1564 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1565
1566         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1567         (wl-summary-prefetch-region-no-mark): Change accordingly.
1568         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1569
1570 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-address.el (wl-complete-field-to): Abolished.
1573         (wl-complete-address): Completion function for completing-read.
1574         * wl-action.el (wl-summary-get-resend-address): Use it.
1575
1576         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1577         wl-summary-update-mark and abolish unused argument.
1578         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1579         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1580         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1581         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1582         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1583         * wl-draft.el (wl-draft-kill): Ditto.
1584
1585         * wl-summary.el: Remove unused binding of case-fold-search.
1586         (wl-summary-replace-status-marks): Abolished.
1587
1588 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1589
1590         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1591         is specified or folder length is zero.
1592
1593 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1596         (wl-folder-archive-current-entity): Ditto.
1597
1598 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1599
1600         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1601         retrieving message mark.
1602         (wl-summary-redisplay-internal): Ditto.
1603
1604         * wl-message.el (wl-message-buffer-display): Ignore errors while
1605         retrieving message-id field.
1606
1607         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1608         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1609         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1610         order of the arguments for `wl-expire-message-p'.
1611         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1612
1613         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1614         Check return value of wl-summary-reply.
1615         (wl-summary-reply): Recover window configuration when an error occured.
1616
1617 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1618
1619         * wl-summary.el (wl-summary-resend-message): Abolished, the
1620         feature is inherited by wl-summary-resend (put resend mark).
1621
1622 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1625         wl-message-buffer to nil when the message is hide.
1626
1627 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * .cvsignore: New file.
1630
1631 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-action.el (wl-summary-action-docstring): Add more info.
1634         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1635         duplicate definition.
1636         (wl-summary-define-mark-action): Functions wl-summary-*-region
1637         keep current position.
1638         (wl-summary-unregister-target-mark): Store result to the variable.
1639
1640 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1641
1642         * Version number is increased to 2.11.4.
1643
1644 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1645
1646         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1647         wl-summary-delete-all-temp-marks.
1648         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1649
1650         * wl-action.el (wl-summary-set-mark): Changed terminology
1651         refile-destination -> action-argument.
1652         (wl-summary-unset-mark): Ditto.
1653         (wl-summary-remove-argument): Ditto.
1654         (wl-summary-print-argument): Ditto.
1655
1656         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1657         (wl-thread-remove-argument-region): Ditto.
1658         (wl-thread-print-argument-region): Ditto.
1659         (wl-thread-close): Ditto.
1660         (wl-thread-open): Ditto.
1661
1662         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1663         (wl-highlight-refile-destination-face is abolished)
1664         (wl-highlight-action-argument-string): Ditto.
1665         (wl-highlight-summary-current-line): Highlight action argument.
1666
1667         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1668         color for light backgrounds.
1669         (wl-highlight-summary-answered-face): Ditto.
1670
1671 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1672
1673         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1674
1675         * wl-score.el (wl-summary-score-update-all-lines): Use
1676         wl-summary-set-mark.
1677         (wl-summary-score-update-all-lines): Kill expunged messages.
1678
1679         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1680
1681 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1682
1683         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1684         directly.
1685         (wl-score-overview-entity-get-lines): Ditto.
1686         (wl-score-overview-entity-get-xref): Ditto.
1687         (wl-score-get-latest-msgs): Ditto.
1688         (wl-summary-rescore): Ditto.
1689
1690         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1691         to "&".
1692         (wl-summary-mark-as-answered-internal): New inline function.
1693         (wl-summary-mark-as-answered): New function.
1694         (wl-summary-mark-as-unanswered): Ditto.
1695         (wl-summary-sync-marks): Modified for answered-mark synching.
1696
1697 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-action.el (wl-summary-set-mark): Fixed last change.
1700
1701 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1702
1703         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1704         behavior of wl-summary-unread-message-hook
1705         (Pointed out by akira yamada <akira@arika.org>).
1706
1707 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1710         wl-summary-delete.
1711         * wl-xmas.el (wl-summary-toolbar): Ditto.
1712
1713         * wl-action.el (wl-summary-set-mark): Don't override current
1714         temp-mark.
1715
1716         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1717
1718 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1719
1720         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1721         (wl-refile-msgid-learn): Ditto.
1722         (wl-refile-get-field-value): Ditto.
1723
1724         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1725
1726         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1727         (wl-expire-delete-reserved-messages): Renamed from
1728         wl-expire-reserve-marked-msgs-from-list.
1729         (wl-expire-delete): Removed argument `msgdb'.
1730         (wl-expire-refile): Ditto.
1731         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1732         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1733         mark-alist as argument.
1734         (wl-expire-archive-number1): Removed argument `msgdb'.
1735         (wl-expire-archive-number2): Ditto.
1736         (wl-expire-archive-date): Ditto.
1737         (wl-expire-localdir-date): Ditto.
1738         (wl-expire-hide): Ditto.
1739         (wl-archive-number1): Ditto.
1740         (wl-archive-number2): Ditto.
1741         (wl-archive-date): Ditto.
1742         (wl-archive-folder): Ditto.
1743         All other related portions are changed.
1744
1745 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1746
1747         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1748         mean move up and down. (suggested by Takashi Kawachi)
1749
1750 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * wl-acap.el (toplevel): Don't require un-define.
1753
1754 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-thread.el (wl-thread-delete-message): Always update
1757         wl-summary-buffer-number-list.
1758
1759         * wl-action.el (wl-summary-print-destination): 
1760         Do nothing when folder is nil.
1761
1762 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1765         persistent mark when prefetch is succeeded.
1766
1767 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1770         instead of elmo-msgdb-delete-msgs.
1771         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1772         (wl-expire-hide): Ditto.
1773
1774         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1775
1776         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1777         elmo-msgdb interface.
1778         (wl-thread-get-exist-children): Likewise.
1779         (wl-thread-insert-message): Likewise.
1780         (wl-thread-msg-mark-as-important): Likewise.
1781         (wl-thread-insert-entity-sub): Likewise.
1782         (wl-thread-get-children-msgs-uncached): Likewise.
1783
1784         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1785         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1786         (wl-summary-sync-update): Likewise.
1787         (wl-summary-auto-select-msg-p): Likewise.
1788         (wl-summary-update-thread): Likewise.
1789         (wl-summary-mark-as-important): Likewise.
1790         (wl-summary-jump-to-msg-internal): Likewise.
1791         (wl-summary-redisplay-internal): Likewise.
1792         (wl-summary-print-message-with-ps-print): Likewise.
1793         (wl-summary-folder-info-update): Likewise.
1794
1795         * wl-folder.el (wl-folder-check-one-entity):
1796         elmo-folder-count-flags instead of wl-summary-count-unread.
1797
1798         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1799
1800         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1801
1802         * wl-summary.el (wl-summary-set-message-modified): 
1803         Call wl-summary-set-mark-modified.
1804         (wl-summary-delete-messages-on-buffer): Call
1805         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1806         (wl-summary-sync-update): Call elmo-folder-length instead of
1807         elmo-folder-messages.
1808         (wl-summary-insert-headers): Don't call
1809         elmo-folder-list-message-entities.
1810
1811 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-action.el (wl-summary-define-mark-action): Call
1814         `wl-summary-set-mark' with argument `data'.
1815         (wl-summary-auto-refile): Fixed order of arguments when call
1816         `wl-summary-refile'.
1817
1818 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1819
1820         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1821
1822         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1823
1824         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1825         (Renamed from wl-highlight-summary-deleted-face).
1826         (wl-highlight-summary-resend-face): New face.
1827
1828         (wl-highlight-summary-deleted-face): Renamed from
1829         wl-highlight-summary-erased-face.
1830
1831         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1832
1833         * wl-action.el (wl-summary-get-resend-address): New function.
1834         (wl-summary-exec-action-resend): Ditto.
1835         (wl-summary-exec-action-resend-subr): Ditto.
1836
1837         * w-thread.el (wl-thread-copy): Removed definition.
1838         (wl-thread-refile): Ditto.
1839         (wl-thread-delete): Ditto.
1840         (wl-thread-target-mark): Ditto.
1841
1842         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1843         (wl-summary-target-mark-set-action): Fixed.
1844         (wl-summary-define-mark-action): Fixed quotation.
1845         (wl-summary-move-mark-list-messages): Display message.
1846         (wl-summary-define-mark-action): Define thread functions.
1847         (wl-summary-exec-action-refile): Changed message.
1848         (wl-summary-exec): Ditto.
1849
1850 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1851         
1852         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1853         '%%'.
1854
1855 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1856
1857         * wl.el (toplevel): Require wl-action.
1858         (wl-init): Call wl-summary-define-mark-action.
1859
1860         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1861
1862         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1863         wl-summary-delete and wl-summary-erase.
1864         (wl-summary-mode-map): Ditto.
1865
1866         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1867         wl-delete-folder-alist.
1868
1869         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1870         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1871         (toplevel): Moved mark & action related functions to the wl-action.el.
1872
1873         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1874         in wl-summary-mark-action-list.
1875         (wl-highlight-summary-current-line): Ditto.
1876
1877         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1878         empty lines.
1879
1880         * wl-action.el: New file. 
1881
1882 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1883
1884         * wl-summary.el (wl-summary-target-mark-replace): New function.
1885         (wl-summary-target-mark-prefetch): Use it.
1886         (wl-summary-target-mark-delete): Ditto.
1887         (toplevel): Rearranged definition order.
1888         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1889         (wl-summary-target-mark-erase): Rewrite.
1890         (wl-summary-erase-region): New function.
1891         (wl-summary-exec-action-erase): Changed message.
1892         (wl-summary-move-mark-list-messages): New function.
1893         (wl-summary-exec-action-delete): Use it.
1894         (wl-summary-exec-action-erase): Ditto.
1895
1896         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1897         (wl-summary-skip-mark-list): Added "d".
1898
1899         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1900         while searching.
1901
1902         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1903         and define using defcustom;
1904         Define 4th element as a face.
1905         
1906         * wl-summary.el (wl-summary-incorporate): Use 
1907         `wl-summary-prefetch-region-no-mark' instead of
1908         `wl-summary-prefetch-region'.
1909         (wl-summary-prefetch-region-no-mark): Revival of old
1910         `wl-summary-prefetch-region'.
1911         (wl-summary-mark-action-list): Moved to wl-vars.el
1912
1913         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1914         face according to the `wl-summary-mark-action-list'.
1915         (wl-highlight-summary-current-line): Ditto;
1916         Removed destination highlighting.
1917
1918         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1919         (wl-highlight-summary-line-string): Highlight for "i" mark.
1920         (wl-highlight-summary-current-line): Ditto.
1921
1922         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1923         no destination.
1924
1925         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1926         exists, just go ahead.
1927         (wl-summary-prefetch-region): Rewrite.
1928         (wl-summary-prefetch): Ditto.
1929         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1930         (wl-summary-exec-action-prefetch): New function.
1931         (wl-summary-target-mark-prefetch): Rewrite.
1932
1933 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1934
1935         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1936         (wl-highlight-summary-line-string): Added "d" and "D".
1937         (wl-highlight-summary-current-line): Ditto.
1938
1939         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1940         in wl-summary.el.
1941         (wl-thread-insert-entity-sub): Ditto.
1942         (wl-thread-remove-destination-region): Ditto.
1943         (wl-thread-print-destination-region): Ditto.
1944
1945         * wl-summary.el (wl-summary-buffer-refile-list,
1946         wl-summary-buffer-delete-list,
1947         wl-summary-buffer-copy-list): Abolish.
1948         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1949         All other related portions are changed.
1950         (wl-summary-mark-action-list): New variable.
1951         (wl-summary-set-mark): New function.
1952         (wl-summary-register-target-mark): Ditto.
1953         (wl-summary-unregister-target-mark): Ditto.
1954         (wl-summary-have-target-mark-p): Ditto.
1955         (wl-summary-register-temp-mark): Ditto.
1956         (wl-summary-unregister-temp-mark): Ditto.
1957         (wl-summary-registered-temp-mark): Ditto.
1958         (wl-summary-collect-temp-mark): Ditto.
1959         (wl-summary-unset-mark): Ditto.
1960         (wl-summary-set-target-mark): Ditto.
1961         (wl-summary-unset-target-mark): Ditto.
1962         (wl-summary-set-action-generic): Ditto.
1963         (wl-summary-unset-action-generic): Ditto.
1964         (wl-summary-exec-action-delete): Ditto.
1965         (wl-summary-exec-action-erase): Ditto.
1966         (wl-summary-set-action-refile): Ditto.
1967         (wl-summary-set-action-refile-subr): Ditto.
1968         (wl-summary-unset-action-refile): Ditto.
1969         (wl-summary-make-destination-numbers-list): Ditto.
1970         (wl-summary-exec-action-refile): Ditto.
1971         (wl-summary-set-action-copy): Ditto.
1972         (wl-summary-unset-action-copy): Ditto.
1973         (wl-summary-exec-action-copy): Ditto.
1974         (wl-summary-collect-numbers-region): Ditto.
1975         (wl-summary-delete): Rewrite.
1976         (wl-summary-erase): Ditto.
1977         (wl-summary-remove-destination): Ditto.
1978         (wl-summary-exec): Ditto.
1979         (wl-summary-exec-region): Ditto.
1980         (wl-summary-target-mark-erase): Ditto.
1981         (wl-summary-refile): Ditto.
1982         (wl-summary-copy): Ditto.
1983         (wl-summary-unmark): Ditto.
1984         (wl-summary-delete-all-mark): Ditto.
1985         (wl-summary-mark-line): Don't highlight.
1986         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1987         (wl-summary-target-mark-refile-subr): Rewrite.
1988
1989         (wl-summary-copy-prev-destination): Abolish.
1990
1991 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1992
1993         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1994         default values along the value of wl-on-mule.
1995         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1996         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1997         It is not used anywhere.
1998
1999 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2000
2001         * wl-summary.el (wl-summary-print-destination): Keep position.
2002         (wl-summary-cursor-move-surface): Keep horizontal position.
2003
2004 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2007         write sendlog.
2008
2009 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2010
2011         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2012         `wl-summary-highlight'.
2013
2014 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2015
2016         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2017         trivial condition for temp-mark.
2018
2019 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2020
2021         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2022         when it hits killed buffer.
2023
2024 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2027         * wl-news.el.in: `message' and `error' take format string.
2028
2029 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-folder (wl-folder-insert-entity): Display a message,
2032         `...done', when the work finish.
2033         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2034
2035 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-message.el (wl-message-redisplay): Remove unused local
2038         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2039
2040 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2041
2042         * wl-summary.el (wl-summary-replace-status-marks): Disable
2043         interactive use.
2044         (wl-summary-reedit): Check message existence at first.
2045         (wl-summary-mark-line): Fix doc, return value is indefinite.
2046
2047         * wl-highlight.el (wl-highlight-message): Arranged.
2048
2049         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2050         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2051         check temp-mark by wl-summary-temp-mark always.
2052         (wl-highlight-summary): Change accordingly.
2053         * wl-summary.el (wl-summary-mark-as-read-all)
2054         (wl-summary-delete-cache, wl-summary-set-score-mark)
2055         (wl-summary-mark-as-unread, wl-summary-unmark)
2056         (wl-summary-mark-line, wl-summary-mark-as-read)
2057         (wl-summary-mark-as-important): Ditto.
2058
2059         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2060         end of the window if possible.
2061         * wl-summary.el (wl-summary-sync-update): Support lazy
2062         highlighting.
2063         (wl-summary-toggle-disp-msg): Ditto.
2064
2065 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2068
2069 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2072         change.
2073
2074 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2077         API.
2078         (wl-summary-sync-update): Ditto.
2079
2080         * wl-score.el (wl-score-get-score-alist): Changed argument.
2081         (wl-summary-rescore-msgs): Likewise.
2082         (wl-summary-score-headers): Likewise.
2083         (wl-score-headers): Likewise;
2084         Use elmo-folder-do-each-message-entity, etc.
2085         (wl-summary-score-effect): Follow the changes above.
2086         (wl-summary-rescore): Ditto.
2087         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2088         (wl-score-get-overview): Abolish.
2089
2090         * wl-summary.el (wl-summary-default-from): Follow the API change in
2091         elmo-msgdb.
2092         (wl-summary-count-unread): Ditto.
2093         (wl-summary-detect-mark-position): Ditto.
2094         (wl-summary-overview-entity-compare-by-date): Ditto.
2095         (wl-summary-overview-entity-compare-by-number): Ditto.
2096         (wl-summary-overview-entity-compare-by-from): Ditto.
2097         (wl-summary-overview-entity-compare-by-subject): Ditto.
2098         (wl-summary-get-list-info): Ditto.
2099         (wl-summary-rescan): Ditto.
2100         (wl-summary-jump-to-msg-by-message-id): Ditto.
2101         (wl-summary-sync-update): Ditto; Removed comment.
2102         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2103         (wl-summary-insert-message): Use wl-summary-insert
2104         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2105         (wl-summary-insert-headers): Changed argument overview to folder.
2106         (wl-summary-search-by-subject): Likewise.
2107         (wl-summary-insert-thread): Renamed from 
2108         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2109
2110         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2111         too.
2112
2113         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2114         wl-string-member.
2115
2116 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2119         elmo-folder-append-buffer.
2120         (wl-draft-queue-append): Likewise.
2121
2122         * wl-mime.el (wl-message-delete-current-part): Ditto.
2123         (wl-summary-burst-subr): Ditto.
2124
2125         * wl-news.el.in (wl-news-send-news): Ditto.
2126
2127 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2128
2129         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2130         function.
2131         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2132         (wl-summary-update-mark): Enclose with save-excursion.
2133         (wl-summary-mark-as-read-internal): Fixed last change.
2134         (wl-summary-mark-as-important): Use 3rd argument of
2135         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2136         Don't use elmo-msgdb-set-mark.
2137         (wl-summary-redisplay-internal): If msgdb flag is already read,
2138         just update the mark on buffer.
2139
2140 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2143         cut visible folder when elmo-folder-delete returns non-nil value.
2144
2145 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2148         by Kenichi OKADA <okada@opaopa.org>).
2149
2150 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2153
2154 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2157         Fixed the last change, search group entity by its real name.
2158         (Thanks to: KOBAYASHI Shinji)
2159
2160 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2161
2162         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2163         (wl-fldmgr-access-display-all): Don't refer visible name.
2164         * wl-expire.el (wl-folder-archive-current-entity)
2165         (wl-folder-expire-current-entity): Ditto.
2166         * wl-folder.el (wl-folder-jump-to-current-entity)
2167         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2168         (wl-folder-open-folder-sub,wl-folder-open-all)
2169         (wl-folder-write-current-folder): Ditto.
2170         (wl-folder-insert-entity): Don't use petname for normal group.
2171         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2172         is the real name.
2173         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2174         Abolished.
2175
2176 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2177
2178         * wl-draft.el (wl-draft-create-buffer): Add
2179         `wl-summary-reply-with-citation'
2180
2181 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2182
2183         * wl-draft.el (wl-draft-reply): Fixed.
2184
2185 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2186
2187         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2188         when `wl-draft-send-confirm-with-preview' is non-nil.
2189         You can scroll up/down by j/k.
2190         (wl-draft-send-confirm-with-preview): New variable (default=t).
2191
2192 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2193
2194         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2195         (wl-fldmgr-save-folders): Fix comment.
2196
2197 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2198
2199         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2200         along the last change in `wl-folder-buffer-group-p'.
2201
2202 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2203
2204         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2205         folder.
2206
2207         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2208         the default value.
2209
2210         * wl-mime.el (wl-summary-burst): Update summary only when target
2211         folder equals current folder.
2212
2213 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2214
2215         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2216
2217 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2218
2219         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2220         value.
2221
2222 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2225         `map-extents' instead of `extent-at' repeatedly.
2226         (wl-highlight-folder-current-line): Ditto.
2227
2228         * wl-highlight.el: Remove useless dummy functions.
2229
2230 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2231
2232         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2233         (wl-folder-put-folder-property): New function to put text property.
2234         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2235         (wl-folder-insert-entity, wl-folder-update-diff-line)
2236         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2237         * wl-e21.el, wl-xmas.el, wl-mule.el
2238         (wl-highlight-folder-current-line): Ditto.
2239         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2240         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2241         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2242         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2243
2244 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2245
2246         * Version number is increased to 2.11.3.
2247
2248 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2249
2250         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2251         Resume current-buffer since it is assumed by remaining tasks.
2252
2253 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2254
2255         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2256         (wl-folder-completion-function): Abolished.
2257         (wl-folder-complete-folder): New function.
2258         (wl-folder-complete-filter-condition): Ditto.
2259         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2260         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2261
2262 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2263
2264         * wl-draft.el (wl-draft-send-confirm): New function.
2265         (wl-draft-send): Use it.
2266
2267         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2268         cursor-in-echo-area while confirming.
2269
2270         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2271
2272         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2273         searching via nntp if wl-summary-search-via-nntp is 'force.
2274         Otherwise, invoke searching in nntp folder only.
2275         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2276
2277         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2278         explicitly for mime-make-text-tag.
2279
2280 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2281
2282         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2283         `mime-make-text-tag' instead of `mime-create-tag'.
2284
2285 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2286
2287         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2288         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2289
2290 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2291
2292         * wl-score.el (wl-score-save): Bind print-length and print-level.
2293         (wl-score-pretty-print): Ditto.
2294         (wl-score-edit-insert-header-entry): Ditto.
2295
2296         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2297         "From" entry to be treated with wl-draft-eword-encode-address-list.
2298         * wl-mime.el (wl-draft-preview-message): Ditto.
2299
2300         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2301         (wl-summary-mark-as-unread): Ditto.
2302         (wl-summary-mark-as-read-region): Change accordingly.
2303         (wl-summary-mark-as-unread-region): Ditto.
2304         (wl-summary-target-mark-mark-as-read): Ditto.
2305         (wl-summary-target-mark-mark-as-unread): Ditto.
2306
2307 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2308
2309         * Version number is increased to 2.11.2.
2310
2311 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2312
2313         * wl-news.el.in (wl-news-previous-version-save): Bind
2314         print-length and print-level.
2315         * wl-thread.el (wl-thread-save-entities): Ditto.
2316         (wl-thread-save-top-list): Bind print-length.
2317
2318 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2319
2320         * wl-highlight.el (wl-highlight-summary-line-string): Use
2321         wl-summary-score-below-mark, wl-summary-score-over-mark.
2322         (wl-highlight-summary-current-line): Ditto.
2323
2324 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2327         insert it.
2328
2329 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2330
2331         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2332
2333 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2334
2335         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2336         message without msgid.
2337         Rewrite with elmo-folder-move-messages.
2338         Set wl-message-buffer to nil.
2339
2340         * wl-summary.el (wl-summary-erase-subr): New function. Use
2341         elmo-folder-move-messages.
2342         (wl-summary-erase): Call it.
2343         (wl-summary-target-mark-erase): Ditto.
2344
2345 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2346
2347         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2348         it is not up-tp-date.
2349
2350 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2353         buffer after calling `wl-summary-goto-folder-subr' without the
2354         argument `interactive'.
2355         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2356
2357 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2358
2359         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2360         `mime-create-tag'. Use `string=' instead of `looking-at'.
2361
2362 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2363
2364         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2365         to avoid compile warning.
2366
2367         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2368         entity-id when folder is given.
2369         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2370         save-excursion, use save-selected-window instead.
2371         Select folder buffer window if exists.
2372         (To correct behavior with wl-folder-move-cur-folder.)
2373
2374 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2375
2376         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2377
2378 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2379
2380         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2381         list-count instead of %d.
2382
2383 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2384
2385         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2386         (wl-news): Set it.
2387         (wl-news-append-to-folder): Use it.
2388
2389         * wl-news.el.in (wl-news-send-news): Append to specified folder
2390         instead of wl-default-folder.
2391         (wl-news-append-to-folder): Show error message with specified folder.
2392
2393         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2394                 In most major modes, Emacs assumes that any opening
2395                 delimiter found at the left margin is the start of a
2396                 top-level definition, or defun. Therefore, *never put an
2397                 opening delimiter at the left margin unless it should have
2398                 that significance.*
2399
2400         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2401
2402 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2403
2404         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2405
2406 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2407
2408         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2409
2410 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2411
2412         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2413         for sequential numbering case.
2414
2415 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2416
2417         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2418         value.
2419         (wl-draft-reply-without-argument-list): Ditto.
2420         (wl-draft-reply-myself-with-argument-list): Abolish.
2421         (wl-draft-reply-myself-without-argument-list): Ditto.
2422         * wl-draft.el (wl-draft-self-reply-p): New function.
2423         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2424
2425 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2426
2427         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2428         (avoid error for the case without byte-compiling)
2429
2430 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2431
2432         * wl-news.el.in (wl-news-append-to-folder): New function.
2433         (wl-news-exit): Rewrite.
2434         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2435
2436 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2437
2438         * wl-draft.el (wl-draft-reply-position): New function.
2439         (wl-draft-reply-position): Fix.
2440         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2441         (wl-summary-target-mark-reply-with-citation): Ditto.
2442         (wl-summary-reply-with-citation): Ditto.
2443         * wl-vars.el (wl-draft-reply-default-position): New variable.
2444
2445 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2446
2447         * wl-draft.el (wl-draft-send): Preview when interactive send.
2448
2449 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2450
2451         * wl-draft.el (wl-draft-reply): Set default position.
2452         * wl-summary.el (wl-summary-reply): Ditto.
2453         (wl-summary-reply-with-citation): Ditto.
2454         (wl-summary-target-mark-reply-with-citation): Ditto.
2455
2456 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2457
2458         * wl-news.el.in (wl-news-lang): Set default value according to
2459         current-language-environment.
2460         (wl-news-append-news): Do nothing when news-list is nil.
2461
2462 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2463
2464         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2465         (wl-news): Change message.
2466         (wl-news-exit): Check buffer.
2467         (wl-news-force-exit): New function.
2468         (wl-news-show-all): New function.
2469         (wl-news-discard-and-exit): Fix.
2470
2471 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2472
2473         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2474         according to current-language-environment.
2475
2476         * wl-news.el.in (wl-news): If arg, show all NEWS after
2477         wl-news-default-previous-version.
2478
2479 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2480
2481         * wl-news.el.in (wl-news-check): Rewritten.
2482         (wl-news-previous-version-load): Change data type.
2483         (wl-news-previous-version-save): Change data type.
2484         (wl-news-append-news): Add return value.
2485         (wl-news-check-news): New function.
2486         (wl-news-already-current-p): New function.
2487         (wl-news-send-news): Rewritten.
2488         (wl-news-mode-map): Add new keybind.
2489         (wl-news): Rewritten.
2490         (wl-news-exit): Rewritten.
2491         (wl-news-discard-and-mail): New function.
2492         (wl-news-send-to-address): Abolished.
2493         * wl.el (wl-init): Delete a message.
2494
2495 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2496
2497         * wl-news.el.in (wl-news-exit): Update previous version.
2498         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2499
2500 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2501
2502         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2503
2504 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2505
2506         * wl-news.el.in (wl-news): New function.
2507         (wl-news-mode): New function.
2508         (wl-news-next-line): New function.
2509         (wl-news-next-page): New function.
2510         (wl-news-exit): New function.
2511         (wl-news-buf-name): New variable.
2512         (wl-news-mode-map): New variable.
2513         (wl-news-winconf): New variable.
2514         (wl-news-append-news): Add an option.
2515
2516 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2517
2518         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2519
2520 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2521
2522         * wl-news.el.in (wl-news-send-to-address): New variable.
2523         (wl-news-send-news): Use it.
2524         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2525         Return updating status.
2526         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2527
2528 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2529
2530         * wl-news.el.in (wl-news-send-news): Delete
2531         Organization and X-Face.
2532
2533 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2534
2535         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2536         (wl-news-append-news): New function.
2537         (wl-news-send-news): New function.
2538
2539 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2540
2541         * Version number is increased to 2.11.1.
2542
2543 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2544
2545         * wl-news.el.in : New file.
2546
2547 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2548
2549         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2550         default value.
2551         (wl-draft-reply-without-argument-list): Ditto.
2552
2553 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2554
2555         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2556         (wl-message-buffer-prefetch-idle-time): Ditto.
2557         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2558
2559 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2560
2561         * wl-thread.el (wl-thread-insert-message): Use
2562         wl-summary-max-thread-depth.
2563
2564         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2565         loop detection.
2566
2567         * wl-message.el (wl-message-buffer-display): Back to the first page
2568         when cache is hit.
2569
2570 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2571
2572         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2573
2574         * wl-summary.el (wl-summary-insert-thread-entity):
2575         If the thread depth is reached to wl-summary-max-thread-depth,
2576         divide the thread.
2577
2578 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2579
2580         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2581         for elmo-remove-passwd.
2582
2583 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2586         folder is sticky.
2587         (wl-folder-mark-as-read-all-entity): Ditto.
2588         (wl-folder-prefetch-entity): Ditto.
2589
2590 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2591
2592         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2593
2594 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2595
2596         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2597         Delete messages on buffer for unplugged operation.
2598         (wl-summary-erase): Ditto.
2599
2600 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2601
2602         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2603         take nil so as not to search parent by subject.
2604
2605 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2606
2607         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2608         (wl-folder-get-next-folder): Ditto.
2609         (wl-folder-get-path): Ditto.
2610
2611 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2612
2613         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2614         system and encode the region with it before verifying.
2615
2616 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2617
2618         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2619         system of the echo buffer before decoding.
2620
2621 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2622
2623         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2624         original contents.
2625
2626 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2627
2628         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2629         with argument 'any-exists.
2630
2631 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2632
2633         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2634         Use `wl-cs-autoconv'.
2635
2636 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2637
2638         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2639         by `mime-view-automatic-conversion'.
2640
2641         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2642         (wl-message-verify-pgp-nonmime): Ditto.
2643         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2644         Bind them to C-c:d and C-c:v respectively.
2645
2646         Merge following code by Teranishi-san from [wl-en:00167].
2647         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2648         (wl-mime-preview-application/pgp-encrypted): Ditto.
2649         (wl-mime-setup): Add entry.
2650
2651 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2652
2653         * wl-summary.el (wl-summary-target-mark-erase): New function.
2654         Bind it to "mD".
2655
2656 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2657
2658         * wl-vars.el (wl-draft-write-file-function): Fix.
2659         (wl-draft-reedit-hook): Changed default value.
2660
2661         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2662         wl-draft-reedit-hook.
2663         (wl-draft-remove-text-plain-tag): New function.
2664         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2665
2666         * wl-vars.el (wl-draft-write-file-function): New user option.
2667
2668         * wl-draft.el (wl-draft-prepare-edit): Use it for
2669         local-write-file-hooks.
2670         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2671
2672         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2673         (wl-draft-insert-mail-header-separator): Return the body beginning
2674         point.
2675         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2676         text/plain.
2677         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2678
2679 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2680
2681         * wl-summary.el (wl-summary-erase): New function to erase message
2682         without moving it to trash. Bind to "D".
2683
2684         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2685         as `keep' unless switch-function.
2686
2687 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2688
2689         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2690         message buffer by using `wl-summary-toggle-disp-msg'.
2691         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2692         buffer window.
2693         (wl-summary-supresedes-message): Ditto.
2694
2695         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2696         Do not delete other windows.
2697         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2698         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2699         (wl-draft-create-buffer): Set reply-or-forward also for target
2700         mark commands.
2701
2702 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl-draft.el (wl-user-agent-compose): Delete special case for
2705         switch-to-buffer-other-window.
2706
2707         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2708         (wl-summary-forward): Ditto.
2709
2710         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2711         function.
2712         (wl-draft-buffer-style): New use option.
2713
2714         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2715         (wl-draft): Follow the change above.
2716         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2717         wl-draft-buffer-style.
2718         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2719         switch-function.
2720
2721 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-draft.el (wl-user-agent-compose): Delete special case for
2724         switch-to-buffer-other-window.
2725
2726         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2727         (wl-summary-forward): Ditto.
2728
2729         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2730         function.
2731         (wl-draft-buffer-style): New use option.
2732
2733         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2734         (wl-draft): Follow the change above.
2735         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2736         wl-draft-buffer-style.
2737         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2738         switch-function.
2739
2740 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2741
2742         * wl-address.el (wl-address-make-completion-entry): Extracted from
2743         `wl-address-make-completion-list'.
2744         (wl-address-enable-strict-loading): New variable.
2745         (wl-address-make-completion-list): Revive petname duplication
2746         inquiry, and enable it if `wl-address-enable-strict-loading'.
2747         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2748
2749 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-message.el (wl-message-get-original-buffer): Avoid
2752         'Selecting deleted buffer' error when original buffer is killed.
2753
2754 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-summary.el (wl-summary-next-message): Use
2757         elmo-message-accessible-p instead of elmo-message-cached-p.
2758
2759 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2760
2761         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2762
2763         * wl-thread.el (wl-thread-open-all-unread): Use
2764         elmo-folder-list-flagged instead of
2765         elmo-folder-list-messages-mark-match.
2766
2767         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2768         instead of elmo-folder-list-messages-mark-match.
2769         (wl-summary-move-spec-alist): New variable.
2770         (wl-summary-move-spec-plugged-alist,
2771         wl-summary-move-spec-unplugged-alist): Abolish.
2772         (wl-summary-next-message): Follow the change above.
2773         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2774         with 'no-msg' argument.
2775
2776         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2777         variable.
2778         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2779         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2780         (wl-message-buffer-prefetch-get-next): Follow the change above.
2781
2782 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2783
2784         * wl-version.el (wl-version): Changed codename.
2785
2786         * Version number is increased to 2.11.0.
2787
2788 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2791         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2792         `wl-draft-config-variables'.
2793         (wl-draft-kill): Fixed problem when the draft is reedit.
2794
2795 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2796
2797         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2798         buffer-modified status (Thanks to
2799         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2800
2801 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2802
2803         * wl-util.el (wl-region-exists-p): New function.
2804
2805         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2806         Remove defvars for byte-compile warnings.
2807
2808 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2809
2810         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2811         defvar-maybe. Removed unused bind.
2812
2813 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2814
2815         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2816         summary buffer window before creating new frame.
2817         (wl-draft-reply): Ditto.
2818
2819 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820
2821         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2822
2823 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2824
2825         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2826
2827 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2828
2829         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2830         instead of `kill-region'.
2831
2832 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2835         (wl-highlight-summary-line-string): Use it.
2836         (wl-highlight-summary-current-line): Ditto.
2837
2838         * wl-mime.el (wl-message-delete-current-part): Check the class of
2839         mime-entity.
2840
2841         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2842
2843         * wl-summary.el (wl-summary-make-number-list): Initialize.
2844         (wl-summary-update-mark): New function.
2845         (wl-summary-reply): Put `answered' mark on the message.
2846         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2847
2848         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2849         (wl-draft-reply): Added optional argument `number';
2850         Set wl-draft-parent-number.
2851         (wl-draft-kill): Delete answered mark if it is a reply.
2852
2853 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2854
2855         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2856         that originates in mime-preview-follow-current-entity.
2857         (wl-draft-yank-current-message-entity): Use it if region is active.
2858
2859         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2860         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2861         `wl-message-delete-current-part'.
2862         * wl-mule.el (wl-message-define-keymap): Ditto.
2863         * wl-xmas.el (wl-message-define-keymap): Ditto.
2864
2865 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2866
2867         * wl-mime.el (wl-message-delete-current-part): New function.
2868         (wl-mime-node-id-to-string): Ditto.
2869
2870         * wl-mime.el (wl-message-delete-current-part): Use existing
2871         original buffer which corresponds current mime-view buffer.
2872         (fetched buffer might have different structure, possibly)
2873
2874         * wl-mime.el (wl-message-delete-current-part): Quit if the
2875         message content differs from the actual message.
2876
2877 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2880         order.
2881         (wl-summary-search-by-subject): Search parent message from tail;
2882         Check the existence of the parent message on the current thread tree.
2883         (wl-summary-update-thread): Check whether the line is inserted.
2884
2885 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2886
2887         * wl-vars.el (wl-summary-line-format): Undo last change.
2888         * wl-summary.el (wl-summary-print-destination): Do not put
2889         invisible property when `wl-summary-width' is nil.
2890         (wl-summary-line-subject-minimum-length): Abolished.
2891         (wl-summary-line-subject): Ditto.
2892
2893 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2894
2895         * wl-vars.el (wl-summary-line-format): Change default value.
2896         (wl-summary-subject-length-limit): Abolished.
2897         * wl-summary.el (wl-summary-line-subject): Ditto.
2898
2899 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * wl-template.el (wl-template-select): Added optional argument.
2902         If optional argument is specified, reverse
2903         `wl-template-visible-select'.
2904
2905 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2906
2907         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2908         Take prefix argument to force asking the destination folder.
2909
2910 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2911
2912         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2913         count and update status.
2914
2915 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2916
2917         * wl-summary.el (wl-summary-redisplay-internal): If
2918         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2919         after fetching.
2920
2921 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2924         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2925
2926         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2927
2928 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2931         (All other related portions are changed).
2932         (wl-summary-mark-as-read-all): Rewrite.
2933
2934 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2937         `wl-summary-mark-as-read'.
2938         (wl-summary-mark-as-unread): Rewrite.
2939         (wl-summary-mark-as-read): Added no-modeline argument.
2940         (wl-summary-resume-cache-status): Rewrite.
2941         (wl-summary-exec-subr): Remove unused local variable.
2942
2943 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2944
2945         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2946         logic to call `wl-summary-buffer-prev-folder-function'.
2947         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2948
2949 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2950
2951         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2952         is nil.
2953
2954 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2955
2956         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2957         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2958         (wl-mime-setup): Add its entry.
2959
2960 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2961
2962         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2963         (wl-summary-delete-cache): Likewise.
2964         (wl-summary-mark-as-read): Rewrite.
2965
2966 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2967
2968         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2969         `wl-summary-count-unread'.
2970
2971         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2972
2973         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2974
2975 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2978         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2979         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2980         Renamed to the elmo-msgdb-*-mark.
2981         (wl-summary-score-marks): Follow the change above.
2982         (wl-summary-auto-refile-skip-marks): Ditto.
2983         (wl-summary-incorporate-marks): Ditto.
2984         (wl-summary-expire-reserve-marks): Ditto.
2985
2986         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2987         changes.
2988         (wl-thread-insert-top): Changed updating message.
2989
2990         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2991         variable.
2992         (wl-summary-count-unread): Count answered marks.
2993         (wl-summary-rescan): Call wl-summary-insert-message instead of
2994         wl-summary-append-message-func-internal.
2995         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2996         (wl-summary-prefetch-msg): Follow the variable name changes.
2997         (wl-summary-prefetch-region): Ditto.
2998         (wl-summary-mark-as-read-all): Follow the API changes;
2999         Don't call elmo-folder-replace-marks.
3000         (wl-summary-delete-cache): Follow the variable name changes.
3001         (wl-summary-resume-cache-status): Ditto.
3002         (wl-summary-update-status-marks): New function.
3003         (wl-summary-insert-message): New function.
3004         (wl-summary-sync-marks): Follow the variable name changes.
3005         (wl-summary-sync-update): Synchronize to the msgdb, too;
3006         Changed update messages.
3007         (wl-summary-make-number-list): Rewrite.
3008         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3009         (wl-summary-mark-as-unread): Follow the API changes.
3010         (wl-summary-exec-subr): Follow the variable name changes.
3011         (wl-summary-mark-as-read): Ditto.
3012         (wl-summary-move-spec-plugged-alist): Ditto.
3013         (wl-summary-move-spec-unplugged-alist): Ditto.
3014         (wl-summary-cursor-move-surface): Ditto.
3015
3016         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3017         variable name changes.
3018         (wl-highlight-summary-current-line): Ditto.
3019
3020         * wl-expire.el (wl-expire-refile): Follow the API change in
3021         elmo-folder-move-messages.
3022         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3023         (wl-summary-archive): Use elmo-folder-msgdb instead of
3024         elmo-msgdb-load.
3025
3026 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3027
3028         * wl-mime.el (wl-draft-preview-message): Restore the position
3029         before evaluating wl-draft-send-hook in preview buffer.
3030
3031 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3032
3033         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3034         when it creates new draft buffer.
3035
3036         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3037         without argument.
3038
3039         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3040         Evaluate content and if the value is string, insert it.
3041         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3042         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3043         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3044         wl-draft-config-sub-part-bottom): Use it.
3045
3046         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3047         with the folder name. The question was unintelligible when it is
3048         called from wl-save-status.
3049
3050 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3051
3052         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3053         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3054         cannot take second argument).
3055
3056 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3057
3058         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3059         as t. Since type and subtype are not case sensitive (RFC 2045).
3060
3061 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3062
3063         * wl-vars.el (wl-message-mode-line-format): New variable.
3064         (wl-message-mode-line-format-spec-alist): Ditto.
3065         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3066         (wl-message-redisplay): Use wl-message-mode-line-format.
3067
3068 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3071
3072 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3073
3074         * wl-summary.el (wl-summary-default-from): Write description.
3075
3076 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3077
3078         * wl-vars.el (wl-ldap-objectclass): Abolish.
3079
3080         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3081         (wl-ldap-make-filter): Removed condition for objectclass.
3082         (wl-ldap-make-matched-value-list): Remove meaningless process.
3083         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3084         (wl-address-ldap-search): Don't add `*' to `pat' string;
3085         use ignore-errors; added `email';
3086         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3087         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3088         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3089
3090
3091 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * wl-draft.el (wl-draft-parent-folder): Write description.
3094         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3095
3096 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3097
3098         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3099         as "" (zero-length string) if no parent.
3100         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3101
3102 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-address.el (wl-address-make-completion-list): Skip duplication
3105         checking.
3106         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3107         `append'.
3108
3109 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3110
3111         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3112         instead of `beginning-of-buffer'.
3113
3114 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3117
3118 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3119
3120         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3121         Refer wl-message-buffer-name.
3122         (wl-message-wheel-down): Ditto.
3123
3124 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3125
3126         * wl-vars.el (wl-message-buffer-name): New user option.
3127
3128         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3129         directly instead of making alist dinamically.
3130
3131         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3132         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3133         wl-message-buffer-cache-name.
3134         (wl-message-buffer-cache-clean-up): Ditto.
3135
3136         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3137
3138         * Version number is increased to 2.9.15.
3139
3140 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3141
3142         * wl-vars.el (wl-summary-default-view-alist): New user option.
3143
3144         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3145
3146         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3147         while deleting address.
3148         (wl-draft-delete-myself-from-cc): Ditto.
3149
3150         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3151         If optional argument is specified, reverse sort order.
3152
3153         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3154
3155 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-thread.el (wl-thread-insert-message): Return parent number if
3158         exists.
3159         (wl-thread-update-indent-string-region): Use
3160         wl-thread-update-line-on-buffer-sub instead of
3161         wl-thread-update-line-on-buffer.
3162
3163 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3164
3165         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3166         (wl-folder-close-all): Ditto.
3167
3168 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3169
3170         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3171         and mailing-list:.
3172         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3173         value.
3174         (wl-summary-line-list-info): Print mailing-list name even when 
3175         list-number is empty.
3176
3177 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3178
3179         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3180
3181         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3182         (wl-draft-open-file): Ditto.
3183         (wl-draft-random-alphabet): Ditto.
3184
3185         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3186         bindings.
3187
3188 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3189
3190         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3191         * wl-vars.el (wl-draft-config-alist): Ditto.
3192
3193 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3194
3195         * Version number is increased to 2.9.14.
3196
3197         * wl.el (wl): Don't set wl-init as nil when error occured while
3198         auto-checking folders.
3199
3200         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3201         `elmo-expand-newtext'.
3202
3203 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3204
3205         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3206         `this-command' so that `wl-folder-goto-folder' contained in
3207         `wl-summary-keep-cursor-command' work.
3208
3209 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3210
3211         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3212         message buffer displaying state.
3213
3214 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3215
3216         * wl-vars.el (wl-summary-default-view): New variable to specify
3217         default value for `wl-summary-buffer-view' instead of using
3218         set-default.
3219         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3220
3221 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3222
3223         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3224
3225         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3226
3227 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3228
3229         * wl-vars.el (wl-forward-subject-prefix): New variable.
3230         * wl-draft.el (wl-draft-forward): Use it.
3231
3232 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3233
3234         * wl-message.el (wl-message-prev-page): When it is called without
3235         lines argument, scroll down by wl-message-scroll-amount lines.
3236         (wl-message-next-page): Ditto.
3237         * wl-vars.el (wl-message-scroll-amount): Change default value
3238         to preserve current behavior.
3239
3240 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-summary.el (wl-summary-prefetch-msg): Bind
3243         `wl-message-entity' to call `wl-summary-from-function'.
3244
3245 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3246
3247         * wl-message.el (wl-message-buffer-create): Run
3248         wl-message-buffer-created-hook.
3249
3250 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3251
3252         * wl-summary.el (wl-summary-sort-specs): New variable.
3253         (wl-summary-default-sort-spec): Ditto.
3254         (wl-summary-sort): Rewrite.
3255         (wl-summary-sort-by-list-info): New function.
3256
3257 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3258
3259         * wl-summary.el (wl-summary-get-list-info): New function.
3260         (wl-summary-sort): Rewrite.
3261         (wl-summary-line-list-info): Ditto.
3262         (wl-summary-line-list-count): Ditto.
3263         (wl-summary-refile-region): Fixed docstring.
3264
3265 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3268         `wl-folder-entity-hashtb' as completion table.
3269
3270 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3273         only when this command is called interactively; silence the byte-
3274         compiler.
3275
3276 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3277
3278         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3279         active in XEmacs.
3280
3281 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3282
3283         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3284         plural lines.
3285
3286 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3287
3288         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3289         of current line when the cursor is on the header name.
3290         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3291
3292 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3293
3294         * wl-util.el (wl-read-directory-name): Return displayed directory
3295         as the default value also on XEmacs.
3296
3297 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3300         formatting.
3301
3302 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3303
3304         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3305         argument and when it is non-nil, check face property before
3306         highlighting for each line.
3307         (wl-highlight-summary-window): Set it.
3308
3309 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3312         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3313
3314         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3315         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3316         (wl-draft-get-fcc-list): Likewise.
3317
3318 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3321         (wl-thread-entity-cur): Ditto.
3322         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3323         wl-thread-indent-regexp setting.
3324         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3325
3326         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3327         wl-summary-lazy-highlight.
3328         (wl-summary-display-bottom): Ditto.
3329
3330         * wl-thread.el (wl-thread-open-close): Likewise.
3331
3332         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3333         from and subject;
3334         Bind wl-draft-use-frame;
3335         Enclose with save-window-excursion;
3336         Use wl-draft-create-buffer instead of with-temp-buffer;
3337         Use wl-draft-prepare-edit;
3338         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3339         Use wl-draft-send instead of wl-draft-raw-send.
3340
3341 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3342
3343         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3344         of using wl-from.
3345
3346 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3347
3348         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3349         insert-buffer instead of clone-buffer.
3350         (wl-draft-doing-mime-bcc): New variable.
3351         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3352         infinite loop.
3353         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3354
3355         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3356         (wl-draft-mime-bcc-body): Ditto.
3357
3358         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3359         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3360         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3361         wl-draft-do-mime-bcc.
3362         (wl-draft-mime-bcc-field): New function.
3363         (wl-draft-do-mime-bcc): Ditto.
3364
3365         * wl-address.el (wl-address-complete-header-list): New variable.
3366         (wl-address-complete-header-regexp): Changed default value.
3367
3368         * Version number is increased to 2.9.13.
3369
3370 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3373         it is differed.
3374
3375 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3376
3377         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3378         (wl-summary-line-list-count): Ditto.
3379
3380 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3381
3382         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3383         (wl-nntp-posting-function): New variable.
3384         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3385         `wl-nntp-posting-config-alist'.
3386
3387 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3388
3389         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3390         FLIM.
3391
3392 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3393
3394         * wl-summary.el (wl-summary-target-mark-refile-sub):
3395         Remove a nuisance funcall.
3396
3397 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3398
3399         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3400         as t for `try-completion'.
3401
3402 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3403
3404         * wl-summary.el (wl-summary-default-from): Use
3405         wl-address-header-extract-address instead of
3406         std11-extract-address-components.
3407         (wl-summary-simple-from): Ditto.
3408         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3409         (wl-summary-insert-headers): Show message.
3410         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3411         for whole line.
3412         (wl-summary-default-from): Revert last change.
3413         (wl-summary-simple-from): Ditto.
3414         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3415         (wl-summary-mark-as-read-region): Follow the change above.
3416         (wl-summary-sync-marks): Ditto.
3417         (wl-summary-target-mark-mark-as-read): Ditto.
3418         (wl-summary-redisplay-internal): Ditto.
3419         (wl-summary-redisplay-no-mime-internal): Ditto.
3420         (wl-summary-redisplay-all-header): Ditto.
3421         (wl-summary-mark-as-read): Removed argument `cached';
3422         Use current cache status to set cache mark.
3423         (wl-summary-redisplay-internal): Follow the change above.
3424         (wl-summary-redisplay-no-mime-internal): Ditto.
3425         (wl-summary-redisplay-all-header): Ditto.
3426
3427         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3428
3429         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3430         Don't call itself recursively (Adviced by Yamaoka-san).
3431
3432 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3433
3434         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3435         bind wl-summary-highlight as nil to avoid error caused by missing
3436         local variables.
3437
3438 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-vars.el (wl-invalid-character-message): New user option.
3441
3442         * wl-util.el (wl-set-string-width): If truncated string-width is
3443         larger than specified width, use `wl-invalid-character-message'.
3444
3445 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3446
3447         * wl-summary.el (wl-summary-prefetch-msg): 
3448         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3449
3450 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3451
3452         * wl-vars.el (wl-summary-check-line-format): New user option.
3453         (wl-summary-line-format-file): Ditto.
3454
3455         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3456         variable.
3457         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3458         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3459         and `wl-summary-view-old-p' to check whether do a rescan or not.
3460         (wl-summary-view-old-p): New function.
3461         (wl-summary-line-format-changed-p): Ditto.
3462         (wl-summary-line-format-save): Ditto.
3463         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3464
3465         * wl-util.el (wl-set-string-width): Avoid using negative number
3466         for make-string.
3467
3468 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3469
3470         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3471         return value.
3472
3473         * wl-util.el (wl-set-string-width): Added optional argument
3474         `padding' (All other related portions are changed).
3475         (wl-line-parse-format): If the first letter of column number is
3476         `0', zero-padding the result (ex: "%05l").
3477
3478         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3479
3480 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3481
3482         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3483         sequential summary view.
3484
3485 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3488         if it doesn't have a -unix version.
3489
3490 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3491
3492         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3493
3494 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3495
3496         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3497         content.
3498         (wl-draft): Follow the change above.
3499
3500         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3501
3502         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3503         and wl-folder-summary-line-format-alist contain %T and %P.
3504
3505         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3506         (wl-summary-mode-line-format): New user option.
3507         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3508         (wl-summary-line-format): Changed default value.
3509         (wl-summary-lazy-highlight): Changed default value.
3510
3511         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3512         change in wl-summary-create-line.
3513         (wl-thread-insert-entity-sub): Ditto.
3514
3515         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3516         (wl-summary-buffer-unread-status): Ditto.
3517         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3518         (wl-summary-buffer-persistent-mark-column): Ditto.
3519         (wl-summary-buffer-mode-line-formatter): Ditto.
3520         (wl-summary-buffer-mode-line): Ditto.
3521         (wl-summary-message-regexp): Abolished.
3522         (All other related portions are changed.)
3523         (wl-summary-detect-mark-position): New function.
3524         (wl-summary-buffer-set-folder): Setup
3525         wl-summary-buffer-mode-line-formatter.
3526         (wl-summary-mode): Setup selective-display;
3527         Setup pre-idle-hook when xemacs.
3528         (wl-summary-update-modeline): Rewrite.
3529         (wl-summary-jump-to-msg): Define as function;
3530         Changed regexp for searching messages.
3531         (wl-summary-message-number): Rewrite.
3532         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3533         Do rescan when old type summary cache.
3534         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3535         (wl-summary-remove-destination): Use '\r' to detect EOL.
3536         (wl-summary-print-destination): Ditto.
3537         (wl-summary-temp-mark): New inline function.
3538         (wl-summary-persistent-mark): Ditto.
3539         (wl-summary-line-number): New function.
3540         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3541         (wl-summary-line-list-count): New function.
3542         (wl-summary-create-line): Added argument persistent-mark.
3543         (All other related portions are changed)
3544         (wl-summary-create-line): Insert '\r'.
3545         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3546         (wl-summary-cursor-move-surface): New inline function.
3547         (wl-summary-prev): Use it.
3548         (wl-summary-next): Ditto.
3549
3550         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3551         wl-summary-message-regexp.
3552         (wl-highlight-summary): Delete progress message.
3553         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3554
3555         * Version number is increased to 2.9.12.
3556
3557 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3558
3559         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3560         variable (nil: no minimum).
3561         (wl-summary-line-subject): Add some spaces after subject by
3562         wl-summary-line-subject-minimum-length.
3563
3564 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3565
3566         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3567         and removed `F'.
3568         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3569         change above).
3570
3571 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-summary.el (wl-summary-line-list-count): Reverted.
3574         (example setting in samples/*/dot.wl is also updated)
3575
3576 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3579
3580         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3581
3582         * wl-vars.el (wl-summary-line-format): Addes some description to the
3583         docstring.
3584
3585         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3586         (wl-summary-line-close-bracket): Ditto.
3587         (wl-summary-line-children-number): Ditto.
3588         (wl-summary-line-thread-indent): Ditto.
3589         (wl-summary-line-children-and-from): Ditto.
3590
3591         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3592         't', 'c', 'F' and added 'C'.
3593
3594         * wl-util.el (wl-set-string-width): Accept negative value.
3595         (wl-line-parse-format): Added "%number(" and "%)".
3596
3597 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3598
3599         * wl-summary.el (wl-summary-line-list-count): Change format of the
3600         return value.
3601
3602 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3603
3604         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3605         from the recent message.el.
3606         (wl-draft-point-in-header-p): Ditto.
3607         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3608         wl-draft-beginning-of-line.
3609         * wl-e21.el (wl-draft-mode-map): Ditto.
3610         * wl-xmas.el (wl-draft-mode-map): Ditto.
3611
3612         * wl-folder.el: Sort macrodefs by dependencies.
3613
3614 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3615
3616         * wl-summary.el (wl-summary-prev): Fixed regexp.
3617         (wl-summary-next): Ditto.
3618
3619 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3620
3621         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3622
3623 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3624
3625         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3626         for backward compatibility.
3627
3628 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3629
3630         * wl-summary.el (wl-summary-line-list-count): New function, merged
3631         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3632         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3633         list counts.
3634
3635 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * wl-summary.el (wl-summary-create-line): Ignore errors while
3638         timezone-fix-time.
3639
3640         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3641
3642         * wl-summary.el (wl-summary-sync-update): Ditto.
3643         (wl-summary-default-from): Use wl-message-entity
3644         instead of entity.
3645
3646         * wl-summary.el (wl-summary-create-line): Fix.
3647
3648         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3649         (wl-summary-line-format): New user option.
3650         (wl-folder-summary-line-format-alist): Ditto.
3651         (wl-summary-from-width): Abolished.
3652
3653         * wl-util.el (toplevel): Require 'bytecomp.
3654         (wl-line-parse-format): New function.
3655         (wl-line-formatter-setup): New macro.
3656
3657         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3658         (wl-summary-buffer-line-formatter): New buffer local variable.
3659         (wl-summary-switch-to-clone-buffer): Follow the change above.
3660         (wl-summary-message-regexp): Fix.
3661         (wl-summary-from-func-internal): Abolished.
3662         (wl-summary-subject-func-internal): Ditto.
3663         (wl-summary-subject-filter-func-internal): Ditto.
3664         (All other related portions are changed.)
3665         (wl-summary-buffer-set-folder):
3666         Set up wl-summary-buffer-number-column and 
3667         wl-summary-buffer-line-formatter
3668         (All other related portions are changed.)
3669         (wl-summary-buffer-number-column-detect): Abolished.
3670         (All other related portions are changed.)
3671         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3672         (wl-summary-delete-all-temp-marks-on-buffer): Use
3673         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3674         (wl-summary-target-mark-delete): Ditto.
3675         (wl-summary-target-mark-refile-subr): Ditto.
3676         (wl-summary-target-mark-mark-as-read): Ditto.
3677         (wl-summary-target-mark-mark-as-unread): Ditto.
3678         (wl-summary-target-mark-mark-as-important): Ditto.
3679         (wl-summary-target-mark-save): Ditto.
3680         (wl-summary-replace-status-marks): Renamed from
3681         wl-summary-set-status-marks-on-buffer;
3682         Use wl-summary-message-regexp instead of
3683         wl-summary-buffer-number-regexp.
3684         (wl-summary-sync-update): Follow the change above.
3685         (wl-summary-goto-previous-message-beginning): New function.
3686         (wl-summary-mark-as-unread): Use it.
3687         (wl-summary-mark-as-important): Ditto.
3688         (wl-summary-line-formatter): New variable.
3689         (wl-summary-line-year): New function.
3690         (wl-summary-line-day): Ditto.
3691         (wl-summary-line-day-of-week): Ditto.
3692         (wl-summary-line-hour): Ditto.
3693         (wl-summary-line-minute): Ditto.
3694         (wl-summary-line-open-bracket): Ditto.
3695         (wl-summary-line-close-bracket): Ditto.
3696         (wl-summary-line-children-number): Ditto.
3697         (wl-summary-line-thread-indent): Ditto.
3698         (wl-summary-line-size): Ditto.
3699         (wl-summary-line-subject): Ditto.
3700         (wl-summary-line-from): Ditto.
3701         (wl-summary-line-children-and-from): Ditto.
3702         (wl-summary-create-line): Rewritten.
3703         (wl-summary-format-date): Abolished.
3704
3705         * wl-highlight.el (wl-highlight-summary-current-line): Use
3706         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3707         Use thread structure to detect thread top message.
3708
3709         * wl-draft.el (wl-default-draft-cite): Don't use
3710         wl-summary-from-func-internal.
3711
3712         * wl-refile.el (wl-refile-subject-learn): Don't use
3713         wl-summary-subject-filter-func-internal.
3714         (wl-refile-guess-by-subject): Ditto.
3715
3716         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3717         parameters.
3718
3719         * wl-thread.el (wl-thread-update-indent-string-region):
3720         Use wl-thread-update-line-on-buffer instead of
3721         wl-thread-update-indent-string.
3722         (wl-thread-update-children-number): Redefine using
3723         wl-thread-update-line-on-buffer.
3724         (wl-thread-update-indent-string): Abolished.
3725
3726         * Version number is increased to 2.9.11.
3727
3728 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3729
3730         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3731         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3732         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3733
3734         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3735         as nil.
3736
3737         * wl-thread.el (wl-thread-open-all-unread): Use 
3738         elmo-folder-list-messages-mark-match.
3739         (wl-thread-insert-message): Removed argument `mark-alist'.
3740         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3741         elmo-msgdb-set-mark.
3742         (wl-thread-get-children-msgs-uncached): Likewise.
3743         (wl-thread-get-exist-children): Added argument include-self.
3744         (wl-thread-delete-message): Follow the change above.
3745
3746         * wl-summary.el (wl-summary-count-unread): Removed argument.
3747         (wl-summary-rescan): Follow the change above.
3748         (wl-summary-mark-as-read-region): Ditto
3749         (wl-summary-mark-as-unread-region): Ditto.
3750         (wl-summary-delete-messages-on-buffer): Ditto.
3751         (wl-summary-sync-update): Ditto.
3752         (wl-summary-switch-to-clone-buffer): Ditto.
3753         (wl-summary-goto-folder-subr): Ditto.
3754         (wl-summary-target-mark-mark-as-read): Ditto.
3755         (wl-summary-target-mark-mark-as-unread): Ditto.
3756         (wl-summary-target-mark-mark-as-important): Ditto.
3757         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3758         (wl-summary-update-thread): Removed argument `mark-alist'.
3759         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3760         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3761         (wl-summary-resume-cache-status): Likewise.
3762         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3763         elmo-msgdb-set-mark.
3764         (wl-summary-mark-as-read-all): Likewise.
3765         (wl-summary-delete-cache): Ditto.
3766         (wl-summary-auto-select-msg-p): Ditto.
3767         (wl-summary-mark-as-unread): Ditto.
3768         (wl-summary-no-auto-refile-message-p): Ditto.
3769         (wl-summary-mark-as-read): Ditto.
3770         (wl-summary-mark-as-important): Ditto.
3771         (wl-summary-auto-refile): Follow the change above.
3772         (wl-summary-delete-all-marks): Removed.
3773         (wl-summary-resume-marks-and-highlight): Ditto.
3774         (wl-summary-resume-marks): Ditto.
3775         (wl-summary-delete-important-msgs-from-list): Ditto.
3776         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3777
3778         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3779         wl-summary-count-unread.
3780
3781         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3782         (wl-summary-score-update-all-lines): Use
3783         elmo-msgdb-set-mark.
3784
3785 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3788         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3789         (wl-summary-create-line): Renamed from
3790         wl-summary-overview-create-summary-line;
3791         Argument rearrangement.
3792         (wl-summary-update-thread): Follow the change above.
3793
3794         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3795         (wl-thread-insert-entity-sub): Likewise.
3796
3797         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3798         argument `overview', `mark-alist' and added `msgdb'.
3799
3800         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3801
3802         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3803         (wl-summary-rescan): Follow the change above.
3804         (wl-summary-sync-update): Ditto.
3805         (wl-summary-insert-thread-entity): Ditto;
3806         Don't use `let*' in every while loop;
3807         Detect infinite loop of threads.
3808         (wl-summary-update-thread): Removed argument `overview'.
3809
3810         * wl-thread.el (wl-thread-insert-message): Ditto.
3811
3812         * Version number is increased to 2.9.10.
3813
3814         * wl-message.el (wl-message-redisplay): Ignore errors while
3815         wl-message-redisplay-hook.
3816
3817 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3818
3819         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3820
3821 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3822
3823         * wl.el (wl): inhibit-quit while wl-folder.
3824
3825 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3828         while msgdb access.
3829
3830 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3831
3832         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3833         even if no folder is not created.
3834
3835 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3838
3839         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3840         implementation.
3841         (wl-summary-target-mark-thread): Ditto.
3842
3843         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3844
3845 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3846
3847         * wl-util.el (wl-display-bytes): Remove unused function.
3848
3849 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3850
3851         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3852         seems critical one (partially reverse the change in 2002/03/17).
3853
3854 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3855
3856         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3857         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3858
3859 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3860
3861         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3862         is not writable.
3863         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3864         plugged status instead of `'force' as 2nd argument.
3865
3866         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3867         is not creatable.
3868
3869         * Version number is increased to 2.9.9.
3870
3871 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3872
3873         * wl-summary.el (wl-summary-suspend): New function.
3874
3875 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3876
3877         * wl.el (wl): Do not check variables if check is nil.
3878         * wl-utils.el (wl-collect-draft): New function.
3879         * wl-folder.el (wl-folder-suspend): Put summary buffers
3880         and draft buffers at the end of buffer list.
3881         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3882
3883 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3884
3885         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3886         loop instead of recursive call.
3887
3888         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3889         2nd argument.
3890
3891 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3892
3893         * wl-draft.el (wl-draft-create-contents): Don't take neither
3894         (function . args) nor (string . something) any more.
3895
3896         * wl-version.el (wl-generate-user-agent-string): Return string
3897         without header symbol.
3898         * wl-draft.el (wl-draft-default-headers): Use it.
3899
3900         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3901         `wl-draft-insert-ccs' and return field value instead of inserting
3902         the header. Abolish cc argument.
3903         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3904
3905         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3906         rather than one with string car.
3907
3908         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3909         * wl-draft.el (wl-draft-create-contents): Add it after the default
3910         headers.
3911
3912         * wl-draft.el (wl-draft-create-contents): For the case of
3913         (symbol-or-string . function) insert header only when the function
3914         returns string value.
3915
3916 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3917
3918         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3919         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3920
3921 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl.el (wl-check-environment): Don't check Message-ID when
3924         `wl-insert-message-id' is nil.
3925         Revive checking if `wl-message-id-domain' contains "@".
3926
3927 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl.el (wl-check-environment): Merge examination for "@" at
3930         inappropriate position into the first string-match.
3931
3932         * wl-summary.el (wl-summary-target-mark-print): New function.
3933         (wl-summary-pipe-message-subr): Extracted from
3934         `wl-summary-pipe-message'.
3935         (wl-summary-target-mark-pipe): New function.
3936         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3937         `wl-summary-target-mark-pipe'.
3938
3939 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3940
3941         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3942
3943 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl.el (wl-check-environment): Use elmo-warning instead of
3946         error for non-critical ones.
3947         Remove trash folder check.
3948         (wl): Don't ignore error in wl-check-environment.
3949
3950         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3951         check, which is moved from `wl-check-environment'.
3952         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3953
3954 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3957         guess anything, call wl-summary-write.
3958         (wl-summary-write): Create draft with blank To field.
3959         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3960
3961 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3964         argument full as well for wl-folder-write-current-folder.
3965         If wl-*-write-current-folder cannot guess addressee, add blank
3966         To header.
3967         Rewrite condition for positioning cursor.
3968
3969 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3972         summary buffer is present, use it.
3973         (wl-folder-jump-to-previous-summary): Ditto.
3974
3975 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3978
3979         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3980         wl-summary-previous-buffer and wl-summary-next-buffer.
3981
3982         * wl-folder.el (wl-folder-mode-map): Bind
3983         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3984         (wl-folder-jump-to-next-summary): New function.
3985         (wl-folder-jump-to-previous-summary): Ditto.
3986
3987         * wl-draft.el (wl-draft): Rearranged.
3988
3989 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3990
3991         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3992         of header.
3993         (wl-draft): Collect arguments for the header as header-alist.
3994         (wl-draft-forward): Arrange arguments for wl-draft.
3995         (wl-draft-reply): Ditto.
3996         (wl-draft-edit-string): Ditto.
3997         * wl-summary.el (wl-summary-write): Ditto.
3998         (wl-summary-write-current-folder): Ditto.
3999
4000         * Version number is increased to 2.9.8.
4001
4002 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4005
4006         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4007
4008         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4009         even if the guess failed.
4010
4011         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4012         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4013         wl-summary-write-current-folder.
4014         * wl-xmas.el: Ditto.
4015
4016 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-summary.el (wl-summary-next-page): Force display message if
4019         message is not displayed yet.
4020         (wl-summary-prev-page): Ditto.
4021
4022 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4023
4024         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4025
4026 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4029         add "Preview Message" and "Save Draft and Exit".
4030
4031 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4032
4033         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4034         if addrmgr is called from draft in splitted window.
4035
4036         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4037         * wl-mule.el: Ditto.
4038         * wl-xmas.el: Ditto.
4039
4040 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4041
4042         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4043
4044         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4045         * wl-xmas.el (wl-folder-toolbar): Ditto.
4046
4047 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4050         and wl-draft-save-and-exit.
4051         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4052         * wl-xmas.el: Ditto.
4053         * wl-mule.el: Ditto.
4054
4055         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4056         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4057
4058 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4061         lists for saving buffer.
4062
4063 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4064
4065         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4066         parent-folder argument instead of it.
4067         (wl-draft-create-buffer): Ditto.
4068         (wl-draft-forward): Ditto.
4069         (wl-draft-reply): Ditto.
4070         * wl-summary.el (wl-summary-write): Ditto.
4071         (wl-summary-write-current-folder): Ditto.
4072
4073         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4074         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4075         Folder buffer after composing.
4076
4077 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4080         header if the file `wl-x-face-file' already contains it.
4081
4082 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4083
4084         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4085         folder" entry.
4086         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4087         * wl-e21.el (wl-folder-toolbar): Ditto.
4088         * wl-xmas.el (wl-folder-toolbar): Ditto.
4089
4090 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4093         wl-folder-goto-folder with sticky argument.
4094         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4095
4096 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4099         and wl-summary-previous-buffer.
4100         (wl-summary-next-buffer): New function.
4101         (wl-summary-previous-buffer): Ditto.
4102
4103 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4104
4105         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4106         wl-folder-jump-to-current-entity-with-arg.
4107         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4108         `wl-folder-jump-to-current-entity'.
4109         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4110         `wl-summary-goto-folder-sticky'.
4111         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4112         `wl-summary-goto-folder'.
4113         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4114         Unless force-exit, do not clean temp. marks for sticky summary.
4115         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4116
4117 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4120         not entire.
4121
4122 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4125         to `C-x C-s'.
4126         (wl-summary-save-status): New command.
4127         (wl-summary-exit): Don't clean-up temp marks when sticky.
4128         (Applied patch from Nakayama-san [wl: 09548])
4129         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4130         Do nothing when no mark data.
4131         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4132         Call `wl-summary-delete-all-temp-marks' before saving.
4133
4134 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4135
4136         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4137
4138 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4139
4140         * wl.el (wl-check-environment): Also cause error when (system-name)
4141         returns "localhost.localdomain". (Although it doesn't affect because
4142         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4143
4144 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4145
4146         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4147         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4148
4149         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4150         value.
4151
4152 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4153
4154         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4155         Likewise r-cc-list and r-ng-list.
4156
4157 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4158
4159         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4160         only if it is bound as variable.
4161
4162         * wl-mime.el (wl-draft-preview-message): Ditto.
4163
4164 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4165
4166         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4167         needless `goto-char'.
4168
4169         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4170         `wl-summary-redisplay-no-mime-internal' instead of
4171         `wl-summary-redisplay-no-mime'.
4172         (wl-summary-redisplay-no-mime): Changed argument;
4173         Call `wl-summary-redisplay-no-mime-internal'.
4174
4175         * wl-mime.el (wl-draft-preview-message): Bind
4176         `mime-header-encode-method-alist' locally.
4177
4178         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4179         (wl-draft-std11-parse-addresses): Added the first address check.
4180         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4181
4182         * Version number is increased to 2.9.7.
4183
4184 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4185
4186         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4187
4188 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4189
4190         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4191         related to scrollbar support, if there is no such a feature
4192         compiled in.
4193
4194 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4195
4196         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4197         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4198         for prefetch.
4199
4200 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4201
4202         * wl-summary.el (wl-summary-pick): Fix for no match.
4203
4204 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4205
4206         * wl-draft.el (wl-draft-save):
4207         Override `mime-header-encode-method-alist'.
4208
4209 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4210
4211         * wl-folder.el (wl-folder-pick): New function.
4212         Define key as "?".
4213
4214 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4215
4216         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4217         Fix for unplugged.
4218
4219 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4220
4221         * wl-folder.el (wl-folder-virtual): New function.
4222         Define key as "V".
4223
4224 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4225
4226         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4227         multi folder if entity is group.
4228
4229 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4232         is nil.
4233
4234 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4237         (wl-summary-target-mark-msgs): Return the number of marked messages.
4238
4239 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4240
4241         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4242         "first:" is specified.
4243
4244 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4245
4246         * wl-vars.el (wl-from): Use return value of function
4247         user-full-name instead of the variable user-full-name since
4248         XEmacs-20.4 doesn't set this variable.
4249
4250 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4253         call `wl' directly.
4254
4255 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4256
4257         * wl-draft.el (wl-draft-reedit): Removed duplicated
4258         switch-to-buffers.
4259
4260 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * wl.el (wl-other-frame): Removed garbages.
4263
4264 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4267
4268         * wl-xmas.el (wl-draft-key-setup): Ditto.
4269
4270         * wl-mule.el (wl-draft-key-setup): Ditto.
4271
4272         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4273         (wl-draft-reedit): Ditto.
4274         (wl-draft-prepare-edit): Add `wl-draft-save' to
4275         `local-write-file-hooks'.
4276         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4277         (wl-draft-reedit): Set buffer-file-name.
4278         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4279
4280
4281         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4282         call it.
4283         (wl-delete-startup-frame-function): New variable.
4284         (wl-other-frame): New function
4285         (Original was written by Yamaoka san [wl: 09239]).
4286
4287         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4288         if `wl-folder-use-frame'.
4289
4290 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4293
4294 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4297         New variable.
4298         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4299         (wl-message-buffer-prefetch-get-next): Use them.
4300         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4301
4302 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4305         with unwind-protect.
4306
4307         * wl-draft.el (wl-draft-reedit): Rewrite.
4308         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4309         (wl-draft-save): Insert header separator if it does not exist;
4310         Removed condition-case.
4311
4312         * wl-summary.el (wl-summary-reedit): Revert last change.
4313
4314         * wl-draft.el (wl-draft-save): Rewrite.
4315         (wl-draft-create-buffer): Set buffer-file-name as nil.
4316
4317         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4318
4319         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4320
4321         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4322         nil.
4323
4324 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4325
4326         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4327         If count is nil, do not prefetch.
4328         (wl-message-buffer-prefetch-next): Next.
4329
4330 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4333
4334 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4335
4336         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4337         `delete-backward-char'
4338         (wl-draft-prepare-edit): Check major-mode.
4339         (wl-draft-decode-header): Rewrite.
4340         (wl-draft): Fix.
4341
4342 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4345
4346 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4347
4348         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4349         (wl-message-buffer-prefetch-get-next): Remove size checking.
4350         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4351
4352 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4353
4354         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4355         (wl-draft-default-headers): Fix.
4356
4357 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-draft.el (wl-draft-default-headers): Insert return value of
4360         `wl-generate-mailer-string-function'.
4361
4362 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4363
4364         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4365         (wl-draft-insert-mail-header-separator): Ditto.
4366
4367         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4368         again (Reverted the change on 2002-01-17 by OKADA san).
4369
4370 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4371
4372         * wl-draft.el (wl-draft): Rewrite.
4373         (wl-draft-create-buffer): New function.
4374         (wl-draft-create-contents): Ditto.
4375         (wl-draft-prepare-edit): Ditto.
4376         (wl-draft-decode-header): Ditto.
4377         (wl-draft-decode-body): Ditto.
4378         (wl-draft-check-new-line): Ditto.
4379         (wl-draft-default-headers): Ditto.
4380         (wl-draft-insert-mail-header-separator): Ditto.
4381
4382 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4383
4384         * Version number is increased to 2.9.6.
4385
4386 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4387
4388         * wl-draft.el (wl-draft-delete-field): Optional argument.
4389         (wl-draft-delete-fields): Ditto.
4390
4391 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4392
4393         * wl-message.el (toplevel): Eliminated byte-compile warning.
4394         for `itimer-function', `delete-timer' and `itimer-list'.
4395
4396 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4397
4398         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4399         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4400         `wl-message-buffer-prefetch-threshold'.
4401         * wl-summary.el (wl-summary-redisplay-internal): Remove
4402         the check of `wl-message-buffer-prefetch-depth'.
4403
4404 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4405
4406         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4407         size of article.
4408         (wl-message-buffer-prefetch-subr): Remove size check.
4409
4410 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-vars.el (wl-plugged): Make customizable.
4413
4414 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4415
4416         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4417         (wl-message-buffer-prefetch-set-timer): New function.
4418         (wl-message-buffer-prefetch-get-next): New function.
4419         (wl-message-buffer-prefetch): New function.
4420         (wl-message-buffer-prefetch-next): Rewrite.
4421         (wl-message-buffer-prefetch-subr): Rewrite.
4422         * wl-vars.el (wl-auto-prefetch-first): New variable.
4423         * wl-summary.el (wl-summary-goto-folder-subr): Call
4424         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4425
4426 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4427
4428         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4429         `wl-summary-unread-message-hook'.
4430
4431 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4432
4433         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4434         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4435         if range is `cache-status'.
4436
4437 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4438
4439         * wl-message.el (wl-message-buffer-prefetch-subr):
4440         Improve debug message.
4441
4442 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4443
4444         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4445         `wl-mail-send-pre-hook'.
4446         (wl-draft-send-mail-with-qmail): Ditto.
4447         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4448
4449 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4450
4451         * wl-message.el (wl-message-buffer-prefetch-subr):
4452         Fix for cancel-function-timers bug.
4453         (wl-message-buffer-prefetch-debug): Default value is t.
4454
4455 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4456
4457         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4458         (wl-message-buffer-prefetch-subr): Rewrite.
4459         Rename from `wl-message-buffer-prefetch'.
4460
4461 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4464         (wl-default-draft-cite-decorate-author): Ditto.
4465
4466         * wl-draft.el (wl-draft-cite-function): Removed.
4467         (wl-default-draft-cite-decorate-author): Ditto.
4468
4469 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4472         (wl-default-draft-cite): Do not arrange author name if the value of
4473         `wl-default-draft-cite-decorate-author' is nil.
4474
4475 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4478
4479         * wl-folder.el (wl-folder-check-one-entity): Don't care
4480         `elmo-folder-use-flag-p'.
4481
4482 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4483
4484         * wl-folder (wl-folder-check-one-entity): Fix
4485         problem if unread is nil.
4486
4487 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-address.el (wl-address-make-completion-list): Check whether
4490         the address is a group list.
4491         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4492
4493 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4494
4495         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4496         The number of the messages of new and unread does not count
4497         correctly.
4498
4499         * wl-summary.el (wl-summary-count-unread): Changed to return
4500         `(new . unread)' instead of total.
4501         (wl-summary-sync-update): Follow the change above.
4502
4503         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4504
4505 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-address.el (wl-address-make-completion-list): Do not enclose
4508         address by " <" and ">" if associated realname is "".
4509         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4510         This is against the promblem with group list in .addresses pointed
4511         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4512
4513 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4516         message is a format control string.
4517         * wl-expire.el (wl-expire-append-log): Ditto.
4518         * wl-mime.el (wl-summary-burst-subr): Ditto.
4519         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4520         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4521
4522 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4523
4524         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4525         wl.el (wl-check-variables): Rename from `wl-check-type'.
4526         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4527         (wl-check-variables-2): New function.
4528         (wl): Call `wl-check-variables-2'.
4529
4530 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4533         after renaming folder in access group.
4534
4535 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4536
4537         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4538         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4539         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4540         (wl-message-buffer-prefetch): Rewrite.
4541         (wl-message-buffer-prefetch-idle-time): Removed.
4542         * wl-summary.el (wl-summary-redisplay-internal):
4543         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4544         Error check for `wl-message-buffer-prefetch-depht'.
4545
4546 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4547
4548         * Version number is increased to 2.9.5.
4549         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4550
4551 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4552
4553         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4554         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4555         Based on the patch written by
4556         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4559
4560         * wl-draft.el (wl-draft-raw-send): Fix for
4561         `wl-news-send-pre-hook'
4562
4563 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4564
4565         * wl-utils.el (wl-message-id-function): New variable.
4566         * wl-draft.el (wl-draft-insert-required-fields):
4567         Use `wl-message-id-function'.
4568
4569 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4570
4571         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4572         * wl-utils.el (wl-draft-make-message-id-string):
4573         Use `wl-from' for domain part of Message-ID
4574         if `wl-message-id-use-wl-from' if non-nil.
4575         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4576
4577 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl.el (wl): Call `wl-check-type'
4580         Do not 'condition-case'.
4581
4582 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl.el (wl-check-type): New function.
4585         (wl-check-type-variables): New variable.
4586
4587 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4588
4589         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4590
4591 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4592
4593         * wl-draft.el (wl-smtp-password-key): New function.
4594         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4595         (wl-draft-send-mail-with-smtp): Ditto.
4596         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4597
4598 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4599
4600         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4601         * wl-utils.el (wl-unique-id-suffix): Remove.
4602
4603 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4604
4605         * Version number is increased to 2.9.4.
4606
4607 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl-utils.el (wl-unique-id-suffix): New variable.
4610         (wl-unique-id): Use `wl-unique-id-suffix'
4611
4612 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4613
4614         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4615         instead of `elmo-msgdb-search'.
4616
4617         * Version number is increased to 2.9.3.
4618
4619 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4620
4621         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4622
4623 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4624
4625         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4626         (wl-draft-dispatch-message): Changed for send-later.
4627         (wl-draft-queue-flush): Ditto.
4628         (wl-draft): Clear `wl-sent-message-queued'.
4629         (wl-draft-reedit): Ditto.
4630         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4631         * wl-vars.el (wl-draft-force-queuing): New variable.
4632         (wl-draft-force-queuing-mail): New variable.
4633         (wl-draft-force-queuing-news): New variable.
4634
4635 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4638         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4639
4640 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4641
4642         * Version number is increased to 2.9.2.
4643
4644 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * wl-draft.el (wl-draft-elide-region): New user command.
4647         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4648
4649         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4650         command `wl-draft-elide-region'.
4651         * wl-mule.el: Ditto.
4652         * wl-xmas.el: Ditto.
4653
4654 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4655
4656         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4657         (wl-biff-check-folder-async): Removed needless let.
4658
4659 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4660
4661         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4662         wl-folder-get-elmo-folder.
4663         (wl-biff-check-folder): Set `biff' argument of
4664         `wl-folder-check-one-entity'.
4665         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4666
4667         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4668         (wl-folder-check-one-entity): Added `biff' argument;
4669         Setup `biff' slot of folder.
4670
4671         * Version number is increased to 2.9.1.
4672
4673 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4674
4675         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4676         comment out and fixed.
4677         (wl-fldmgr-add-completion-subr): Ditto.
4678
4679         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4680         and msgdb.
4681
4682         * wl.el (wl-toggle-plugged): Save summary view.
4683
4684 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4685
4686         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4687
4688 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4689
4690         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4691
4692 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4695         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4696         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4697
4698         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4699         if it was failed.
4700         (wl-demo): Disable undo in the demo buffer.
4701
4702 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-version.el (wl-version): Changed codename.
4705
4706         * Version number is increased to 2.9.0.
4707
4708 2001-12-14  Takuo KITAME <kitame@northeye.org>
4709
4710         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4711         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4712         (wl-folder-mark-as-read-all-current-entity): Ditto.
4713
4714 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4715
4716         * wl-vars.el (wl-from-width): Define as obsolete variable.
4717         (wl-subject-length-limit): Ditto.
4718
4719         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4720
4721         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4722         wl-summary-save-view.
4723
4724         * wl.el (wl-save-status): Ditto.
4725         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4726
4727         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4728         (wl-summary-exit): Follow the change above.
4729         (wl-summary-goto-folder-subr): Ditto.
4730
4731         * wl-folder.el (wl-folder-create-subr): Don't use
4732         `elmo-folder-creatable-p'.
4733
4734 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4735
4736         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4737
4738 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4741         rather than bitmap on Emacs 21.
4742         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4743         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4744         for xbm if the new redisplay engine is not available.
4745
4746 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-folder.el (wl-folder-init-hook): New hook.
4749         (wl-folder-init): Run `wl-folder-init-hook'.
4750
4751 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4754
4755 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4756
4757         * wl-acap.el (wl-acap-cache-filename): New variable.
4758         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4759         (wl-acap-init): Use cache if no ACAP server found.
4760
4761 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4762
4763         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4764         `wl-acap-original-msgdb-dir'.
4765
4766         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4767         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4768
4769         * wl-mime.el (wl-mime-save-directory): Renamed from
4770         `wl-mime-save-dir'.
4771
4772 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4775
4776         * wl-demo.el: Require `path-util'.
4777         (wl-demo-bitmap-mule-available-p): New internal variable.
4778         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4779         `module-installed-p' instead.
4780         (wl-demo-insert-image): Use *.img file for a bitmap image.
4781         (wl-demo): Don't call the ascii demo recursively.
4782
4783 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4784
4785         * Version number is increased to 2.7.7.
4786
4787 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl.el (wl-exit): Eliminated byte-compile warning.
4790
4791 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4792
4793         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4794         obsolete variable using `elmo-define-obsolete-variable'.
4795         (wl-fetch-confirm-threshold): Ditto.
4796         (wl-cache-prefetch-folder-type-list): Ditto.
4797         (wl-cache-prefetch-folder-list): Ditto.
4798
4799 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4802         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4803         (wl-demo-insert-image): New function.
4804         (wl-demo-insert-text): New function.
4805         (wl-demo-image-type-alist): Redefine as a function.
4806         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4807         (wl-demo-with-temp-file-buffer): Removed.
4808         (wl-logo-xpm): Removed.
4809         (wl-logo-xbm): Removed.
4810         (wl-logo-bitmap): Removed.
4811
4812 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4813
4814         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4815         (wl-expire-localdir-get-folder-function): New user option.
4816         (wl-expire-localdir-get-folder): New function.
4817         (wl-expire-localdir-date): Ditto.
4818
4819 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4820
4821         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4822         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4823         Fixed unread number mismatch when all-unread < unread.
4824
4825 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4828         (wl-fetch-confirm-threshold): Ditto.
4829
4830         * wl-summary.el (wl-summary-confirm-appends): Removed.
4831         (wl-summary-sync-update): Don't refer
4832         `wl-summary-update-confirm-threshold' (It is now abolished).
4833
4834         * wl-message.el (wl-message-display-internal): Don't refer
4835         `wl-fetch-confirm-threshold' (It is now abolished).
4836
4837 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4840
4841 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4842
4843         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4844         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4845         Change default value to nil.
4846         (wl-summary-indent-length-limit): The value can be nil, nil means
4847         unlimited.
4848
4849         * wl-summary.el: Don't set limit for indent length if the value of
4850         wl-summary-indent-length-limit is nil.
4851         If the value of wl-summary-width is nil, it means only that the width
4852         of summary is unlimited (nil doesn't mean that the indent length is
4853         unlimited).
4854
4855         * wl-thread.el: Ditto.
4856
4857 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4858
4859         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4860         be nil, nil means never confirm.
4861         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4862
4863 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4864
4865         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4866         means unlimited).
4867
4868 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4869
4870         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4871         Use `with-temp-buffer'.
4872
4873 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4874
4875         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4876         with new backquote style).
4877         (wl-folder-get-entity-from-buffer): Ditto.
4878
4879 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4880
4881         * wl-version.el (nemacs-version): Eliminated.
4882         (wl-extended-emacs-version2): Ignore nemacs.
4883         (wl-extended-emacs-version3): Ditto.
4884
4885 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4886
4887         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4888         (wl-draft-add-in-reply-to): New variable.
4889         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4890         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4891         (wl-draft-yank-from-mail-reply-buffer): Use
4892         `wl-draft-add-in-reply-to'.
4893         (wl-draft-insert-current-message): Ditto.
4894
4895 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4896
4897         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4898         typo (kill->hide).
4899         (wl-message-buffer-prefetch-folder-type-list): Added elements
4900         `mark' and `cache' instead of `internal'.
4901
4902 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4905         resume msgdb directory.
4906
4907 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4908
4909         * wl.el (wl-exit): Call `wl-acap-exit'.
4910
4911         * wl-summary.el (wl-summary-message-string): New function.
4912         (wl-summary-reedit): Use it.
4913         (wl-summary-resend-bounced-mail): Remove needless let.
4914         (wl-summary-supersedes-message): Ditto.
4915         (wl-summary-save): Ditto.
4916
4917         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4918         (wl-acap-init): Set it.
4919         (wl-acap-exit): New function.
4920
4921 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4922
4923         * wl.el (wl-init): Revert (require 'mime-setup). move from
4924         toplevel.
4925
4926 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4927
4928         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4929         local variables.  Add error when guess function return invalid
4930         value.
4931
4932 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4933
4934         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4935         Change local variable name.
4936         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4937         (wl-folder-get-newsgroups): Return nil when non-news folder.
4938         * wl-summary.el (wl-summary-write-current-folder): State through
4939         when guess-list return nil.
4940         (wl-summary-write-current-folder-functions): Fixed docstring.
4941
4942         * wl.el (wl-exit): Changed confirm message.
4943
4944         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4945         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4946
4947         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4948
4949 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4950
4951         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4952         user option (Renamed from wl-cache-prefetch-folder-type-list).
4953         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4954         from wl-cache-prefetch-folder-list).
4955
4956         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4957         Move to wl-vars.el.
4958         (wl-message-buffer-prefetch-p): Changed to enable
4959         `wl-message-buffer-prefetch-folder-list'.
4960
4961         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4962         `ignore-cache'.
4963
4964 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4965
4966         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4967         `part-top' and `part-bottom'.
4968         (wl-draft-config-sub-part-top): New function.
4969         (wl-draft-config-sub-part-bottom): New function.
4970
4971 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4974
4975 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4976
4977         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4978
4979 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4982
4983         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4984         (wl-summary-write-current-folder): Ditto.
4985
4986 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4987
4988         * wl-folder.el (wl-folder-get-newsgroups): Use
4989         `elmo-folder-newsgroups'.
4990
4991 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4992
4993         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4994         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4995         `wl-draft-config-sub-header-bottom'.
4996
4997 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4998
4999         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5000         localnews folder.
5001
5002 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-summary.el (wl-summary-mode): Undo last change.
5005
5006         * wl-folder.el (wl-folder-mode): Ditto.
5007
5008 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl-summary.el (wl-summary-mode): Locally set
5011         truncate-partial-window-width to nil.
5012         (for XEmacs)
5013
5014         * wl-folder.el (wl-folder-mode): Ditto.
5015
5016 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5019
5020 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5023         number.
5024
5025         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5026
5027         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5028
5029         * Version number is increased to 2.7.6.
5030
5031 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5034
5035 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-summary.el (wl-summary-sync-update): Enclose network
5038         related portion with `unwind-protect'.
5039
5040 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5041
5042         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5043
5044 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5047         element.
5048         * wl-vars.el (wl-message-body-button-alist): Ditto.
5049
5050         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5051         max match length.
5052         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5053
5054         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5055         for the max match length;
5056         Use 4th element value for the button string regexp group.
5057
5058         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5059         candidate exists, prompt to select.
5060
5061 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5062
5063         * wl-summary.el (wl-summary-jump-to-msg): Search before
5064         calibration point by `beginning-of-line'.
5065
5066 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5067
5068         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5069         for access group.
5070
5071 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-message.el (wl-message-display-internal): Bind
5074         `default-mime-charset'.
5075
5076         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5077
5078         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5079
5080         * Version number is increased to 2.7.5.
5081
5082 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5083
5084         * wl-expire.el (wl-summary-archive): Fixed;
5085         Use `elmo-folder-name-internal'.
5086
5087 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5088
5089         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5090         from `elmo-folder-move-messages' caller.
5091         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5092
5093         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5094         related portions are changed).
5095
5096 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5097
5098         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5099         counter.
5100
5101 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5104         buffer local and set it to nil.
5105
5106         * wl-message.el (wl-message-redisplay): Ditto.
5107
5108 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-summary.el (wl-summary-mark-as-important): If message is
5111         already cached, set messag as read, otherwise encache and mark as read.
5112
5113 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5116         point-min.
5117
5118 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5121         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5122         a keymap.
5123
5124 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5127         parent.
5128
5129         * wl-mule.el (wl-message-define-keymap): Ditto.
5130
5131         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5132
5133         * wl-xmas.el (wl-message-display-internal-hook): Define.
5134         (wl-xmas-setup-message-toolbar): Define as function.
5135         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5136         (wl-message-overload-functions): Abolished.
5137         (wl-message-define-keymap): New function.
5138
5139         * wl-vars.el (wl-message-display-internal-hook): New variable.
5140         (wl-message-header-button-alist): New variable (Renamed from
5141         wl-highlight-message-header-button-alist).
5142         (wl-message-body-button-alist): Ditto.
5143
5144         * wl-mule.el (wl-message-define-keymap): New function.
5145         (wl-message-overload-functions): Abolished.
5146
5147         * wl-message.el (wl-message-add-buttons-to-body): New function.
5148         (wl-message-redisplay): Don't call wl-message-overload-functions;
5149         Call wl-message-add-buttons-to-header and
5150         wl-message-add-buttons-to-body.
5151         (wl-message-display-internal): Set keymap argument for
5152         elmo-mime-display-as-is, elmo-mime-message-display;
5153         Run wl-message-display-internal-hook.
5154         (wl-message-refer-article-or-url): Abolished.
5155
5156         * wl-highlight.el (wl-highlight-headers): Don't call
5157         wl-highlight-message-add-buttons-to-header.
5158         (wl-highlight-message-add-buttons-to-header): Abolished.
5159
5160
5161         * wl-e21.el (wl-message-display-internal-hook): Define.
5162         (wl-e21-setup-toolbar): Deleted duplicated binding.
5163         (wl-e21-setup-message-toolbar): Define as function.
5164         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5165         (wl-message-define-keymap): New function.
5166         (wl-message-overload-functions): Abolished.
5167
5168 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5171         and elmo-folder-close.
5172
5173         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5174
5175 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5176
5177         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5178         boolean value.
5179         * wl-draft.el (wl-draft-do-fcc): Ditto.
5180
5181 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5182
5183         * wl-vars.el (wl-fcc-force-as-read): New variable.
5184         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5185         mark copied message as read.
5186
5187 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5188
5189         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5190
5191 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5192
5193         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5194         `wl-summary-target-above' instead of obsolete variable
5195         `wl-summary-temp-above'.
5196
5197         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5198         instead of `make-obsolete-variable'.
5199         * wl-refile.el (toplevel): Ditto.
5200
5201 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5204         with third argument t.
5205         (wl-draft): Set first argument for wl-plugged-init as t.
5206
5207         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5208         definition.
5209
5210 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5211
5212         * wl-vars.el: Tabify.
5213         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5214
5215         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5216         message.
5217
5218 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5219
5220         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5221         and set default to beep.
5222
5223 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5224
5225         * wl-vars.el (wl-draft-truncate-lines): New variable.
5226
5227         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5228         instead of wl-message-truncate-lines for truncate-lines.
5229
5230 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-message.el (wl-message-display-internal): Call
5233         `wl-highlight-message' after `elmo-mime-display-as-is'.
5234
5235         * wl-mime.el (wl-mime-display-text/plain): New function.
5236         (wl-mime-display-header): Ditto.
5237         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5238         body-presentation-method for text/plain;
5239         Register `wl-mime-display-header' as a header-presentation-method;
5240         Don't set up `elmo-message-text-content-inserted-hook' and
5241         `elmo-message-header-inserted-hook'.
5242
5243         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5244         variable.
5245         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5246         as t if flag is 'all-header;
5247         Don't bind `elmo-message-ignored-field-list',
5248         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5249
5250 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5253         for xemacs with non-mule environment.
5254
5255 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5256
5257         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5258         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5259         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5260
5261 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5262
5263         * wl-vars.el (wl-interactive-send): Set default value as t.
5264
5265 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5268         (wl-addrmgr-method-list): Abolished.
5269         (wl-addrmgr-change-method): Follow above change.
5270
5271         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5272
5273 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5274
5275         * wl-vars.el (wl-message-truncate-lines): Change default value
5276         to default-truncate-lines.
5277
5278         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5279
5280 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5281
5282         * wl-vars.el (wl-message-truncate-lines): New variable.
5283
5284         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5285         wl-message-truncate-lines.
5286
5287 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5288
5289         * wl-acap.el (wl-acap-init): Remove period from error message.
5290         (wl-acap-find-acap-service): Remove period from message.
5291
5292 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl.el (wl-check-environment): Undo last change.
5295
5296         * wl-vars.el (wl-from): Changed default value.
5297
5298         * wl-util.el (toplevel): Don't require tm-edit.
5299
5300         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5301         `wl-folder-init';
5302         Don't set mark on mail body.
5303         (wl-draft-reedit): Ditto.
5304
5305         * wl-address.el (wl-address-quote-specials): Define as an alias for
5306         elmo-address-quote-specials.
5307
5308 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5311
5312         * wl-vars.el (wl-from): Set default value as nil.
5313         (wl-organization): Set default value as ORGANIZATION environment
5314         variable.
5315
5316         * wl-draft.el (wl-smtp-extension-bind): Check value of
5317         wl-smtp-connection-type.
5318
5319         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5320         error.
5321
5322 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5323
5324         * Version number is increased to 2.7.4.
5325
5326         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5327         arguments from `wl-highlight-x-face-function' caller.
5328         Use x-face-1.3.6.12 or later.
5329
5330 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5331
5332         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5333
5334 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5337         (wl-fcc): Fix to accept function.
5338         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5339
5340 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5341
5342         * wl-acap.el (toplevel): Added `product-provide' declare.
5343         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5344
5345 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl.el (wl): Changed order of calling `elmo-init'
5348         and `elmo-folder-init'.
5349
5350 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5351
5352         * wl-mime.el (wl-summary-burst): Extract message when content-type
5353         of root entity is not only `multipart' but also `message/rfc822'.
5354         (wl-summary-burst-subr): Ditto.
5355
5356 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-vars.el (toplevel): Require 'custom.
5359         (wl-trash-folder): Added to `wl-setting' group.
5360
5361         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5362         exists.
5363         (wl-addrmgr-draw): Insert empty line when no entry exists.
5364
5365         * wl-mule.el (wl-message-wheel-up): Fixed.
5366         (wl-message-wheel-down): Ditto.
5367
5368 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5369
5370         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5371         config is an anonymous lambda expression.
5372
5373 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5376         when Mule 2 is running.
5377
5378 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5381
5382 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5383
5384         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5385         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5386
5387         * wl-address.el (wl-address-specials-regexp): Eliminated.
5388         (wl-address-quote-specials): Rewrite.
5389
5390 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5393         shy-groups for regexp.
5394
5395         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5396         character classes and Perl style shy-groups for regexp.
5397         (wl-highlight-plugged-current-line): Use Posix style character
5398         classes for regexp.
5399         (wl-e21-highlight-folder-by-numbers): Ditto.
5400         (wl-e21-display-image-p): Use `display-images-p' instead of
5401         `display-graphic-p'.
5402         (display-images-p): Make an alias to `display-graphic-p' if it is
5403         not available.  It is for Emacs version prior to 21.0.105.
5404
5405         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5406         `display-graphic-p'.
5407         (wl-demo-image-type-alist): Ditto.
5408         (display-images-p): Make an alias to `display-graphic-p' if it is
5409         not available.  It is for Emacs version prior to 21.0.105.
5410
5411 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5412
5413         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5414         support.
5415         (wl-generate-user-agent-string): Ditto.
5416
5417         * wl-version.el (wl-version): Update docsting.
5418         (wl-version-status): Ditto.
5419
5420 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5421
5422         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5423         21.0.105.  For Emacs 21.0.104 or earlier.
5424
5425 2001-09-03  Takuo KITAME <kitame@northeye.org>
5426
5427         * wl-e21.el (wl-plugged-init-icons): Use
5428         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5429         (wl-biff-init-icons): Ditto.
5430
5431 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-highlight.el (wl-highlight-summary-current-line):
5434         Fixed highlighting refile/copy destination.
5435
5436         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5437         (wl-acap-store): Encode string by wl-acap-coding-system.
5438
5439 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5440
5441         * wl-acap.el (toplevel): Check and require 'un-define before
5442         'xemacs-ucs;
5443          Added checking for UTF-2000.
5444
5445 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5446
5447         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5448         Don't enclose with `eval-and-compile'.
5449
5450         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5451         wl-init is non-nil.
5452
5453         * wl-draft.el (wl-draft): Ditto.
5454
5455         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5456
5457         * wl-acap.el (toplevel): Require 'wl.
5458         (wl-acap-store): Call `elmo-init'.
5459
5460         * wl.el (wl): Changed position of `wl-check-environment'.
5461         (toplevel): Added autoload setting for wl-acap.
5462
5463         * wl-vars.el (wl-setting): New custom group.
5464         (wl-from): Added wl-setting group.
5465         (wl-user-mail-address-list): Ditto.
5466         (wl-organization): Ditto.
5467         (wl-subscribed-mailing-list): Ditto.
5468         (wl-envelope-from): Ditto.
5469         (wl-smtp-posting-user): Ditto.
5470         (wl-smtp-posting-server): Ditto.
5471         (wl-smtp-posting-port): Ditto.
5472         (wl-smtp-authenticate-type): Ditto.
5473         (wl-pop-before-smtp-user): Ditto.
5474         (wl-pop-before-smtp-server): Ditto.
5475         (wl-pop-before-smtp-port): Ditto.
5476         (wl-pop-before-smtp-authenticate-type): Ditto.
5477         (wl-nntp-posting-server): Ditto.
5478         (wl-nntp-posting-user): Ditto.
5479         (wl-nntp-posting-port): Ditto.
5480         (wl-fetch-confirm-threshold): Ditto.
5481         (wl-prefetch-threshold): Ditto.
5482         (wl-thread-insert-opened): Ditto.
5483         (wl-ldap-server): Ditto.
5484         (wl-ldap-port): Ditto.
5485         (wl-ldap-base): Ditto.
5486         (wl-ldap-objectclass): Ditto.
5487         (wl-use-ldap): Ditto.
5488         (wl-draft-config-alist): Ditto.
5489         (wl-draft-config-matchone): Ditto.
5490         (wl-template-alist): Ditto.
5491         (wl-message-sort-field-list): Ditto.
5492         (wl-message-ignored-field-list): Ditto.
5493         (wl-message-visible-field-list): Ditto.
5494         (wl-interactive-send): Ditto.
5495         (wl-summary-move-order): Ditto.
5496         (wl-auto-select-first): Ditto.
5497         (wl-auto-select-next): Ditto.
5498         (wl-interactive-save-folders): Ditto.
5499
5500         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5501         Initialization codes are moved from wl-local-folder-init.
5502         (wl-local-folder-init): Follow the change above.
5503         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5504
5505         * wl-acap.el: New file.
5506
5507         * Version number is increased to 2.7.3.
5508
5509 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5510
5511         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5512
5513 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5516         (wl-addrmgr-address-entry-list): Ditto.
5517
5518 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-e21.el (wl-draft-mode-map): Removed binding for
5521         `wl-draft-insert-x-face-field'.
5522
5523         * wl-mule.el (wl-draft-mode-map): Ditto.
5524
5525         * wl-xmas.el (wl-draft-mode-map): Ditto.
5526
5527         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5528         (wl-cs-autoconv): Ditto.
5529         (wl-cs-local): Ditto.
5530         (wl-use-scoring): Ditto.
5531         (wl-mime-charset): Ditto.
5532         (wl-folder-check-async): Ditto.
5533
5534         * wl.el (toplevel): Ignore nemacs and tm.
5535         (wl-exit): Ditto.
5536
5537         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5538         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5539         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5540         instead of wl-address-petname-add-or-change.
5541         (wl-summary-edit-addresses-subr): Use wl-address-delete
5542         instead of wl-address-petname-delete.
5543
5544         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5545
5546         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5547         if error occured.
5548
5549         * wl-message.el (require): Remove tm support.
5550
5551         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5552
5553         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5554         (wl-folder-jump-to-current-entity): Ditto.
5555         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5556
5557         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5558         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5559         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5560
5561         * wl-mule.el (wl-draft-key-setup): Ditto.
5562
5563         * wl-xmas.el (wl-draft-key-setup): Ditto.
5564
5565         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5566         (wl-draft-std11-parse-addresses): New function.
5567         (wl-draft-parse-mailbox-list): Use it.
5568         (wl-draft): Ignore nemacs.
5569         (wl-draft-reedit): Ditto.
5570
5571         * wl-addrmgr.el: New file.
5572         (Original is wl-rcpt.el written by
5573         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5574         Thanks Kitamoto-san.)
5575
5576         * wl-address.el (wl-address-make-address-list): Modified parsing
5577         process.
5578         (wl-address-delete): Renamed from `wl-address-petname-delete';
5579         Modify wl-address-list too.
5580         (wl-address-add-or-change): Renamed from
5581         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5582
5583 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5584
5585         * wl-highlight.el (wl-highlight-summary-current-line):
5586           Work with transient-mark-mode
5587
5588 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * Version number is increased to 2.7.2.
5591
5592         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5593         instead of elmo-dop-queue-method.
5594
5595 2001-08-06  SAITO Atsunori <sai@yedo.com>
5596
5597         * wl-vars.el (wl-ldap-objectclass): New user option.
5598
5599         * wl-address.el (wl-ldap-make-filter): Use it.
5600
5601 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5604
5605 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5606
5607         * wl-folder.el (wl-folder): redisplay after folder insertion.
5608
5609         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5610
5611         * wl-summary.el (wl-summary-sync-update):
5612         Change status mark only when new-msgdb exists.
5613         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5614
5615 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5616
5617         * wl-summary.el (wl-summary-open-folder): New function.
5618         (wl-summary-goto-folder-subr): Use it.
5619         (wl-summary-mark-as-important): Fix;
5620         Encache only when no cache exists.
5621
5622 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5625         Use with-current-buffer.
5626
5627 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5628
5629         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5630         before call `get-buffer'. Fixed parenthesis.
5631         (wl-score-get-header-entry): Clear message and help window when
5632         keyboard quit.
5633         (wl-score-edit-insert-header): Ditto.
5634
5635 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5636
5637         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5638         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5639         (wl-default-draft-cite): Fix.
5640
5641         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5642         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5643
5644 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * wl-message.el (wl-message-prev-page): Do same bahavior
5647         as summary when it is called in the message buffer.
5648         (wl-message-next-page): Ditto.
5649
5650 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-summary.el (wl-summary-forward): Use cache if it is not
5653         section cache.
5654
5655 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5658         Removed redundant require of elmo-vars.
5659         (wl-biff-state-indicator-on): Changed default value for
5660         xemacs with non-mule environment.
5661
5662         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5663         wl-message-buffer is nil;
5664         Hide progress bar after moving messages.
5665
5666 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5669         message at cursor point is deleted.
5670
5671 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5672
5673         * wl-vars.el: Changed file coding system to euc-japan.
5674         Added -*-coding:-*- magic to the first line.
5675
5676         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5677         Search parent from the first message.
5678
5679         * Version number is increased to 2.7.1.
5680
5681 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5682
5683         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5684
5685 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5688         refile/delete execution.
5689
5690         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5691         Fixed docstring.
5692
5693 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5696         do update process;
5697         Don't update marks when update process is interrupted.
5698
5699 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5700
5701         * wl-summary.el (wl-summary-reply): Fixed problem when
5702         wl-draft-use-frame is non-nil.
5703         (wl-summary-forward): Ditto.
5704
5705         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5706         as nil.
5707         (wl-folder-mark-as-read-all-entity): Ditto.
5708         (wl-folder-prefetch-entity): Ditto.
5709
5710         * wl.el (wl): Check environment before wl-init.
5711
5712         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5713         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5714         instead of wl-summary-collect-unread.
5715         (wl-summary-reply): Split message window.
5716
5717 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5720         only if current language environment is japanese,
5721
5722         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5723         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5724         (wl-folder-goto-folder-subr): Ditto.
5725
5726         * wl-draft.el (wl-draft-dispatch-message): Call
5727         `elmo-file-cache-get-path'.
5728
5729 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-summary.el (wl-summary-cursor-move): If return value of
5732         wl-summary-next-message is not number, don't jump.
5733
5734 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-summary.el (wl-summary-buffer-next-message-function): New
5737         variable.
5738         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5739         if it is bound.
5740
5741         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5742         string.
5743
5744         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5745         (wl-plugged-drawing): Ditto.
5746
5747 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5748
5749         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5750         process.
5751         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5752         with unwind-protect.
5753
5754         * wl.el (wl-init): Require mime-setup.
5755         (wl-check-environment): Don't require mime-setup.
5756
5757         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5758         instead of elmo-folder-type.
5759
5760         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5761         value as nil.
5762
5763 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5764
5765         * Version number is increased to 2.7.0.
5766
5767         * wl-version.el (wl-version): Changed codename.
5768
5769         * wl-summary.el (wl-summary-delete-cache): Fixed.
5770
5771         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5772         Workaround for net folders.
5773         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5774
5775         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5776         value to nil (According to the patch from
5777         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5778
5779         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5780         of elmo-folder-close.
5781
5782 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5783
5784         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5785         for postfix.
5786
5787 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-summary.el (wl-summary-resend-message): Fixed.
5790
5791         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5792         Call wl-draft with `from' argument if its address is included in
5793         `wl-user-mail-address-list'.
5794         (wl-draft): Added `from' argument.
5795
5796         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5797         non-nil.
5798         (wl): Don't show demo if wl-demo is nil.
5799
5800         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5801         wl-summary-use-frame.
5802
5803         * wl-vars.el (wl-summary-use-frame): New user option.
5804         (wl-folder-use-frame): Changed docstring.
5805
5806         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5807         non-nil.
5808         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5809         wl-summary-use-frame.
5810
5811         * wl-vars.el (wl-folder-use-frame): New user option.
5812
5813         * wl-summary.el (wl-summary-exit): Back to folder frame if
5814         wl-folder-use-frame is non-nil.
5815         (wl-summary-redisplay-internal): Ignore cache if current folder
5816         is draft folder,
5817         (wl-summary-redisplay-no-mime): Ditto.
5818         (wl-summary-redisplay-all-header): Ditto.
5819
5820         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5821         if wl-folder-use-frame is non-nil.
5822
5823 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-summary.el (wl-summary-sync-update): Bind
5826         elmo-folder-update-threshold.
5827         (wl-summary-mark-as-important): Enclosed server mark processing
5828         with `save-match-data'.
5829
5830         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5831         only when it is already defined.
5832
5833 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5834
5835         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5836         name of folder exclude localdir is wrong.
5837         * wl-folder.el (wl-folder-sync-entity):
5838         Set `wl-summary-always-sticky-folder-list' as nil.
5839         (wl-folder-mark-as-read-all-entity): Ditto.
5840         (wl-folder-prefetch-entity): Ditto.
5841
5842 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5843
5844         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5845         instead of `wl-summary-write-current-newsgroup'.
5846
5847 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5848
5849         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5850         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5851         non-nil and selected message is important, do not display.
5852
5853 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5854
5855         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5856
5857 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5858
5859         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5860
5861         * wl-summary.el (wl-summary-mark-as-important): Set message number
5862         using wl-summary-message-number.
5863
5864 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5865
5866         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5867         destination folder is 'null.
5868
5869 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5870
5871         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5872         New function.
5873         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5874         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5875         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5876
5877 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5878
5879         * wl-mime.el (wl-mime-setup): Added setting for
5880         `mime-setup-signature-key-alist' to avoid overriding key bind for
5881         `wl-draft-send'.
5882
5883         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5884         for `wl-draft-send'.
5885         * wl-mule.el (wl-draft-overload-functions): Ditto.
5886         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5887         * wl-draft.el (wl-draft-send): Ditto.
5888
5889         * wl-message.el (wl-message-display-internal):
5890         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5891         (Patch is provided by <kita@coe.nttdata.co.jp>).
5892
5893 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5894
5895         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5896
5897 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5898
5899         * wl.el (wl): Fix for wl-demo.
5900
5901 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5902
5903         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5904
5905 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5906
5907         * wl-folder.el (wl-folder-prefetch-entity): Use
5908         `wl-folder-get-elmo-folder'.
5909         (wl-folder-count-incorporates): Do not use
5910         `wl-folder-get-elmo-folder'.
5911
5912 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5913
5914         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5915         instead of `elmo-folder-get-type'.
5916
5917 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5918
5919         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5920         position on Subject: field.
5921         (Advised by Mito <mit@nines.nec.co.jp>)
5922
5923 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5924
5925         * wl-folder.el (wl-folder-prefetch-entity): Use
5926         `wl-folder-get-elmo-folder'.
5927
5928 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5929
5930         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5931
5932         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5933         `process-duplicates' slot.
5934
5935         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5936         if detection failed.
5937
5938 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5939
5940         * wl-version.el (wl-version-status): Set to "alpha".
5941
5942 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5943
5944         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5945         Check wl-message-buffer lives before set-buffer.
5946
5947 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5948
5949         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5950         called in folder mode.
5951         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5952         * wl-summary.el (wl-summary-exit-pre-hook): Run
5953         `wl-summary-exit-pre-hook' before exit summary mode.
5954
5955 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5956
5957         * wl-version.el (wl-version-status): New variable.
5958         (wl-version-status-alist): Removed.
5959         (wl-version-status): Rule included.
5960
5961 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5964         @sponichi.
5965
5966         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5967         when `mail-reply-buffer' is buffer-local variable.
5968         (Reported by <kita@coe.nttdata.co.jp>).
5969
5970 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-vars.el (toplevel): Require 'elmo-util.
5973
5974 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5977         (All other related portions are changed)
5978
5979         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5980
5981         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5982
5983 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5984
5985         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5986
5987 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5988
5989         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5990         Delete other windows to avoid an error.
5991         Use `point-marker' instead of `point' to remember the start point
5992         of body.
5993
5994         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5995
5996         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5997         number not to exceed all message number.
5998
5999 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6002         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6003
6004 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6005
6006         * wl-summary.el (wl-summary-sync-force-update): Added argument
6007         no-check.
6008         (wl-summary-sync-update): Ditto.
6009         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6010         with `no-check'.
6011
6012         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6013         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6014         already running.
6015
6016 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6017
6018         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6019         `dst-folder-arg'.
6020         (wl-expire-archive-number1): Diito.
6021         (wl-expire-archive-number2): Diito.
6022         (wl-expire-archive-Date): Diito.
6023         (wl-archive-number1): Diito.
6024         (wl-archive-number2): Diito.
6025         (wl-archive-date): Diito.
6026         (wl-archive-folder-p): New function.
6027         (wl-summary-expire): Support of expand folder name at
6028         wl-expire-alist.
6029         * wl-util.el (wl-expand-newtext): Renamed from
6030         `wl-refile-expand-newtext'.
6031
6032 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6033
6034         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6035         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6036         `(elmo-msgdb-get-overview msgdb)'.
6037         (wl-summary-prefetch): Bind match data before call
6038         `wl-summay-prefetch-msg'.
6039         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6040         'off if `wl-summary-buffer-disp-msg' is non-nil.
6041         Fixed problem that couldn't show only one new or unread message when
6042         enter folder.
6043         (wl-summary-reply): Don't call `split-window-vertically' and other
6044         window.
6045
6046 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-expire.el (wl-expire-refile): Fixed.
6049
6050 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6053
6054         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6055         biff notification is removed.
6056
6057         * wl.el (wl): Changed position of `elmo-init'.
6058
6059         * wl-draft.el (wl-default-draft-cite): Use date field
6060         on the citation buffer.
6061
6062         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6063
6064         * wl-xmas.el (wl-folder-internal-icon-list): Added
6065         `wl-folder-shimbun-image'.
6066
6067         * wl-e21.el (wl-folder-internal-icon-list): Added
6068         `wl-folder-shimbun-image'.
6069
6070 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6071
6072         * wl.el (wl-init): Eliminated argument.
6073         (wl): Rewrite.
6074
6075         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6076         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6077         instead of `elmo-folder-msgdb-internal'.
6078         (wl-summary-sync-update): Ditto.
6079         (wl-summary-flush-pending-append-operations): Eliminated.
6080         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6081         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6082         `elmo-folder-open'.
6083
6084         * wl-mime.el (wl-summary-burst): Fixed.
6085
6086         * wl-folder.el (wl-folder-info-save): Check data type.
6087
6088         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6089         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6090         instead of `elmo-folder-msgdb-internal'.
6091         (wl-expire-hide): Ditto.
6092
6093
6094         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6095
6096 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6097
6098         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6099
6100 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6101
6102         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6103
6104 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6105
6106         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6107         Fixed `match-beginning' argument mismatch.
6108
6109 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6110
6111         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6112         the default value.
6113
6114 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6115
6116         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6117         instead of `elmo-nntp-default-port'.
6118
6119         * wl-vars.el: Fixed some doc strings.
6120
6121 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * wl-summary.el (wl-summary-prefetch-msg): Use
6124         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6125
6126         * wl-vars.el: Define *-func as obsolete variable using
6127         `elmo-define-obsolete-variable'.
6128
6129         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6130         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6131         instead of `wl-message-buffer-prefetch-threshold'.
6132
6133         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6134
6135         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6136
6137         * wl-draft.el (wl-caesar-region-func): Ditto.
6138
6139         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6140         Keep unread status in elmo-folder-move-messages.
6141         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6142
6143 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6144
6145         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6146         `wl-summary-buffer-exit-func'
6147         (wl-summary-buffer-message-redisplay-function): Renamed from
6148         `wl-summary-buffer-message-redisplay-func'
6149         (wl-summary-buffer-next-folder-function): Renamed from
6150         `wl-summary-buffer-next-folder-func'.
6151         (wl-summary-buffer-prev-folder-function): Renamed from
6152         `wl-summary-buffer-prev-folder-func'.
6153         (wl-summary-get-petname-function): Renamed from
6154         `wl-summary-get-petname-func'.
6155
6156         * wl-score.el (wl-score-edit-exit-function): Renamed from
6157         `wl-score-edit-exit-func'.
6158
6159         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6160         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6161
6162         * wl-util.el (wl-load-profile-function): Renamed from
6163         `wl-load-profile-func'.
6164
6165         * wl-folder.el (wl-folder-completion-function): Renamed from
6166         `wl-folder-completion-func'.
6167         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6168
6169         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6170         `wl-expire-archive-get-folder-func'.
6171         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6172         (wl-draft-send-mail-function): Renamed from
6173         `wl-draft-send-mail-func'.
6174         (wl-draft-send-news-function): Renamed from
6175         `wl-draft-send-news-func'.
6176         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6177         (wl-generate-mailer-string-function): Renamed from
6178         `wl-generate-mailer-string-func'.
6179         (wl-highlight-signature-search-function): Renamed from
6180         `wl-highlight-signature-search-func'.
6181         (wl-highlight-x-face-function): Renamed from
6182         `wl-highlight-x-face-func'
6183         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6184         (wl-ps-print-buffer-function): Renamed from
6185         `wl-ps-print-buffer-func'
6186         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6187         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6188         (wl-summary-subject-filter-function): Renamed from
6189         `wl-summary-subject-filter-func'.
6190
6191         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6192         `wl-draft-queue-flush-send-func'
6193         (wl-draft-cite-function): Renamed from
6194         `wl-draft-cite-func'
6195
6196         * wl-address.el (wl-address-init-function): Renamed from
6197         `wl-address-init-func'.
6198
6199 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-draft.el (wl-draft-queue-flush): Don't call
6202         `elmo-dop-unlock-message'.
6203         * wl-draft.el (wl-draft-queue-append): Don't call
6204         `elmo-dop-lock-message'.
6205
6206         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6207         (wl-summary-buffer-folder-name): Ditto.
6208         (wl-summary-message-regexp): Added '-' (all other related portions
6209         are changed).
6210         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6211         wl-summary-buffer-folder-name.
6212
6213 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6214
6215         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6216         the number of mails in the folder buffer is not updated by wl-biff.
6217
6218 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6219
6220         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6221         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6222
6223 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6224
6225         * wl-summary.el (wl-summary-next-message):
6226         Return next message number when wl-summary-move-order is nil.
6227
6228 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6229
6230         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6231         `wl-summary-move-spec-alist'.
6232         (wl-summary-move-spec-unplugged-alist): New variable
6233         (Move spec for unplugged status).
6234         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6235         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6236
6237 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6238
6239         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6240         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6241
6242 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6243
6244         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6245         simple quotation to quote the anonymous function.
6246         * tm-wl.el (wl-draft-preview-message): Ditto.
6247
6248 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6249
6250         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6251         Eliminate redundant `save-excursion'.
6252         (wl-highlight-summary-current-line): Ditto.
6253
6254         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6255         accessing match data when `looking-at' failed.
6256
6257         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6258         `elmo-match-string' where users don't care about the speed.
6259         (wl-draft-save): Ditto.
6260
6261 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6262
6263         * wl-util.el (wl-regexp-opt): New function.
6264
6265         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6266         number from `wl-summary-buffer-number-list'.
6267         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6268         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6269         (wl-summary-move-spec-alist): Changed default setting.
6270
6271 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl-vars.el (wl-biff-notify-hook): New hook.
6274         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6275         the arrival of new mail.
6276         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6277         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6278
6279 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6282
6283 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6286
6287         * Version number is increased to 2.5.8.
6288
6289         * wl-thread.el (toplevel): require 'cl.
6290         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6291         (wl-thread-make-number-list): New function.
6292         (wl-thread-entity-make-number-list-from-children): Ditto.
6293         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6294         (wl-thread-entity-insert-as-children): Likewise.
6295         (wl-thread-delete-message): Likewise.
6296         (wl-meaning-of-mark): Eliminated.
6297         (wl-thread-next-failure-mark-p): Ditto.
6298         (wl-thread-entity-get-mark): Ditto.
6299         (wl-thread-meaning-alist-get-result): Ditto.
6300         (wl-thread-entity-check-prev-mark): Ditto.
6301         (wl-thread-entity-check-next-mark): Ditto.
6302         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6303         (wl-thread-entity-get-prev-marked-entity): Ditto.
6304         (wl-thread-get-prev-unread): Ditto.
6305         (wl-thread-jump-to-prev-unread): Ditto.
6306         (wl-thread-get-next-unread): Ditto.
6307         (wl-thread-jump-to-next-unread): Ditto.
6308         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6309         (wl-thread-entity-get-next-marked-entity): Ditto.
6310
6311         * wl-summary.el (wl-summary-buffer-number-list):
6312         New bufer-local variable.
6313         (wl-summary-switch-to-clone-buffer): Clone
6314         `wl-summary-buffer-number-list'.
6315         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6316         (wl-summary-cursor-move-regex): Eliminated.
6317         (wl-summary-cursor-up): Rewrite.
6318         (wl-summary-cursor-down): Ditto.
6319         (wl-summary-mode-spec-alist): New variable.
6320         (wl-summary-next-message): New inline function.
6321         (wl-summary-cursor-move): New function.
6322         (wl-summary-default-get-next-msg): Rewrite.
6323         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6324         (wl-summary-rescan): Ditto.
6325         (wl-summary-sync-all-init): Ditto.
6326         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6327         summary is not thread view.
6328         (wl-summary-sync-update): Ditto.
6329         (wl-summary-rescan): Ditto.
6330         (wl-summary-make-number-list): New function.
6331
6332         * wl-draft.el: "FCC" -> "Fcc".
6333
6334 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6335
6336         * wl-highlight.el (wl-highlight-summary-window):
6337         Call `set-buffer-modified-p'.
6338
6339         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6340         (wl): Call `elmo-init' and fix.
6341
6342         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6343         Use new variables.
6344
6345         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6346
6347 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6350
6351 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6352
6353         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6354
6355 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6356
6357         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6358         `wl-use-toolbar' nor `display-graphic-p'.
6359         (wl-e21-setup-message-toolbar): Ditto.
6360         (wl-e21-setup-summary-toolbar): Ditto.
6361         (wl-e21-setup-folder-toolbar): Ditto.
6362
6363         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6364         (wl-plugged-init-icons): Ditto.
6365
6366         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6367         `display-graphic-p'.
6368         (wl-plugged-set-folder-icon): Ditto.
6369         (wl-highlight-plugged-current-line): Ditto.
6370         (wl-highlight-folder-current-line): Ditto.
6371         (wl-e21-highlight-folder-group-line): Ditto.
6372         (wl-e21-setup-toolbar): Ditto.
6373         (wl-e21-display-image-p): New macro.
6374
6375         * wl-demo.el (wl-demo): Simplified.
6376         (wl-demo-image-type-alist): Use `image-type-available-p' for
6377         checking whether the image type `xbm' is available.
6378
6379 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6382         (wl-summary-input-range): Ditto.
6383
6384 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6385
6386         * wl-summary.el (wl-summary-edit-addresses): Use
6387         `wl-summary-get-original-buffer'
6388         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6389         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6390         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6391         (wl-summary-get-newsgroups): Eliminated.
6392         (wl-summary-set-crosspost): Ditto.
6393         (wl-summary-is-crosspost-folder): Ditto.
6394         (wl-crosspost-alist-load): Ditto.
6395         (wl-crosspost-alist-save): Ditto.
6396
6397         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6398         `elmo-setup-subscribed-newsgroups' instead of
6399         `elmo-nntp-make-groups-hashtb'.
6400         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6401         instead of `wl-crosspost-alist-save'.
6402
6403         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6404         of `elmo-folder-message-appendable-p'.
6405         (wl-mime-header-presentation-method): Eliminated.
6406
6407         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6408         (Error occurs in emacs21).
6409
6410         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6411         the current buffer).
6412
6413         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6414         instead of `wl-crosspost-alist-save'.
6415         (wl-init): `elmo-crosspost-message-alist-load'
6416         instead of `wl-crosspost-alist-load'
6417
6418         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6419         (wl-parse-newsgroups): Likewise.
6420         (wl-biff-notify): Run `wl-biff-notify-hook'.
6421
6422 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6425
6426         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6427         when `wl-summary-lazy-highlight' is non-nil.
6428         (wl-summary-goto-folder-subr): Highlight only when
6429         `wl-summary-lazy-highlight' is non-nil.
6430
6431         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6432         Don't display progress and highlight temp-mark when
6433         `wl-summary-lazy-highlight' is non-nil.
6434         (wl-highlight-summary-window): New function.
6435         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6436
6437 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6438
6439         * wl-summary.el (wl-summary-sync): Change `all-visible'
6440         from `all-shown'
6441         (wl-summary-input-range): Ditto.
6442
6443 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6444
6445         * wl-e21.el (wl-highlight-folder-current-line): Call
6446         `wl-folder-init-icons' when folder icons have not been initialized.
6447
6448         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6449
6450         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6451         (wl-demo-image-type-alist): New macro.
6452
6453 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6454
6455         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6456         display does not support graphics.
6457         (wl-plugged-init-icons): Ditto.
6458         (wl-folder-init-icons): Ditto.
6459
6460         * wl-demo.el (wl-demo): Chech closely whether the display
6461         supports graphics.
6462
6463 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-summary.el (wl-summary-get-original-buffer): New function.
6466         (wl-summary-set-crosspost): Use it.
6467         (wl-summary-target-mark-uudecode): Ditto.
6468         (wl-summary-reedit): Ditto.
6469         (wl-summary-resend-bounced-mail): Ditto.
6470         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6471         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6472
6473         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6474         (wl-message-display-internal): Ditto.
6475
6476 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6479
6480 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-summary.el (wl-summary-save-view): Renamed from
6483         `wl-summary-save-status'.
6484
6485 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-summary.el (wl-summary-sync): Added `all-shown'
6488
6489 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6492
6493 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6494
6495         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6496
6497 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6498
6499         * wl-highlight.el (wl-highlight-summary-line-string): Use
6500         `zerop' instead of `= 0'.
6501         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6502
6503         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6504         for comparing numbers.
6505         (wl-template-prev): Use `zerop' instead of `eq 0'.
6506
6507         * wl-draft.el (wl-draft-insert-current-message): Use
6508         `with-current-buffer' instead of `save-excursion'.
6509         Use `zerop' instead of `eq 0'.
6510
6511 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl-draft.el (wl-draft-insert-ccs): New function.
6514         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6515         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6516
6517 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6520
6521 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-expire.el (wl-expire-refile): Don't call
6524         elmo-msgdb-add-msgs-to-seen-list;
6525         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6526         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6527
6528 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-message.el (wl-message-prev-page): Ignore errors while
6531         scroll-down.
6532
6533 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * wl-mime.el: Use elmo-original-message-mode instead of
6536         mmelmo-original-mode.
6537
6538         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6539         `elmo-folder-get-spec';
6540         (wl-fldmgr-add-completion-all-completions):
6541         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6542
6543         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6544         of `elmo-folder-get-type'.
6545
6546         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6547         `elmo-folder-get-spec';
6548         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6549         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6550         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6551         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6552         `elmo-read-msg-no-cache';
6553         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6554         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6555         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6556         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6557         `elmo-cache-save';
6558         (wl-draft-reedit): Use `elmo-message-file-name'.
6559
6560         * wl-expire.el: Use `elmo-folder-name-internal';
6561         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6562         Use macro `wl-summary-buffer-msgdb' instead of variable
6563         `wl-summary-buffer-msgdb';
6564         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6565         Use macro `wl-summary-buffer-folder-name' instead of variable
6566         `wl-summary-buffer-folder-name'.
6567         * wl-score.el: Likewise.
6568
6569         * wl-message.el: Rewrite for new message buffer cache mechanism.
6570         (wl-message-buffer-cache-buffer-get): New macro.
6571         (wl-message-buffer-cache-folder-get): Ditto.
6572         (wl-message-buffer-cache-message-get): Ditto.
6573         (wl-message-buffer-cache-entry-make): Ditto.
6574         (wl-message-buffer-cache-hit): Ditto.
6575         (wl-message-buffer-cache-sort): New function.
6576         (wl-message-buffer-cache-add): Ditto.
6577         (wl-message-buffer-cache-delete): Ditto.
6578         (wl-message-buffer-cache-clean-up): Ditto.
6579         (wl-message-buffer-window): Rewrite.
6580         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6581         (wl-message-buffer-display): New function.
6582         (wl-message-display-internal): New function.
6583
6584 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * wl-folder.el: Use `elmo-folder-name-internal';
6587         Use `wl-folder-get-elmo-folder';
6588         Use `elmo-folder-list-messages' instead of
6589         `elmo-list-folder';
6590         Use `elmo-folder-get-primitive-list' instead of
6591         `elmo-folder-get-primitive-spec-list';
6592         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6593         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6594         Use `elmo-folder-create' instead of `elmo-create-folder'.
6595         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6596         (wl-folder-get-elmo-folder): New macro.
6597         (wl-folder-elmo-folder-cache-get): Ditto.
6598         (wl-folder-elmo-folder-cache-put): Ditto.
6599         (wl-folder-suspend): Call `elmo-quit'.
6600
6601         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6602         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6603         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6604         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6605         (toplevel): require 'cl.
6606         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6607
6608         * wl-summary.el: Rewrite to use new elmo interface.
6609
6610 \f
6611 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6612
6613         * wl-mime.el (wl-draft-preview-message):
6614         Run `wl-draft-send-hook' before collecting recipients information;
6615         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6616
6617         * tm-wl.el (wl-draft-preview-message): Ditto.
6618
6619 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6622         wrong recipients are displayed when forwarded message.
6623
6624 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * Version number is increased to 2.5.7.
6627
6628 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6629
6630         * wl-message.el (wl-message-next-page): Bind
6631         `window-pixel-scroll-increment' to nil while scrolling up.
6632
6633 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6634
6635         * wl-vars.el (wl-save-hook): New hook.
6636         * wl.el (wl-save): Call `wl-save-hook'.
6637
6638 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6639
6640         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6641         Argument WITH-ARG instead of NO-ARG (negative mean).
6642         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6643         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6644         * wl-message.el (wl-message-follow-current-entity): Likewise.
6645
6646 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6647
6648         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6649         FROM was optional argument.
6650         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6651
6652 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6653
6654         * Version number is increased to 2.5.6.
6655
6656 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6657
6658         * wl-version.el (wl-version-show): Removed.
6659         (wl-version): Add `interactive'.
6660
6661 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6662
6663         * wl-summary.el (wl-summary-get-petname-func): New variable.
6664         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6665         instead of `wl-address-get-petname-1'.
6666         (wl-summary-simple-from): Ditto.
6667
6668         * wl-address.el (wl-address-get-petname-1): Define as function.
6669
6670 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6673         field in the original message.
6674         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6675
6676 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6677
6678         * wl-expire.el (wl-expire-hide):
6679         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6680
6681 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6684         find decoder for To, Cc, and Subject.
6685
6686 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6689         for checking `elmo-use-buffer-cache'.
6690         (wl-summary-mark-as-important): Fixed typo in comment.
6691
6692 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6695         field in the original message.
6696         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6697
6698 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6699
6700         * wl-expire.el (wl-expire-hide):
6701         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6702
6703 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6706         find decoder for To, Cc, and Subject.
6707
6708 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * Version number is increased to 2.5.5.
6711
6712         * wl-address.el (wl-address-specials-regexp): New constant.
6713         (wl-address-quote-specials): Use it.
6714
6715 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-summary.el (wl-summary-rescan):
6718         Call `wl-summary-buffer-number-column-detect'.
6719         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6720
6721         * wl-message.el (wl-message-mode-map): Define.
6722         (wl-message-decode): Use it as local-map.
6723
6724 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6727         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6728
6729 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6730
6731         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6732
6733         * wl-mule.el (wl-read-event-char): Ditto.
6734
6735         * wl-e21.el (wl-read-event-char): Ditto.
6736
6737         * wl-nemacs.el (wl-read-event-char): Ditto.
6738         (read-event): Removed.
6739
6740         * wl-util.el (toplevel): Removed dummy definition of
6741         `read-event'.
6742         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6743
6744 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6745
6746         * wl-nemacs.el (elmo-archive-call-process): Moved to
6747         elmo-archive.el.
6748
6749 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6752         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6753
6754         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6755         instead of magic-number 6.  Use `not' instead of `null' for symbol
6756         `nil' check (not empty list).
6757         (wl-draft-insert-x-face-field): Fixed paren style.
6758
6759         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6760         one-branch conditional statement, instead of `and' and `if'.
6761         (wl-draft-forward): Likewise.
6762         (wl-draft-add-references): Likewise.
6763         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6764
6765         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6766         conditional steatment.  Use `cond' instead of `if'.
6767         (wl-draft-confirm): Likewise.
6768
6769 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6770
6771         * wl-version.el (wl-version-show): Use `product-string-1'
6772         instead of `wl-version'.
6773         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6774
6775         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6776
6777 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6778
6779         * wl-highlight.el (wl-highlight-headers): Revert
6780         `wl-highlight-x-face-func' argument (`beg' and `end').
6781
6782 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6783
6784         * wl.el (toplevel): Move `product-provide' declare.
6785         * wl-demo.el (toplevel): Ditto.
6786         * wl-dnd.el (toplevel): Ditto.
6787         * wl-highlight.el (toplevel): Ditto.
6788         * wl-message.el (toplevel): Ditto.
6789         * wl-refile.el (toplevel): Ditto.
6790         * wl-util.el (toplevel): Ditto.
6791
6792 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6795         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6796         (wl-thread-close-all): keep cursor position.
6797
6798 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6799
6800         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6801         (eq x 0).
6802         (wl-generate-user-agent-string-1): Fix conditional statement.
6803
6804 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6805
6806         * wl.el (wl-check-environment): Additional check for
6807         'wl-local-domain' and `wl-message-id-domain'.
6808
6809 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6810
6811         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6812
6813 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6816         instead of `smtp-sasl-user-realm'.
6817
6818 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6821
6822 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6823
6824         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6825         to the default value as well as `eword-lexical-analyzer'.
6826
6827 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6828
6829         * wl-version.el (wl-extended-emacs-version,
6830         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6831         `elmo-match-string' instead of `wl-match-string'.
6832
6833 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6834
6835         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6836         docstring.
6837
6838 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6839
6840         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6841
6842 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6843
6844         * wl-highlight.el (wl-highlight-headers): Remove
6845         `wl-highlight-x-face-func' argument (`beg' and `end').
6846
6847 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-summary.el (wl-summary-mark-as-important):
6850         Remove cache if folder is local.
6851
6852 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6853
6854         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6855         to get existing e-mail address string.
6856
6857 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6858
6859         * wl-version.el (wl-generate-user-agent-string): Commentary.
6860         (wl-generate-user-agent-string-1): Use `when' for
6861         one-branch conditional statement, instead of `and' and `if'.
6862         (wl-extended-emacs-version, wl-extended-emacs-version2,
6863         wl-extended-emacs-version3): Ditto.
6864
6865 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6868         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6869         condition-case; Remove initialization.
6870         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6871         (wl-summary-sync-update3): Added argument `sync-all';
6872         Eliminated local variable `msgdb';
6873         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6874         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6875         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6876
6877 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6878
6879         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6880         connection before call `wl-draft-send-mail-with-smtp'.
6881
6882 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6883
6884         * Version number is increased to 2.5.4.
6885
6886 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6887
6888         * wl.el (wl-check-environment): Additional check for
6889         'wl-local-domain' and `wl-message-id-domain'.
6890
6891 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6892
6893         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6894         buffer as command specific.
6895         (wl-folder-mark-as-read-all-entity): Ditto.
6896         (wl-folder-prefetch-entity): Ditto.
6897         (wl-folder-drop-unsync-entity): Ditto.
6898
6899         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6900         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6901         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6902
6903         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6904         save-excursion.
6905
6906 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * Version number is increased to 2.5.3.
6909
6910         * wl-summary.el (wl-summary-save-view-cache):
6911         Delete duplicated `write-region';
6912         Use `write-region-as-binary' instead of `as-binary-output-file' and
6913         `write-region'.
6914
6915 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6916
6917         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6918
6919 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6922         instead of `smtp-via-smtp'.
6923
6924 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6925
6926         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6927
6928 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6929
6930         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6931         instead of `smtp-sasl-user-realm'.
6932
6933 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6934
6935         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6936
6937 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6938
6939         * Version number is increased to 2.5.2.
6940
6941 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6942
6943         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6944         does not exist.
6945         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6946         (wl-biff-start): Call `timer-activate' if timer already exists.
6947
6948         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6949         only when it is bound as function.
6950
6951 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * Version number is increased to 2.5.1.
6954
6955 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6958         Print refile/copy destination.
6959
6960 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6961
6962         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6963         queue-flush-only is non-nil.
6964
6965         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6966
6967         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6968         checking cache folder.
6969
6970 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6971
6972         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6973         `regexp-quote'.
6974
6975 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6976
6977         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6978         function.
6979         * wl-summary.el (wl-summary-write-current-folder-functions):
6980         Change default value.  Use it.
6981
6982 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * Version number is increased to 2.5.0.
6985
6986         * wl-version.el (wl-version): Changed codename.
6987
6988 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6989
6990         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6991         (wl-summary-supersedes-message): Ditto.
6992
6993 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl-refile.el (wl-refile-guess-functions): Renamed from
6996         `wl-refile-guess-func-list'.
6997
6998 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7001         Fixed problem when no rule was matched.
7002
7003 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7004
7005         * wl-summary.el (wl-summary-get-mark): Fixed
7006         `wl-summary-buffer-target-mark' check logic.
7007
7008 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7009
7010         * wl-folder.el (wl-folder-write-current-folder): Added group
7011         folder check.
7012
7013         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7014         `wl-summary-write-current-newsgroup'.
7015         (wl-summary-write-current-folder-functions): New variable.
7016         * wl-folder.el (wl-folder-get-newsgroups): New function.
7017         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7018         (wl-folder-write-current-folder): Renamed from
7019         `wl-folder-write-current-newsgroup'.
7020
7021 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7022
7023         * Version number is increased to 2.3.93.
7024
7025 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7028         (wl-ldap-make-matched-value-list): Ditto.
7029         (wl-ldap-alias-safe-string): Split e-mail address.
7030
7031         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7032         petname folder default was selected.
7033         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7034         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7035
7036 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7039         to `wl-draft-config-exec'.
7040
7041         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7042         instead of calling `wl-draft-config-exec';
7043         Process group-list and show recipients in minibuffer.
7044
7045         * tm-wl.el (wl-draft-preview-message): Ditto.
7046
7047 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7048
7049         * wl.el (toplevel): Added (C) to copyright notice, and
7050         sync Author header.
7051         * tm-wl.el (toplevel): Ditto.
7052         * wl-address.el (toplevel): Ditto.
7053         * wl-demo.el (toplevel): Ditto.
7054         * wl-dnd.el (toplevel): Ditto.
7055         * wl-draft.el (toplevel): Ditto.
7056         * wl-e21.el (toplevel): Ditto.
7057         * wl-expire.el (toplevel): Ditto.
7058         * wl-folder.el (toplevel): Ditto.
7059         * wl-highlight.el (toplevel): Ditto.
7060         * wl-message.el (toplevel): Ditto.
7061         * wl-mime.el (toplevel): Ditto.
7062         * wl-mule.el (toplevel): Ditto.
7063         * wl-nemacs.el (toplevel): Ditto.
7064         * wl-refile.el (toplevel): Ditto.
7065         * wl-score.el (toplevel): Ditto.
7066         * wl-summary.el (toplevel): Ditto.
7067         * wl-template.el (toplevel): Ditto.
7068         * wl-thread.el (toplevel): Ditto.
7069         * wl-util.el (toplevel): Ditto.
7070         * wl-vars.el (toplevel): Ditto.
7071         * wl-xmas.el (toplevel): Ditto.
7072
7073 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7074
7075         * wl.el (wl-init): Added comment about `wl-init-hook'.
7076         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7077         * wl-vars.el (wl-init-hook): Added docs.
7078         (wl-make-plugged-hook): Removed useless docs.
7079         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7080         * wl-xmas.el (toplevel): Ditto.
7081
7082 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7083
7084         * wl-address.el (toplevel): Fixed multiple Author header format.
7085         * wl-demo.el (toplevel): Ditto.
7086         * wl-draft.el (toplevel): Ditto.
7087         * wl-folder.el (toplevel): Ditto.
7088         * wl-summary.el (toplevel): Ditto.
7089         * wl-thread.el (toplevel): Ditto.
7090         * wl-util.el (toplevel): Ditto.
7091         * wl-vars.el (toplevel): Ditto.
7092         * wl-version.el (toplevel): Ditto.
7093         * wl-xmas.el (toplevel): Ditto.
7094         * wl.el (toplevel): Ditto.
7095
7096         * wl-version.el (toplevel): Added require `elmo-version' for
7097         `product-version-as-string'.
7098
7099 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * wl-vars.el (wl-draft-send-hook): Changed default value to
7102         '(wl-draft-config-exec).
7103
7104         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7105         explicitly.
7106         (wl-draft): Set `wl-draft-config-exec-flag' before running
7107         `wl-mail-setup-hook'.
7108
7109         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7110         `wl-biff-init-icons' to `wl-init-hook' instead of
7111         `wl-make-plugged-hook'.
7112         (Because if `wl-draft' command is invoked at first,
7113         they are not initialized)
7114         Updated copyright notice.
7115
7116         * wl-e21.el (toplevel): Ditto;
7117
7118         * wl-demo.el (toplevel): Updated copyright notice.
7119         * wl-address.el (toplevel): Ditto.
7120         * wl-draft.el (toplevel): Ditto.
7121         * wl-version.el (toplevel): Ditto.
7122         * wl-folder.el (toplevel): Ditto.
7123         * wl-summary.el (toplevel): Ditto.
7124         * wl-thread.el (toplevel): Ditto.
7125         * wl-util.el (toplevel): Ditto.
7126         * wl-vars.el (toplevel): Ditto.
7127         * wl.el (toplevel): Ditto.
7128
7129 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-highlight.el (wl-highlight-message): Fixed problem of
7132         highlighting failure which occured when the last field contains
7133         multiple lines in the draft buffer.
7134
7135         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7136         `wl-biff-start' if plugged.
7137
7138         * wl-util.el (wl-biff-check-folder): New function.
7139         (wl-biff-check-folders): Don't set session name prefix.
7140         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7141         (wl-biff-check-folder-async): Ditto.
7142
7143         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7144         in email address.
7145
7146 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7147
7148         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7149
7150         * wl-draft.el (wl-draft-strip-subject-re): New function.
7151
7152         * wl-draft.el (wl-draft-reply): Use it.
7153
7154 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-message.el (wl-mmelmo-message-redisplay): Use
7157         `mime-display-message' instead of `wl-mime-display-message'.
7158
7159         * wl-mime.el (toplevel): Removed compatibility workaround
7160         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7161         (wl-mime-display-message): Abolished.
7162         (wl-mime-entity-read-field): Ditto.
7163         (wl-mime-combine-message/partial-pieces): Use
7164         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7165
7166 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7167
7168         * wl-template.el: Doc fixes.
7169
7170 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7171
7172         * wl-e21.el (wl-message-overload-functions): Do nothing if
7173         `current-local-map' is not available.
7174         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7175
7176 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7177
7178         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7179         representation.
7180
7181         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7182         number.
7183         (wl-fldmgr-save-folders): Don't use `format' when insert
7184         `wl-fldmgr-folders-header'.
7185
7186 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7187
7188         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7189
7190 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * wl-highlight.el (wl-highlight-message):
7193         Use `std11-field-end' to detect end point of the header field.
7194         Refer `wl-highlight-max-header-size'.
7195
7196         * wl-vars.el (wl-highlight-max-header-size): New variable.
7197
7198         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7199
7200         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7201         Set `for-draft' argument of wl-highlight-headers.
7202         (wl-draft): Ditto.
7203         (wl-draft-reedit): Ditto.
7204         (wl-user-agent-compose-internal): Ditto.
7205
7206 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7207
7208         * wl-message.el (wl-message-add-button): Use overlay.
7209
7210 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7211
7212         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7213
7214         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7215         problem when group-list content is nothing.
7216         (Reported by Mito <mit@nines.nec.co.jp>)
7217
7218 2000-10-18  SAITO Atsunori <sai@yedo.com>
7219
7220         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7221
7222 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7223
7224         * tm-wl.el (toplevel): Use product-provide.
7225
7226 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * Version number is increased to 2.3.92.
7229
7230 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7231
7232         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7233         title text, use `display' property for left margin under Emacs 21.
7234
7235         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7236         properties.
7237         (wl-plugged-init-icons): Ditto.
7238
7239 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7240
7241         * wl.el (wl-save-status, wl-init): Remove last period in
7242         "...done." message.
7243         * tm-wl.el (wl-summary-burst): Ditto.
7244         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7245         wl-summary-resume-cache-status,
7246         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7247         wl-summary-sync-update3, wl-summary-highlight-msgs,
7248         wl-summary-flush-pending-append-operations,
7249         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7250         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7251         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7252         wl-thread-open-all): Ditto.
7253         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7254         * wl-mime.el (wl-summary-burst): Ditto.
7255         * wl-highlight.el (wl-highlight-summary): Ditto.
7256         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7257         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7258         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7259         * wl-address.el (wl-local-address-init): Ditto.
7260
7261 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7262
7263         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7264         `add-text-properties'.
7265         (wl-plugged-init-icons): Ditto.
7266         (wl-folder-init-icons): Use `propertize' instead of
7267         `put-text-property'.
7268         (wl-plugged-set-folder-icon): Ditto.
7269         (wl-e21-highlight-folder-group-line): Ditto.
7270
7271 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-version.el (wl-version-status-alist): New variable.
7274         (wl-version-status): New function.
7275
7276         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7277         "Cc" part of the case "Reply-To".
7278
7279         * wl-draft.el (wl-draft-reply): Use result of
7280         `eword-extract-address-components'.
7281
7282         * wl-demo.el (wl-demo-icon-name): New constant.
7283         (wl-logo-xpm): Use it.
7284         (wl-logo-xbm): Ditto.
7285         (wl-logo-bitmap): Ditto.
7286
7287         * Version number is increased to 2.3.91.
7288
7289 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7290
7291         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7292         (wl-extended-emacs-version, wl-extended-emacs-version2,
7293         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7294         docstring.
7295
7296         * wl-version.el (wl-generate-user-agent-string-1): New function.
7297         (wl-generate-user-agent-string): Use it.
7298
7299         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7300         `mime-edit-insert-user-agent-field'.
7301         (wl-generate-user-agent-string): Check
7302         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7303
7304         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7305         instead of `if', when verbose case.
7306
7307 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7308
7309         * wl-expire.el (wl-summary-expire): Fix.
7310
7311 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7312
7313         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7314         and `elmo-lost+found-folder' if 'wl-draft.
7315         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7316
7317 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7318
7319         * wl-expire.el (wl-summary-expire): Change messages.
7320         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7321         `deleing-info' instead of "Deleting..."
7322
7323 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7324
7325         * wl-summary.el (wl-summary-refile-subr): Fix.
7326
7327 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7328
7329         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7330         if pipe folder.
7331
7332 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7333
7334         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7335
7336 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7337
7338         * wl-expire.el (wl-expire-hide): New function.
7339         (wl-summary-expire): Add `hide'.
7340
7341 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-vars.el (wl-draft-reply-without-argument-list):
7344         Changed default value to consider `Reply-To:'.
7345         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7346
7347         * Version number is increased to 2.3.90.
7348
7349         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7350         elmo-imap4-get-session with unwind-protect.
7351         Don't cause error.
7352         (wl-summary-sync-marks): Don't check plugged nor folder type.
7353         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7354         (Always keep current buffer).
7355
7356 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7357
7358         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7359         Enclose with `save-excursion'.
7360
7361 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7362
7363         * wl-version.el (wl-version): Remove interactive.
7364
7365 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7366
7367         * wl-version.el (wl-generate-user-agent-string): Use
7368         `product-string-verbose' instead of `product-string-1'.
7369
7370 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7371
7372         * wl-vars.el (wl-draft-use-cache): New variable.
7373         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7374         if wl-draft-use-cache is non-nil.
7375
7376 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7377
7378         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7379         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7380
7381 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7382
7383         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7384         (wl-thread-msg-mark-as-unread): Ditto.
7385
7386         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7387         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7388         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7389         Don't set mark in summary if return value of `elmo-mark-as-read'
7390         is nil.
7391         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7392         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7393         instead of `wl-thread-msg-mark-as-read'.
7394         (wl-summary-mark-as-unread-region): Ditto.
7395         (wl-summary-target-mark-mark-as-read): Ditto.
7396
7397         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7398
7399 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7402
7403         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7404
7405 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7408         face.
7409
7410 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7411
7412         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7413         `running-xemacs'.
7414
7415 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7416
7417         * wl-version.el (toplevel): Use `product-version-as-string' for
7418         set verstion-string, if defined.
7419
7420         * wl-version.el (wl-version-show): Insert string at point, when
7421         call with argument.
7422
7423         * wl-version.el (wl-generate-user-agent-string): Use
7424         `product-string-1' instead of `wl-appname', `wl-version' and
7425         `wl-codename'.
7426
7427 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7428
7429         * wl-address.el (toplevel): Use product-provide.
7430         * wl-demo.el (toplevel): Ditto.
7431         * wl-dnd.el (toplevel): Ditto.
7432         * wl-draft.el (toplevel): Ditto.
7433         * wl-e21.el (toplevel): Ditto.
7434         * wl-expire.el (toplevel): Ditto.
7435         * wl-fldmgr.el (toplevel): Ditto.
7436         * wl-folder.el (toplevel): Ditto.
7437         * wl-highlight.el (toplevel): Ditto.
7438         * wl-message.el (toplevel): Ditto.
7439         * wl-mime.el (toplevel): Ditto.
7440         * wl-mule.el (toplevel): Ditto.
7441         * wl-nemacs.el (toplevel): Ditto.
7442         * wl-refile.el (toplevel): Ditto.
7443         * wl-score.el (toplevel): Ditto.
7444         * wl-summary.el (toplevel): Ditto.
7445         * wl-template.el (toplevel): Ditto.
7446         * wl-thread.el (toplevel): Ditto.
7447         * wl-util.el (toplevel): Ditto.
7448         * wl-vars.el (toplevel): Ditto.
7449         * wl-xmas.el (toplevel): Ditto.
7450         * wl.el (toplevel): Ditto.
7451
7452 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7453
7454         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7455         instead of product.
7456
7457         * wl-version.el (wl-version): Compile time evalution elmo-version.
7458
7459 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7460
7461         * wl-summary.el (wl-summary-sync-force-update): Append queue
7462         `mark-as-read'if unplugged.
7463
7464 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7465
7466         * wl-version.el: New file.  Use product.el.
7467         * wl.el: add (require 'wl-version).
7468         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7469         for ~/.folders header.
7470         (wl-fldmgr-folders-header): Changed.
7471         * wl-demo.el (wl-demo): Use product.el.
7472
7473         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7474         wl-version.el.
7475         * wl-util.el (wl-version, wl-version-show): Ditto.
7476
7477         * wl-util.el (wl-generate-user-agent-string,
7478         wl-extended-emacs-version, wl-extended-emacs-version2,
7479         wl-extended-emacs-version3): Move to wl-version.el.
7480         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7481         xemacs-codename, mime-edit-insert-user-agent-field,
7482         mime-edit-user-agent-value, mime-editor/version,
7483         mime-editor/codename): Compile warning killer move to
7484         wl-version.el
7485
7486 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7487
7488         * wl-summary.el (wl-summary-refile-subr): Fix.
7489
7490 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7493         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7494
7495 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7496
7497         * wl.el (wl-check-environment): Check too many `@'.
7498
7499 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7500
7501         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7502
7503 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7504
7505         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7506         wl-draft-reply-myself-without-argument-list): Add variables.
7507         * wl-draft.el (wl-draft-reply): Use it.
7508
7509 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7510
7511         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7512         the 5th argument of `elmo-network-get-spec'.
7513
7514         * wl-thread.el (wl-thread-reparent-children): New inline function.
7515         (wl-thread-delete-message): Use it.
7516
7517         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7518         (wl-summary-score-update-all-lines): Don't use `dolist'.
7519
7520 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7521
7522         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7523         (require 'elmo-msgdb) for inline function.
7524
7525 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7526
7527         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7528
7529 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7530
7531         * wl-score.el (wl-score-headers): Fix for the confusing macro
7532         `elmo-kill-buffer'.
7533
7534 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7535
7536         * wl-summary.el: Don't use the 3rd argument of `require' because
7537         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7538         * wl-util.el: Ditto.
7539         * wl-draft.el: Ditto.
7540
7541 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7542
7543         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7544         window system is not used.
7545
7546 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7547
7548         * wl-thread.el: Don't use `mapcar' only for iteration.
7549         (wl-thread-resume-entity): Ditto.
7550         (wl-thread-delete-message): Ditto.
7551
7552         * wl-summary.el: Bind `dragdrop-drop-functions',
7553         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7554         of `require' for `timezone', `easymenu' and `ps-print';
7555         don't use `mapcar' only for iteration.
7556
7557         * wl-util.el: Bind `mule-version', `nemacs-version',
7558         `emacs-beta-version', `xemacs-codename',
7559         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7560         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7561         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7562         only for iteration.
7563
7564         * wl-score.el: Don't use `mapcar' only for iteration.
7565         (wl-score-simplify-buffer-fuzzy): Ditto.
7566         (wl-score-simplify-subject): Ditto.
7567         (wl-score-headers): Ditto.
7568         (wl-summary-score-update-all-lines): Ditto.
7569
7570         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7571         `enable-multibyte-characters' and `mule-version'.
7572
7573         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7574         `mapcar' only for iteration.
7575
7576         * wl-demo.el: Don't use `mapcar' only for iteration.
7577
7578         * wl-folder.el: Don't use `mapcar' only for iteration.
7579         (wl-folder-open-all): Ditto.
7580         (wl-folder-count-incorporates): Ditto.
7581
7582         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7583         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7584
7585         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7586         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7587         `smtp-connection-type'; specify 3rd argument of `require' for
7588         `timezone'; don't use `mapcar' only for iteration.
7589         (wl-draft-clone-local-variables): Don't use `mapcar'.
7590         (wl-draft-generate-clone-buffer): Ditto.
7591         (wl-user-agent-compose-internal): Ditto.
7592
7593         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7594
7595         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7596         (wl-save-status): Ditto.
7597
7598         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7599         for iteration.
7600
7601 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7604         removed `Date'.
7605         (wl-fldmgr-make-filter-default): New user option.
7606
7607         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7608         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7609         (wl-fldmgr-filter-completion-alist): Abolish.
7610
7611         * wl.el (wl): Don't check servers if arg is non-nil.
7612
7613         * wl-draft.el (wl-draft-reply): Set only message-id string to
7614         In-Reply-To field.
7615
7616 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * wl-summary.el (wl-summary-pick): Rewrite.
7619
7620         * wl-draft.el (wl-draft-forward): Get references field from
7621         original buffer.
7622         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7623
7624 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7625
7626         * wl-draft.el (wl-draft-forward): Add references field.
7627
7628 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7629
7630         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7631         (wl-draft-reply): Use it.
7632
7633 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7634
7635         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7636         when Emacs 21 is running.
7637
7638         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7639         bindings.
7640
7641 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7642
7643         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7644         XPM icons transparent.
7645
7646         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7647         Emacs 21.
7648
7649 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7652         nil.
7653
7654         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7655         when it is persistent.
7656         (wl-summary-sync-marks): Changed argument for
7657         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7658         (wl-summary-virtual): Use `elmo-read-search-condition'.
7659         (wl-summary-redisplay-internal): If folder is local, mark as read
7660         even when folder is plugged.
7661
7662 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7663
7664         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7665         of `tool-bar-lines' in the frame parameters.
7666         (after-make-frame-functions, post-command-hook): Don't modify the
7667         value.
7668         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7669         wl-e21-tool-bar-lines): Removed.
7670
7671 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7672
7673         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7674         properties `evaporate' and `wl-momentary-overlay' as well.
7675         (wl-highlight-summary-displaying): Ditto.
7676         (wl-delete-all-overlays): Don't delete overlay which does not have
7677         a property `wl-momentary-overlay'.
7678
7679         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7680         `display-mouse-p' and `display-graphic-p'.
7681         (wl-folder-init-icons): Don't search for XBM or the other files.
7682         (wl-plugged-set-folder-icon): Make icons if and only if
7683         `display-graphic-p' returns non-nil.
7684         (wl-highlight-plugged-current-line): Use `before-string' overlay
7685         property to show icon images.
7686         (wl-highlight-folder-current-line): Ditto.
7687         (wl-e21-highlight-folder-group-line): Ditto.
7688         (wl-e21-highlight-folder-by-numbers): Ditto.
7689         (wl-e21-insert-image): Removed.
7690         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7691         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7692         said.
7693         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7694         `wl-e21-force-switch-toolbar'.
7695         (wl-e21-make-icon-image): Removed.
7696         (wl-e21-setup-toolbar): Don't search for XBM files.
7697         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7698         the default value.
7699
7700 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-util.el (wl-biff-check-folder-async): Set
7703         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7704
7705 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7706
7707         * wl-e21.el (after-make-frame-functions): Add
7708         `wl-e21-force-switch-toolbar'.
7709         (wl-e21-force-switch-toolbar): New function force to switch the
7710         toolbar appearance automatically.
7711         (post-command-hook): Add `wl-e21-switch-toolbar'.
7712         (wl-e21-switch-toolbar): New function to switch the toolbar
7713         appearance automatically.
7714         (wl-e21-tool-bar-lines): New buffer local variable.
7715
7716 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-util.el (wl-biff-check-folders-running): New variable.
7719         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7720         (wl-biff-check-folder-async-callback):
7721         Set `wl-biff-check-folders-running'.
7722         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7723         with unwind-protect.
7724
7725         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7726         Enclose `wl-folder-auto-check' with unwind-protect.
7727
7728         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7729         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7730
7731         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7732
7733         * wl-util.el (wl-biff-notify): New inline function.
7734         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7735         locally.
7736         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7737         folder-list' is 1.
7738         Use `wl-biff-notify'.
7739         (wl-biff-check-folder-async-callback): New function.
7740         (wl-biff-check-folder-async): Ditto.
7741
7742         * wl-folder.el (wl-folder): Don't check folders.
7743         (wl-folder-auto-check): New function.
7744
7745 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7746
7747         * wl-util.el (wl-biff-start) [Emacs19+]:
7748         Use `timer-next-integral-multiple-of-time'.
7749         (wl-biff-check-folders): Use `wl-default-folder'
7750         if `wl-biff-check-folder-list' is nil.
7751
7752 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7753
7754         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7755         instead of `elmo-delete-lists'.
7756
7757 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7758
7759         * wl.el (wl-plugged-toggle-all): Set the value of
7760         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7761         (wl-plugged-toggle): Ditto.
7762         (wl-toggle-plugged): Ditto.
7763         (wl-plugged-init): Ditto.
7764
7765         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7766         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7767         instead of `wl-biff-state-indicator-off' and
7768         `wl-biff-state-indicator-on'; don't modify the value and the type
7769         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7770         (wl-plugged-init-icons): Set icons data to
7771         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7772         instead of `wl-plug-state-indicator-off' and
7773         `wl-plug-state-indicator-on'; don't modify the value and the type
7774         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7775
7776         * wl-vars.el (wl-modeline-biff-state-off,
7777         wl-modeline-biff-state-on, wl-modeline-biff-status,
7778         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7779         wl-modeline-plug-status): New internal variables.
7780         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7781         wl-biff-check-interval, wl-biff-check-folder-list): Change
7782         customization group from `wl-folder' to `wl-highlight'.
7783         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7784         wl-show-plug-status-on-modeline): Defcustomized.
7785
7786         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7787         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7788         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7789         a flag to `mode-line-buffer-identification'.
7790
7791         * wl-e21.el (wl-biff-init-icons): Set icons data to
7792         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7793         instead of `wl-biff-state-indicator-off' and
7794         `wl-biff-state-indicator-on'.
7795         (wl-plugged-init-icons): Set icons data to
7796         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7797         instead of `wl-plug-state-indicator-off' and
7798         `wl-plug-state-indicator-on'.
7799
7800 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7801
7802         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7803         excessive titles.
7804
7805 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7806
7807         * wl.el (wl-plugged-mode): Use revised
7808         `wl-mode-line-buffer-identification'.
7809         (wl-plugged-init): Don't use `force-mode-line-update'.
7810
7811         * wl-xmas.el (wl-draft-overload-functions): Use revised
7812         `wl-mode-line-buffer-identification'.
7813         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7814         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7815         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7816         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7817         `wl-make-plugged-hook';
7818         add `wl-folder-init-icons' and `wl-setup-folder' to
7819         `wl-folder-mode-hook'.
7820
7821         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7822         19 as well.
7823         (wl-mode-line-display-priority-list): New user option.
7824         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7825         Defcustomized.
7826         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7827         Add docs.
7828
7829         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7830         start.
7831         (wl-mode-line-buffer-identification): Revised as a function.
7832
7833         * wl-summary.el (wl-summary-mode): Use revised
7834         `wl-mode-line-buffer-identification'; don't call
7835         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7836         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7837         `wl-xmas-setup-summary'.
7838
7839         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7840         `wl-mode-line-buffer-identification'.
7841
7842         * wl-mule.el (wl-draft-overload-functions): Use revised
7843         `wl-mode-line-buffer-identification'.
7844
7845         * wl-folder.el (wl-make-plugged-alist): Don't call
7846         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7847         (wl-folder): Don't call `wl-folder-init-icons' directly.
7848         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7849         `wl-xmas-setup-folder' directly;
7850         use revised `wl-mode-line-buffer-identification'.
7851         (TopLevel): Don't bind `wl-biff-init-icons',
7852         `wl-plugged-init-icons', `wl-folder-init-icons',
7853         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7854
7855         * wl-e21.el (wl-draft-overload-functions): Use revised
7856         `wl-mode-line-buffer-identification'.
7857         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7858         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7859         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7860         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7861         `wl-make-plugged-hook';
7862         add `wl-folder-init-icons' and `wl-setup-folder' to
7863         `wl-folder-mode-hook'.
7864
7865 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7866             Katsumi Yamaoka    <yamaoka@jpl.org>
7867
7868         * wl.el (wl): Call `wl-biff-start'.
7869         (wl-exit): Call `wl-biff-stop'.
7870         (wl-plugged-mode): Show biff in modeline.
7871         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7872
7873         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7874         (wl-biff-init-icons): New function.
7875         (wl-plugged-init-icons): Don't make too much keymaps.
7876         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7877
7878         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7879         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7880         variables.
7881         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7882         options.
7883
7884         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7885         wl-biff-start, wl-biff-stop): New functions.
7886         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7887         (wl-biff-timer-name): New variable.
7888
7889         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7890
7891         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7892         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7893
7894         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7895         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7896
7897         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7898         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7899         `wl-folder-init-icons' to `ignore' if they are not available.
7900         (wl-folder-mode): Show biff in modeline.
7901
7902         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7903         (wl-biff-init-icons): New function.
7904         (wl-plugged-init-icons): Don't make too much keymaps.
7905         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7906
7907 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7908
7909         * wl-vars.el (wl-strict-diff-folders): Customization Type
7910         and doc fix.  Define as a list of regular expressions for
7911         folders or nil.
7912         * wl-folder.el (wl-folder-check-one-entity): Use
7913         `wl-string-match-member' instead of `wl-string-member' for
7914         `wl-strict-diff-folders'.
7915
7916 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7917
7918         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7919         (wl-highlight-folder-current-line): Use it; new implementation.
7920         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7921         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7922         `defsubst' instead of `defun'.
7923
7924         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7925         `wl-highlight-group-folder-by-numbers'; made it can also be a
7926         number.  See info for more details.
7927
7928         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7929         running.
7930
7931         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7932         to bind them.
7933
7934         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7935         (wl-highlight-folder-current-line): New implementation.
7936
7937         * wl-highlight.el (wl-highlight-folder-group-line): New
7938         implementation.
7939         (wl-delete-all-overlays): Rewrite as a marco.
7940         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7941
7942         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7943         running.
7944         (wl-folder-*-glyph): No need to bind them.
7945
7946         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7947         `wl-e21-highlight-folder-group-icon'; rewrite.
7948         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7949         `defsubst' instead of `defun'.
7950         (wl-folder-mode-map): Bind it when compiling.
7951
7952 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7955
7956         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7957
7958 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7959
7960         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7961
7962 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7963
7964         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7965         (wl-highlight-folder-current-line): Use it.
7966
7967         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7968         in `id-name'.
7969
7970 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7971
7972         * wl.el: Require `wl-e21' when Emacs 21 is running.
7973
7974         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7975         default when Emacs 21 is running.
7976         (wl-use-highlight-mouse-line): Ditto.
7977         (wl-on-emacs21): New constant.
7978         (wl-on-emacs20): Removed.
7979
7980         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7981         Emacs 21 is running.
7982
7983         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7984         Emacs 21 is running.
7985
7986         * wl-e21.el: New file.
7987
7988 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7989
7990         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7991         (wl-toggle-plugged): Ditto.
7992         (wl-plugged-toggle): Ditto.
7993         (wl-plugged-toggle-all): Ditto.
7994
7995         * wl-vars.el (wl-plug-state-indicator): Refer
7996         `wl-plug-state-indicator-on' indirectly.
7997
7998 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8001         Call `wl-folder-confirm-existence'.
8002
8003         * wl-folder.el (wl-folder-confirm-existence): Added optional
8004         argument `force'.
8005
8006 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8007
8008         * wl-summary.el (wl-summary-refile-subr): Assume
8009         `copy-or-refile' as symbol.
8010         (wl-summary-refile): Follow up above change.
8011         (wl-summary-copy): Ditto.  Doc fix.
8012
8013 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8014
8015         * wl-summary.el (wl-summary-pick): Don't bind
8016         `elmo-search-mime-charset'.
8017
8018         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8019         default using old backquote style.
8020         (wl-search-mime-charset): Abolished.
8021
8022         * wl-highlight.el (wl-highlight-headers):
8023         Call `point' after `re-search-forward'(for Nemacs).
8024
8025         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8026         for elmo-imap4.el.
8027
8028 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8029
8030         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8031         `wl-message-ignored-field-list' instead of
8032         `mime-view-ignored-field-list'.
8033
8034         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8035         Add interactive spec.
8036         (wl-folder-goto-bottom-of-current-folder): Ditto.
8037         (wl-folder-mode-map): Bind them.
8038
8039         * wl-vars.el (wl-message-ignored-field-list): New variable.
8040         (wl-message-visible-field-list): New variable.
8041
8042         * wl-mime.el (wl-mime-header-presentation-method): New function.
8043         (wl-mime-setup): Set header-presentation-method.
8044
8045 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8046
8047         * wl-nemacs.el (wl-draft-overload-functions): Set
8048         `mode-line-buffer-identification' instead of using
8049         `wl-make-modeline'.
8050
8051         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8052         instead of using `wl-make-modeline'.
8053
8054         * wl-xmas.el (wl-plugged-init-icons): Set up
8055         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8056         (wl-make-modeline): Abolish.
8057         (wl-draft-overload-functions): Set
8058         `mode-line-buffer-identification' instead of using
8059         `wl-make-modeline'.
8060
8061         * wl-util.el (wl-make-modeline-subr): Abolish.
8062         (wl-mode-line-buffer-identification): New alias.
8063
8064         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8065         (wl-summary-make-modeline): Abolish.
8066         (wl-summary-buffer-set-folder): Set
8067         `wl-summary-buffer-folder-indicator'.
8068         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8069         of using `wl-make-modeline'.
8070         (wl-summary-switch-to-clone-buffer): Don't set
8071         `mode-line-buffer-identification'.
8072         (wl-summary-goto-folder-subr): Ditto.
8073
8074         * wl-mule.el (wl-draft-overload-functions): Set
8075         `mode-line-buffer-identification' instead of using
8076         `wl-make-modeline'.
8077
8078         * wl-folder.el (wl-folder-mode): Set
8079         `mode-line-buffer-identification' instead of using
8080         `wl-make-modeline'.
8081         (wl-folder): Don't set `mode-line-buffer-identification'.
8082
8083 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8084
8085         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8086         instead of `member' for `wl-refile-guess-func-list' look-ups.
8087         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8088
8089 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8090
8091         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8092         `wl-message-button-dispatcher'.
8093
8094         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8095
8096         * wl-message.el (wl-message-button-dispatcher): Use it.
8097
8098         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8099         "In-Reply-To".
8100
8101         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8102         Bind `case-fold-search' to t.
8103
8104 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8105
8106         * wl-xmas.el (wl-message-overload-functions): Initialize
8107         `wl-message-button-map'.
8108
8109         * wl-mule.el (wl-message-overload-functions): Initialize
8110         `wl-message-button-map'.
8111
8112         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8113
8114         * wl-message.el (wl-message-button-map): New keymap.
8115         (wl-message-add-button): New function.
8116         (wl-message-button-dispatcher): New function.
8117         (wl-message-button-refer-article): New function.
8118
8119         * wl-highlight.el
8120         (wl-highlight-message-add-buttons-to-header): New function.
8121         (wl-highlight-headers): Use it.
8122
8123 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8124
8125         * wl-summary.el (wl-summary-default-from): Use
8126         `wl-address-get-petname-1'.
8127         (wl-summary-simple-from): Ditto.
8128
8129         * wl-address.el (wl-address-get-petname-1): New inline function.
8130         (wl-address-get-petname): Use it.
8131
8132 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8133
8134         * wl-summary.el (wl-summary-default-from): Return full-name part
8135         from the address if no petname was found.
8136         (wl-summary-simple-from): Ditto.
8137
8138         * wl-address.el (wl-address-get-petname): Return nil if no petname
8139         associated with the address was found.
8140
8141 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8142
8143         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8144         display is finished.
8145
8146 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8147
8148         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8149         `elmo-folder-exists-p' argument.
8150
8151 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8152
8153         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8154         the folder.
8155
8156 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8159
8160         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8161         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8162
8163 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8164
8165         * wl-folder.el (wl-folder-create-subr): New function.
8166         (wl-folder-confirm-existence): Use it.
8167         (wl-folder-check-one-entity): Use it.
8168         Check the error symbol is derived from 'elmo-open-error.
8169
8170         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8171         `ignore-error'.
8172
8173 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8174
8175         * wl-util.el (toplevel): Add (eval-when-compile (require
8176         'elmo-util)).  (Maybe `provide' is typo.)
8177
8178 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8179
8180         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8181         (I don't know why this was needed.)
8182
8183         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8184         Follow up changes for stream-type.
8185
8186         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8187         (wl-draft-elmo-nntp-send): Ditto.
8188
8189         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8190         (wl-nntp-posting-stream-type): Ditto.
8191         (wl-pop-before-smtp-ssl): Abolished.
8192         (wl-nntp-posting-ssl): Ditto.
8193
8194         * wl-address.el (wl-address-quote-specials): New function.
8195         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8196
8197         * wl-draft.el (wl-draft-reply): Ditto.
8198
8199 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8200
8201         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8202         use function `wl-string-match-assoc'.
8203
8204 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8207
8208         * wl-draft.el (wl-draft-deduce-address-list): New function.
8209         (wl-draft-parse-mailbox-list): Ditto.
8210         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8211         instead of `smtp-deduce-address-list'.
8212         (wl-draft-on-field-p): Follow group list.
8213
8214         * wl-address.el (wl-address-concat-token): New function.
8215         (wl-address-string-without-group-list-contents): Ditto.
8216         (wl-complete-field-body): Fixed problem of completion
8217         by japanese petname.
8218         (wl-address-make-completion-list): Rewrite.
8219
8220 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8221
8222         * wl-address.el (wl-address-make-completion-list): Completion by
8223         petname.
8224         (wl-complete-field-body): Likewise.
8225
8226 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8229         contains invalid address syntax.
8230
8231 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8232
8233         * wl-folder.el (wl-folder-check-entity-async): Use
8234         `elmo-nntp-spec-hostname'.
8235
8236 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8237
8238         * wl-summary.el (wl-summary-msgdb-load-async): Use
8239         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8240
8241 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-draft.el (wl-draft-reply): Set argument
8244         `content-transfer-encoding' as nil.
8245
8246 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8247
8248         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8249         `wl-refile-alist'.
8250
8251 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8252
8253         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8254         (wl-draft-edit-string): Ditto.
8255         (wl-draft-forward): Ditto.
8256         * wl-summary.el (wl-summary-write): Ditto.
8257
8258 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-summary.el (wl-summary-sync-update3): Call
8261         `wl-summary-buffer-number-column-detect'.
8262         (wl-summary-buffer-number-column-detect): Search from point-min.
8263
8264 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8267         contains an address which is not included in original to or cc.
8268
8269 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8270
8271         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8272         begin-line does not exist.
8273         * wl-message.el (wl-message-uu-substring): Ditto.
8274
8275 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8278         clear local variables.
8279         (wl-summary-exit): Call `elmo-commit'.
8280         (wl-summary-switch-to-clone-buffer): Call
8281         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8282         (wl-summary-goto-folder-subr): Ditto.
8283
8284         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8285         POP folder.
8286
8287 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8288
8289         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8290         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8291         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8292         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8293         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8294         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8295
8296         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8297
8298 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8299
8300         * wl-summary.el (wl-summary-search-by-subject):
8301         Search parent message from the latest one.
8302
8303 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8304
8305         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8306         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8307
8308         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8309         New user option.
8310
8311         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8312         if elmo-nntp-use-killed-list is nil.
8313         Use `elmo-msgdb-append-to-killed-list'.
8314         (Append numbers confirmed as disappeared to the killed list.)
8315         (wl-summary-confirm-appends): Don't display negative number.
8316
8317 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8318
8319         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8320
8321 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8324         range is `all'.
8325         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8326         `elmo-list-bigger-diff'.
8327
8328 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-summary.el (wl-summary-buffer-exit-func):
8331         New buffer local variable.
8332         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8333
8334 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8335
8336         * wl-demo.el (wl-demo): Fix the last change.
8337
8338 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8339
8340         * wl-demo.el (wl-demo): Don't use `eval'.
8341
8342 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8343
8344         * wl-summary.el (wl-summary-buffer-thread-modified):
8345         New buffer-local variable.
8346         (wl-summary-set-thread-modified): New function.
8347         (wl-summary-thread-modified-p): New function.
8348         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8349         (wl-summary-yank-saved-message): Use function
8350         `wl-summary-set-thread-modified'
8351         (wl-summary-switch-to-clone-buffer): Add
8352         `wl-summary-buffer-thread-modified'.
8353
8354         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8355         (wl-summary-buffer-mark-saved-hook): Ditto.
8356         * wl-summary.el (wl-summary-msgdb-save): New hook
8357         `wl-summary-buffer-message-saved-hook' and
8358         `wl-summary-buffer-mark-saved-hook'.
8359
8360 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8361
8362         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8363
8364 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8365
8366         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8367         don't hide scroll bars under FSF Emacsen because it may incur an
8368         undesirable redrawing.
8369
8370 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8371
8372         * wl-draft.el (wl-draft-edit-string): Call
8373         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8374
8375 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8376
8377         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8378
8379 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8380
8381         * wl-summary.el (wl-summary-msgdb-load-async): Call
8382         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8383
8384 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8385
8386         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8387         fringes in demo buffer; center bitmap logo correctly even if old
8388         Mule is used.
8389
8390 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8391
8392         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8393
8394         * wl-refile.el (wl-refile-subject-alist): New variable.
8395         (wl-refile-subject-alist-file-name): Ditto.
8396         (wl-refile-alist-setup): Rewrite.
8397         (wl-refile-alist-save): Use `elmo-object-save'.
8398         Eliminated arguments.
8399         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8400         (wl-refile-guess-by-subject): New function.
8401         (wl-refile-guess-func-list): Added it.
8402
8403 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8404
8405         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8406         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8407
8408 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8411         New buffer-local variable.
8412         (wl-summary-buffer-next-folder-func): Ditto.
8413         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8414         if non-nil.
8415         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8416         if non-nil.
8417         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8418         if non-nil.
8419         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8420         if non-nil.
8421
8422 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8423
8424         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8425         permanently in the demo buffer.
8426
8427 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8428
8429         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8430         `mime-entity-fetch-field'.
8431
8432         * wl.el (wl-exit): Delete plugged buffer.
8433
8434         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8435         XEmacs has menubar feature.
8436
8437 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8438
8439         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8440         cannot arrive at the beginning of the buffer under old Emacsen.
8441
8442 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8443
8444         * wl-address.el (wl-address-ldap-search):
8445         Call `ldap-search-entries' with `withdn' argument t.
8446         (wl-complete-field-body): Bind completion-ignore-case as t.
8447         Clear ldap search hash when it was sole completion.
8448         Use elmo-string for pattern string.
8449         (wl-ldap-alias-safe-string): Eliminated needless let.
8450
8451 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8452
8453         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8454         (wl-ldap-alias-sep): New constant.
8455         (wl-ldap-search-attribute-type-list): Ditto.
8456         (wl-ldap-get-value): New function.
8457         (wl-ldap-make-filter): Ditto.
8458         (wl-ldap-make-matched-value-list): Ditto.
8459         (wl-ldap-alias-safe-string): Ditto.
8460         (wl-ldap-register-dn-string): Ditto.
8461         (wl-address-ldap-search): Rewrite.
8462
8463 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8464
8465         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8466         thread is deleted.
8467         (wl-thread-delete-line-from-buffer): Ditto.
8468         (wl-thread-get-exist-children): New function.
8469
8470 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8471
8472         * wl-demo.el (wl-demo): Made it to select various image types.
8473         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8474         from `wl-title-logo'.
8475         (wl-logo-ascii): New variable.
8476         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8477         (wl-demo-copyright-notice): New constant.
8478
8479         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8480
8481 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8482
8483         * wl-vars.el (wl-summary-target-above): Renamed from
8484         wl-summary-temp-above.
8485         * wl-score.el (wl-score-get-score-alist): Use it.
8486         (wl-summary-score-update-all-lines): Use it.
8487         * wl-summary.el: Ditto. (make-variable-buffer-local).
8488
8489 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-vars.el (wl-ldap-port): New user option.
8492
8493         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8494         Rewite whole implementation.
8495         (wl-complete-field-body): Fixed.
8496
8497 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8498
8499         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8500         Choose implementation at compile time.
8501
8502 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8503
8504         * wl-address.el (wl-ldap-search-internal): New function.
8505         (wl-complete-field-to): Use it.
8506
8507 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8510         Use `let' instead of `let*'.
8511         Require 'wl-vars.
8512
8513         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8514         Define as defcustom.
8515         (wl-ldap-base): Ditto.
8516         (wl-use-ldap): Ditto.
8517
8518 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8519
8520         * wl-address.el (wl-ldap-search): New function.
8521         (wl-complete-field-body): Use `wl-ldap-search'.
8522         (wl-ldap-server): New variable.
8523         (wl-ldap-base): Ditto.
8524         (wl-use-ldap): Ditto.
8525
8526 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8527
8528         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8529         (Pointed out by Mito <mit@nines.nec.co.jp>).
8530         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8531         buffer-local variables like `wl-summary-redisplay-internal'.
8532         (wl-summary-redisplay-all-header): Likewise.  Update
8533         Summary view too.
8534
8535 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-summary.el (wl-summary-jump-to-parent-message):
8538         Consider prefix argument.
8539
8540         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8541         when closed thread is deleted.
8542
8543 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8544
8545         * wl-summary.el (wl-summary-jump-to-parent-message):
8546         Consider thread modification.
8547
8548 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8549
8550         * wl-message.el (wl-message-normal-get-original-buffer): Use
8551         `save-excursion'.
8552
8553         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8554         (wl-summary-showto-folder-regexp): Ditto.
8555
8556 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8557
8558         * wl-util.el (wl-delete-alist): Doc fix.
8559         (wl-delete-associations): New function.
8560         (wl-inverse-alist): New function.
8561         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8562         Split temporary variables. Use `wl-delete-associations'
8563         and `wl-inverse-alist'.
8564         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8565
8566 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8567
8568         * wl-folder.el (wl-folder-prefetch-entity):
8569         Execute prefetching if new count is unknown.
8570
8571 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8572
8573         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8574
8575         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8576         delete entity.
8577         (wl-thread-set-parent): If insert as top, set linked as nil.
8578
8579         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8580         `wl-thread-cleanup-symbols' when view mode is thread.
8581
8582 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8583
8584         * wl-folder.el (wl-folder-create-folder-entity): Use
8585         with-current-buffer.
8586         (wl-local-folder-init): Call set-buffer to make sure we are in
8587         the Folder buffer. Don't touch buffer-local variables here.
8588         (wl-folder-mode): Initialize buffer-local variables here.
8589
8590         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8591         (wl-folder-entity-assign-id): Ditto.
8592         (wl-folder-create-entity-hashtb): Ditto.
8593         (wl-local-folder-init): Ditto.
8594         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8595
8596 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8597
8598         * wl-summary.el (wl-summary-default-from): Fix probrem when
8599         std11-extract-address-components return (nil "foo@bar").
8600
8601 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8602
8603         * wl-draft.el (wl-draft-clone-local-variables):
8604         Remove redundant `setq'.
8605
8606 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8609         Bind wl-highlight-x-face-func as nil while highlighting header.
8610
8611 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8612
8613         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8614
8615 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8616
8617         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8618         elmo-msgdb-overview-hashtb from copy-variables.
8619         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8620         instead of `elmo-msgdb-overview-get-entity-by-number'.
8621         (wl-summary-auto-refile): Ditto.
8622
8623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8624         `elmo-msgdb-overview-get-entity' instead of
8625         `elmo-msgdb-search-overview-entity'.  Use
8626         `elmo-msgdb-overview-get-entity' instead of
8627         `elmo-msgdb-overview-get-entity-by-number'.
8628         (wl-thread-insert-entity-sub): Ditto.
8629         (wl-thread-insert-message): Ditto.
8630
8631         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8632         `elmo-msgdb-overview-get-entity'.
8633         (wl-normal-message-redisplay): Ditto.
8634
8635 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8636
8637         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8638         `wl-thread-entities'.
8639         (wl-thread-delete-message): Fix remove top message from
8640         `wl-thread-entity-list'.
8641
8642         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8643         wl-append(nconc), because update-list is broken on Meadow.
8644
8645         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8646         updating process.
8647         (wl-summary-rescan): Ditto.
8648         (wl-summary-sync-update3): Ditto.
8649         * wl-thread.el (wl-thread-set-parent): Renamed from
8650         `wl-summary-set-parent'.
8651         (wl-thread-insert-message): Updating buffer faster.
8652         (wl-thread-delete-message): Updating buffer faster.
8653
8654         * wl-score.el (wl-summary-score-update-all-lines): Changed
8655         interval for display progress gauge.
8656
8657 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8658
8659         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8660         folder always-sticky.
8661         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8662         defmacro.
8663
8664 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8665
8666         * wl-vars.el (wl-draft-add-references): New user option.
8667
8668         * wl-draft.el (wl-draft-add-references): New function.
8669         (wl-draft-yank-from-mail-reply-buffer): Use it.
8670         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8671         as nil.
8672
8673 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8674
8675         * wl-thread.el (wl-thread-update-line-msgs): Called
8676         `wl-thread-update-line-on-buffer-sub'.
8677         (wl-thread-update-line-on-buffer): Delete routine of inserting
8678         thread.
8679         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8680         moved from `wl-thread-update-line-on-buffer'.
8681         Add threshold for displaying progress gauge.
8682         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8683         argument of `wl-thread-update-line-msgs'.
8684         Add threshold for displaying progress gauge.
8685         * wl-folder.el:
8686         Add threshold for displaying progress gauge.
8687         * wl-score.el: Ditto.
8688
8689         * wl-expire.el (wl-summary-expire): Display deleting info.
8690
8691 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8694         `no-msg'.
8695         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8696         argument of `wl-thread-update-line-msgs'.
8697         (wl-summary-set-parent): Added optional argument `parent-number'.
8698         (wl-summary-buffer-saved-message): New buffer local variable.
8699         (wl-summary-save-current-message): New command.
8700         (wl-summary-yank-saved-message): Ditto.
8701         (wl-summary-mode-map): Added key binding for
8702         `wl-summary-save-current-message' (\ew) and
8703         `wl-summary-yank-saved-message' (\C-y).
8704         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8705
8706 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl-summary.el (wl-summary-mode-map): Added key binding for
8709         `wl-summary-set-parent' (ts).
8710
8711 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8712
8713         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8714         subject faster. If thread number is reverse, delayed updating
8715         thread.
8716         (wl-summary-search-by-subject): Ditto.
8717         (wl-summary-put-alike): Ditto.
8718         (wl-summary-get-alike): Ditto.
8719         (wl-summary-insert-headers): Insert header of all overview in
8720         buffer.
8721         (wl-summary-rescan): Delayed updating thread. Kill search subject
8722         buffer for wl-summary-search-by-subject.
8723         (wl-summary-sync-update3): Ditto.
8724         (wl-summary-exit): Ditto.
8725         (wl-summary-goto-bottom-of-current-thread): Change for linked
8726         thread.
8727         (wl-summary-overview-create-summary-line): Change line for linked
8728         thread.
8729
8730         * wl-summary.el (wl-summary-update-thread): Use
8731         wl-thread-maybe-get-children-num.
8732         (wl-summary-set-parent): If change parent, move sub thread.
8733         (wl-summary-redisplay-internal): Add horizontal recenter.
8734         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8735
8736         * wl-thread.el (wl-thread-entity-get-linked): New function.
8737         (wl-thread-entity-set-linked): New function.
8738         (wl-thread-create-entity): Add linked element.
8739         (wl-thread-entity-insert-as-top): Use wl-append.
8740         (wl-thread-maybe-get-children-num): If closing thread, return
8741         children msgs.
8742         (wl-thread-update-line-msgs): Displaying progress message.
8743         (wl-thread-update-line-on-buffer-sub): Use
8744         wl-thread-maybe-get-children-num.
8745         (wl-thread-update-line-on-buffer): If update line is not exists,
8746         insert thread.
8747         (wl-thread-delete-message): If delete top msg of thread, search
8748         parent by subject.
8749         (wl-thread-insert-entity): Use
8750         wl-thread-maybe-get-children-num.
8751
8752         * wl-highlight.el (wl-highlight-summary-current-line): change
8753         sregexp for linked thread.
8754         * wl-util.el (wl-count-lines): Count lines.
8755         (wl-horizontal-recenter): horizontal recenter.
8756         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8757         (wl-score-get-alike): Ditto.
8758         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8759         (wl-subject-length-limit): New variable.
8760         (wl-highlight-thread-indent-string-regexp): Changed for linked
8761         thread.
8762
8763 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8766         New variable (revival).
8767         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8768         by subject matching if there's no in-reply-to nor references field
8769         (revival).
8770
8771 \f
8772 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8775         message.
8776
8777 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8778
8779         * wl-summary.el (wl-summary-reply): Return t if there was a
8780         message at cursor point.
8781         Added unwind-protect.
8782         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8783         returns t.
8784         (wl-summary-cancel-message): Do nothing when there's no message at
8785         cursor point.
8786         (wl-summary-forward): Ditto.
8787         (wl-summary-jump-to-parent-message): Ditto.
8788         (wl-summary-reedit): Ditto.
8789         (wl-summary-edit-addresses): Ditto.
8790         (wl-summary-pipe-message): Ditto.
8791         (wl-summary-print-message-with-ps-print): Ditto.
8792         (wl-summary-print-message): Ditto.
8793         (wl-summary-mark-as-important): Ditto.
8794         (wl-summary-mark-as-unread): Ditto.
8795
8796         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8797         message at cursor point.
8798         (wl-summary-reply-with-citation): Remove unwind-protect.
8799
8800         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8801         subject searching feature.
8802         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8803         Eliminated.
8804
8805 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8808         New variable.
8809         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8810         by subject matching if there's no in-reply-to nor references field.
8811
8812         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8813
8814         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8815         when display is finished.
8816         (wl-folder-open-all): Ditto.
8817         (wl-folder-update-access-group): Ditto.
8818         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8819         * wl-thread.el (wl-thread-close-all): Ditto.
8820
8821         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8822         progress gauge only when it was displayed.
8823         * wl-folder.el (wl-folder-insert-entity): Ditto.
8824
8825 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-summary.el (wl-summary-incorporate): Enclose
8828         `wl-summary-sync-force-update' with save-excursion.
8829
8830 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8831
8832         * wl-summary.el (wl-summary-prefetch-region):
8833         Pass current cursor point to `pos-visible-in-window-p' after
8834         moving cursor to the started point.
8835
8836 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8837
8838         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8839
8840         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8841         fields from the forwarding message.
8842         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8843         `ignored-fields'.
8844
8845 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * wl-mime.el (wl-message-request-partial):
8848         Eliminated argument `msgdb'.
8849         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8850         (wl-mime-combine-message/partial-pieces): Likewise.
8851         * tm-wl.el (wl-message-request-partial): Likewise.
8852         (wl-mime-combine-message/partial-pieces): Likewise.
8853
8854 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8855
8856         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8857         when display is finished.
8858
8859 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8860
8861         * wl-summary.el (wl-summary-goto-folder-subr):
8862         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8863
8864 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8867         when cursor point is visible.
8868
8869 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-expire.el (wl-expire-archive-get-max-number):
8872         Don't use `file-name-directory'.
8873
8874 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * wl-expire.el (wl-expire-archive-get-max-number):
8877         Use `file-name-directory'.
8878
8879 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8882         only when there is progress.
8883
8884 2000-04-13  Mito <mit@nines.nec.co.jp>
8885
8886         * wl-summary.el (wl-summary-sync-marks): Display progress.
8887
8888 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8891         (wl-summary-prev): Move cursor regardless of unread status.
8892         (wl-summary-next): Ditto.
8893
8894 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8895
8896         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8897         Added argument `target' and `number'.
8898         * tm-wl.el (wl-summary-burst-subr): New function.
8899         (wl-summary-burst): Use it.
8900
8901 2000-04-10  Mito <mit@nines.nec.co.jp>
8902
8903         * wl-mime.el (wl-burst): New function.
8904         (wl-summary-burst): Use it.
8905
8906 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8907
8908         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8909         as petname when there's no candidate.
8910
8911 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8914         New variable.
8915         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8916
8917         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8918
8919         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8920
8921 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8922
8923         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8924         Use substring of `original' instead of buffer-substring.
8925         (wl-refile-evaluate-rule):
8926         Set `original' argument of wl-refile-expand-newtext.
8927
8928         * wl-summary.el
8929         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8930         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8931         (wl-summary-auto-refile): Check existence of destination folder just
8932         before marking.
8933
8934 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8935
8936         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8937         when wl-refile-get-field-value return nil.
8938
8939 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8940
8941         * wl-refile.el
8942         (wl-refile-expand-newtext): New function imported from Gnus.
8943         (wl-refile-evaluate-rule): Use it.
8944
8945 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * wl-summary.el (wl-summary-print-destination):
8948         Duplicate folder string to avoid putting text-property on
8949         original string.
8950
8951         * wl-refile.el (wl-refile-get-field-value): New function.
8952         (wl-refile-evaluate-rule): New function;
8953         Evaluate refile rule recursively.
8954         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8955         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8956         New function; Check existence of a target folder recursively.
8957         (wl-summary-auto-refile-check-refile-rule-alist):
8958         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8959
8960 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8963
8964         * wl-folder.el (wl-create-folder-entity-from-buffer):
8965         Fixed problem when '}' character is contained in folder name.
8966
8967         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8968
8969 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8970
8971         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8972         (wl-fldmgr-add-completion-all-completions):
8973         Use wl-fldmgr-add-completion-hashtb.
8974
8975 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8976
8977         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8978         wl-fldmgr-add-completion-subr): New functions.
8979         * wl-folder.el (wl-folder-completion-func): New variable.
8980         * wl-summary.el (wl-summary-read-folder):
8981         Use wl-folder-completion-func.
8982
8983         * wl-refile.el: Eliminate throw & catch.
8984
8985         * wl.el (wl-plugged-sending-queue-status): Fixed.
8986
8987 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8988
8989         * wl-draft.el (wl-draft): Put category property on
8990         mail-header-separator.