2004-05-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2
3         * wl-e21.el (wl-highlight-plugged-current-line): Change for
4         emacs multi-tty support.
5
6 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
7
8         * wl-e21.el (wl-e21-display-image-p): Don't call
9         `display-images-p'.
10         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
11         support.
12         (wl-highlight-folder-current-line): Ditto.
13         (wl-folder-init-icons): Ditto.
14
15 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
18         the last line of summary in unplugged mode.
19
20 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
21
22         * wl-vars.el (wl-refile-rule-alist): Doc fix.
23
24 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
25
26         * wl-vars.el (wl-user-mail-address-regexp): New variable.
27         * wl-address.el (wl-address-user-mail-address-p): Use it.
28         (wl-address-delete-user-mail-addresses): Ditto.
29         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
30
31         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
32         (wl-address-delete-user-mail-addresses): Ditto.
33
34         * wl-address.el (wl-address-delete-user-mail-addresses): New
35         function.
36         * wl-refile.el (wl-refile-guess-by-history): Use it.
37         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
38         (wl-draft-make-mail-followup-to): Ditto and fix logic.
39
40         * wl-draft.el (wl-draft-edit-string): To judge sender address,
41         use wl-address-user-mail-address-p.
42
43 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
44
45         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
46         after opening group.
47
48 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
51         of elmo-set-buffer-multibyte.
52
53         * wl-message.el (wl-original-message-mode): Ditto.
54
55         * wl-score.el (wl-score-insert-header): Ditto.
56
57         * wl-summary.el
58         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
59         (wl-summary-goto-folder-subr): Ditto.
60         (wl-summary-insert-headers): Ditto.
61
62         * wl-util.el (wl-set-string-width): Ditto.
63
64         * Version number is increased to 2.11.29.
65
66 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
69         (wl-highlight-summary-line-help-echo-alist): New variable.
70         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
71         into `wl-highlight-summary-line-help-echo' and
72         `wl-highlight-flag-folder-help-echo'.
73         (wl-highlight-summary-line-string): Change accordingly.
74         (wl-highlight-summary-current-line): Ditto.
75
76 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
77
78         * wl-highlight.el (wl-highlight-message): Ignore white spaces
79         at the beginning of field body (Thanks to Markus Knittig).
80
81         * wl-draft.el (wl-draft-insert-current-message): Also check
82         summary buffer, remove unnecessary tag.
83
84 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
85
86         * wl-draft.el (wl-draft-insert-current-message): Cause error also
87         when wl-message-buffer is nil.
88
89         * wl-folder.el (wl-folder): Abolish unused argument.
90         Call wl-folder-init when wl-folder-entity is nil.
91         * wl.el (wl): Change accordingly.
92
93 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
96         multibyte string before insert into draft buffer.
97         (wl-draft-create-buffer): Always enable multibyte characters for
98         draft buffer.
99
100         * Version number is increased to 2.11.28.
101
102 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl-folder.el (wl-folder-open-close): Handle blank line.
105         (wl-folder-jump-to-current-entity): Ditto.
106
107 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * Version number is increased to 2.11.27.
110
111 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
112
113         * wl-thread.el (wl-thread-insert-message): When the thread is
114         devided by wl-summary-max-thread-depth, insert line at the end of
115         buffer.
116
117 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * Version number is increased to 2.11.26.
120
121 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
124
125 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
128         value of stream-type and session.
129
130 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * Version number is increased to 2.11.25.
133
134 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
135
136         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
137         in a quit message.
138
139 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
140
141         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
142         (wl-summary-redisplay-no-mime-internal): Ditto.
143
144 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
145
146         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
147         * wl-vars.el (wl-smtp-connection-type): Ditto.
148
149 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
150
151         * wl-highlight.el (wl-highlight-message): Change to strict regexp
152         for the separator line and quote mail-header-separator.
153
154 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-spam.el (wl-message-check-spam): Fixed problem no display
157         result message.
158
159         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
160         `elmo-multiple-fields-body-list' with boundary as
161         mail-header-separator.
162
163 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
164
165         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
166
167 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
168
169         * wl-util.el (wl-list-diff): Remove unused function.
170
171         * wl-draft.el (wl-draft-send-confirm): Discard input before
172         confirmation.
173
174 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
175
176         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
177         order of flag and new.
178
179 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
180
181         * wl-vars.el (wl-refile-policy-alist): Abolished.
182
183         * wl-action.el (wl-summary-set-action-refile): Follow the change
184         above.
185
186 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * wl-highlight.el (wl-highlight-signature-search): Don't use
189         re-search-backward for a long word since it is possible to crash
190         XEmacs because of a bug.
191
192 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
193
194         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
195
196 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
197
198         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
199         argument for wl-summary-sync-force-update.
200
201 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
202
203         * wl-summary.el (wl-summary-mode-map): Revival of
204         wl-summary-mark-as-important related bindings;
205         Bind 'F','tF','mF','rF','m&'.
206         (wl-summary-mark-as-important-region): Revival.
207         (wl-summary-target-mark-mark-as-important): Ditto.
208         (wl-summary-target-mark-operation): New function.
209         (wl-summary-target-mark-mark-as-answered): Use it.
210         (wl-summary-decide-flag): Don't set Important as default.
211         (wl-summary-mark-as-important-internal): Revival.
212         (wl-summary-mark-as-important): Ditto.
213
214         * wl-thread.el (wl-thread-mark-as-important): Ditto.
215
216         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
217         instead of facep.
218
219 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
220
221         * wl-dnd.el (wl-dnd-drop-func): Fix.
222
223         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
224         mouse-set-point instead of posn-point.
225
226         * wl-xmas.el (wl-completing-read-multiple): Define as function.
227
228         * wl-mule.el (wl-completing-read-multiple): Ditto.
229
230 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * wl-demo.el (face-background-name): Defalias to avoid compile
233         warning.
234
235 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
236
237         * wl-summary.el (wl-summary-decide-flag): Use
238         wl-completing-read-multiple instead of completing-read-multiple.
239
240         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
241         New alias.
242
243         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
244         Use face-background-name instead of face-background.
245
246         * wl-vars.el (wl-summary-save-file-suffix): New user option.
247
248         * wl-summary.el (wl-summary-save): Use it.
249         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
250
251         * wl-mime.el (wl-mime-save-content): Fix last change.
252
253 2004-02-10  Len Trigg <lenbok@myrealbox.com>
254
255         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
256         New function.
257         (wl-summary-sort-specs): Added sort.
258         * wl-mime.el (wl-mime-save-content): Expand file name.
259
260 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
261
262         * wl-mime.el (wl-draft-preview-message): Fixed typo.
263
264         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
265
266 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
269         for flag if it is not defined.
270
271 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
272
273         * wl-e21.el (wl-highlight-folder-current-line): Use
274         elmo-folder-type-internal when elmo-folder-type returns nil.
275
276         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
277
278         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
279
280         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
281
282         * wl-e21.el (wl-summary-toolbar): Ditto.
283
284         * wl-vars.el (wl-demo-background-color): Abolished.
285         (wl-summary-persistent-mark-priority-list): Renamed from
286         wl-summary-flag-priority-list.
287         (wl-summary-flag-alist): New user option.
288         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
289         (wl-message-mode-line-format-spec-alist): Added 'F'.
290         (wl-message-mode-line-format): Likewise.
291         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
292         instead of wl-summary-important-mark.
293         (wl-file-folder-icon): New variable.
294
295         * wl-thread.el (wl-thread-set-flags): Renamed from
296         wl-thread-mark-as-important.
297
298         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
299         warning.
300         (wl-summary-mode-menu-spec): Follow the change of 
301         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
302         (wl-summary-mode-map): Follow the change of
303         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
304         (wl-summary-detect-mark-position): Follow the variable name change.
305         (wl-summary-set-flags-region): New function for the replacement of
306         wl-summary-mark-as-important-region.
307         (wl-summary-sync-marks): Sync all global-flags.
308         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
309         instead of elmo-message-flagged-p.
310         (wl-summary-persistent-mark-string): Follow the variable name change;
311         Put wl-summary-flag-mark if the message has global-flag.
312         (wl-summary-target-mark-set-flags): Renamed from 
313         wl-summary-target-mark-mark-as-important.
314         (wl-summary-decide-flag): New function.
315         (wl-summary-set-flags-internal): Renamed from
316         wl-summary-mark-as-important-internal.
317         (wl-summary-add-flags-internal): New function.
318         (wl-summary-remove-flags-internal): Ditto.
319         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
320         (wl-summary-mark-as-unimportant): Abolish.
321         (wl-summary-move-spec-alist): Changed `important' to `digest'.
322         (wl-summary-next-message): List flagged messages in the msgdb.
323
324         * wl-score.el (wl-summary-score-update-all-lines): Use
325         wl-summary-add-flags-internal instead of 
326
327         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
328
329         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
330         from wl-message-buffer-cur-flag (To avoid misunderstanding).
331         (wl-message-buffer-require-all-header): Renamed from
332         wl-message-buffer-all-header-flag (Ditto).
333         (wl-message-buffer-flag-indicator): New variable.
334         (wl-message-redisplay): Changed local varibale name from `flag' to
335         `display-type'; Set up wl-message-buffer-flag-indicator.
336         (wl-message-buffer-display): Changed varibale name from `flag' to
337         `display-type'.
338         (wl-message-display-internal): Likewise.
339
340         * wl-highlight.el (wl-highlight-demo-face): Define default background
341         color.
342         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
343
344         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
345
346         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
347         (wl-demo-setup-properties): Renamed from
348         `wl-demo-set-background-color'.
349         (wl-demo): Follow the change above.
350         
351         * Version number is increased to 2.11.24.
352
353 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-summary.el (wl-summary-toggle-thread): Call
356         `wl-summary-rescan' with disable-thread as non-nil.
357         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
358
359 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
360
361         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
362         foreground property of the face.
363         (wl-demo-insert-text): Don't set up face property here.
364         (wl-demo): Call wl-demo-set-background-color, anyway.
365
366 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-vars.el (wl-demo-background-color): The value can be nil.
369
370 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
371
372         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
373         to wl-summary-wheel-dispatcher.
374
375         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
376         wl-message-wheel-dispatcher.
377         (wl-message-wheel-dispatcher): New function.
378         (wl-summary-wheel-dispatcher): Ditto.
379
380 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
381
382         * wl-action.el (wl-summary-target-mark-all): List messages which are
383         not in the killed-list.
384
385         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
386         only when the folder is 'flag/important.
387
388         * wl-address.el (wl-complete-field-body): Complete if the last
389         character is a space.
390
391 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-folder.el (wl-folder-clear-entity-info): Use
394         elmo-clear-hash-val.
395
396         * wl-fldmgr.el (wl-fldmgr-rename): Set
397         wl-folder-info-alist-modified as t.
398
399 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
402
403 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
404
405         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
406         (wl-folder-buffer-last-visited-entity-id): New buffer local
407         variable.
408         (wl-folder-revisit-last-visited-folder): New function.
409         (wl-folder-mode-map): Bind it to "C-i".
410         (wl-folder-set-current-entity-id): Set last visited folder.
411         * wl-summary.el (wl-summary-exit): Ditto.
412
413 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
416         before calling `recenter' in order to cope with an XEmacs bug.
417
418 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
421         to the default value.
422
423 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
426         change.
427         (wl-summary-sync-marks): Ditto.
428         (wl-summary-mark-as-read-internal): Ditto.
429         (wl-summary-mark-as-answered-internal): Ditto.
430         (wl-summary-mark-as-important-internal): Ditto.
431         (wl-summary-reply): Ditto.
432
433         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
434         instead of `elmo-folder-unflag-answered'.
435
436         * Version number is increased to 2.11.23.
437
438         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
439         the last change.
440
441 2004-01-11  Kenichi Okada  <okada@opaopa.org>
442
443         * wl-spam.el (wl-summary-exec-action-refile-with-register):
444         Specify "spam" or "good".
445
446 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
447
448         * wl-spam.el (wl-summary-exec-action-spam): Call
449         wl-folder-confirm-existence for spam folder.
450         (wl-spam-setup): Bind "mk".
451
452 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
455
456 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
457
458         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
459         destination folder is empty.
460
461 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
462
463         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
464         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
465
466         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
467         (wl-summary-refile-prev-destination-region): New function.
468         (wl-thread-refile-prev-destination): Ditto.
469         (wl-summary-target-mark-refile-prev-destination): Ditto.
470
471 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
472
473         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
474         (wl-demo-background-color): Changed default value.
475
476         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
477         color.
478
479         * wl-demo.el (wl-demo-set-background-color): New function.
480         (wl-demo): Call it.
481
482 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-address.el (wl-address-delete): Avoid mis-deleting.
485         * wl-address.el (wl-address-add-or-change): Don't add empty
486         address.
487
488 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
489
490         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
491
492 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
493
494         * wl-vars.el (wl-demo-image-filter-alist): New variable
495         (wl-demo-background-color): Ditto.
496
497         * wl-demo.el (wl-demo-xpm-set-background): New function.
498         (wl-demo-image-filter): Ditto.
499         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
500
501         * wl-vars.el (wl-demo-icon-name-alist): New variable.
502
503         * wl-demo.el (wl-demo-icon-name): Define as function.
504         (wl-demo-insert-image): Use it.
505
506 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
507
508         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
509
510 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
511
512         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
513
514 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
515
516         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
517
518 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-thread.el (wl-thread-mark-as-answered): New function.
521
522         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
523         answered" entry.
524         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
525         "r&" and wl-thread-mark-as-answered to "t&".
526         (wl-summary-mark-as-important-region): Refine to toggle mark.
527         (wl-summary-mark-as-answered-region): New function.
528         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
529         and 3rd argument.
530         (wl-summary-mark-as-important-internal): Likewise.
531
532 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * wl-template.el (wl-template-preview): New internal variable.
535         (wl-template-preview-p): New function.
536         (wl-template-show): Bind `wl-template-preview' as t.
537
538 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
541         `elmo-message-entity-field' with 3rd argument which is non-nil.
542
543 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
546         Removed duplicate local bind `folder'.
547
548 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
551
552 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
555         duplicate definition.
556
557 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
558
559         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
560         non-nil, use it; Don't fetch message if there's no message in the
561         current cursor position.
562
563 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
564
565         * wl-util.el (wl-region-exists-p): Use region-active-p.
566         (wl-deactivate-region): New function.
567         * wl-message.el (wl-message-redisplay): Deactivate region.
568
569         * wl-summary.el (wl-summary-reply): Call
570         `wl-summary-set-message-buffer-or-redisplay' instead of
571         `wl-summary-redisplay-internal', don't move point.
572
573 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
576         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
577         by regexp.
578
579 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
582         if no need.
583
584 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
587         default value to nil.
588         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
589         `wl-summary-prepare-hook'; Replace refile action to
590         `wl-summary-exec-action-refile-with-register'.
591
592         * Version number is increased to 2.11.22.
593
594 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-summary.el (wl-summary-detect-mark-position): Set
597         `wl-summary-buffer-weekday-name-lang'.
598
599 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
600
601         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
602         (wl-summary-mark-as-read-all): Ditto.
603         (wl-summary-delete-messages-on-buffer): Ditto.
604         (wl-summary-sync-update): Ditto.
605         (wl-summary-mark-as-read-internal): Ditto.
606         (wl-summary-mark-as-answered-internal): Ditto.
607         (wl-summary-update-folder-info): Abolished.
608
609 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-mark-as-read-all): Use
612         `wl-summary-update-folder-info' instead of
613         `wl-folder-update-unread'.
614
615 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
616
617         * wl-summary.el (wl-summary-update-folder-info): New function derived from
618         `wl-summary-folder-info-update'.
619         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
620         instead of `wl-summary-folder-info-update'.
621         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
622         `wl-folder-set-folder-updated'.
623         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
624         instead of `wl-folder-update-unread'.
625         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
626         the value of `wl-summary-buffer-unread-count' for the second parameter of
627         `wl-folder-update-unread'.
628
629         * Version number is increased to 2.11.21.
630
631 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
632
633         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
634         a local variable.
635
636 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-spam.el (wl-summary-mark-spam): Show message only if call
639         interactively.
640
641         * wl-summary.el (wl-summary-mark-as-important-internal): New
642         internal function.
643         (wl-summary-mark-as-important): Use it.
644         (wl-summary-mark-as-unimportant): New function.
645         (wl-summary-sync-marks): Follow the API change.
646
647         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
648
649         * wl-mime.el (wl-summary-burst): Check target folder is writable.
650
651 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
652
653         * wl-folder.el (wl-folder-update-unread): Re-indent.
654         Narrow the scope of a local variable.
655
656 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
659         (wl-addrmgr-merge-entries): Ditto.
660         (wl-addrmgr): Added to address entry which exists in draft buffer
661         if no entry is in original.
662
663 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
664
665         * wl-batch.el: New file.
666
667 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
668
669         * wl-vars.el (wl-use-semi): Remove unused variable.
670
671 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
672
673         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
674         "?".
675
676 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
679         wl-summary-new-mark.
680         (wl-summary-new-cached-mark): New user option.
681         (wl-summary-score-marks): Follow the change above.
682         (wl-summary-auto-refile-skip-marks): Ditto.
683         (wl-summary-incorporate-marks): Ditto.
684         (wl-summary-expire-reserve-marks): Ditto.
685
686         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
687
688         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
689         (wl-summary-persistent-mark-string): Distinguished between cached
690         and uncached mark when the message is new.
691
692 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * wl-spam.el (wl-spam-domain): Renamed from
695         `wl-spam-folder-guess-domain'.
696         (wl-summary-exec-action-spam): Register as spam if domain of the
697         source folder is good.
698         (wl-summary-exec-action-refile-with-register): Register message if
699         domain of the source folder is not undecided.
700
701 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
704         detect thread loop.
705
706 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
709         and wl-summary-skip-mark-list.
710
711 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
714
715         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
716
717         * wl-spam.el (toplevel): Require wl-highlight.
718         (wl-spam-auto-check-policy-alist): Abolish.
719         (wl-spam-auto-check-folder-regexp-list): New user option.
720         (wl-spam-auto-check-marks): Ditto.
721         (wl-spam-mark-action-list): Ditto.
722         (wl-highlight-summary-spam-face): New face.
723         (wl-spam-auto-check-message-p): New function.
724         (wl-spam-map-spam-messages): Fixed message.
725         (wl-spam-register-spam-messages): Ditto.
726         (wl-spam-register-good-messages): Ditto.
727         (wl-summary-spam-map): Add and remove keybind.
728         (wl-summary-target-mark-spam): Abolish.
729         (wl-summary-refile-spam): Ditto.
730         (wl-summary-test-spam): New function.
731         (wl-summary-mark-spam): Ditto.
732         (wl-summary-auto-check-spam): Follow the above change.
733         (wl-summary-exec-action-spam): New function.
734         (wl-summary-exec-action-refile-with-register): Fixed message.
735         (wl-message-check-spam): New function.
736         (wl-spam-setup): Ditto.
737         (toplevel): Call it if this file is loaded interactivity.
738
739         * Version number is increased to 2.11.20.
740
741 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
744         when new optional argument `force' is non nil or modified.
745
746 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl.el (toplevel): Require wl-spam when compile.
749         (wl-save-status): Call wl-spam-save-status.
750
751         * wl-spam.el (wl-spam-register-spam-messages): New function.
752         (wl-spam-register-good-messages): Ditto.
753         (wl-spam-save-status): Ditto.
754         (wl-summary-mode-map): Bind
755         wl-summary-target-mark-register-as-spam to "ms" and
756         wl-summary-target-mark-register-as-good to "mn".
757         (wl-summary-register-as-spam): Abolish optional argument; Use
758         wl-spam-register-spam-messages.
759         (wl-summary-register-as-spam-all): Use
760         wl-spam-register-spam-messages.
761         (wl-summary-register-as-good): Abolish optional argument; Use
762         wl-spam-register-good-messages.
763         (wl-summary-register-as-good-all): Use
764         wl-spam-register-good-messages.
765         (wl-summary-target-mark-register-as-spam): New funtion.
766         (wl-summary-target-mark-register-as-good): Ditto.
767
768 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-spam.el: New file.
771
772 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
775
776         * wl-action.el (wl-auto-refile-guess-functions): New variable.
777         (wl-summary-auto-refile): Call wl-refile-guess with
778         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
779
780 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
783         with disable-thread argument non-nil.
784
785 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-summary.el (wl-summary-rescan): Added optional argument
788         disable-thread.
789         (wl-summary-sync): Call wl-summary-rescan with argument
790         disable-thread.
791         (wl-summary-input-range): Added new range `rescan-thread'.
792
793 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
794
795         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
796
797 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
800         internal variable.
801         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
802         wl-summary-search-parent-by-subject-regexp and
803         wl-summary-divide-thread-when-subject-changed as nil.
804         (wl-summary-insert-sequential): If entity is nil, nothing to do.
805         (wl-summary-insert-thread): Search parent entity from
806         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
807         thread loop.
808
809 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
810
811         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
812
813         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
814
815         * wl-util.el (wl-require-update-all-folder-p): New function.
816         (wl-get-assoc-list-value): Added `function' to match directive.
817         (wl-collect-draft): Rewrite.
818
819         * wl-summary.el (wl-summary-sync-update): Clear faces
820         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
821         are non-nil.
822         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
823         argument as function.
824         (wl-summary-input-range): Ditto.
825
826         * wl-folder.el (wl-draft-get-folder): New function.
827         (wl-folder-get-elmo-folder): Consider draft folder.
828
829         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
830         (wl-draft-buffer-message-number): New buffer local variable.
831         (wl-draft-folder-internal): New internal variable.
832         (wl-draft-delete): Rewrite.
833         (wl-draft-save): Ditto.
834         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
835         wl-folder-get-elmo-folder.
836         (wl-draft-config-info-operation): Ditto.
837         (wl-jump-to-draft-folder): Ditto.
838         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
839         (wl-draft-reedit): Rewrite.
840
841         * Version number is increased to 2.11.19.
842         
843 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
844
845         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
846         variable.
847
848 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
851         Use ignore-errors instead of unwind-protect.
852
853 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
854
855         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
856         for updating `wl-thread-entity-list'.
857
858 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
859
860         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
861         parameter from calling `wl-thread-entity-get-older-brothers' and
862         `wl-thread-entity-get-younger-brothers'.
863         Replace nested `append' with a single one.
864
865 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-summary.el (wl-summary-mode): Don't use the return value of
868         `make-local-hook'.
869
870 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
871
872         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
873         instead of `let*'.
874         (wl-thread-delete-message): Likewise.  Split and narrow the scope
875         of local variables.
876
877 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
880         Renamed from wl-summary-window-scroll-functions.
881         (wl-summary-window-scroll-functions): Don't set to variable.
882         (wl-summary-display-top): Use run-hooks.
883         (wl-summary-display-bottom): Ditto.
884         (wl-summary-toggle-disp-msg): Ditto.
885         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
886         Use it instead of wl-summary-window-scroll-functions.
887         (wl-summary-goto-folder-subr): Don't call
888         wl-summary-window-scroll-functions, use
889         wl-summary-buffer-window-scroll-functions instead.
890
891 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
894         make-local-variable.
895
896 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
897
898         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
899         set-buffer-modified-p.
900         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
901         (wl-summary-display-bottom): Ditto.
902         (wl-summary-toggle-disp-msg): Ditto.
903
904 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
907
908         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
909         (wl-summary-forward): Use elmo-message-entity-field instead of
910         elmo-message-field.
911
912         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
913
914 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915
916         * wl-summary.el (wl-summary-window-scroll-functions): No use
917         `append'.
918
919 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
920
921         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
922         function.
923         (wl-summary-window-scroll-functions): Call it when both
924         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
925         (wl-summary-temp-mark): Added optional argument number.
926         (wl-summary-message-mark): Added optional argument flag.
927         (wl-summary-persistent-mark): Added optional argument number and flag.
928         (wl-summary-update-persistent-mark): Ditto.
929         (wl-summary-update-status-marks): Set "r" for interactive spec.
930
931         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
932         argument number and flag.
933
934         * wl-action.el (wl-summary-registered-temp-mark): 
935         Do nothing when wl-summary-buffer-temp-mark-list is nil.
936
937 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
940         internal variable (buffer local).
941         (wl-summary-window-scroll-functions): New function.
942         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
943         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
944         as nil.
945         (wl-summary-update-status-marks): Added arguments beg, end and
946         check.
947         (wl-summary-update-mark-window): Use function.
948         (wl-summary-sync-update): Follow the change above.
949         (wl-summary-switch-to-clone-buffer): Copy
950         wl-summary-buffer-unsync-mark-number-list.
951         (wl-summary-goto-folder-subr): Set
952         wl-summary-buffer-unsync-mark-number-list and
953         use wl-summary-window-scroll-functions insteaf of
954         wl-summary-lazy-highlight.
955
956         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
957
958 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
961
962         * wl-summary.el (wl-summary-update-persistent-mark): Call
963         wl-summary-set-message-modified.
964
965         * wl-summary.el (wl-summary-sync-update): Don't call
966         wl-summary-update-status-marks.
967
968         * Version number is increased to 2.11.18.
969
970 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
971
972         * wl-message.el (wl-message-prev-page): Use save-selected-window.
973         (wl-message-next-page): Ditto.
974
975 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
976
977         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
978         local variable.  Change the order of a collected list into the
979         same as the specified range.  Remove nil from a collected list.
980
981 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * wl-summary.el (wl-summary-insert-headers): Set visible-only
984         argument for elmo-folder-list-messages.
985
986 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
987
988         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
989         change (wl-summary-count-unreads return a list instead of a cons
990         cell).
991
992 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
993
994         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
995         `wl-summary-folder-info-update'.
996
997 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * wl-summary.el (wl-summary-set-message-modified): No use
1000         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1001         (wl-summary-set-mark-modified): Abolish.
1002         (wl-summary-mark-modified-p): Ditto.
1003         (wl-summary-save-view): Follow the change above.
1004
1005         * wl-expire.el (wl-summary-expire): Likewise.
1006
1007 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1008
1009         * wl-summary.el (wl-summary-detect-mark-position): Use
1010         modb-entity-handler.
1011         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1012
1013         * Version number is increased to 2.11.17.
1014
1015 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1016
1017         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1018         entity field value.
1019         (wl-summary-prefetch-msg): Ditto.
1020         (wl-summary-print-message-with-ps-print): Ditto.
1021
1022 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1025         for dummy entity.
1026         (wl-summary-insert-thread): Use elmo-message-entity-field.
1027         (wl-summary-update-thread): Use elmo-message-entity-field and
1028         elmo-message-entity-number.
1029         (wl-summary-line-number):  Use elmo-message-entity-number.
1030         (wl-summary-line-size): Use elmo-message-entity-field.
1031         (wl-summary-line-subject): Ditto.
1032         (wl-summary-line-from): Ditto.
1033         (wl-summary-line-attached): Ditto.
1034         (wl-summary-create-line): Ditto.
1035         (wl-summary-create-line): Use elmo-message-entity-number.
1036         (wl-summary-print-message-with-ps-print): Use
1037         elmo-message-entity-field.
1038
1039 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1040
1041         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1042         change in elmo-msgdb-make-message-entity.
1043         (wl-summary-buffer-set-folder): Don't call
1044         wl-summary-detect-mark-position here.
1045         (wl-summary-rescan): Call elmo-message-entity-number.
1046         (wl-summary-sync-update): Ditto.
1047         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1048
1049         * wl-score.el (wl-score-header-index): Redefine 2th element.
1050         (wl-score-overview-entity-get-extra): Abolish.
1051         (wl-score-ov-entity-get): Rewrite.
1052         (wl-score-string-index<, wl-score-string-func<): Abolish.
1053         (wl-score-string<): New function.
1054         (wl-score-string-sort): Use it.
1055
1056         * wl-refile.el (wl-refile-guess-by-history): Use
1057         elmo-message-entity-field.
1058         (wl-refile-guess-by-from): Ditto.
1059         (wl-refile-guess-by-msgid): Ditto.
1060
1061         * Version number is increased to 2.11.16.
1062
1063 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1064
1065         * wl-folder.el (wl-folder-confirm-existence): Don't call
1066         file-exists-p if msgdb-path is nil.
1067         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1068         `wl-read-folder-hist' to `wl-read-folder-history'.
1069
1070 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1071
1072         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1073         `y-or-n-p'.
1074
1075 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-score.el (wl-score-headers): Don't use
1078         elmo-folder-do-each-message-entity.
1079
1080         * Version number is increased to 2.11.15.
1081
1082 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1083
1084         * wl-summary.el (wl-summary-delete-all-msgs): Use
1085         elmo-folder-move-messages instead of elmo-folder-delete-messages
1086         and elmo-folder-detach-messages.
1087         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1088
1089         * wl-expire.el (wl-expire-delete): Ditto.
1090         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1091
1092 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1095         (wl-message-header-narrowing-fields): Ditto.
1096         (wl-message-header-narrowing-lines): Ditto.
1097         (wl-message-header-narrowing-string): Ditto.
1098
1099         * wl-summary.el (wl-summary-mode-map): Bind
1100         wl-summary-toggle-header-narrowing to "C-cC-f".
1101         (wl-summary-toggle-header-narrowing): New function.
1102
1103         * wl-message.el (wl-message-buffer-create): Call
1104         wl-message-header-narrowing-setup.
1105         (wl-message-redisplay): Call wl-message-header-narrowing.
1106         (wl-message-header-narrowing): New function.
1107         (wl-message-header-narrowing-map): New keymap.
1108         (wl-message-header-narrowing-widen-map): New keymap.
1109         (wl-message-header-narrowing-again-at-mouse): New function.
1110         (wl-message-header-narrowing-1): Ditto.
1111         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1112         (wl-message-header-narrowing-setup): Ditto.
1113         (wl-message-header-narrowing-toggle): Ditto.
1114         
1115         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1116
1117         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1118         'flag as all.
1119         (wl-use-flag-folder-help-echo): New user option.
1120
1121         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1122         wl-summary-highlight as nil.
1123         (wl-summary-set-mark-modified): Follow the API change.
1124         (wl-summary-mark-modified-p): Ditto.
1125         (wl-summary-mark-as-read-all): Ditto.
1126         (wl-summary-sync-marks): Don't call
1127         elmo-folder-list-messages-with-global-mark.
1128         (wl-summary-mark-as-read-internal): Follow the API change.
1129         (wl-summary-mark-as-answered-internal): Ditto.
1130         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1131         Follow the API change.
1132         (wl-summary-create-line): Call with number argument.
1133         (wl-summary-reply): Follow the API change.
1134
1135         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1136         function.
1137         (wl-highlight-summary-line-string): Call it when
1138         wl-use-flag-folder-help-echo is non-nil.
1139         (wl-highlight-summary-current-line): Ditto.
1140         (elmo-flag-folder-referrer): Added autoload setting.
1141
1142         * wl-draft.el (wl-draft-kill): Follow the API change.
1143
1144         * Version number is increased to 2.11.14.
1145         
1146 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1149
1150 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * Version number is increased to 2.11.13.
1153
1154 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-draft.el (wl-draft-previous-history-element): Fixed
1157         unbalanced parenthesis and bind unbound local variables.
1158
1159 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-draft.el (wl-draft-previous-history-element): New function.
1162         (wl-draft-next-history-element): Ditto.
1163         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1164         them to M-p and M-n.
1165
1166 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * Version number is increased to 2.11.12.
1169
1170 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1171
1172         * wl-draft.el (wl-draft-hide): Select buffer-window.
1173
1174 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1175
1176         * wl-summary.el (wl-summary-narrow-to-region): New function.
1177         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1178         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1179         (wl-summary-save-region): Use it.
1180         * wl-action.el (wl-summary-collect-numbers-region)
1181         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1182
1183 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * wl-folder.el (wl-folder-count-incorporates): Don't use
1186         `elmo-msgdb-mark-load'
1187
1188         * Version number is increased to 2.11.11.
1189
1190 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1193         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1194
1195 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1198
1199 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * Version number is increased to 2.11.10.
1202
1203 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1204
1205         * wl-mime.el (wl-draft-attribute-value): Fixed.
1206
1207 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-util.el (wl-copy-local-variables): New function.
1210
1211         * wl-mime.el (wl-draft-attribute-recipients): New function.
1212         (wl-draft-attribute-envelope-from): Ditto.
1213         (wl-draft-attribute-smtp-posting-server): Ditto.
1214         (wl-draft-attribute-smtp-posting-port): Ditto.
1215         (wl-draft-attribute-value): Ditto.
1216         (wl-draft-preview-message): Use it to get value for
1217         attributes. Reflect result of `wl-draft-config'.
1218
1219         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1220         and call `wl-summary-mark-as-read' before to call
1221         `wl-summary-unset-mark'.
1222         (wl-summary-target-mark-mark-as-unread): Likewise.
1223         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1224
1225 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1226
1227         * wl-mime.el (wl-draft-preview-message): Use actual value for
1228         attributes; Fix for small window.
1229
1230 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * wl-refile.el (wl-refile-get-field-value): Call
1233         `elmo-message-entity-field' with 3rd argument is non-nil.
1234
1235 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * wl-vars.el (wl-draft-preview-attributes): New user option.
1238         (wl-draft-preview-attributes-list): Ditto.
1239         (wl-draft-preview-attributes-buffer-lines): Ditto.
1240         (wl-draft-preview-attributes-buffer-name): Ditto.
1241
1242         * wl-mime.el (wl-draft-preview-message): Display attributes.
1243
1244 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1245
1246         * wl-summary.el (wl-summary-detect-mark-position): Bind
1247         wl-summary-flag-priority-list to '(new).
1248
1249 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1250
1251         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1252         funtion.
1253         (wl-highlight-summary-line-string): Use it.
1254         (wl-highlight-summary-current-line): Ditto.
1255
1256 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1257
1258         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1259         line even when the mark string is not changed.
1260
1261         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1262         argument change in the wl-summary-create-line.
1263         (wl-thread-insert-entity-sub): Ditto.
1264
1265         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1266         argument change in the wl-summary-create-line.
1267         (wl-summary-insert-sequential): Ditto.
1268         (wl-summary-update-thread): Ditto.
1269         (wl-summary-persistent-mark-string): New inline function.
1270         (wl-summary-message-mark): Use it.
1271         (wl-summary-create-line): Abolish argument wl-persistent-mark
1272         and added wl-flags, wl-cached.
1273
1274         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1275         mark to flags.
1276         (wl-highlight-summary-current-line): Decide the face not by the 
1277         persistent mark but flags.
1278
1279 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1280
1281         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1282         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1283         wl-summary-read-uncached-mark): Revive.
1284         (wl-summary-answered-cached-mark,
1285         wl-summary-answered-uncached-mark): New user option.
1286         (wl-summary-score-marks): Follow the change above.
1287         (wl-summary-auto-refile-skip-marks): Ditto.
1288         (wl-summary-incorporate-marks): Ditto.
1289         (wl-summary-expire-reserve-marks): Ditto.
1290         (wl-summary-flag-priority-list): New user option.
1291
1292         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1293         changes.
1294         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1295         of elmo-message-mark.
1296         (wl-summary-mark-as-read-internal): Ditto.
1297         (wl-summary-mark-as-answered): Ditto.
1298         (wl-summary-mark-as-important): Ditto.
1299         (wl-summary-redisplay-internal): Ditto.
1300         (wl-summary-redisplay-no-mime-internal): Ditto.
1301         (wl-summary-message-mark): New function.
1302         (wl-summary-insert-sequential): Use wl-summary-message-mark
1303         instead of elmo-message-mark.
1304         (wl-summary-update-thread): Ditto.
1305         (wl-summary-persistent-mark): Ditto.
1306         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1307         instead of elmo-message-mark.
1308
1309         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1310         wl-summary-message-mark instead of elmo-message-mark.
1311         (wl-thread-insert-entity-sub): Ditto.
1312         (wl-thread-get-children-msgs-uncached): Ditto.
1313
1314         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1315         variable name changes.
1316         (wl-highlight-summary-current-line): Ditto.
1317
1318         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1319         wl-summary-message-mark instead of elmo-message-mark.
1320
1321         * wl-expire.el (wl-expire-message-p): Ditto.
1322
1323         * wl-score.el (wl-score-headers): Ditto.
1324
1325         * Version number is increased to 2.11.9.
1326
1327         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1328         (wl-summary-sync-update): Follow the change above.
1329         (wl-summary-switch-to-clone-buffer): Ditto.
1330         (wl-summary-open-folder): Ditto.
1331
1332 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1333
1334         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1335         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1336
1337         * Version number is increased to 2.11.8.
1338
1339         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1340
1341         * wl-expire.el (wl-expire-refile): Follow the API change on
1342         `elmo-folder-move-messages'.
1343         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1344
1345         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1346         (wl-summary-exec-action-refile): Ditto.
1347         (wl-summary-exec-action-copy): Ditto.
1348         (wl-summary-no-auto-refile-message-p): No use
1349         `wl-summary-buffer-msgdb'.
1350         (wl-summary-auto-refile): Ditto.
1351
1352 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1353
1354         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1355
1356 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1357
1358         * wl-summary.el (wl-summary-sync): Treat no-sync.
1359
1360         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1361         (wl-default-sync-range): Ditto.
1362
1363 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-refile.el (wl-refile-subject-learn): Call
1366         `elmo-message-entity-field' with 3rd argument is non-nil.
1367         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1368         instead of `elmo-msgdb-overview-entity-get-subject'.
1369
1370 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1371
1372         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1373         scan-type is rescan.
1374         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1375         new optional argument force is non-nil.
1376         (wl-summary-save-view-cache): Call it with force argument non-nil.
1377
1378         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1379
1380 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-action.el (wl-summary-print-argument): Fixed last change.
1383
1384 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1387         simplified.
1388         (wl-summary-target-mark-mark-as-unread): Likewise.
1389         (wl-summary-target-mark-mark-as-important): Likewise.
1390
1391 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1394         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1395         (wl-summary-mark-as-important-region): Change accordingly.
1396         (wl-summary-target-mark-mark-as-important): Ditto.
1397
1398 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1399
1400         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1401
1402         * wl-action.el (wl-summary-print-argument): Print argument to
1403         right side of window if `wl-summary-print-argument-within-window'
1404         is non-nil.
1405
1406 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1407
1408         * wl-action.el (wl-summary-set-mark): Use
1409         `wl-summary-message-visible-p' to check visibility of the message
1410         and jump to message only when the message line is visible and have
1411         different number; Call wl-summary-unset-mark with number argument.
1412         (wl-summary-unset-mark): 
1413         Use `wl-summary-message-visible-p'
1414         to check visibility of the message and jump to message only when
1415         the message line is visible and have different number;
1416
1417 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * Version number is increased to 2.11.7.
1420
1421         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1422         and wl-folder-summary-line-format.
1423
1424         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1425         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1426         (wl-summary-set-score-mark): Use it.
1427         (wl-summary-target-mark-mark-as-read): Ditto.
1428         (wl-summary-target-mark-mark-as-unread): Ditto.
1429         (wl-summary-target-mark-mark-as-important): Ditto.
1430         (wl-summary-target-mark-msgs): Simplified.
1431         (wl-summary-detect-mark-position): Fixed problem when
1432         summary-line-format no contain persisten/temp mark spec.
1433         (wl-summary-temp-mark): Ditto.
1434         (wl-summary-persistent-mark): Ditto.
1435         (wl-summary-update-persistent-mark): Ditto.
1436
1437         * wl-action.el (wl-summary-set-mark): Ditto.
1438         (wl-summary-unset-mark): Ditto.
1439         All other related portions are changed.
1440
1441 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * Version number is increased to 2.11.6.
1444
1445 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1446
1447         * wl-util.el (wl-current-message-buffer): Define as function;
1448         Don't use the value of wl-messge-buffer.
1449
1450         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1451         persistent mark.
1452
1453         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1454         no current message, cause an error.
1455
1456 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1457
1458         * wl-summary.el (wl-summary-set-message-modified): Use
1459         elmo-folder-set-message-modified instead of
1460         elmo-folder-set-message-modified-internal.
1461
1462 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1463
1464         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1465         interactively.
1466         (wl-summary-sync): nokill->entirely.
1467         (wl-summary-sync-marks): Fixed message.
1468         (wl-summary-input-range): Added mark, nokill->entirely.
1469
1470         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1471         messages as read.
1472
1473 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1476         update-noscore.
1477         (wl-summary-sync): Follow the change above.
1478
1479 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * wl-action.el (wl-summary-target-mark-all): Use
1482         elmo-folder-list-messages.
1483
1484 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1485
1486         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1487         (wl-summary-rescan): Set wl-summary-scored as nil.
1488         (wl-summary-sync-force-update): Follow the change above.
1489         (wl-summary-sync): Ditto.
1490         (wl-summary-sync-update): Added argument disable-killed.
1491         (wl-summary-insert-headers): Set visible-only argument for
1492         elmo-folder-list-messages.
1493         (wl-summary-input-range): Added update-nokill, update-noscore,
1494         all-nokill, all-noscore and mark.
1495
1496         * Version number is increased to 2.11.5.
1497
1498         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1499
1500 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1501
1502         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1503         (wl-summary-prefetch-region-no-mark): Change accordingly.
1504         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1505
1506 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-address.el (wl-complete-field-to): Abolished.
1509         (wl-complete-address): Completion function for completing-read.
1510         * wl-action.el (wl-summary-get-resend-address): Use it.
1511
1512         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1513         wl-summary-update-mark and abolish unused argument.
1514         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1515         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1516         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1517         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1518         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1519         * wl-draft.el (wl-draft-kill): Ditto.
1520
1521         * wl-summary.el: Remove unused binding of case-fold-search.
1522         (wl-summary-replace-status-marks): Abolished.
1523
1524 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1527         is specified or folder length is zero.
1528
1529 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1532         (wl-folder-archive-current-entity): Ditto.
1533
1534 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1535
1536         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1537         retrieving message mark.
1538         (wl-summary-redisplay-internal): Ditto.
1539
1540         * wl-message.el (wl-message-buffer-display): Ignore errors while
1541         retrieving message-id field.
1542
1543         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1544         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1545         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1546         order of the arguments for `wl-expire-message-p'.
1547         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1548
1549         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1550         Check return value of wl-summary-reply.
1551         (wl-summary-reply): Recover window configuration when an error occured.
1552
1553 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1554
1555         * wl-summary.el (wl-summary-resend-message): Abolished, the
1556         feature is inherited by wl-summary-resend (put resend mark).
1557
1558 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1559
1560         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1561         wl-message-buffer to nil when the message is hide.
1562
1563 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * .cvsignore: New file.
1566
1567 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1568
1569         * wl-action.el (wl-summary-action-docstring): Add more info.
1570         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1571         duplicate definition.
1572         (wl-summary-define-mark-action): Functions wl-summary-*-region
1573         keep current position.
1574         (wl-summary-unregister-target-mark): Store result to the variable.
1575
1576 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1577
1578         * Version number is increased to 2.11.4.
1579
1580 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1583         wl-summary-delete-all-temp-marks.
1584         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1585
1586         * wl-action.el (wl-summary-set-mark): Changed terminology
1587         refile-destination -> action-argument.
1588         (wl-summary-unset-mark): Ditto.
1589         (wl-summary-remove-argument): Ditto.
1590         (wl-summary-print-argument): Ditto.
1591
1592         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1593         (wl-thread-remove-argument-region): Ditto.
1594         (wl-thread-print-argument-region): Ditto.
1595         (wl-thread-close): Ditto.
1596         (wl-thread-open): Ditto.
1597
1598         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1599         (wl-highlight-refile-destination-face is abolished)
1600         (wl-highlight-action-argument-string): Ditto.
1601         (wl-highlight-summary-current-line): Highlight action argument.
1602
1603         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1604         color for light backgrounds.
1605         (wl-highlight-summary-answered-face): Ditto.
1606
1607 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1610
1611         * wl-score.el (wl-summary-score-update-all-lines): Use
1612         wl-summary-set-mark.
1613         (wl-summary-score-update-all-lines): Kill expunged messages.
1614
1615         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1616
1617 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1618
1619         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1620         directly.
1621         (wl-score-overview-entity-get-lines): Ditto.
1622         (wl-score-overview-entity-get-xref): Ditto.
1623         (wl-score-get-latest-msgs): Ditto.
1624         (wl-summary-rescore): Ditto.
1625
1626         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1627         to "&".
1628         (wl-summary-mark-as-answered-internal): New inline function.
1629         (wl-summary-mark-as-answered): New function.
1630         (wl-summary-mark-as-unanswered): Ditto.
1631         (wl-summary-sync-marks): Modified for answered-mark synching.
1632
1633 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-action.el (wl-summary-set-mark): Fixed last change.
1636
1637 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1638
1639         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1640         behavior of wl-summary-unread-message-hook
1641         (Pointed out by akira yamada <akira@arika.org>).
1642
1643 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1644
1645         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1646         wl-summary-delete.
1647         * wl-xmas.el (wl-summary-toolbar): Ditto.
1648
1649         * wl-action.el (wl-summary-set-mark): Don't override current
1650         temp-mark.
1651
1652         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1653
1654 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1655
1656         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1657         (wl-refile-msgid-learn): Ditto.
1658         (wl-refile-get-field-value): Ditto.
1659
1660         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1661
1662         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1663         (wl-expire-delete-reserved-messages): Renamed from
1664         wl-expire-reserve-marked-msgs-from-list.
1665         (wl-expire-delete): Removed argument `msgdb'.
1666         (wl-expire-refile): Ditto.
1667         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1668         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1669         mark-alist as argument.
1670         (wl-expire-archive-number1): Removed argument `msgdb'.
1671         (wl-expire-archive-number2): Ditto.
1672         (wl-expire-archive-date): Ditto.
1673         (wl-expire-localdir-date): Ditto.
1674         (wl-expire-hide): Ditto.
1675         (wl-archive-number1): Ditto.
1676         (wl-archive-number2): Ditto.
1677         (wl-archive-date): Ditto.
1678         (wl-archive-folder): Ditto.
1679         All other related portions are changed.
1680
1681 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1684         mean move up and down. (suggested by Takashi Kawachi)
1685
1686 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1687
1688         * wl-acap.el (toplevel): Don't require un-define.
1689
1690 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1691
1692         * wl-thread.el (wl-thread-delete-message): Always update
1693         wl-summary-buffer-number-list.
1694
1695         * wl-action.el (wl-summary-print-destination): 
1696         Do nothing when folder is nil.
1697
1698 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1701         persistent mark when prefetch is succeeded.
1702
1703 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1704
1705         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1706         instead of elmo-msgdb-delete-msgs.
1707         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1708         (wl-expire-hide): Ditto.
1709
1710         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1711
1712         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1713         elmo-msgdb interface.
1714         (wl-thread-get-exist-children): Likewise.
1715         (wl-thread-insert-message): Likewise.
1716         (wl-thread-msg-mark-as-important): Likewise.
1717         (wl-thread-insert-entity-sub): Likewise.
1718         (wl-thread-get-children-msgs-uncached): Likewise.
1719
1720         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1721         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1722         (wl-summary-sync-update): Likewise.
1723         (wl-summary-auto-select-msg-p): Likewise.
1724         (wl-summary-update-thread): Likewise.
1725         (wl-summary-mark-as-important): Likewise.
1726         (wl-summary-jump-to-msg-internal): Likewise.
1727         (wl-summary-redisplay-internal): Likewise.
1728         (wl-summary-print-message-with-ps-print): Likewise.
1729         (wl-summary-folder-info-update): Likewise.
1730
1731         * wl-folder.el (wl-folder-check-one-entity):
1732         elmo-folder-count-flags instead of wl-summary-count-unread.
1733
1734         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1735
1736         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1737
1738         * wl-summary.el (wl-summary-set-message-modified): 
1739         Call wl-summary-set-mark-modified.
1740         (wl-summary-delete-messages-on-buffer): Call
1741         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1742         (wl-summary-sync-update): Call elmo-folder-length instead of
1743         elmo-folder-messages.
1744         (wl-summary-insert-headers): Don't call
1745         elmo-folder-list-message-entities.
1746
1747 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-action.el (wl-summary-define-mark-action): Call
1750         `wl-summary-set-mark' with argument `data'.
1751         (wl-summary-auto-refile): Fixed order of arguments when call
1752         `wl-summary-refile'.
1753
1754 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1757
1758         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1759
1760         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1761         (Renamed from wl-highlight-summary-deleted-face).
1762         (wl-highlight-summary-resend-face): New face.
1763
1764         (wl-highlight-summary-deleted-face): Renamed from
1765         wl-highlight-summary-erased-face.
1766
1767         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1768
1769         * wl-action.el (wl-summary-get-resend-address): New function.
1770         (wl-summary-exec-action-resend): Ditto.
1771         (wl-summary-exec-action-resend-subr): Ditto.
1772
1773         * w-thread.el (wl-thread-copy): Removed definition.
1774         (wl-thread-refile): Ditto.
1775         (wl-thread-delete): Ditto.
1776         (wl-thread-target-mark): Ditto.
1777
1778         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1779         (wl-summary-target-mark-set-action): Fixed.
1780         (wl-summary-define-mark-action): Fixed quotation.
1781         (wl-summary-move-mark-list-messages): Display message.
1782         (wl-summary-define-mark-action): Define thread functions.
1783         (wl-summary-exec-action-refile): Changed message.
1784         (wl-summary-exec): Ditto.
1785
1786 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1787         
1788         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1789         '%%'.
1790
1791 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1792
1793         * wl.el (toplevel): Require wl-action.
1794         (wl-init): Call wl-summary-define-mark-action.
1795
1796         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1797
1798         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1799         wl-summary-delete and wl-summary-erase.
1800         (wl-summary-mode-map): Ditto.
1801
1802         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1803         wl-delete-folder-alist.
1804
1805         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1806         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1807         (toplevel): Moved mark & action related functions to the wl-action.el.
1808
1809         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1810         in wl-summary-mark-action-list.
1811         (wl-highlight-summary-current-line): Ditto.
1812
1813         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1814         empty lines.
1815
1816         * wl-action.el: New file. 
1817
1818 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1819
1820         * wl-summary.el (wl-summary-target-mark-replace): New function.
1821         (wl-summary-target-mark-prefetch): Use it.
1822         (wl-summary-target-mark-delete): Ditto.
1823         (toplevel): Rearranged definition order.
1824         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1825         (wl-summary-target-mark-erase): Rewrite.
1826         (wl-summary-erase-region): New function.
1827         (wl-summary-exec-action-erase): Changed message.
1828         (wl-summary-move-mark-list-messages): New function.
1829         (wl-summary-exec-action-delete): Use it.
1830         (wl-summary-exec-action-erase): Ditto.
1831
1832         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1833         (wl-summary-skip-mark-list): Added "d".
1834
1835         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1836         while searching.
1837
1838         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1839         and define using defcustom;
1840         Define 4th element as a face.
1841         
1842         * wl-summary.el (wl-summary-incorporate): Use 
1843         `wl-summary-prefetch-region-no-mark' instead of
1844         `wl-summary-prefetch-region'.
1845         (wl-summary-prefetch-region-no-mark): Revival of old
1846         `wl-summary-prefetch-region'.
1847         (wl-summary-mark-action-list): Moved to wl-vars.el
1848
1849         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1850         face according to the `wl-summary-mark-action-list'.
1851         (wl-highlight-summary-current-line): Ditto;
1852         Removed destination highlighting.
1853
1854         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1855         (wl-highlight-summary-line-string): Highlight for "i" mark.
1856         (wl-highlight-summary-current-line): Ditto.
1857
1858         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1859         no destination.
1860
1861         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1862         exists, just go ahead.
1863         (wl-summary-prefetch-region): Rewrite.
1864         (wl-summary-prefetch): Ditto.
1865         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1866         (wl-summary-exec-action-prefetch): New function.
1867         (wl-summary-target-mark-prefetch): Rewrite.
1868
1869 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1870
1871         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1872         (wl-highlight-summary-line-string): Added "d" and "D".
1873         (wl-highlight-summary-current-line): Ditto.
1874
1875         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1876         in wl-summary.el.
1877         (wl-thread-insert-entity-sub): Ditto.
1878         (wl-thread-remove-destination-region): Ditto.
1879         (wl-thread-print-destination-region): Ditto.
1880
1881         * wl-summary.el (wl-summary-buffer-refile-list,
1882         wl-summary-buffer-delete-list,
1883         wl-summary-buffer-copy-list): Abolish.
1884         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1885         All other related portions are changed.
1886         (wl-summary-mark-action-list): New variable.
1887         (wl-summary-set-mark): New function.
1888         (wl-summary-register-target-mark): Ditto.
1889         (wl-summary-unregister-target-mark): Ditto.
1890         (wl-summary-have-target-mark-p): Ditto.
1891         (wl-summary-register-temp-mark): Ditto.
1892         (wl-summary-unregister-temp-mark): Ditto.
1893         (wl-summary-registered-temp-mark): Ditto.
1894         (wl-summary-collect-temp-mark): Ditto.
1895         (wl-summary-unset-mark): Ditto.
1896         (wl-summary-set-target-mark): Ditto.
1897         (wl-summary-unset-target-mark): Ditto.
1898         (wl-summary-set-action-generic): Ditto.
1899         (wl-summary-unset-action-generic): Ditto.
1900         (wl-summary-exec-action-delete): Ditto.
1901         (wl-summary-exec-action-erase): Ditto.
1902         (wl-summary-set-action-refile): Ditto.
1903         (wl-summary-set-action-refile-subr): Ditto.
1904         (wl-summary-unset-action-refile): Ditto.
1905         (wl-summary-make-destination-numbers-list): Ditto.
1906         (wl-summary-exec-action-refile): Ditto.
1907         (wl-summary-set-action-copy): Ditto.
1908         (wl-summary-unset-action-copy): Ditto.
1909         (wl-summary-exec-action-copy): Ditto.
1910         (wl-summary-collect-numbers-region): Ditto.
1911         (wl-summary-delete): Rewrite.
1912         (wl-summary-erase): Ditto.
1913         (wl-summary-remove-destination): Ditto.
1914         (wl-summary-exec): Ditto.
1915         (wl-summary-exec-region): Ditto.
1916         (wl-summary-target-mark-erase): Ditto.
1917         (wl-summary-refile): Ditto.
1918         (wl-summary-copy): Ditto.
1919         (wl-summary-unmark): Ditto.
1920         (wl-summary-delete-all-mark): Ditto.
1921         (wl-summary-mark-line): Don't highlight.
1922         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1923         (wl-summary-target-mark-refile-subr): Rewrite.
1924
1925         (wl-summary-copy-prev-destination): Abolish.
1926
1927 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1928
1929         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1930         default values along the value of wl-on-mule.
1931         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1932         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1933         It is not used anywhere.
1934
1935 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-summary.el (wl-summary-print-destination): Keep position.
1938         (wl-summary-cursor-move-surface): Keep horizontal position.
1939
1940 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1941
1942         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1943         write sendlog.
1944
1945 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1948         `wl-summary-highlight'.
1949
1950 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1951
1952         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1953         trivial condition for temp-mark.
1954
1955 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1956
1957         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1958         when it hits killed buffer.
1959
1960 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1963         * wl-news.el.in: `message' and `error' take format string.
1964
1965 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-folder (wl-folder-insert-entity): Display a message,
1968         `...done', when the work finish.
1969         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1970
1971 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * wl-message.el (wl-message-redisplay): Remove unused local
1974         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1975
1976 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-summary.el (wl-summary-replace-status-marks): Disable
1979         interactive use.
1980         (wl-summary-reedit): Check message existence at first.
1981         (wl-summary-mark-line): Fix doc, return value is indefinite.
1982
1983         * wl-highlight.el (wl-highlight-message): Arranged.
1984
1985         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1986         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1987         check temp-mark by wl-summary-temp-mark always.
1988         (wl-highlight-summary): Change accordingly.
1989         * wl-summary.el (wl-summary-mark-as-read-all)
1990         (wl-summary-delete-cache, wl-summary-set-score-mark)
1991         (wl-summary-mark-as-unread, wl-summary-unmark)
1992         (wl-summary-mark-line, wl-summary-mark-as-read)
1993         (wl-summary-mark-as-important): Ditto.
1994
1995         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1996         end of the window if possible.
1997         * wl-summary.el (wl-summary-sync-update): Support lazy
1998         highlighting.
1999         (wl-summary-toggle-disp-msg): Ditto.
2000
2001 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2002
2003         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2004
2005 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2008         change.
2009
2010 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2011
2012         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2013         API.
2014         (wl-summary-sync-update): Ditto.
2015
2016         * wl-score.el (wl-score-get-score-alist): Changed argument.
2017         (wl-summary-rescore-msgs): Likewise.
2018         (wl-summary-score-headers): Likewise.
2019         (wl-score-headers): Likewise;
2020         Use elmo-folder-do-each-message-entity, etc.
2021         (wl-summary-score-effect): Follow the changes above.
2022         (wl-summary-rescore): Ditto.
2023         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2024         (wl-score-get-overview): Abolish.
2025
2026         * wl-summary.el (wl-summary-default-from): Follow the API change in
2027         elmo-msgdb.
2028         (wl-summary-count-unread): Ditto.
2029         (wl-summary-detect-mark-position): Ditto.
2030         (wl-summary-overview-entity-compare-by-date): Ditto.
2031         (wl-summary-overview-entity-compare-by-number): Ditto.
2032         (wl-summary-overview-entity-compare-by-from): Ditto.
2033         (wl-summary-overview-entity-compare-by-subject): Ditto.
2034         (wl-summary-get-list-info): Ditto.
2035         (wl-summary-rescan): Ditto.
2036         (wl-summary-jump-to-msg-by-message-id): Ditto.
2037         (wl-summary-sync-update): Ditto; Removed comment.
2038         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2039         (wl-summary-insert-message): Use wl-summary-insert
2040         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2041         (wl-summary-insert-headers): Changed argument overview to folder.
2042         (wl-summary-search-by-subject): Likewise.
2043         (wl-summary-insert-thread): Renamed from 
2044         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2045
2046         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2047         too.
2048
2049         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2050         wl-string-member.
2051
2052 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2053
2054         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2055         elmo-folder-append-buffer.
2056         (wl-draft-queue-append): Likewise.
2057
2058         * wl-mime.el (wl-message-delete-current-part): Ditto.
2059         (wl-summary-burst-subr): Ditto.
2060
2061         * wl-news.el.in (wl-news-send-news): Ditto.
2062
2063 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2066         function.
2067         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2068         (wl-summary-update-mark): Enclose with save-excursion.
2069         (wl-summary-mark-as-read-internal): Fixed last change.
2070         (wl-summary-mark-as-important): Use 3rd argument of
2071         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2072         Don't use elmo-msgdb-set-mark.
2073         (wl-summary-redisplay-internal): If msgdb flag is already read,
2074         just update the mark on buffer.
2075
2076 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2077
2078         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2079         cut visible folder when elmo-folder-delete returns non-nil value.
2080
2081 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2082
2083         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2084         by Kenichi OKADA <okada@opaopa.org>).
2085
2086 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2089
2090 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2093         Fixed the last change, search group entity by its real name.
2094         (Thanks to: KOBAYASHI Shinji)
2095
2096 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2099         (wl-fldmgr-access-display-all): Don't refer visible name.
2100         * wl-expire.el (wl-folder-archive-current-entity)
2101         (wl-folder-expire-current-entity): Ditto.
2102         * wl-folder.el (wl-folder-jump-to-current-entity)
2103         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2104         (wl-folder-open-folder-sub,wl-folder-open-all)
2105         (wl-folder-write-current-folder): Ditto.
2106         (wl-folder-insert-entity): Don't use petname for normal group.
2107         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2108         is the real name.
2109         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2110         Abolished.
2111
2112 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2113
2114         * wl-draft.el (wl-draft-create-buffer): Add
2115         `wl-summary-reply-with-citation'
2116
2117 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2118
2119         * wl-draft.el (wl-draft-reply): Fixed.
2120
2121 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2122
2123         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2124         when `wl-draft-send-confirm-with-preview' is non-nil.
2125         You can scroll up/down by j/k.
2126         (wl-draft-send-confirm-with-preview): New variable (default=t).
2127
2128 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2129
2130         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2131         (wl-fldmgr-save-folders): Fix comment.
2132
2133 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2134
2135         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2136         along the last change in `wl-folder-buffer-group-p'.
2137
2138 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2139
2140         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2141         folder.
2142
2143         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2144         the default value.
2145
2146         * wl-mime.el (wl-summary-burst): Update summary only when target
2147         folder equals current folder.
2148
2149 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2150
2151         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2152
2153 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2154
2155         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2156         value.
2157
2158 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2161         `map-extents' instead of `extent-at' repeatedly.
2162         (wl-highlight-folder-current-line): Ditto.
2163
2164         * wl-highlight.el: Remove useless dummy functions.
2165
2166 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2167
2168         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2169         (wl-folder-put-folder-property): New function to put text property.
2170         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2171         (wl-folder-insert-entity, wl-folder-update-diff-line)
2172         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2173         * wl-e21.el, wl-xmas.el, wl-mule.el
2174         (wl-highlight-folder-current-line): Ditto.
2175         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2176         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2177         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2178         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2179
2180 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2181
2182         * Version number is increased to 2.11.3.
2183
2184 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2185
2186         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2187         Resume current-buffer since it is assumed by remaining tasks.
2188
2189 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2190
2191         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2192         (wl-folder-completion-function): Abolished.
2193         (wl-folder-complete-folder): New function.
2194         (wl-folder-complete-filter-condition): Ditto.
2195         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2196         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2197
2198 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2199
2200         * wl-draft.el (wl-draft-send-confirm): New function.
2201         (wl-draft-send): Use it.
2202
2203         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2204         cursor-in-echo-area while confirming.
2205
2206         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2207
2208         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2209         searching via nntp if wl-summary-search-via-nntp is 'force.
2210         Otherwise, invoke searching in nntp folder only.
2211         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2212
2213         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2214         explicitly for mime-make-text-tag.
2215
2216 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2217
2218         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2219         `mime-make-text-tag' instead of `mime-create-tag'.
2220
2221 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2222
2223         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2224         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2225
2226 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2227
2228         * wl-score.el (wl-score-save): Bind print-length and print-level.
2229         (wl-score-pretty-print): Ditto.
2230         (wl-score-edit-insert-header-entry): Ditto.
2231
2232         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2233         "From" entry to be treated with wl-draft-eword-encode-address-list.
2234         * wl-mime.el (wl-draft-preview-message): Ditto.
2235
2236         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2237         (wl-summary-mark-as-unread): Ditto.
2238         (wl-summary-mark-as-read-region): Change accordingly.
2239         (wl-summary-mark-as-unread-region): Ditto.
2240         (wl-summary-target-mark-mark-as-read): Ditto.
2241         (wl-summary-target-mark-mark-as-unread): Ditto.
2242
2243 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2244
2245         * Version number is increased to 2.11.2.
2246
2247 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2248
2249         * wl-news.el.in (wl-news-previous-version-save): Bind
2250         print-length and print-level.
2251         * wl-thread.el (wl-thread-save-entities): Ditto.
2252         (wl-thread-save-top-list): Bind print-length.
2253
2254 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2255
2256         * wl-highlight.el (wl-highlight-summary-line-string): Use
2257         wl-summary-score-below-mark, wl-summary-score-over-mark.
2258         (wl-highlight-summary-current-line): Ditto.
2259
2260 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2261
2262         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2263         insert it.
2264
2265 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2266
2267         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2268
2269 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2272         message without msgid.
2273         Rewrite with elmo-folder-move-messages.
2274         Set wl-message-buffer to nil.
2275
2276         * wl-summary.el (wl-summary-erase-subr): New function. Use
2277         elmo-folder-move-messages.
2278         (wl-summary-erase): Call it.
2279         (wl-summary-target-mark-erase): Ditto.
2280
2281 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2282
2283         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2284         it is not up-tp-date.
2285
2286 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2287
2288         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2289         buffer after calling `wl-summary-goto-folder-subr' without the
2290         argument `interactive'.
2291         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2292
2293 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2294
2295         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2296         `mime-create-tag'. Use `string=' instead of `looking-at'.
2297
2298 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2301         to avoid compile warning.
2302
2303         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2304         entity-id when folder is given.
2305         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2306         save-excursion, use save-selected-window instead.
2307         Select folder buffer window if exists.
2308         (To correct behavior with wl-folder-move-cur-folder.)
2309
2310 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2311
2312         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2313
2314 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2315
2316         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2317         list-count instead of %d.
2318
2319 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2320
2321         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2322         (wl-news): Set it.
2323         (wl-news-append-to-folder): Use it.
2324
2325         * wl-news.el.in (wl-news-send-news): Append to specified folder
2326         instead of wl-default-folder.
2327         (wl-news-append-to-folder): Show error message with specified folder.
2328
2329         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2330                 In most major modes, Emacs assumes that any opening
2331                 delimiter found at the left margin is the start of a
2332                 top-level definition, or defun. Therefore, *never put an
2333                 opening delimiter at the left margin unless it should have
2334                 that significance.*
2335
2336         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2337
2338 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2339
2340         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2341
2342 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2343
2344         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2345
2346 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2347
2348         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2349         for sequential numbering case.
2350
2351 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2352
2353         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2354         value.
2355         (wl-draft-reply-without-argument-list): Ditto.
2356         (wl-draft-reply-myself-with-argument-list): Abolish.
2357         (wl-draft-reply-myself-without-argument-list): Ditto.
2358         * wl-draft.el (wl-draft-self-reply-p): New function.
2359         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2360
2361 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2362
2363         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2364         (avoid error for the case without byte-compiling)
2365
2366 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2367
2368         * wl-news.el.in (wl-news-append-to-folder): New function.
2369         (wl-news-exit): Rewrite.
2370         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2371
2372 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2373
2374         * wl-draft.el (wl-draft-reply-position): New function.
2375         (wl-draft-reply-position): Fix.
2376         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2377         (wl-summary-target-mark-reply-with-citation): Ditto.
2378         (wl-summary-reply-with-citation): Ditto.
2379         * wl-vars.el (wl-draft-reply-default-position): New variable.
2380
2381 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2382
2383         * wl-draft.el (wl-draft-send): Preview when interactive send.
2384
2385 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2386
2387         * wl-draft.el (wl-draft-reply): Set default position.
2388         * wl-summary.el (wl-summary-reply): Ditto.
2389         (wl-summary-reply-with-citation): Ditto.
2390         (wl-summary-target-mark-reply-with-citation): Ditto.
2391
2392 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2393
2394         * wl-news.el.in (wl-news-lang): Set default value according to
2395         current-language-environment.
2396         (wl-news-append-news): Do nothing when news-list is nil.
2397
2398 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2399
2400         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2401         (wl-news): Change message.
2402         (wl-news-exit): Check buffer.
2403         (wl-news-force-exit): New function.
2404         (wl-news-show-all): New function.
2405         (wl-news-discard-and-exit): Fix.
2406
2407 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2408
2409         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2410         according to current-language-environment.
2411
2412         * wl-news.el.in (wl-news): If arg, show all NEWS after
2413         wl-news-default-previous-version.
2414
2415 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2416
2417         * wl-news.el.in (wl-news-check): Rewritten.
2418         (wl-news-previous-version-load): Change data type.
2419         (wl-news-previous-version-save): Change data type.
2420         (wl-news-append-news): Add return value.
2421         (wl-news-check-news): New function.
2422         (wl-news-already-current-p): New function.
2423         (wl-news-send-news): Rewritten.
2424         (wl-news-mode-map): Add new keybind.
2425         (wl-news): Rewritten.
2426         (wl-news-exit): Rewritten.
2427         (wl-news-discard-and-mail): New function.
2428         (wl-news-send-to-address): Abolished.
2429         * wl.el (wl-init): Delete a message.
2430
2431 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2432
2433         * wl-news.el.in (wl-news-exit): Update previous version.
2434         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2435
2436 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2437
2438         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2439
2440 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2441
2442         * wl-news.el.in (wl-news): New function.
2443         (wl-news-mode): New function.
2444         (wl-news-next-line): New function.
2445         (wl-news-next-page): New function.
2446         (wl-news-exit): New function.
2447         (wl-news-buf-name): New variable.
2448         (wl-news-mode-map): New variable.
2449         (wl-news-winconf): New variable.
2450         (wl-news-append-news): Add an option.
2451
2452 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2453
2454         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2455
2456 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2457
2458         * wl-news.el.in (wl-news-send-to-address): New variable.
2459         (wl-news-send-news): Use it.
2460         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2461         Return updating status.
2462         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2463
2464 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2465
2466         * wl-news.el.in (wl-news-send-news): Delete
2467         Organization and X-Face.
2468
2469 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2470
2471         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2472         (wl-news-append-news): New function.
2473         (wl-news-send-news): New function.
2474
2475 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2476
2477         * Version number is increased to 2.11.1.
2478
2479 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2480
2481         * wl-news.el.in : New file.
2482
2483 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2484
2485         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2486         default value.
2487         (wl-draft-reply-without-argument-list): Ditto.
2488
2489 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2490
2491         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2492         (wl-message-buffer-prefetch-idle-time): Ditto.
2493         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2494
2495 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-thread.el (wl-thread-insert-message): Use
2498         wl-summary-max-thread-depth.
2499
2500         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2501         loop detection.
2502
2503         * wl-message.el (wl-message-buffer-display): Back to the first page
2504         when cache is hit.
2505
2506 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2509
2510         * wl-summary.el (wl-summary-insert-thread-entity):
2511         If the thread depth is reached to wl-summary-max-thread-depth,
2512         divide the thread.
2513
2514 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2515
2516         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2517         for elmo-remove-passwd.
2518
2519 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2520
2521         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2522         folder is sticky.
2523         (wl-folder-mark-as-read-all-entity): Ditto.
2524         (wl-folder-prefetch-entity): Ditto.
2525
2526 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2527
2528         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2529
2530 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2531
2532         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2533         Delete messages on buffer for unplugged operation.
2534         (wl-summary-erase): Ditto.
2535
2536 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2537
2538         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2539         take nil so as not to search parent by subject.
2540
2541 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2542
2543         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2544         (wl-folder-get-next-folder): Ditto.
2545         (wl-folder-get-path): Ditto.
2546
2547 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2548
2549         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2550         system and encode the region with it before verifying.
2551
2552 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2553
2554         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2555         system of the echo buffer before decoding.
2556
2557 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2558
2559         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2560         original contents.
2561
2562 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2563
2564         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2565         with argument 'any-exists.
2566
2567 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2568
2569         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2570         Use `wl-cs-autoconv'.
2571
2572 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2575         by `mime-view-automatic-conversion'.
2576
2577         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2578         (wl-message-verify-pgp-nonmime): Ditto.
2579         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2580         Bind them to C-c:d and C-c:v respectively.
2581
2582         Merge following code by Teranishi-san from [wl-en:00167].
2583         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2584         (wl-mime-preview-application/pgp-encrypted): Ditto.
2585         (wl-mime-setup): Add entry.
2586
2587 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2588
2589         * wl-summary.el (wl-summary-target-mark-erase): New function.
2590         Bind it to "mD".
2591
2592 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2593
2594         * wl-vars.el (wl-draft-write-file-function): Fix.
2595         (wl-draft-reedit-hook): Changed default value.
2596
2597         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2598         wl-draft-reedit-hook.
2599         (wl-draft-remove-text-plain-tag): New function.
2600         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2601
2602         * wl-vars.el (wl-draft-write-file-function): New user option.
2603
2604         * wl-draft.el (wl-draft-prepare-edit): Use it for
2605         local-write-file-hooks.
2606         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2607
2608         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2609         (wl-draft-insert-mail-header-separator): Return the body beginning
2610         point.
2611         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2612         text/plain.
2613         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2614
2615 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2616
2617         * wl-summary.el (wl-summary-erase): New function to erase message
2618         without moving it to trash. Bind to "D".
2619
2620         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2621         as `keep' unless switch-function.
2622
2623 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2624
2625         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2626         message buffer by using `wl-summary-toggle-disp-msg'.
2627         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2628         buffer window.
2629         (wl-summary-supresedes-message): Ditto.
2630
2631         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2632         Do not delete other windows.
2633         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2634         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2635         (wl-draft-create-buffer): Set reply-or-forward also for target
2636         mark commands.
2637
2638 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-draft.el (wl-user-agent-compose): Delete special case for
2641         switch-to-buffer-other-window.
2642
2643         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2644         (wl-summary-forward): Ditto.
2645
2646         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2647         function.
2648         (wl-draft-buffer-style): New use option.
2649
2650         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2651         (wl-draft): Follow the change above.
2652         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2653         wl-draft-buffer-style.
2654         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2655         switch-function.
2656
2657 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-draft.el (wl-user-agent-compose): Delete special case for
2660         switch-to-buffer-other-window.
2661
2662         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2663         (wl-summary-forward): Ditto.
2664
2665         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2666         function.
2667         (wl-draft-buffer-style): New use option.
2668
2669         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2670         (wl-draft): Follow the change above.
2671         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2672         wl-draft-buffer-style.
2673         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2674         switch-function.
2675
2676 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2677
2678         * wl-address.el (wl-address-make-completion-entry): Extracted from
2679         `wl-address-make-completion-list'.
2680         (wl-address-enable-strict-loading): New variable.
2681         (wl-address-make-completion-list): Revive petname duplication
2682         inquiry, and enable it if `wl-address-enable-strict-loading'.
2683         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2684
2685 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2686
2687         * wl-message.el (wl-message-get-original-buffer): Avoid
2688         'Selecting deleted buffer' error when original buffer is killed.
2689
2690 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2691
2692         * wl-summary.el (wl-summary-next-message): Use
2693         elmo-message-accessible-p instead of elmo-message-cached-p.
2694
2695 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2698
2699         * wl-thread.el (wl-thread-open-all-unread): Use
2700         elmo-folder-list-flagged instead of
2701         elmo-folder-list-messages-mark-match.
2702
2703         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2704         instead of elmo-folder-list-messages-mark-match.
2705         (wl-summary-move-spec-alist): New variable.
2706         (wl-summary-move-spec-plugged-alist,
2707         wl-summary-move-spec-unplugged-alist): Abolish.
2708         (wl-summary-next-message): Follow the change above.
2709         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2710         with 'no-msg' argument.
2711
2712         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2713         variable.
2714         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2715         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2716         (wl-message-buffer-prefetch-get-next): Follow the change above.
2717
2718 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-version.el (wl-version): Changed codename.
2721
2722         * Version number is increased to 2.11.0.
2723
2724 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2725
2726         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2727         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2728         `wl-draft-config-variables'.
2729         (wl-draft-kill): Fixed problem when the draft is reedit.
2730
2731 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2734         buffer-modified status (Thanks to
2735         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2736
2737 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-util.el (wl-region-exists-p): New function.
2740
2741         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2742         Remove defvars for byte-compile warnings.
2743
2744 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2747         defvar-maybe. Removed unused bind.
2748
2749 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2750
2751         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2752         summary buffer window before creating new frame.
2753         (wl-draft-reply): Ditto.
2754
2755 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2758
2759 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2760
2761         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2762
2763 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2766         instead of `kill-region'.
2767
2768 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2769
2770         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2771         (wl-highlight-summary-line-string): Use it.
2772         (wl-highlight-summary-current-line): Ditto.
2773
2774         * wl-mime.el (wl-message-delete-current-part): Check the class of
2775         mime-entity.
2776
2777         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2778
2779         * wl-summary.el (wl-summary-make-number-list): Initialize.
2780         (wl-summary-update-mark): New function.
2781         (wl-summary-reply): Put `answered' mark on the message.
2782         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2783
2784         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2785         (wl-draft-reply): Added optional argument `number';
2786         Set wl-draft-parent-number.
2787         (wl-draft-kill): Delete answered mark if it is a reply.
2788
2789 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2790
2791         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2792         that originates in mime-preview-follow-current-entity.
2793         (wl-draft-yank-current-message-entity): Use it if region is active.
2794
2795         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2796         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2797         `wl-message-delete-current-part'.
2798         * wl-mule.el (wl-message-define-keymap): Ditto.
2799         * wl-xmas.el (wl-message-define-keymap): Ditto.
2800
2801 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2802
2803         * wl-mime.el (wl-message-delete-current-part): New function.
2804         (wl-mime-node-id-to-string): Ditto.
2805
2806         * wl-mime.el (wl-message-delete-current-part): Use existing
2807         original buffer which corresponds current mime-view buffer.
2808         (fetched buffer might have different structure, possibly)
2809
2810         * wl-mime.el (wl-message-delete-current-part): Quit if the
2811         message content differs from the actual message.
2812
2813 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2814
2815         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2816         order.
2817         (wl-summary-search-by-subject): Search parent message from tail;
2818         Check the existence of the parent message on the current thread tree.
2819         (wl-summary-update-thread): Check whether the line is inserted.
2820
2821 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2822
2823         * wl-vars.el (wl-summary-line-format): Undo last change.
2824         * wl-summary.el (wl-summary-print-destination): Do not put
2825         invisible property when `wl-summary-width' is nil.
2826         (wl-summary-line-subject-minimum-length): Abolished.
2827         (wl-summary-line-subject): Ditto.
2828
2829 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * wl-vars.el (wl-summary-line-format): Change default value.
2832         (wl-summary-subject-length-limit): Abolished.
2833         * wl-summary.el (wl-summary-line-subject): Ditto.
2834
2835 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-template.el (wl-template-select): Added optional argument.
2838         If optional argument is specified, reverse
2839         `wl-template-visible-select'.
2840
2841 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2842
2843         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2844         Take prefix argument to force asking the destination folder.
2845
2846 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2847
2848         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2849         count and update status.
2850
2851 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2852
2853         * wl-summary.el (wl-summary-redisplay-internal): If
2854         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2855         after fetching.
2856
2857 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858
2859         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2860         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2861
2862         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2863
2864 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2865
2866         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2867         (All other related portions are changed).
2868         (wl-summary-mark-as-read-all): Rewrite.
2869
2870 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2873         `wl-summary-mark-as-read'.
2874         (wl-summary-mark-as-unread): Rewrite.
2875         (wl-summary-mark-as-read): Added no-modeline argument.
2876         (wl-summary-resume-cache-status): Rewrite.
2877         (wl-summary-exec-subr): Remove unused local variable.
2878
2879 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2880
2881         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2882         logic to call `wl-summary-buffer-prev-folder-function'.
2883         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2884
2885 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2888         is nil.
2889
2890 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2891
2892         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2893         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2894         (wl-mime-setup): Add its entry.
2895
2896 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2899         (wl-summary-delete-cache): Likewise.
2900         (wl-summary-mark-as-read): Rewrite.
2901
2902 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2905         `wl-summary-count-unread'.
2906
2907         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2908
2909         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2910
2911 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2914         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2915         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2916         Renamed to the elmo-msgdb-*-mark.
2917         (wl-summary-score-marks): Follow the change above.
2918         (wl-summary-auto-refile-skip-marks): Ditto.
2919         (wl-summary-incorporate-marks): Ditto.
2920         (wl-summary-expire-reserve-marks): Ditto.
2921
2922         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2923         changes.
2924         (wl-thread-insert-top): Changed updating message.
2925
2926         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2927         variable.
2928         (wl-summary-count-unread): Count answered marks.
2929         (wl-summary-rescan): Call wl-summary-insert-message instead of
2930         wl-summary-append-message-func-internal.
2931         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2932         (wl-summary-prefetch-msg): Follow the variable name changes.
2933         (wl-summary-prefetch-region): Ditto.
2934         (wl-summary-mark-as-read-all): Follow the API changes;
2935         Don't call elmo-folder-replace-marks.
2936         (wl-summary-delete-cache): Follow the variable name changes.
2937         (wl-summary-resume-cache-status): Ditto.
2938         (wl-summary-update-status-marks): New function.
2939         (wl-summary-insert-message): New function.
2940         (wl-summary-sync-marks): Follow the variable name changes.
2941         (wl-summary-sync-update): Synchronize to the msgdb, too;
2942         Changed update messages.
2943         (wl-summary-make-number-list): Rewrite.
2944         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2945         (wl-summary-mark-as-unread): Follow the API changes.
2946         (wl-summary-exec-subr): Follow the variable name changes.
2947         (wl-summary-mark-as-read): Ditto.
2948         (wl-summary-move-spec-plugged-alist): Ditto.
2949         (wl-summary-move-spec-unplugged-alist): Ditto.
2950         (wl-summary-cursor-move-surface): Ditto.
2951
2952         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2953         variable name changes.
2954         (wl-highlight-summary-current-line): Ditto.
2955
2956         * wl-expire.el (wl-expire-refile): Follow the API change in
2957         elmo-folder-move-messages.
2958         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2959         (wl-summary-archive): Use elmo-folder-msgdb instead of
2960         elmo-msgdb-load.
2961
2962 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2963
2964         * wl-mime.el (wl-draft-preview-message): Restore the position
2965         before evaluating wl-draft-send-hook in preview buffer.
2966
2967 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2968
2969         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2970         when it creates new draft buffer.
2971
2972         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2973         without argument.
2974
2975         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2976         Evaluate content and if the value is string, insert it.
2977         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2978         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2979         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2980         wl-draft-config-sub-part-bottom): Use it.
2981
2982         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2983         with the folder name. The question was unintelligible when it is
2984         called from wl-save-status.
2985
2986 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2987
2988         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2989         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2990         cannot take second argument).
2991
2992 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2993
2994         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2995         as t. Since type and subtype are not case sensitive (RFC 2045).
2996
2997 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2998
2999         * wl-vars.el (wl-message-mode-line-format): New variable.
3000         (wl-message-mode-line-format-spec-alist): Ditto.
3001         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3002         (wl-message-redisplay): Use wl-message-mode-line-format.
3003
3004 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3005
3006         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3007
3008 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3009
3010         * wl-summary.el (wl-summary-default-from): Write description.
3011
3012 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3013
3014         * wl-vars.el (wl-ldap-objectclass): Abolish.
3015
3016         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3017         (wl-ldap-make-filter): Removed condition for objectclass.
3018         (wl-ldap-make-matched-value-list): Remove meaningless process.
3019         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3020         (wl-address-ldap-search): Don't add `*' to `pat' string;
3021         use ignore-errors; added `email';
3022         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3023         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3024         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3025
3026
3027 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3028
3029         * wl-draft.el (wl-draft-parent-folder): Write description.
3030         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3031
3032 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3033
3034         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3035         as "" (zero-length string) if no parent.
3036         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3037
3038 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-address.el (wl-address-make-completion-list): Skip duplication
3041         checking.
3042         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3043         `append'.
3044
3045 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3046
3047         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3048         instead of `beginning-of-buffer'.
3049
3050 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3053
3054 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3057         Refer wl-message-buffer-name.
3058         (wl-message-wheel-down): Ditto.
3059
3060 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-vars.el (wl-message-buffer-name): New user option.
3063
3064         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3065         directly instead of making alist dinamically.
3066
3067         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3068         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3069         wl-message-buffer-cache-name.
3070         (wl-message-buffer-cache-clean-up): Ditto.
3071
3072         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3073
3074         * Version number is increased to 2.9.15.
3075
3076 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3077
3078         * wl-vars.el (wl-summary-default-view-alist): New user option.
3079
3080         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3081
3082         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3083         while deleting address.
3084         (wl-draft-delete-myself-from-cc): Ditto.
3085
3086         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3087         If optional argument is specified, reverse sort order.
3088
3089         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3090
3091 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-thread.el (wl-thread-insert-message): Return parent number if
3094         exists.
3095         (wl-thread-update-indent-string-region): Use
3096         wl-thread-update-line-on-buffer-sub instead of
3097         wl-thread-update-line-on-buffer.
3098
3099 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3100
3101         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3102         (wl-folder-close-all): Ditto.
3103
3104 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3105
3106         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3107         and mailing-list:.
3108         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3109         value.
3110         (wl-summary-line-list-info): Print mailing-list name even when 
3111         list-number is empty.
3112
3113 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3114
3115         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3116
3117         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3118         (wl-draft-open-file): Ditto.
3119         (wl-draft-random-alphabet): Ditto.
3120
3121         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3122         bindings.
3123
3124 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3125
3126         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3127         * wl-vars.el (wl-draft-config-alist): Ditto.
3128
3129 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3130
3131         * Version number is increased to 2.9.14.
3132
3133         * wl.el (wl): Don't set wl-init as nil when error occured while
3134         auto-checking folders.
3135
3136         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3137         `elmo-expand-newtext'.
3138
3139 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3142         `this-command' so that `wl-folder-goto-folder' contained in
3143         `wl-summary-keep-cursor-command' work.
3144
3145 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3146
3147         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3148         message buffer displaying state.
3149
3150 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-vars.el (wl-summary-default-view): New variable to specify
3153         default value for `wl-summary-buffer-view' instead of using
3154         set-default.
3155         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3156
3157 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3158
3159         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3160
3161         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3162
3163 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3164
3165         * wl-vars.el (wl-forward-subject-prefix): New variable.
3166         * wl-draft.el (wl-draft-forward): Use it.
3167
3168 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3169
3170         * wl-message.el (wl-message-prev-page): When it is called without
3171         lines argument, scroll down by wl-message-scroll-amount lines.
3172         (wl-message-next-page): Ditto.
3173         * wl-vars.el (wl-message-scroll-amount): Change default value
3174         to preserve current behavior.
3175
3176 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3177
3178         * wl-summary.el (wl-summary-prefetch-msg): Bind
3179         `wl-message-entity' to call `wl-summary-from-function'.
3180
3181 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-message.el (wl-message-buffer-create): Run
3184         wl-message-buffer-created-hook.
3185
3186 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3187
3188         * wl-summary.el (wl-summary-sort-specs): New variable.
3189         (wl-summary-default-sort-spec): Ditto.
3190         (wl-summary-sort): Rewrite.
3191         (wl-summary-sort-by-list-info): New function.
3192
3193 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3194
3195         * wl-summary.el (wl-summary-get-list-info): New function.
3196         (wl-summary-sort): Rewrite.
3197         (wl-summary-line-list-info): Ditto.
3198         (wl-summary-line-list-count): Ditto.
3199         (wl-summary-refile-region): Fixed docstring.
3200
3201 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3204         `wl-folder-entity-hashtb' as completion table.
3205
3206 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3209         only when this command is called interactively; silence the byte-
3210         compiler.
3211
3212 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3213
3214         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3215         active in XEmacs.
3216
3217 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3218
3219         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3220         plural lines.
3221
3222 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3223
3224         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3225         of current line when the cursor is on the header name.
3226         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3227
3228 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3229
3230         * wl-util.el (wl-read-directory-name): Return displayed directory
3231         as the default value also on XEmacs.
3232
3233 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3236         formatting.
3237
3238 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3241         argument and when it is non-nil, check face property before
3242         highlighting for each line.
3243         (wl-highlight-summary-window): Set it.
3244
3245 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3248         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3249
3250         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3251         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3252         (wl-draft-get-fcc-list): Likewise.
3253
3254 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3255
3256         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3257         (wl-thread-entity-cur): Ditto.
3258         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3259         wl-thread-indent-regexp setting.
3260         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3261
3262         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3263         wl-summary-lazy-highlight.
3264         (wl-summary-display-bottom): Ditto.
3265
3266         * wl-thread.el (wl-thread-open-close): Likewise.
3267
3268         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3269         from and subject;
3270         Bind wl-draft-use-frame;
3271         Enclose with save-window-excursion;
3272         Use wl-draft-create-buffer instead of with-temp-buffer;
3273         Use wl-draft-prepare-edit;
3274         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3275         Use wl-draft-send instead of wl-draft-raw-send.
3276
3277 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3278
3279         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3280         of using wl-from.
3281
3282 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3283
3284         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3285         insert-buffer instead of clone-buffer.
3286         (wl-draft-doing-mime-bcc): New variable.
3287         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3288         infinite loop.
3289         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3290
3291         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3292         (wl-draft-mime-bcc-body): Ditto.
3293
3294         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3295         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3296         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3297         wl-draft-do-mime-bcc.
3298         (wl-draft-mime-bcc-field): New function.
3299         (wl-draft-do-mime-bcc): Ditto.
3300
3301         * wl-address.el (wl-address-complete-header-list): New variable.
3302         (wl-address-complete-header-regexp): Changed default value.
3303
3304         * Version number is increased to 2.9.13.
3305
3306 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3307
3308         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3309         it is differed.
3310
3311 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3312
3313         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3314         (wl-summary-line-list-count): Ditto.
3315
3316 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3317
3318         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3319         (wl-nntp-posting-function): New variable.
3320         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3321         `wl-nntp-posting-config-alist'.
3322
3323 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3324
3325         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3326         FLIM.
3327
3328 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3329
3330         * wl-summary.el (wl-summary-target-mark-refile-sub):
3331         Remove a nuisance funcall.
3332
3333 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3334
3335         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3336         as t for `try-completion'.
3337
3338 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-summary.el (wl-summary-default-from): Use
3341         wl-address-header-extract-address instead of
3342         std11-extract-address-components.
3343         (wl-summary-simple-from): Ditto.
3344         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3345         (wl-summary-insert-headers): Show message.
3346         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3347         for whole line.
3348         (wl-summary-default-from): Revert last change.
3349         (wl-summary-simple-from): Ditto.
3350         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3351         (wl-summary-mark-as-read-region): Follow the change above.
3352         (wl-summary-sync-marks): Ditto.
3353         (wl-summary-target-mark-mark-as-read): Ditto.
3354         (wl-summary-redisplay-internal): Ditto.
3355         (wl-summary-redisplay-no-mime-internal): Ditto.
3356         (wl-summary-redisplay-all-header): Ditto.
3357         (wl-summary-mark-as-read): Removed argument `cached';
3358         Use current cache status to set cache mark.
3359         (wl-summary-redisplay-internal): Follow the change above.
3360         (wl-summary-redisplay-no-mime-internal): Ditto.
3361         (wl-summary-redisplay-all-header): Ditto.
3362
3363         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3364
3365         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3366         Don't call itself recursively (Adviced by Yamaoka-san).
3367
3368 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3369
3370         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3371         bind wl-summary-highlight as nil to avoid error caused by missing
3372         local variables.
3373
3374 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3375
3376         * wl-vars.el (wl-invalid-character-message): New user option.
3377
3378         * wl-util.el (wl-set-string-width): If truncated string-width is
3379         larger than specified width, use `wl-invalid-character-message'.
3380
3381 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3382
3383         * wl-summary.el (wl-summary-prefetch-msg): 
3384         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3385
3386 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-vars.el (wl-summary-check-line-format): New user option.
3389         (wl-summary-line-format-file): Ditto.
3390
3391         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3392         variable.
3393         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3394         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3395         and `wl-summary-view-old-p' to check whether do a rescan or not.
3396         (wl-summary-view-old-p): New function.
3397         (wl-summary-line-format-changed-p): Ditto.
3398         (wl-summary-line-format-save): Ditto.
3399         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3400
3401         * wl-util.el (wl-set-string-width): Avoid using negative number
3402         for make-string.
3403
3404 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405
3406         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3407         return value.
3408
3409         * wl-util.el (wl-set-string-width): Added optional argument
3410         `padding' (All other related portions are changed).
3411         (wl-line-parse-format): If the first letter of column number is
3412         `0', zero-padding the result (ex: "%05l").
3413
3414         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3415
3416 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3417
3418         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3419         sequential summary view.
3420
3421 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3424         if it doesn't have a -unix version.
3425
3426 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3429
3430 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3433         content.
3434         (wl-draft): Follow the change above.
3435
3436         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3437
3438         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3439         and wl-folder-summary-line-format-alist contain %T and %P.
3440
3441         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3442         (wl-summary-mode-line-format): New user option.
3443         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3444         (wl-summary-line-format): Changed default value.
3445         (wl-summary-lazy-highlight): Changed default value.
3446
3447         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3448         change in wl-summary-create-line.
3449         (wl-thread-insert-entity-sub): Ditto.
3450
3451         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3452         (wl-summary-buffer-unread-status): Ditto.
3453         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3454         (wl-summary-buffer-persistent-mark-column): Ditto.
3455         (wl-summary-buffer-mode-line-formatter): Ditto.
3456         (wl-summary-buffer-mode-line): Ditto.
3457         (wl-summary-message-regexp): Abolished.
3458         (All other related portions are changed.)
3459         (wl-summary-detect-mark-position): New function.
3460         (wl-summary-buffer-set-folder): Setup
3461         wl-summary-buffer-mode-line-formatter.
3462         (wl-summary-mode): Setup selective-display;
3463         Setup pre-idle-hook when xemacs.
3464         (wl-summary-update-modeline): Rewrite.
3465         (wl-summary-jump-to-msg): Define as function;
3466         Changed regexp for searching messages.
3467         (wl-summary-message-number): Rewrite.
3468         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3469         Do rescan when old type summary cache.
3470         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3471         (wl-summary-remove-destination): Use '\r' to detect EOL.
3472         (wl-summary-print-destination): Ditto.
3473         (wl-summary-temp-mark): New inline function.
3474         (wl-summary-persistent-mark): Ditto.
3475         (wl-summary-line-number): New function.
3476         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3477         (wl-summary-line-list-count): New function.
3478         (wl-summary-create-line): Added argument persistent-mark.
3479         (All other related portions are changed)
3480         (wl-summary-create-line): Insert '\r'.
3481         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3482         (wl-summary-cursor-move-surface): New inline function.
3483         (wl-summary-prev): Use it.
3484         (wl-summary-next): Ditto.
3485
3486         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3487         wl-summary-message-regexp.
3488         (wl-highlight-summary): Delete progress message.
3489         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3490
3491         * Version number is increased to 2.9.12.
3492
3493 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3496         variable (nil: no minimum).
3497         (wl-summary-line-subject): Add some spaces after subject by
3498         wl-summary-line-subject-minimum-length.
3499
3500 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3501
3502         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3503         and removed `F'.
3504         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3505         change above).
3506
3507 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3508
3509         * wl-summary.el (wl-summary-line-list-count): Reverted.
3510         (example setting in samples/*/dot.wl is also updated)
3511
3512 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3513
3514         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3515
3516         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3517
3518         * wl-vars.el (wl-summary-line-format): Addes some description to the
3519         docstring.
3520
3521         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3522         (wl-summary-line-close-bracket): Ditto.
3523         (wl-summary-line-children-number): Ditto.
3524         (wl-summary-line-thread-indent): Ditto.
3525         (wl-summary-line-children-and-from): Ditto.
3526
3527         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3528         't', 'c', 'F' and added 'C'.
3529
3530         * wl-util.el (wl-set-string-width): Accept negative value.
3531         (wl-line-parse-format): Added "%number(" and "%)".
3532
3533 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3534
3535         * wl-summary.el (wl-summary-line-list-count): Change format of the
3536         return value.
3537
3538 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3539
3540         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3541         from the recent message.el.
3542         (wl-draft-point-in-header-p): Ditto.
3543         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3544         wl-draft-beginning-of-line.
3545         * wl-e21.el (wl-draft-mode-map): Ditto.
3546         * wl-xmas.el (wl-draft-mode-map): Ditto.
3547
3548         * wl-folder.el: Sort macrodefs by dependencies.
3549
3550 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3551
3552         * wl-summary.el (wl-summary-prev): Fixed regexp.
3553         (wl-summary-next): Ditto.
3554
3555 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3556
3557         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3558
3559 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3560
3561         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3562         for backward compatibility.
3563
3564 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3565
3566         * wl-summary.el (wl-summary-line-list-count): New function, merged
3567         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3568         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3569         list counts.
3570
3571 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3572
3573         * wl-summary.el (wl-summary-create-line): Ignore errors while
3574         timezone-fix-time.
3575
3576         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3577
3578         * wl-summary.el (wl-summary-sync-update): Ditto.
3579         (wl-summary-default-from): Use wl-message-entity
3580         instead of entity.
3581
3582         * wl-summary.el (wl-summary-create-line): Fix.
3583
3584         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3585         (wl-summary-line-format): New user option.
3586         (wl-folder-summary-line-format-alist): Ditto.
3587         (wl-summary-from-width): Abolished.
3588
3589         * wl-util.el (toplevel): Require 'bytecomp.
3590         (wl-line-parse-format): New function.
3591         (wl-line-formatter-setup): New macro.
3592
3593         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3594         (wl-summary-buffer-line-formatter): New buffer local variable.
3595         (wl-summary-switch-to-clone-buffer): Follow the change above.
3596         (wl-summary-message-regexp): Fix.
3597         (wl-summary-from-func-internal): Abolished.
3598         (wl-summary-subject-func-internal): Ditto.
3599         (wl-summary-subject-filter-func-internal): Ditto.
3600         (All other related portions are changed.)
3601         (wl-summary-buffer-set-folder):
3602         Set up wl-summary-buffer-number-column and 
3603         wl-summary-buffer-line-formatter
3604         (All other related portions are changed.)
3605         (wl-summary-buffer-number-column-detect): Abolished.
3606         (All other related portions are changed.)
3607         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3608         (wl-summary-delete-all-temp-marks-on-buffer): Use
3609         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3610         (wl-summary-target-mark-delete): Ditto.
3611         (wl-summary-target-mark-refile-subr): Ditto.
3612         (wl-summary-target-mark-mark-as-read): Ditto.
3613         (wl-summary-target-mark-mark-as-unread): Ditto.
3614         (wl-summary-target-mark-mark-as-important): Ditto.
3615         (wl-summary-target-mark-save): Ditto.
3616         (wl-summary-replace-status-marks): Renamed from
3617         wl-summary-set-status-marks-on-buffer;
3618         Use wl-summary-message-regexp instead of
3619         wl-summary-buffer-number-regexp.
3620         (wl-summary-sync-update): Follow the change above.
3621         (wl-summary-goto-previous-message-beginning): New function.
3622         (wl-summary-mark-as-unread): Use it.
3623         (wl-summary-mark-as-important): Ditto.
3624         (wl-summary-line-formatter): New variable.
3625         (wl-summary-line-year): New function.
3626         (wl-summary-line-day): Ditto.
3627         (wl-summary-line-day-of-week): Ditto.
3628         (wl-summary-line-hour): Ditto.
3629         (wl-summary-line-minute): Ditto.
3630         (wl-summary-line-open-bracket): Ditto.
3631         (wl-summary-line-close-bracket): Ditto.
3632         (wl-summary-line-children-number): Ditto.
3633         (wl-summary-line-thread-indent): Ditto.
3634         (wl-summary-line-size): Ditto.
3635         (wl-summary-line-subject): Ditto.
3636         (wl-summary-line-from): Ditto.
3637         (wl-summary-line-children-and-from): Ditto.
3638         (wl-summary-create-line): Rewritten.
3639         (wl-summary-format-date): Abolished.
3640
3641         * wl-highlight.el (wl-highlight-summary-current-line): Use
3642         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3643         Use thread structure to detect thread top message.
3644
3645         * wl-draft.el (wl-default-draft-cite): Don't use
3646         wl-summary-from-func-internal.
3647
3648         * wl-refile.el (wl-refile-subject-learn): Don't use
3649         wl-summary-subject-filter-func-internal.
3650         (wl-refile-guess-by-subject): Ditto.
3651
3652         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3653         parameters.
3654
3655         * wl-thread.el (wl-thread-update-indent-string-region):
3656         Use wl-thread-update-line-on-buffer instead of
3657         wl-thread-update-indent-string.
3658         (wl-thread-update-children-number): Redefine using
3659         wl-thread-update-line-on-buffer.
3660         (wl-thread-update-indent-string): Abolished.
3661
3662         * Version number is increased to 2.9.11.
3663
3664 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3665
3666         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3667         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3668         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3669
3670         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3671         as nil.
3672
3673         * wl-thread.el (wl-thread-open-all-unread): Use 
3674         elmo-folder-list-messages-mark-match.
3675         (wl-thread-insert-message): Removed argument `mark-alist'.
3676         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3677         elmo-msgdb-set-mark.
3678         (wl-thread-get-children-msgs-uncached): Likewise.
3679         (wl-thread-get-exist-children): Added argument include-self.
3680         (wl-thread-delete-message): Follow the change above.
3681
3682         * wl-summary.el (wl-summary-count-unread): Removed argument.
3683         (wl-summary-rescan): Follow the change above.
3684         (wl-summary-mark-as-read-region): Ditto
3685         (wl-summary-mark-as-unread-region): Ditto.
3686         (wl-summary-delete-messages-on-buffer): Ditto.
3687         (wl-summary-sync-update): Ditto.
3688         (wl-summary-switch-to-clone-buffer): Ditto.
3689         (wl-summary-goto-folder-subr): Ditto.
3690         (wl-summary-target-mark-mark-as-read): Ditto.
3691         (wl-summary-target-mark-mark-as-unread): Ditto.
3692         (wl-summary-target-mark-mark-as-important): Ditto.
3693         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3694         (wl-summary-update-thread): Removed argument `mark-alist'.
3695         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3696         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3697         (wl-summary-resume-cache-status): Likewise.
3698         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3699         elmo-msgdb-set-mark.
3700         (wl-summary-mark-as-read-all): Likewise.
3701         (wl-summary-delete-cache): Ditto.
3702         (wl-summary-auto-select-msg-p): Ditto.
3703         (wl-summary-mark-as-unread): Ditto.
3704         (wl-summary-no-auto-refile-message-p): Ditto.
3705         (wl-summary-mark-as-read): Ditto.
3706         (wl-summary-mark-as-important): Ditto.
3707         (wl-summary-auto-refile): Follow the change above.
3708         (wl-summary-delete-all-marks): Removed.
3709         (wl-summary-resume-marks-and-highlight): Ditto.
3710         (wl-summary-resume-marks): Ditto.
3711         (wl-summary-delete-important-msgs-from-list): Ditto.
3712         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3713
3714         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3715         wl-summary-count-unread.
3716
3717         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3718         (wl-summary-score-update-all-lines): Use
3719         elmo-msgdb-set-mark.
3720
3721 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3724         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3725         (wl-summary-create-line): Renamed from
3726         wl-summary-overview-create-summary-line;
3727         Argument rearrangement.
3728         (wl-summary-update-thread): Follow the change above.
3729
3730         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3731         (wl-thread-insert-entity-sub): Likewise.
3732
3733         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3734         argument `overview', `mark-alist' and added `msgdb'.
3735
3736         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3737
3738         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3739         (wl-summary-rescan): Follow the change above.
3740         (wl-summary-sync-update): Ditto.
3741         (wl-summary-insert-thread-entity): Ditto;
3742         Don't use `let*' in every while loop;
3743         Detect infinite loop of threads.
3744         (wl-summary-update-thread): Removed argument `overview'.
3745
3746         * wl-thread.el (wl-thread-insert-message): Ditto.
3747
3748         * Version number is increased to 2.9.10.
3749
3750         * wl-message.el (wl-message-redisplay): Ignore errors while
3751         wl-message-redisplay-hook.
3752
3753 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3756
3757 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * wl.el (wl): inhibit-quit while wl-folder.
3760
3761 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3764         while msgdb access.
3765
3766 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3767
3768         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3769         even if no folder is not created.
3770
3771 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3772
3773         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3774
3775         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3776         implementation.
3777         (wl-summary-target-mark-thread): Ditto.
3778
3779         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3780
3781 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3782
3783         * wl-util.el (wl-display-bytes): Remove unused function.
3784
3785 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3788         seems critical one (partially reverse the change in 2002/03/17).
3789
3790 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3791
3792         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3793         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3794
3795 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3796
3797         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3798         is not writable.
3799         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3800         plugged status instead of `'force' as 2nd argument.
3801
3802         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3803         is not creatable.
3804
3805         * Version number is increased to 2.9.9.
3806
3807 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3808
3809         * wl-summary.el (wl-summary-suspend): New function.
3810
3811 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3812
3813         * wl.el (wl): Do not check variables if check is nil.
3814         * wl-utils.el (wl-collect-draft): New function.
3815         * wl-folder.el (wl-folder-suspend): Put summary buffers
3816         and draft buffers at the end of buffer list.
3817         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3818
3819 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3820
3821         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3822         loop instead of recursive call.
3823
3824         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3825         2nd argument.
3826
3827 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3828
3829         * wl-draft.el (wl-draft-create-contents): Don't take neither
3830         (function . args) nor (string . something) any more.
3831
3832         * wl-version.el (wl-generate-user-agent-string): Return string
3833         without header symbol.
3834         * wl-draft.el (wl-draft-default-headers): Use it.
3835
3836         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3837         `wl-draft-insert-ccs' and return field value instead of inserting
3838         the header. Abolish cc argument.
3839         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3840
3841         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3842         rather than one with string car.
3843
3844         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3845         * wl-draft.el (wl-draft-create-contents): Add it after the default
3846         headers.
3847
3848         * wl-draft.el (wl-draft-create-contents): For the case of
3849         (symbol-or-string . function) insert header only when the function
3850         returns string value.
3851
3852 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3853
3854         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3855         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3856
3857 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3858
3859         * wl.el (wl-check-environment): Don't check Message-ID when
3860         `wl-insert-message-id' is nil.
3861         Revive checking if `wl-message-id-domain' contains "@".
3862
3863 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl.el (wl-check-environment): Merge examination for "@" at
3866         inappropriate position into the first string-match.
3867
3868         * wl-summary.el (wl-summary-target-mark-print): New function.
3869         (wl-summary-pipe-message-subr): Extracted from
3870         `wl-summary-pipe-message'.
3871         (wl-summary-target-mark-pipe): New function.
3872         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3873         `wl-summary-target-mark-pipe'.
3874
3875 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3876
3877         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3878
3879 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * wl.el (wl-check-environment): Use elmo-warning instead of
3882         error for non-critical ones.
3883         Remove trash folder check.
3884         (wl): Don't ignore error in wl-check-environment.
3885
3886         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3887         check, which is moved from `wl-check-environment'.
3888         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3889
3890 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3891
3892         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3893         guess anything, call wl-summary-write.
3894         (wl-summary-write): Create draft with blank To field.
3895         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3896
3897 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3898
3899         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3900         argument full as well for wl-folder-write-current-folder.
3901         If wl-*-write-current-folder cannot guess addressee, add blank
3902         To header.
3903         Rewrite condition for positioning cursor.
3904
3905 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3908         summary buffer is present, use it.
3909         (wl-folder-jump-to-previous-summary): Ditto.
3910
3911 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3912
3913         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3914
3915         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3916         wl-summary-previous-buffer and wl-summary-next-buffer.
3917
3918         * wl-folder.el (wl-folder-mode-map): Bind
3919         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3920         (wl-folder-jump-to-next-summary): New function.
3921         (wl-folder-jump-to-previous-summary): Ditto.
3922
3923         * wl-draft.el (wl-draft): Rearranged.
3924
3925 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3926
3927         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3928         of header.
3929         (wl-draft): Collect arguments for the header as header-alist.
3930         (wl-draft-forward): Arrange arguments for wl-draft.
3931         (wl-draft-reply): Ditto.
3932         (wl-draft-edit-string): Ditto.
3933         * wl-summary.el (wl-summary-write): Ditto.
3934         (wl-summary-write-current-folder): Ditto.
3935
3936         * Version number is increased to 2.9.8.
3937
3938 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3941
3942         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3943
3944         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3945         even if the guess failed.
3946
3947         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3948         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3949         wl-summary-write-current-folder.
3950         * wl-xmas.el: Ditto.
3951
3952 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-summary.el (wl-summary-next-page): Force display message if
3955         message is not displayed yet.
3956         (wl-summary-prev-page): Ditto.
3957
3958 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3959
3960         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3961
3962 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3963
3964         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3965         add "Preview Message" and "Save Draft and Exit".
3966
3967 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3968
3969         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3970         if addrmgr is called from draft in splitted window.
3971
3972         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3973         * wl-mule.el: Ditto.
3974         * wl-xmas.el: Ditto.
3975
3976 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3977
3978         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3979
3980         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3981         * wl-xmas.el (wl-folder-toolbar): Ditto.
3982
3983 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3986         and wl-draft-save-and-exit.
3987         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3988         * wl-xmas.el: Ditto.
3989         * wl-mule.el: Ditto.
3990
3991         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3992         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3993
3994 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3997         lists for saving buffer.
3998
3999 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4000
4001         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4002         parent-folder argument instead of it.
4003         (wl-draft-create-buffer): Ditto.
4004         (wl-draft-forward): Ditto.
4005         (wl-draft-reply): Ditto.
4006         * wl-summary.el (wl-summary-write): Ditto.
4007         (wl-summary-write-current-folder): Ditto.
4008
4009         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4010         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4011         Folder buffer after composing.
4012
4013 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4016         header if the file `wl-x-face-file' already contains it.
4017
4018 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4021         folder" entry.
4022         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4023         * wl-e21.el (wl-folder-toolbar): Ditto.
4024         * wl-xmas.el (wl-folder-toolbar): Ditto.
4025
4026 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4029         wl-folder-goto-folder with sticky argument.
4030         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4031
4032 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4033
4034         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4035         and wl-summary-previous-buffer.
4036         (wl-summary-next-buffer): New function.
4037         (wl-summary-previous-buffer): Ditto.
4038
4039 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4042         wl-folder-jump-to-current-entity-with-arg.
4043         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4044         `wl-folder-jump-to-current-entity'.
4045         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4046         `wl-summary-goto-folder-sticky'.
4047         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4048         `wl-summary-goto-folder'.
4049         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4050         Unless force-exit, do not clean temp. marks for sticky summary.
4051         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4052
4053 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4056         not entire.
4057
4058 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4061         to `C-x C-s'.
4062         (wl-summary-save-status): New command.
4063         (wl-summary-exit): Don't clean-up temp marks when sticky.
4064         (Applied patch from Nakayama-san [wl: 09548])
4065         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4066         Do nothing when no mark data.
4067         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4068         Call `wl-summary-delete-all-temp-marks' before saving.
4069
4070 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4071
4072         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4073
4074 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4075
4076         * wl.el (wl-check-environment): Also cause error when (system-name)
4077         returns "localhost.localdomain". (Although it doesn't affect because
4078         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4079
4080 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4081
4082         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4083         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4084
4085         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4086         value.
4087
4088 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4091         Likewise r-cc-list and r-ng-list.
4092
4093 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4094
4095         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4096         only if it is bound as variable.
4097
4098         * wl-mime.el (wl-draft-preview-message): Ditto.
4099
4100 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4101
4102         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4103         needless `goto-char'.
4104
4105         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4106         `wl-summary-redisplay-no-mime-internal' instead of
4107         `wl-summary-redisplay-no-mime'.
4108         (wl-summary-redisplay-no-mime): Changed argument;
4109         Call `wl-summary-redisplay-no-mime-internal'.
4110
4111         * wl-mime.el (wl-draft-preview-message): Bind
4112         `mime-header-encode-method-alist' locally.
4113
4114         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4115         (wl-draft-std11-parse-addresses): Added the first address check.
4116         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4117
4118         * Version number is increased to 2.9.7.
4119
4120 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4121
4122         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4123
4124 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4125
4126         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4127         related to scrollbar support, if there is no such a feature
4128         compiled in.
4129
4130 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4131
4132         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4133         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4134         for prefetch.
4135
4136 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4137
4138         * wl-summary.el (wl-summary-pick): Fix for no match.
4139
4140 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4141
4142         * wl-draft.el (wl-draft-save):
4143         Override `mime-header-encode-method-alist'.
4144
4145 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4146
4147         * wl-folder.el (wl-folder-pick): New function.
4148         Define key as "?".
4149
4150 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4151
4152         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4153         Fix for unplugged.
4154
4155 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-folder.el (wl-folder-virtual): New function.
4158         Define key as "V".
4159
4160 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4161
4162         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4163         multi folder if entity is group.
4164
4165 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4166
4167         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4168         is nil.
4169
4170 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4171
4172         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4173         (wl-summary-target-mark-msgs): Return the number of marked messages.
4174
4175 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4176
4177         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4178         "first:" is specified.
4179
4180 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-vars.el (wl-from): Use return value of function
4183         user-full-name instead of the variable user-full-name since
4184         XEmacs-20.4 doesn't set this variable.
4185
4186 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4187
4188         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4189         call `wl' directly.
4190
4191 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4192
4193         * wl-draft.el (wl-draft-reedit): Removed duplicated
4194         switch-to-buffers.
4195
4196 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * wl.el (wl-other-frame): Removed garbages.
4199
4200 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4203
4204         * wl-xmas.el (wl-draft-key-setup): Ditto.
4205
4206         * wl-mule.el (wl-draft-key-setup): Ditto.
4207
4208         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4209         (wl-draft-reedit): Ditto.
4210         (wl-draft-prepare-edit): Add `wl-draft-save' to
4211         `local-write-file-hooks'.
4212         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4213         (wl-draft-reedit): Set buffer-file-name.
4214         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4215
4216
4217         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4218         call it.
4219         (wl-delete-startup-frame-function): New variable.
4220         (wl-other-frame): New function
4221         (Original was written by Yamaoka san [wl: 09239]).
4222
4223         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4224         if `wl-folder-use-frame'.
4225
4226 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4227
4228         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4229
4230 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4231
4232         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4233         New variable.
4234         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4235         (wl-message-buffer-prefetch-get-next): Use them.
4236         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4237
4238 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4241         with unwind-protect.
4242
4243         * wl-draft.el (wl-draft-reedit): Rewrite.
4244         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4245         (wl-draft-save): Insert header separator if it does not exist;
4246         Removed condition-case.
4247
4248         * wl-summary.el (wl-summary-reedit): Revert last change.
4249
4250         * wl-draft.el (wl-draft-save): Rewrite.
4251         (wl-draft-create-buffer): Set buffer-file-name as nil.
4252
4253         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4254
4255         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4256
4257         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4258         nil.
4259
4260 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4261
4262         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4263         If count is nil, do not prefetch.
4264         (wl-message-buffer-prefetch-next): Next.
4265
4266 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4267
4268         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4269
4270 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4271
4272         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4273         `delete-backward-char'
4274         (wl-draft-prepare-edit): Check major-mode.
4275         (wl-draft-decode-header): Rewrite.
4276         (wl-draft): Fix.
4277
4278 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4279
4280         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4281
4282 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4283
4284         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4285         (wl-message-buffer-prefetch-get-next): Remove size checking.
4286         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4287
4288 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4289
4290         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4291         (wl-draft-default-headers): Fix.
4292
4293 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-draft.el (wl-draft-default-headers): Insert return value of
4296         `wl-generate-mailer-string-function'.
4297
4298 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4299
4300         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4301         (wl-draft-insert-mail-header-separator): Ditto.
4302
4303         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4304         again (Reverted the change on 2002-01-17 by OKADA san).
4305
4306 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4307
4308         * wl-draft.el (wl-draft): Rewrite.
4309         (wl-draft-create-buffer): New function.
4310         (wl-draft-create-contents): Ditto.
4311         (wl-draft-prepare-edit): Ditto.
4312         (wl-draft-decode-header): Ditto.
4313         (wl-draft-decode-body): Ditto.
4314         (wl-draft-check-new-line): Ditto.
4315         (wl-draft-default-headers): Ditto.
4316         (wl-draft-insert-mail-header-separator): Ditto.
4317
4318 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4319
4320         * Version number is increased to 2.9.6.
4321
4322 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4323
4324         * wl-draft.el (wl-draft-delete-field): Optional argument.
4325         (wl-draft-delete-fields): Ditto.
4326
4327 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4328
4329         * wl-message.el (toplevel): Eliminated byte-compile warning.
4330         for `itimer-function', `delete-timer' and `itimer-list'.
4331
4332 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4335         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4336         `wl-message-buffer-prefetch-threshold'.
4337         * wl-summary.el (wl-summary-redisplay-internal): Remove
4338         the check of `wl-message-buffer-prefetch-depth'.
4339
4340 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4341
4342         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4343         size of article.
4344         (wl-message-buffer-prefetch-subr): Remove size check.
4345
4346 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-vars.el (wl-plugged): Make customizable.
4349
4350 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4351
4352         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4353         (wl-message-buffer-prefetch-set-timer): New function.
4354         (wl-message-buffer-prefetch-get-next): New function.
4355         (wl-message-buffer-prefetch): New function.
4356         (wl-message-buffer-prefetch-next): Rewrite.
4357         (wl-message-buffer-prefetch-subr): Rewrite.
4358         * wl-vars.el (wl-auto-prefetch-first): New variable.
4359         * wl-summary.el (wl-summary-goto-folder-subr): Call
4360         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4361
4362 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4363
4364         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4365         `wl-summary-unread-message-hook'.
4366
4367 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4368
4369         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4370         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4371         if range is `cache-status'.
4372
4373 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4374
4375         * wl-message.el (wl-message-buffer-prefetch-subr):
4376         Improve debug message.
4377
4378 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4381         `wl-mail-send-pre-hook'.
4382         (wl-draft-send-mail-with-qmail): Ditto.
4383         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4384
4385 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4386
4387         * wl-message.el (wl-message-buffer-prefetch-subr):
4388         Fix for cancel-function-timers bug.
4389         (wl-message-buffer-prefetch-debug): Default value is t.
4390
4391 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4392
4393         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4394         (wl-message-buffer-prefetch-subr): Rewrite.
4395         Rename from `wl-message-buffer-prefetch'.
4396
4397 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4400         (wl-default-draft-cite-decorate-author): Ditto.
4401
4402         * wl-draft.el (wl-draft-cite-function): Removed.
4403         (wl-default-draft-cite-decorate-author): Ditto.
4404
4405 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4408         (wl-default-draft-cite): Do not arrange author name if the value of
4409         `wl-default-draft-cite-decorate-author' is nil.
4410
4411 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4412
4413         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4414
4415         * wl-folder.el (wl-folder-check-one-entity): Don't care
4416         `elmo-folder-use-flag-p'.
4417
4418 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4419
4420         * wl-folder (wl-folder-check-one-entity): Fix
4421         problem if unread is nil.
4422
4423 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-address.el (wl-address-make-completion-list): Check whether
4426         the address is a group list.
4427         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4428
4429 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4430
4431         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4432         The number of the messages of new and unread does not count
4433         correctly.
4434
4435         * wl-summary.el (wl-summary-count-unread): Changed to return
4436         `(new . unread)' instead of total.
4437         (wl-summary-sync-update): Follow the change above.
4438
4439         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4440
4441 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-address.el (wl-address-make-completion-list): Do not enclose
4444         address by " <" and ">" if associated realname is "".
4445         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4446         This is against the promblem with group list in .addresses pointed
4447         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4448
4449 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4452         message is a format control string.
4453         * wl-expire.el (wl-expire-append-log): Ditto.
4454         * wl-mime.el (wl-summary-burst-subr): Ditto.
4455         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4456         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4457
4458 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4459
4460         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4461         wl.el (wl-check-variables): Rename from `wl-check-type'.
4462         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4463         (wl-check-variables-2): New function.
4464         (wl): Call `wl-check-variables-2'.
4465
4466 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4469         after renaming folder in access group.
4470
4471 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4472
4473         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4474         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4475         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4476         (wl-message-buffer-prefetch): Rewrite.
4477         (wl-message-buffer-prefetch-idle-time): Removed.
4478         * wl-summary.el (wl-summary-redisplay-internal):
4479         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4480         Error check for `wl-message-buffer-prefetch-depht'.
4481
4482 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4483
4484         * Version number is increased to 2.9.5.
4485         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4486
4487 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4488
4489         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4490         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4491         Based on the patch written by
4492         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4495
4496         * wl-draft.el (wl-draft-raw-send): Fix for
4497         `wl-news-send-pre-hook'
4498
4499 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4500
4501         * wl-utils.el (wl-message-id-function): New variable.
4502         * wl-draft.el (wl-draft-insert-required-fields):
4503         Use `wl-message-id-function'.
4504
4505 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4506
4507         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4508         * wl-utils.el (wl-draft-make-message-id-string):
4509         Use `wl-from' for domain part of Message-ID
4510         if `wl-message-id-use-wl-from' if non-nil.
4511         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4512
4513 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4514
4515         * wl.el (wl): Call `wl-check-type'
4516         Do not 'condition-case'.
4517
4518 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4519
4520         * wl.el (wl-check-type): New function.
4521         (wl-check-type-variables): New variable.
4522
4523 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4524
4525         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4526
4527 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4528
4529         * wl-draft.el (wl-smtp-password-key): New function.
4530         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4531         (wl-draft-send-mail-with-smtp): Ditto.
4532         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4533
4534 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4537         * wl-utils.el (wl-unique-id-suffix): Remove.
4538
4539 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * Version number is increased to 2.9.4.
4542
4543 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4544
4545         * wl-utils.el (wl-unique-id-suffix): New variable.
4546         (wl-unique-id): Use `wl-unique-id-suffix'
4547
4548 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4549
4550         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4551         instead of `elmo-msgdb-search'.
4552
4553         * Version number is increased to 2.9.3.
4554
4555 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4556
4557         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4558
4559 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4560
4561         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4562         (wl-draft-dispatch-message): Changed for send-later.
4563         (wl-draft-queue-flush): Ditto.
4564         (wl-draft): Clear `wl-sent-message-queued'.
4565         (wl-draft-reedit): Ditto.
4566         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4567         * wl-vars.el (wl-draft-force-queuing): New variable.
4568         (wl-draft-force-queuing-mail): New variable.
4569         (wl-draft-force-queuing-news): New variable.
4570
4571 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4572
4573         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4574         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4575
4576 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4577
4578         * Version number is increased to 2.9.2.
4579
4580 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * wl-draft.el (wl-draft-elide-region): New user command.
4583         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4584
4585         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4586         command `wl-draft-elide-region'.
4587         * wl-mule.el: Ditto.
4588         * wl-xmas.el: Ditto.
4589
4590 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4591
4592         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4593         (wl-biff-check-folder-async): Removed needless let.
4594
4595 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4596
4597         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4598         wl-folder-get-elmo-folder.
4599         (wl-biff-check-folder): Set `biff' argument of
4600         `wl-folder-check-one-entity'.
4601         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4602
4603         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4604         (wl-folder-check-one-entity): Added `biff' argument;
4605         Setup `biff' slot of folder.
4606
4607         * Version number is increased to 2.9.1.
4608
4609 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4612         comment out and fixed.
4613         (wl-fldmgr-add-completion-subr): Ditto.
4614
4615         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4616         and msgdb.
4617
4618         * wl.el (wl-toggle-plugged): Save summary view.
4619
4620 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4621
4622         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4623
4624 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4625
4626         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4627
4628 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4631         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4632         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4633
4634         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4635         if it was failed.
4636         (wl-demo): Disable undo in the demo buffer.
4637
4638 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-version.el (wl-version): Changed codename.
4641
4642         * Version number is increased to 2.9.0.
4643
4644 2001-12-14  Takuo KITAME <kitame@northeye.org>
4645
4646         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4647         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4648         (wl-folder-mark-as-read-all-current-entity): Ditto.
4649
4650 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4651
4652         * wl-vars.el (wl-from-width): Define as obsolete variable.
4653         (wl-subject-length-limit): Ditto.
4654
4655         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4656
4657         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4658         wl-summary-save-view.
4659
4660         * wl.el (wl-save-status): Ditto.
4661         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4662
4663         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4664         (wl-summary-exit): Follow the change above.
4665         (wl-summary-goto-folder-subr): Ditto.
4666
4667         * wl-folder.el (wl-folder-create-subr): Don't use
4668         `elmo-folder-creatable-p'.
4669
4670 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4671
4672         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4673
4674 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4677         rather than bitmap on Emacs 21.
4678         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4679         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4680         for xbm if the new redisplay engine is not available.
4681
4682 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4683
4684         * wl-folder.el (wl-folder-init-hook): New hook.
4685         (wl-folder-init): Run `wl-folder-init-hook'.
4686
4687 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4690
4691 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4692
4693         * wl-acap.el (wl-acap-cache-filename): New variable.
4694         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4695         (wl-acap-init): Use cache if no ACAP server found.
4696
4697 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4698
4699         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4700         `wl-acap-original-msgdb-dir'.
4701
4702         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4703         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4704
4705         * wl-mime.el (wl-mime-save-directory): Renamed from
4706         `wl-mime-save-dir'.
4707
4708 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4711
4712         * wl-demo.el: Require `path-util'.
4713         (wl-demo-bitmap-mule-available-p): New internal variable.
4714         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4715         `module-installed-p' instead.
4716         (wl-demo-insert-image): Use *.img file for a bitmap image.
4717         (wl-demo): Don't call the ascii demo recursively.
4718
4719 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4720
4721         * Version number is increased to 2.7.7.
4722
4723 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4724
4725         * wl.el (wl-exit): Eliminated byte-compile warning.
4726
4727 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4728
4729         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4730         obsolete variable using `elmo-define-obsolete-variable'.
4731         (wl-fetch-confirm-threshold): Ditto.
4732         (wl-cache-prefetch-folder-type-list): Ditto.
4733         (wl-cache-prefetch-folder-list): Ditto.
4734
4735 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4738         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4739         (wl-demo-insert-image): New function.
4740         (wl-demo-insert-text): New function.
4741         (wl-demo-image-type-alist): Redefine as a function.
4742         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4743         (wl-demo-with-temp-file-buffer): Removed.
4744         (wl-logo-xpm): Removed.
4745         (wl-logo-xbm): Removed.
4746         (wl-logo-bitmap): Removed.
4747
4748 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4749
4750         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4751         (wl-expire-localdir-get-folder-function): New user option.
4752         (wl-expire-localdir-get-folder): New function.
4753         (wl-expire-localdir-date): Ditto.
4754
4755 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4756
4757         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4758         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4759         Fixed unread number mismatch when all-unread < unread.
4760
4761 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4764         (wl-fetch-confirm-threshold): Ditto.
4765
4766         * wl-summary.el (wl-summary-confirm-appends): Removed.
4767         (wl-summary-sync-update): Don't refer
4768         `wl-summary-update-confirm-threshold' (It is now abolished).
4769
4770         * wl-message.el (wl-message-display-internal): Don't refer
4771         `wl-fetch-confirm-threshold' (It is now abolished).
4772
4773 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4776
4777 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4780         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4781         Change default value to nil.
4782         (wl-summary-indent-length-limit): The value can be nil, nil means
4783         unlimited.
4784
4785         * wl-summary.el: Don't set limit for indent length if the value of
4786         wl-summary-indent-length-limit is nil.
4787         If the value of wl-summary-width is nil, it means only that the width
4788         of summary is unlimited (nil doesn't mean that the indent length is
4789         unlimited).
4790
4791         * wl-thread.el: Ditto.
4792
4793 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4794
4795         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4796         be nil, nil means never confirm.
4797         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4798
4799 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4800
4801         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4802         means unlimited).
4803
4804 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4807         Use `with-temp-buffer'.
4808
4809 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4812         with new backquote style).
4813         (wl-folder-get-entity-from-buffer): Ditto.
4814
4815 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4816
4817         * wl-version.el (nemacs-version): Eliminated.
4818         (wl-extended-emacs-version2): Ignore nemacs.
4819         (wl-extended-emacs-version3): Ditto.
4820
4821 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4822
4823         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4824         (wl-draft-add-in-reply-to): New variable.
4825         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4826         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4827         (wl-draft-yank-from-mail-reply-buffer): Use
4828         `wl-draft-add-in-reply-to'.
4829         (wl-draft-insert-current-message): Ditto.
4830
4831 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4832
4833         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4834         typo (kill->hide).
4835         (wl-message-buffer-prefetch-folder-type-list): Added elements
4836         `mark' and `cache' instead of `internal'.
4837
4838 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4841         resume msgdb directory.
4842
4843 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl.el (wl-exit): Call `wl-acap-exit'.
4846
4847         * wl-summary.el (wl-summary-message-string): New function.
4848         (wl-summary-reedit): Use it.
4849         (wl-summary-resend-bounced-mail): Remove needless let.
4850         (wl-summary-supersedes-message): Ditto.
4851         (wl-summary-save): Ditto.
4852
4853         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4854         (wl-acap-init): Set it.
4855         (wl-acap-exit): New function.
4856
4857 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4858
4859         * wl.el (wl-init): Revert (require 'mime-setup). move from
4860         toplevel.
4861
4862 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4863
4864         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4865         local variables.  Add error when guess function return invalid
4866         value.
4867
4868 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4869
4870         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4871         Change local variable name.
4872         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4873         (wl-folder-get-newsgroups): Return nil when non-news folder.
4874         * wl-summary.el (wl-summary-write-current-folder): State through
4875         when guess-list return nil.
4876         (wl-summary-write-current-folder-functions): Fixed docstring.
4877
4878         * wl.el (wl-exit): Changed confirm message.
4879
4880         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4881         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4882
4883         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4884
4885 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4886
4887         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4888         user option (Renamed from wl-cache-prefetch-folder-type-list).
4889         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4890         from wl-cache-prefetch-folder-list).
4891
4892         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4893         Move to wl-vars.el.
4894         (wl-message-buffer-prefetch-p): Changed to enable
4895         `wl-message-buffer-prefetch-folder-list'.
4896
4897         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4898         `ignore-cache'.
4899
4900 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4903         `part-top' and `part-bottom'.
4904         (wl-draft-config-sub-part-top): New function.
4905         (wl-draft-config-sub-part-bottom): New function.
4906
4907 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4910
4911 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4912
4913         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4914
4915 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4918
4919         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4920         (wl-summary-write-current-folder): Ditto.
4921
4922 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-folder.el (wl-folder-get-newsgroups): Use
4925         `elmo-folder-newsgroups'.
4926
4927 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4928
4929         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4930         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4931         `wl-draft-config-sub-header-bottom'.
4932
4933 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4934
4935         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4936         localnews folder.
4937
4938 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-summary.el (wl-summary-mode): Undo last change.
4941
4942         * wl-folder.el (wl-folder-mode): Ditto.
4943
4944 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4945
4946         * wl-summary.el (wl-summary-mode): Locally set
4947         truncate-partial-window-width to nil.
4948         (for XEmacs)
4949
4950         * wl-folder.el (wl-folder-mode): Ditto.
4951
4952 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4953
4954         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4955
4956 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4957
4958         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4959         number.
4960
4961         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4962
4963         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4964
4965         * Version number is increased to 2.7.6.
4966
4967 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4968
4969         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4970
4971 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-summary.el (wl-summary-sync-update): Enclose network
4974         related portion with `unwind-protect'.
4975
4976 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4979
4980 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4981
4982         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4983         element.
4984         * wl-vars.el (wl-message-body-button-alist): Ditto.
4985
4986         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4987         max match length.
4988         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4989
4990         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4991         for the max match length;
4992         Use 4th element value for the button string regexp group.
4993
4994         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4995         candidate exists, prompt to select.
4996
4997 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4998
4999         * wl-summary.el (wl-summary-jump-to-msg): Search before
5000         calibration point by `beginning-of-line'.
5001
5002 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5005         for access group.
5006
5007 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-message.el (wl-message-display-internal): Bind
5010         `default-mime-charset'.
5011
5012         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5013
5014         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5015
5016         * Version number is increased to 2.7.5.
5017
5018 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5019
5020         * wl-expire.el (wl-summary-archive): Fixed;
5021         Use `elmo-folder-name-internal'.
5022
5023 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5024
5025         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5026         from `elmo-folder-move-messages' caller.
5027         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5028
5029         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5030         related portions are changed).
5031
5032 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5033
5034         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5035         counter.
5036
5037 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5038
5039         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5040         buffer local and set it to nil.
5041
5042         * wl-message.el (wl-message-redisplay): Ditto.
5043
5044 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-summary.el (wl-summary-mark-as-important): If message is
5047         already cached, set messag as read, otherwise encache and mark as read.
5048
5049 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5050
5051         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5052         point-min.
5053
5054 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5057         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5058         a keymap.
5059
5060 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5063         parent.
5064
5065         * wl-mule.el (wl-message-define-keymap): Ditto.
5066
5067         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5068
5069         * wl-xmas.el (wl-message-display-internal-hook): Define.
5070         (wl-xmas-setup-message-toolbar): Define as function.
5071         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5072         (wl-message-overload-functions): Abolished.
5073         (wl-message-define-keymap): New function.
5074
5075         * wl-vars.el (wl-message-display-internal-hook): New variable.
5076         (wl-message-header-button-alist): New variable (Renamed from
5077         wl-highlight-message-header-button-alist).
5078         (wl-message-body-button-alist): Ditto.
5079
5080         * wl-mule.el (wl-message-define-keymap): New function.
5081         (wl-message-overload-functions): Abolished.
5082
5083         * wl-message.el (wl-message-add-buttons-to-body): New function.
5084         (wl-message-redisplay): Don't call wl-message-overload-functions;
5085         Call wl-message-add-buttons-to-header and
5086         wl-message-add-buttons-to-body.
5087         (wl-message-display-internal): Set keymap argument for
5088         elmo-mime-display-as-is, elmo-mime-message-display;
5089         Run wl-message-display-internal-hook.
5090         (wl-message-refer-article-or-url): Abolished.
5091
5092         * wl-highlight.el (wl-highlight-headers): Don't call
5093         wl-highlight-message-add-buttons-to-header.
5094         (wl-highlight-message-add-buttons-to-header): Abolished.
5095
5096
5097         * wl-e21.el (wl-message-display-internal-hook): Define.
5098         (wl-e21-setup-toolbar): Deleted duplicated binding.
5099         (wl-e21-setup-message-toolbar): Define as function.
5100         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5101         (wl-message-define-keymap): New function.
5102         (wl-message-overload-functions): Abolished.
5103
5104 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5107         and elmo-folder-close.
5108
5109         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5110
5111 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5112
5113         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5114         boolean value.
5115         * wl-draft.el (wl-draft-do-fcc): Ditto.
5116
5117 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5118
5119         * wl-vars.el (wl-fcc-force-as-read): New variable.
5120         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5121         mark copied message as read.
5122
5123 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5124
5125         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5126
5127 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5128
5129         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5130         `wl-summary-target-above' instead of obsolete variable
5131         `wl-summary-temp-above'.
5132
5133         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5134         instead of `make-obsolete-variable'.
5135         * wl-refile.el (toplevel): Ditto.
5136
5137 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5140         with third argument t.
5141         (wl-draft): Set first argument for wl-plugged-init as t.
5142
5143         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5144         definition.
5145
5146 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5147
5148         * wl-vars.el: Tabify.
5149         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5150
5151         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5152         message.
5153
5154 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5155
5156         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5157         and set default to beep.
5158
5159 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5160
5161         * wl-vars.el (wl-draft-truncate-lines): New variable.
5162
5163         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5164         instead of wl-message-truncate-lines for truncate-lines.
5165
5166 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-message.el (wl-message-display-internal): Call
5169         `wl-highlight-message' after `elmo-mime-display-as-is'.
5170
5171         * wl-mime.el (wl-mime-display-text/plain): New function.
5172         (wl-mime-display-header): Ditto.
5173         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5174         body-presentation-method for text/plain;
5175         Register `wl-mime-display-header' as a header-presentation-method;
5176         Don't set up `elmo-message-text-content-inserted-hook' and
5177         `elmo-message-header-inserted-hook'.
5178
5179         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5180         variable.
5181         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5182         as t if flag is 'all-header;
5183         Don't bind `elmo-message-ignored-field-list',
5184         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5185
5186 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5189         for xemacs with non-mule environment.
5190
5191 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5192
5193         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5194         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5195         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5196
5197 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5198
5199         * wl-vars.el (wl-interactive-send): Set default value as t.
5200
5201 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5204         (wl-addrmgr-method-list): Abolished.
5205         (wl-addrmgr-change-method): Follow above change.
5206
5207         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5208
5209 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl-vars.el (wl-message-truncate-lines): Change default value
5212         to default-truncate-lines.
5213
5214         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5215
5216 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5217
5218         * wl-vars.el (wl-message-truncate-lines): New variable.
5219
5220         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5221         wl-message-truncate-lines.
5222
5223 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5224
5225         * wl-acap.el (wl-acap-init): Remove period from error message.
5226         (wl-acap-find-acap-service): Remove period from message.
5227
5228 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl.el (wl-check-environment): Undo last change.
5231
5232         * wl-vars.el (wl-from): Changed default value.
5233
5234         * wl-util.el (toplevel): Don't require tm-edit.
5235
5236         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5237         `wl-folder-init';
5238         Don't set mark on mail body.
5239         (wl-draft-reedit): Ditto.
5240
5241         * wl-address.el (wl-address-quote-specials): Define as an alias for
5242         elmo-address-quote-specials.
5243
5244 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5247
5248         * wl-vars.el (wl-from): Set default value as nil.
5249         (wl-organization): Set default value as ORGANIZATION environment
5250         variable.
5251
5252         * wl-draft.el (wl-smtp-extension-bind): Check value of
5253         wl-smtp-connection-type.
5254
5255         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5256         error.
5257
5258 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5259
5260         * Version number is increased to 2.7.4.
5261
5262         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5263         arguments from `wl-highlight-x-face-function' caller.
5264         Use x-face-1.3.6.12 or later.
5265
5266 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5267
5268         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5269
5270 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5271
5272         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5273         (wl-fcc): Fix to accept function.
5274         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5275
5276 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5277
5278         * wl-acap.el (toplevel): Added `product-provide' declare.
5279         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5280
5281 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl.el (wl): Changed order of calling `elmo-init'
5284         and `elmo-folder-init'.
5285
5286 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5287
5288         * wl-mime.el (wl-summary-burst): Extract message when content-type
5289         of root entity is not only `multipart' but also `message/rfc822'.
5290         (wl-summary-burst-subr): Ditto.
5291
5292 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl-vars.el (toplevel): Require 'custom.
5295         (wl-trash-folder): Added to `wl-setting' group.
5296
5297         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5298         exists.
5299         (wl-addrmgr-draw): Insert empty line when no entry exists.
5300
5301         * wl-mule.el (wl-message-wheel-up): Fixed.
5302         (wl-message-wheel-down): Ditto.
5303
5304 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5305
5306         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5307         config is an anonymous lambda expression.
5308
5309 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5312         when Mule 2 is running.
5313
5314 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5315
5316         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5317
5318 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5321         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5322
5323         * wl-address.el (wl-address-specials-regexp): Eliminated.
5324         (wl-address-quote-specials): Rewrite.
5325
5326 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5329         shy-groups for regexp.
5330
5331         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5332         character classes and Perl style shy-groups for regexp.
5333         (wl-highlight-plugged-current-line): Use Posix style character
5334         classes for regexp.
5335         (wl-e21-highlight-folder-by-numbers): Ditto.
5336         (wl-e21-display-image-p): Use `display-images-p' instead of
5337         `display-graphic-p'.
5338         (display-images-p): Make an alias to `display-graphic-p' if it is
5339         not available.  It is for Emacs version prior to 21.0.105.
5340
5341         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5342         `display-graphic-p'.
5343         (wl-demo-image-type-alist): Ditto.
5344         (display-images-p): Make an alias to `display-graphic-p' if it is
5345         not available.  It is for Emacs version prior to 21.0.105.
5346
5347 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5348
5349         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5350         support.
5351         (wl-generate-user-agent-string): Ditto.
5352
5353         * wl-version.el (wl-version): Update docsting.
5354         (wl-version-status): Ditto.
5355
5356 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5357
5358         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5359         21.0.105.  For Emacs 21.0.104 or earlier.
5360
5361 2001-09-03  Takuo KITAME <kitame@northeye.org>
5362
5363         * wl-e21.el (wl-plugged-init-icons): Use
5364         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5365         (wl-biff-init-icons): Ditto.
5366
5367 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5368
5369         * wl-highlight.el (wl-highlight-summary-current-line):
5370         Fixed highlighting refile/copy destination.
5371
5372         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5373         (wl-acap-store): Encode string by wl-acap-coding-system.
5374
5375 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-acap.el (toplevel): Check and require 'un-define before
5378         'xemacs-ucs;
5379          Added checking for UTF-2000.
5380
5381 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5384         Don't enclose with `eval-and-compile'.
5385
5386         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5387         wl-init is non-nil.
5388
5389         * wl-draft.el (wl-draft): Ditto.
5390
5391         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5392
5393         * wl-acap.el (toplevel): Require 'wl.
5394         (wl-acap-store): Call `elmo-init'.
5395
5396         * wl.el (wl): Changed position of `wl-check-environment'.
5397         (toplevel): Added autoload setting for wl-acap.
5398
5399         * wl-vars.el (wl-setting): New custom group.
5400         (wl-from): Added wl-setting group.
5401         (wl-user-mail-address-list): Ditto.
5402         (wl-organization): Ditto.
5403         (wl-subscribed-mailing-list): Ditto.
5404         (wl-envelope-from): Ditto.
5405         (wl-smtp-posting-user): Ditto.
5406         (wl-smtp-posting-server): Ditto.
5407         (wl-smtp-posting-port): Ditto.
5408         (wl-smtp-authenticate-type): Ditto.
5409         (wl-pop-before-smtp-user): Ditto.
5410         (wl-pop-before-smtp-server): Ditto.
5411         (wl-pop-before-smtp-port): Ditto.
5412         (wl-pop-before-smtp-authenticate-type): Ditto.
5413         (wl-nntp-posting-server): Ditto.
5414         (wl-nntp-posting-user): Ditto.
5415         (wl-nntp-posting-port): Ditto.
5416         (wl-fetch-confirm-threshold): Ditto.
5417         (wl-prefetch-threshold): Ditto.
5418         (wl-thread-insert-opened): Ditto.
5419         (wl-ldap-server): Ditto.
5420         (wl-ldap-port): Ditto.
5421         (wl-ldap-base): Ditto.
5422         (wl-ldap-objectclass): Ditto.
5423         (wl-use-ldap): Ditto.
5424         (wl-draft-config-alist): Ditto.
5425         (wl-draft-config-matchone): Ditto.
5426         (wl-template-alist): Ditto.
5427         (wl-message-sort-field-list): Ditto.
5428         (wl-message-ignored-field-list): Ditto.
5429         (wl-message-visible-field-list): Ditto.
5430         (wl-interactive-send): Ditto.
5431         (wl-summary-move-order): Ditto.
5432         (wl-auto-select-first): Ditto.
5433         (wl-auto-select-next): Ditto.
5434         (wl-interactive-save-folders): Ditto.
5435
5436         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5437         Initialization codes are moved from wl-local-folder-init.
5438         (wl-local-folder-init): Follow the change above.
5439         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5440
5441         * wl-acap.el: New file.
5442
5443         * Version number is increased to 2.7.3.
5444
5445 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5446
5447         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5448
5449 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5450
5451         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5452         (wl-addrmgr-address-entry-list): Ditto.
5453
5454 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-e21.el (wl-draft-mode-map): Removed binding for
5457         `wl-draft-insert-x-face-field'.
5458
5459         * wl-mule.el (wl-draft-mode-map): Ditto.
5460
5461         * wl-xmas.el (wl-draft-mode-map): Ditto.
5462
5463         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5464         (wl-cs-autoconv): Ditto.
5465         (wl-cs-local): Ditto.
5466         (wl-use-scoring): Ditto.
5467         (wl-mime-charset): Ditto.
5468         (wl-folder-check-async): Ditto.
5469
5470         * wl.el (toplevel): Ignore nemacs and tm.
5471         (wl-exit): Ditto.
5472
5473         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5474         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5475         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5476         instead of wl-address-petname-add-or-change.
5477         (wl-summary-edit-addresses-subr): Use wl-address-delete
5478         instead of wl-address-petname-delete.
5479
5480         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5481
5482         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5483         if error occured.
5484
5485         * wl-message.el (require): Remove tm support.
5486
5487         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5488
5489         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5490         (wl-folder-jump-to-current-entity): Ditto.
5491         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5492
5493         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5494         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5495         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5496
5497         * wl-mule.el (wl-draft-key-setup): Ditto.
5498
5499         * wl-xmas.el (wl-draft-key-setup): Ditto.
5500
5501         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5502         (wl-draft-std11-parse-addresses): New function.
5503         (wl-draft-parse-mailbox-list): Use it.
5504         (wl-draft): Ignore nemacs.
5505         (wl-draft-reedit): Ditto.
5506
5507         * wl-addrmgr.el: New file.
5508         (Original is wl-rcpt.el written by
5509         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5510         Thanks Kitamoto-san.)
5511
5512         * wl-address.el (wl-address-make-address-list): Modified parsing
5513         process.
5514         (wl-address-delete): Renamed from `wl-address-petname-delete';
5515         Modify wl-address-list too.
5516         (wl-address-add-or-change): Renamed from
5517         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5518
5519 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5520
5521         * wl-highlight.el (wl-highlight-summary-current-line):
5522           Work with transient-mark-mode
5523
5524 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * Version number is increased to 2.7.2.
5527
5528         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5529         instead of elmo-dop-queue-method.
5530
5531 2001-08-06  SAITO Atsunori <sai@yedo.com>
5532
5533         * wl-vars.el (wl-ldap-objectclass): New user option.
5534
5535         * wl-address.el (wl-ldap-make-filter): Use it.
5536
5537 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5538
5539         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5540
5541 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl-folder.el (wl-folder): redisplay after folder insertion.
5544
5545         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5546
5547         * wl-summary.el (wl-summary-sync-update):
5548         Change status mark only when new-msgdb exists.
5549         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5550
5551 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-summary.el (wl-summary-open-folder): New function.
5554         (wl-summary-goto-folder-subr): Use it.
5555         (wl-summary-mark-as-important): Fix;
5556         Encache only when no cache exists.
5557
5558 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5559
5560         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5561         Use with-current-buffer.
5562
5563 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5564
5565         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5566         before call `get-buffer'. Fixed parenthesis.
5567         (wl-score-get-header-entry): Clear message and help window when
5568         keyboard quit.
5569         (wl-score-edit-insert-header): Ditto.
5570
5571 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5574         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5575         (wl-default-draft-cite): Fix.
5576
5577         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5578         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5579
5580 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-message.el (wl-message-prev-page): Do same bahavior
5583         as summary when it is called in the message buffer.
5584         (wl-message-next-page): Ditto.
5585
5586 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5587
5588         * wl-summary.el (wl-summary-forward): Use cache if it is not
5589         section cache.
5590
5591 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5592
5593         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5594         Removed redundant require of elmo-vars.
5595         (wl-biff-state-indicator-on): Changed default value for
5596         xemacs with non-mule environment.
5597
5598         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5599         wl-message-buffer is nil;
5600         Hide progress bar after moving messages.
5601
5602 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5605         message at cursor point is deleted.
5606
5607 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-vars.el: Changed file coding system to euc-japan.
5610         Added -*-coding:-*- magic to the first line.
5611
5612         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5613         Search parent from the first message.
5614
5615         * Version number is increased to 2.7.1.
5616
5617 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5618
5619         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5620
5621 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5622
5623         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5624         refile/delete execution.
5625
5626         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5627         Fixed docstring.
5628
5629 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5632         do update process;
5633         Don't update marks when update process is interrupted.
5634
5635 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5636
5637         * wl-summary.el (wl-summary-reply): Fixed problem when
5638         wl-draft-use-frame is non-nil.
5639         (wl-summary-forward): Ditto.
5640
5641         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5642         as nil.
5643         (wl-folder-mark-as-read-all-entity): Ditto.
5644         (wl-folder-prefetch-entity): Ditto.
5645
5646         * wl.el (wl): Check environment before wl-init.
5647
5648         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5649         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5650         instead of wl-summary-collect-unread.
5651         (wl-summary-reply): Split message window.
5652
5653 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5656         only if current language environment is japanese,
5657
5658         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5659         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5660         (wl-folder-goto-folder-subr): Ditto.
5661
5662         * wl-draft.el (wl-draft-dispatch-message): Call
5663         `elmo-file-cache-get-path'.
5664
5665 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl-summary.el (wl-summary-cursor-move): If return value of
5668         wl-summary-next-message is not number, don't jump.
5669
5670 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5671
5672         * wl-summary.el (wl-summary-buffer-next-message-function): New
5673         variable.
5674         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5675         if it is bound.
5676
5677         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5678         string.
5679
5680         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5681         (wl-plugged-drawing): Ditto.
5682
5683 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5686         process.
5687         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5688         with unwind-protect.
5689
5690         * wl.el (wl-init): Require mime-setup.
5691         (wl-check-environment): Don't require mime-setup.
5692
5693         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5694         instead of elmo-folder-type.
5695
5696         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5697         value as nil.
5698
5699 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5700
5701         * Version number is increased to 2.7.0.
5702
5703         * wl-version.el (wl-version): Changed codename.
5704
5705         * wl-summary.el (wl-summary-delete-cache): Fixed.
5706
5707         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5708         Workaround for net folders.
5709         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5710
5711         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5712         value to nil (According to the patch from
5713         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5714
5715         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5716         of elmo-folder-close.
5717
5718 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5719
5720         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5721         for postfix.
5722
5723 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5724
5725         * wl-summary.el (wl-summary-resend-message): Fixed.
5726
5727         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5728         Call wl-draft with `from' argument if its address is included in
5729         `wl-user-mail-address-list'.
5730         (wl-draft): Added `from' argument.
5731
5732         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5733         non-nil.
5734         (wl): Don't show demo if wl-demo is nil.
5735
5736         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5737         wl-summary-use-frame.
5738
5739         * wl-vars.el (wl-summary-use-frame): New user option.
5740         (wl-folder-use-frame): Changed docstring.
5741
5742         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5743         non-nil.
5744         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5745         wl-summary-use-frame.
5746
5747         * wl-vars.el (wl-folder-use-frame): New user option.
5748
5749         * wl-summary.el (wl-summary-exit): Back to folder frame if
5750         wl-folder-use-frame is non-nil.
5751         (wl-summary-redisplay-internal): Ignore cache if current folder
5752         is draft folder,
5753         (wl-summary-redisplay-no-mime): Ditto.
5754         (wl-summary-redisplay-all-header): Ditto.
5755
5756         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5757         if wl-folder-use-frame is non-nil.
5758
5759 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-summary.el (wl-summary-sync-update): Bind
5762         elmo-folder-update-threshold.
5763         (wl-summary-mark-as-important): Enclosed server mark processing
5764         with `save-match-data'.
5765
5766         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5767         only when it is already defined.
5768
5769 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5770
5771         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5772         name of folder exclude localdir is wrong.
5773         * wl-folder.el (wl-folder-sync-entity):
5774         Set `wl-summary-always-sticky-folder-list' as nil.
5775         (wl-folder-mark-as-read-all-entity): Ditto.
5776         (wl-folder-prefetch-entity): Ditto.
5777
5778 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5779
5780         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5781         instead of `wl-summary-write-current-newsgroup'.
5782
5783 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5784
5785         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5786         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5787         non-nil and selected message is important, do not display.
5788
5789 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5790
5791         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5792
5793 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5794
5795         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5796
5797         * wl-summary.el (wl-summary-mark-as-important): Set message number
5798         using wl-summary-message-number.
5799
5800 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5801
5802         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5803         destination folder is 'null.
5804
5805 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5806
5807         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5808         New function.
5809         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5810         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5811         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5812
5813 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-mime.el (wl-mime-setup): Added setting for
5816         `mime-setup-signature-key-alist' to avoid overriding key bind for
5817         `wl-draft-send'.
5818
5819         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5820         for `wl-draft-send'.
5821         * wl-mule.el (wl-draft-overload-functions): Ditto.
5822         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5823         * wl-draft.el (wl-draft-send): Ditto.
5824
5825         * wl-message.el (wl-message-display-internal):
5826         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5827         (Patch is provided by <kita@coe.nttdata.co.jp>).
5828
5829 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5830
5831         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5832
5833 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5834
5835         * wl.el (wl): Fix for wl-demo.
5836
5837 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5838
5839         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5840
5841 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5842
5843         * wl-folder.el (wl-folder-prefetch-entity): Use
5844         `wl-folder-get-elmo-folder'.
5845         (wl-folder-count-incorporates): Do not use
5846         `wl-folder-get-elmo-folder'.
5847
5848 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5849
5850         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5851         instead of `elmo-folder-get-type'.
5852
5853 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5854
5855         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5856         position on Subject: field.
5857         (Advised by Mito <mit@nines.nec.co.jp>)
5858
5859 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5860
5861         * wl-folder.el (wl-folder-prefetch-entity): Use
5862         `wl-folder-get-elmo-folder'.
5863
5864 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5865
5866         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5867
5868         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5869         `process-duplicates' slot.
5870
5871         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5872         if detection failed.
5873
5874 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5875
5876         * wl-version.el (wl-version-status): Set to "alpha".
5877
5878 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5879
5880         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5881         Check wl-message-buffer lives before set-buffer.
5882
5883 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5884
5885         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5886         called in folder mode.
5887         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5888         * wl-summary.el (wl-summary-exit-pre-hook): Run
5889         `wl-summary-exit-pre-hook' before exit summary mode.
5890
5891 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5892
5893         * wl-version.el (wl-version-status): New variable.
5894         (wl-version-status-alist): Removed.
5895         (wl-version-status): Rule included.
5896
5897 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5900         @sponichi.
5901
5902         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5903         when `mail-reply-buffer' is buffer-local variable.
5904         (Reported by <kita@coe.nttdata.co.jp>).
5905
5906 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * wl-vars.el (toplevel): Require 'elmo-util.
5909
5910 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5913         (All other related portions are changed)
5914
5915         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5916
5917         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5918
5919 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5920
5921         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5922
5923 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5924
5925         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5926         Delete other windows to avoid an error.
5927         Use `point-marker' instead of `point' to remember the start point
5928         of body.
5929
5930         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5931
5932         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5933         number not to exceed all message number.
5934
5935 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5936
5937         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5938         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5939
5940 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-summary.el (wl-summary-sync-force-update): Added argument
5943         no-check.
5944         (wl-summary-sync-update): Ditto.
5945         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5946         with `no-check'.
5947
5948         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5949         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5950         already running.
5951
5952 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5953
5954         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5955         `dst-folder-arg'.
5956         (wl-expire-archive-number1): Diito.
5957         (wl-expire-archive-number2): Diito.
5958         (wl-expire-archive-Date): Diito.
5959         (wl-archive-number1): Diito.
5960         (wl-archive-number2): Diito.
5961         (wl-archive-date): Diito.
5962         (wl-archive-folder-p): New function.
5963         (wl-summary-expire): Support of expand folder name at
5964         wl-expire-alist.
5965         * wl-util.el (wl-expand-newtext): Renamed from
5966         `wl-refile-expand-newtext'.
5967
5968 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5969
5970         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5971         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5972         `(elmo-msgdb-get-overview msgdb)'.
5973         (wl-summary-prefetch): Bind match data before call
5974         `wl-summay-prefetch-msg'.
5975         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5976         'off if `wl-summary-buffer-disp-msg' is non-nil.
5977         Fixed problem that couldn't show only one new or unread message when
5978         enter folder.
5979         (wl-summary-reply): Don't call `split-window-vertically' and other
5980         window.
5981
5982 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5983
5984         * wl-expire.el (wl-expire-refile): Fixed.
5985
5986 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5989
5990         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5991         biff notification is removed.
5992
5993         * wl.el (wl): Changed position of `elmo-init'.
5994
5995         * wl-draft.el (wl-default-draft-cite): Use date field
5996         on the citation buffer.
5997
5998         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5999
6000         * wl-xmas.el (wl-folder-internal-icon-list): Added
6001         `wl-folder-shimbun-image'.
6002
6003         * wl-e21.el (wl-folder-internal-icon-list): Added
6004         `wl-folder-shimbun-image'.
6005
6006 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl.el (wl-init): Eliminated argument.
6009         (wl): Rewrite.
6010
6011         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6012         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6013         instead of `elmo-folder-msgdb-internal'.
6014         (wl-summary-sync-update): Ditto.
6015         (wl-summary-flush-pending-append-operations): Eliminated.
6016         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6017         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6018         `elmo-folder-open'.
6019
6020         * wl-mime.el (wl-summary-burst): Fixed.
6021
6022         * wl-folder.el (wl-folder-info-save): Check data type.
6023
6024         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6025         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6026         instead of `elmo-folder-msgdb-internal'.
6027         (wl-expire-hide): Ditto.
6028
6029
6030         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6031
6032 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6033
6034         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6035
6036 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6037
6038         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6039
6040 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6041
6042         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6043         Fixed `match-beginning' argument mismatch.
6044
6045 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6046
6047         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6048         the default value.
6049
6050 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6053         instead of `elmo-nntp-default-port'.
6054
6055         * wl-vars.el: Fixed some doc strings.
6056
6057 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-summary.el (wl-summary-prefetch-msg): Use
6060         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6061
6062         * wl-vars.el: Define *-func as obsolete variable using
6063         `elmo-define-obsolete-variable'.
6064
6065         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6066         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6067         instead of `wl-message-buffer-prefetch-threshold'.
6068
6069         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6070
6071         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6072
6073         * wl-draft.el (wl-caesar-region-func): Ditto.
6074
6075         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6076         Keep unread status in elmo-folder-move-messages.
6077         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6078
6079 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6080
6081         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6082         `wl-summary-buffer-exit-func'
6083         (wl-summary-buffer-message-redisplay-function): Renamed from
6084         `wl-summary-buffer-message-redisplay-func'
6085         (wl-summary-buffer-next-folder-function): Renamed from
6086         `wl-summary-buffer-next-folder-func'.
6087         (wl-summary-buffer-prev-folder-function): Renamed from
6088         `wl-summary-buffer-prev-folder-func'.
6089         (wl-summary-get-petname-function): Renamed from
6090         `wl-summary-get-petname-func'.
6091
6092         * wl-score.el (wl-score-edit-exit-function): Renamed from
6093         `wl-score-edit-exit-func'.
6094
6095         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6096         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6097
6098         * wl-util.el (wl-load-profile-function): Renamed from
6099         `wl-load-profile-func'.
6100
6101         * wl-folder.el (wl-folder-completion-function): Renamed from
6102         `wl-folder-completion-func'.
6103         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6104
6105         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6106         `wl-expire-archive-get-folder-func'.
6107         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6108         (wl-draft-send-mail-function): Renamed from
6109         `wl-draft-send-mail-func'.
6110         (wl-draft-send-news-function): Renamed from
6111         `wl-draft-send-news-func'.
6112         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6113         (wl-generate-mailer-string-function): Renamed from
6114         `wl-generate-mailer-string-func'.
6115         (wl-highlight-signature-search-function): Renamed from
6116         `wl-highlight-signature-search-func'.
6117         (wl-highlight-x-face-function): Renamed from
6118         `wl-highlight-x-face-func'
6119         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6120         (wl-ps-print-buffer-function): Renamed from
6121         `wl-ps-print-buffer-func'
6122         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6123         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6124         (wl-summary-subject-filter-function): Renamed from
6125         `wl-summary-subject-filter-func'.
6126
6127         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6128         `wl-draft-queue-flush-send-func'
6129         (wl-draft-cite-function): Renamed from
6130         `wl-draft-cite-func'
6131
6132         * wl-address.el (wl-address-init-function): Renamed from
6133         `wl-address-init-func'.
6134
6135 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * wl-draft.el (wl-draft-queue-flush): Don't call
6138         `elmo-dop-unlock-message'.
6139         * wl-draft.el (wl-draft-queue-append): Don't call
6140         `elmo-dop-lock-message'.
6141
6142         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6143         (wl-summary-buffer-folder-name): Ditto.
6144         (wl-summary-message-regexp): Added '-' (all other related portions
6145         are changed).
6146         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6147         wl-summary-buffer-folder-name.
6148
6149 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6150
6151         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6152         the number of mails in the folder buffer is not updated by wl-biff.
6153
6154 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6155
6156         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6157         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6158
6159 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-summary.el (wl-summary-next-message):
6162         Return next message number when wl-summary-move-order is nil.
6163
6164 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6165
6166         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6167         `wl-summary-move-spec-alist'.
6168         (wl-summary-move-spec-unplugged-alist): New variable
6169         (Move spec for unplugged status).
6170         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6171         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6172
6173 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6174
6175         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6176         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6177
6178 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6179
6180         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6181         simple quotation to quote the anonymous function.
6182         * tm-wl.el (wl-draft-preview-message): Ditto.
6183
6184 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6185
6186         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6187         Eliminate redundant `save-excursion'.
6188         (wl-highlight-summary-current-line): Ditto.
6189
6190         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6191         accessing match data when `looking-at' failed.
6192
6193         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6194         `elmo-match-string' where users don't care about the speed.
6195         (wl-draft-save): Ditto.
6196
6197 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-util.el (wl-regexp-opt): New function.
6200
6201         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6202         number from `wl-summary-buffer-number-list'.
6203         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6204         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6205         (wl-summary-move-spec-alist): Changed default setting.
6206
6207 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6208
6209         * wl-vars.el (wl-biff-notify-hook): New hook.
6210         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6211         the arrival of new mail.
6212         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6213         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6214
6215 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6218
6219 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6220
6221         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6222
6223         * Version number is increased to 2.5.8.
6224
6225         * wl-thread.el (toplevel): require 'cl.
6226         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6227         (wl-thread-make-number-list): New function.
6228         (wl-thread-entity-make-number-list-from-children): Ditto.
6229         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6230         (wl-thread-entity-insert-as-children): Likewise.
6231         (wl-thread-delete-message): Likewise.
6232         (wl-meaning-of-mark): Eliminated.
6233         (wl-thread-next-failure-mark-p): Ditto.
6234         (wl-thread-entity-get-mark): Ditto.
6235         (wl-thread-meaning-alist-get-result): Ditto.
6236         (wl-thread-entity-check-prev-mark): Ditto.
6237         (wl-thread-entity-check-next-mark): Ditto.
6238         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6239         (wl-thread-entity-get-prev-marked-entity): Ditto.
6240         (wl-thread-get-prev-unread): Ditto.
6241         (wl-thread-jump-to-prev-unread): Ditto.
6242         (wl-thread-get-next-unread): Ditto.
6243         (wl-thread-jump-to-next-unread): Ditto.
6244         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6245         (wl-thread-entity-get-next-marked-entity): Ditto.
6246
6247         * wl-summary.el (wl-summary-buffer-number-list):
6248         New bufer-local variable.
6249         (wl-summary-switch-to-clone-buffer): Clone
6250         `wl-summary-buffer-number-list'.
6251         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6252         (wl-summary-cursor-move-regex): Eliminated.
6253         (wl-summary-cursor-up): Rewrite.
6254         (wl-summary-cursor-down): Ditto.
6255         (wl-summary-mode-spec-alist): New variable.
6256         (wl-summary-next-message): New inline function.
6257         (wl-summary-cursor-move): New function.
6258         (wl-summary-default-get-next-msg): Rewrite.
6259         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6260         (wl-summary-rescan): Ditto.
6261         (wl-summary-sync-all-init): Ditto.
6262         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6263         summary is not thread view.
6264         (wl-summary-sync-update): Ditto.
6265         (wl-summary-rescan): Ditto.
6266         (wl-summary-make-number-list): New function.
6267
6268         * wl-draft.el: "FCC" -> "Fcc".
6269
6270 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-highlight.el (wl-highlight-summary-window):
6273         Call `set-buffer-modified-p'.
6274
6275         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6276         (wl): Call `elmo-init' and fix.
6277
6278         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6279         Use new variables.
6280
6281         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6282
6283 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6286
6287 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6288
6289         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6290
6291 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6292
6293         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6294         `wl-use-toolbar' nor `display-graphic-p'.
6295         (wl-e21-setup-message-toolbar): Ditto.
6296         (wl-e21-setup-summary-toolbar): Ditto.
6297         (wl-e21-setup-folder-toolbar): Ditto.
6298
6299         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6300         (wl-plugged-init-icons): Ditto.
6301
6302         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6303         `display-graphic-p'.
6304         (wl-plugged-set-folder-icon): Ditto.
6305         (wl-highlight-plugged-current-line): Ditto.
6306         (wl-highlight-folder-current-line): Ditto.
6307         (wl-e21-highlight-folder-group-line): Ditto.
6308         (wl-e21-setup-toolbar): Ditto.
6309         (wl-e21-display-image-p): New macro.
6310
6311         * wl-demo.el (wl-demo): Simplified.
6312         (wl-demo-image-type-alist): Use `image-type-available-p' for
6313         checking whether the image type `xbm' is available.
6314
6315 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6318         (wl-summary-input-range): Ditto.
6319
6320 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * wl-summary.el (wl-summary-edit-addresses): Use
6323         `wl-summary-get-original-buffer'
6324         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6325         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6326         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6327         (wl-summary-get-newsgroups): Eliminated.
6328         (wl-summary-set-crosspost): Ditto.
6329         (wl-summary-is-crosspost-folder): Ditto.
6330         (wl-crosspost-alist-load): Ditto.
6331         (wl-crosspost-alist-save): Ditto.
6332
6333         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6334         `elmo-setup-subscribed-newsgroups' instead of
6335         `elmo-nntp-make-groups-hashtb'.
6336         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6337         instead of `wl-crosspost-alist-save'.
6338
6339         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6340         of `elmo-folder-message-appendable-p'.
6341         (wl-mime-header-presentation-method): Eliminated.
6342
6343         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6344         (Error occurs in emacs21).
6345
6346         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6347         the current buffer).
6348
6349         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6350         instead of `wl-crosspost-alist-save'.
6351         (wl-init): `elmo-crosspost-message-alist-load'
6352         instead of `wl-crosspost-alist-load'
6353
6354         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6355         (wl-parse-newsgroups): Likewise.
6356         (wl-biff-notify): Run `wl-biff-notify-hook'.
6357
6358 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6361
6362         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6363         when `wl-summary-lazy-highlight' is non-nil.
6364         (wl-summary-goto-folder-subr): Highlight only when
6365         `wl-summary-lazy-highlight' is non-nil.
6366
6367         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6368         Don't display progress and highlight temp-mark when
6369         `wl-summary-lazy-highlight' is non-nil.
6370         (wl-highlight-summary-window): New function.
6371         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6372
6373 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6374
6375         * wl-summary.el (wl-summary-sync): Change `all-visible'
6376         from `all-shown'
6377         (wl-summary-input-range): Ditto.
6378
6379 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6380
6381         * wl-e21.el (wl-highlight-folder-current-line): Call
6382         `wl-folder-init-icons' when folder icons have not been initialized.
6383
6384         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6385
6386         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6387         (wl-demo-image-type-alist): New macro.
6388
6389 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6390
6391         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6392         display does not support graphics.
6393         (wl-plugged-init-icons): Ditto.
6394         (wl-folder-init-icons): Ditto.
6395
6396         * wl-demo.el (wl-demo): Chech closely whether the display
6397         supports graphics.
6398
6399 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-summary.el (wl-summary-get-original-buffer): New function.
6402         (wl-summary-set-crosspost): Use it.
6403         (wl-summary-target-mark-uudecode): Ditto.
6404         (wl-summary-reedit): Ditto.
6405         (wl-summary-resend-bounced-mail): Ditto.
6406         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6407         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6408
6409         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6410         (wl-message-display-internal): Ditto.
6411
6412 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6415
6416 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-summary.el (wl-summary-save-view): Renamed from
6419         `wl-summary-save-status'.
6420
6421 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6422
6423         * wl-summary.el (wl-summary-sync): Added `all-shown'
6424
6425 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6426
6427         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6428
6429 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6430
6431         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6432
6433 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6434
6435         * wl-highlight.el (wl-highlight-summary-line-string): Use
6436         `zerop' instead of `= 0'.
6437         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6438
6439         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6440         for comparing numbers.
6441         (wl-template-prev): Use `zerop' instead of `eq 0'.
6442
6443         * wl-draft.el (wl-draft-insert-current-message): Use
6444         `with-current-buffer' instead of `save-excursion'.
6445         Use `zerop' instead of `eq 0'.
6446
6447 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6448
6449         * wl-draft.el (wl-draft-insert-ccs): New function.
6450         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6451         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6452
6453 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6456
6457 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6458
6459         * wl-expire.el (wl-expire-refile): Don't call
6460         elmo-msgdb-add-msgs-to-seen-list;
6461         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6462         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6463
6464 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * wl-message.el (wl-message-prev-page): Ignore errors while
6467         scroll-down.
6468
6469 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-mime.el: Use elmo-original-message-mode instead of
6472         mmelmo-original-mode.
6473
6474         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6475         `elmo-folder-get-spec';
6476         (wl-fldmgr-add-completion-all-completions):
6477         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6478
6479         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6480         of `elmo-folder-get-type'.
6481
6482         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6483         `elmo-folder-get-spec';
6484         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6485         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6486         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6487         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6488         `elmo-read-msg-no-cache';
6489         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6490         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6491         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6492         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6493         `elmo-cache-save';
6494         (wl-draft-reedit): Use `elmo-message-file-name'.
6495
6496         * wl-expire.el: Use `elmo-folder-name-internal';
6497         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6498         Use macro `wl-summary-buffer-msgdb' instead of variable
6499         `wl-summary-buffer-msgdb';
6500         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6501         Use macro `wl-summary-buffer-folder-name' instead of variable
6502         `wl-summary-buffer-folder-name'.
6503         * wl-score.el: Likewise.
6504
6505         * wl-message.el: Rewrite for new message buffer cache mechanism.
6506         (wl-message-buffer-cache-buffer-get): New macro.
6507         (wl-message-buffer-cache-folder-get): Ditto.
6508         (wl-message-buffer-cache-message-get): Ditto.
6509         (wl-message-buffer-cache-entry-make): Ditto.
6510         (wl-message-buffer-cache-hit): Ditto.
6511         (wl-message-buffer-cache-sort): New function.
6512         (wl-message-buffer-cache-add): Ditto.
6513         (wl-message-buffer-cache-delete): Ditto.
6514         (wl-message-buffer-cache-clean-up): Ditto.
6515         (wl-message-buffer-window): Rewrite.
6516         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6517         (wl-message-buffer-display): New function.
6518         (wl-message-display-internal): New function.
6519
6520 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-folder.el: Use `elmo-folder-name-internal';
6523         Use `wl-folder-get-elmo-folder';
6524         Use `elmo-folder-list-messages' instead of
6525         `elmo-list-folder';
6526         Use `elmo-folder-get-primitive-list' instead of
6527         `elmo-folder-get-primitive-spec-list';
6528         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6529         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6530         Use `elmo-folder-create' instead of `elmo-create-folder'.
6531         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6532         (wl-folder-get-elmo-folder): New macro.
6533         (wl-folder-elmo-folder-cache-get): Ditto.
6534         (wl-folder-elmo-folder-cache-put): Ditto.
6535         (wl-folder-suspend): Call `elmo-quit'.
6536
6537         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6538         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6539         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6540         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6541         (toplevel): require 'cl.
6542         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6543
6544         * wl-summary.el: Rewrite to use new elmo interface.
6545
6546 \f
6547 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-mime.el (wl-draft-preview-message):
6550         Run `wl-draft-send-hook' before collecting recipients information;
6551         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6552
6553         * tm-wl.el (wl-draft-preview-message): Ditto.
6554
6555 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6558         wrong recipients are displayed when forwarded message.
6559
6560 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * Version number is increased to 2.5.7.
6563
6564 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6565
6566         * wl-message.el (wl-message-next-page): Bind
6567         `window-pixel-scroll-increment' to nil while scrolling up.
6568
6569 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6570
6571         * wl-vars.el (wl-save-hook): New hook.
6572         * wl.el (wl-save): Call `wl-save-hook'.
6573
6574 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6575
6576         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6577         Argument WITH-ARG instead of NO-ARG (negative mean).
6578         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6579         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6580         * wl-message.el (wl-message-follow-current-entity): Likewise.
6581
6582 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6583
6584         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6585         FROM was optional argument.
6586         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6587
6588 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6589
6590         * Version number is increased to 2.5.6.
6591
6592 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6593
6594         * wl-version.el (wl-version-show): Removed.
6595         (wl-version): Add `interactive'.
6596
6597 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6598
6599         * wl-summary.el (wl-summary-get-petname-func): New variable.
6600         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6601         instead of `wl-address-get-petname-1'.
6602         (wl-summary-simple-from): Ditto.
6603
6604         * wl-address.el (wl-address-get-petname-1): Define as function.
6605
6606 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6609         field in the original message.
6610         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6611
6612 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6613
6614         * wl-expire.el (wl-expire-hide):
6615         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6616
6617 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6618
6619         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6620         find decoder for To, Cc, and Subject.
6621
6622 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6623
6624         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6625         for checking `elmo-use-buffer-cache'.
6626         (wl-summary-mark-as-important): Fixed typo in comment.
6627
6628 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6631         field in the original message.
6632         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6633
6634 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6635
6636         * wl-expire.el (wl-expire-hide):
6637         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6638
6639 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6642         find decoder for To, Cc, and Subject.
6643
6644 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * Version number is increased to 2.5.5.
6647
6648         * wl-address.el (wl-address-specials-regexp): New constant.
6649         (wl-address-quote-specials): Use it.
6650
6651 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-summary.el (wl-summary-rescan):
6654         Call `wl-summary-buffer-number-column-detect'.
6655         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6656
6657         * wl-message.el (wl-message-mode-map): Define.
6658         (wl-message-decode): Use it as local-map.
6659
6660 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6663         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6664
6665 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6668
6669         * wl-mule.el (wl-read-event-char): Ditto.
6670
6671         * wl-e21.el (wl-read-event-char): Ditto.
6672
6673         * wl-nemacs.el (wl-read-event-char): Ditto.
6674         (read-event): Removed.
6675
6676         * wl-util.el (toplevel): Removed dummy definition of
6677         `read-event'.
6678         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6679
6680 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6681
6682         * wl-nemacs.el (elmo-archive-call-process): Moved to
6683         elmo-archive.el.
6684
6685 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6686
6687         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6688         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6689
6690         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6691         instead of magic-number 6.  Use `not' instead of `null' for symbol
6692         `nil' check (not empty list).
6693         (wl-draft-insert-x-face-field): Fixed paren style.
6694
6695         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6696         one-branch conditional statement, instead of `and' and `if'.
6697         (wl-draft-forward): Likewise.
6698         (wl-draft-add-references): Likewise.
6699         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6700
6701         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6702         conditional steatment.  Use `cond' instead of `if'.
6703         (wl-draft-confirm): Likewise.
6704
6705 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6706
6707         * wl-version.el (wl-version-show): Use `product-string-1'
6708         instead of `wl-version'.
6709         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6710
6711         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6712
6713 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6714
6715         * wl-highlight.el (wl-highlight-headers): Revert
6716         `wl-highlight-x-face-func' argument (`beg' and `end').
6717
6718 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6719
6720         * wl.el (toplevel): Move `product-provide' declare.
6721         * wl-demo.el (toplevel): Ditto.
6722         * wl-dnd.el (toplevel): Ditto.
6723         * wl-highlight.el (toplevel): Ditto.
6724         * wl-message.el (toplevel): Ditto.
6725         * wl-refile.el (toplevel): Ditto.
6726         * wl-util.el (toplevel): Ditto.
6727
6728 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6731         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6732         (wl-thread-close-all): keep cursor position.
6733
6734 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6735
6736         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6737         (eq x 0).
6738         (wl-generate-user-agent-string-1): Fix conditional statement.
6739
6740 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl.el (wl-check-environment): Additional check for
6743         'wl-local-domain' and `wl-message-id-domain'.
6744
6745 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6748
6749 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6750
6751         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6752         instead of `smtp-sasl-user-realm'.
6753
6754 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6755
6756         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6757
6758 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6759
6760         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6761         to the default value as well as `eword-lexical-analyzer'.
6762
6763 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6764
6765         * wl-version.el (wl-extended-emacs-version,
6766         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6767         `elmo-match-string' instead of `wl-match-string'.
6768
6769 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6770
6771         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6772         docstring.
6773
6774 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6775
6776         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6777
6778 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6779
6780         * wl-highlight.el (wl-highlight-headers): Remove
6781         `wl-highlight-x-face-func' argument (`beg' and `end').
6782
6783 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-summary.el (wl-summary-mark-as-important):
6786         Remove cache if folder is local.
6787
6788 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6789
6790         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6791         to get existing e-mail address string.
6792
6793 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6794
6795         * wl-version.el (wl-generate-user-agent-string): Commentary.
6796         (wl-generate-user-agent-string-1): Use `when' for
6797         one-branch conditional statement, instead of `and' and `if'.
6798         (wl-extended-emacs-version, wl-extended-emacs-version2,
6799         wl-extended-emacs-version3): Ditto.
6800
6801 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6802
6803         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6804         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6805         condition-case; Remove initialization.
6806         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6807         (wl-summary-sync-update3): Added argument `sync-all';
6808         Eliminated local variable `msgdb';
6809         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6810         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6811         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6812
6813 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6814
6815         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6816         connection before call `wl-draft-send-mail-with-smtp'.
6817
6818 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * Version number is increased to 2.5.4.
6821
6822 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6823
6824         * wl.el (wl-check-environment): Additional check for
6825         'wl-local-domain' and `wl-message-id-domain'.
6826
6827 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6830         buffer as command specific.
6831         (wl-folder-mark-as-read-all-entity): Ditto.
6832         (wl-folder-prefetch-entity): Ditto.
6833         (wl-folder-drop-unsync-entity): Ditto.
6834
6835         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6836         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6837         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6838
6839         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6840         save-excursion.
6841
6842 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * Version number is increased to 2.5.3.
6845
6846         * wl-summary.el (wl-summary-save-view-cache):
6847         Delete duplicated `write-region';
6848         Use `write-region-as-binary' instead of `as-binary-output-file' and
6849         `write-region'.
6850
6851 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6852
6853         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6854
6855 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6858         instead of `smtp-via-smtp'.
6859
6860 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6861
6862         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6863
6864 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6865
6866         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6867         instead of `smtp-sasl-user-realm'.
6868
6869 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6870
6871         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6872
6873 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6874
6875         * Version number is increased to 2.5.2.
6876
6877 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6880         does not exist.
6881         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6882         (wl-biff-start): Call `timer-activate' if timer already exists.
6883
6884         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6885         only when it is bound as function.
6886
6887 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * Version number is increased to 2.5.1.
6890
6891 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6892
6893         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6894         Print refile/copy destination.
6895
6896 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6899         queue-flush-only is non-nil.
6900
6901         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6902
6903         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6904         checking cache folder.
6905
6906 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6907
6908         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6909         `regexp-quote'.
6910
6911 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6912
6913         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6914         function.
6915         * wl-summary.el (wl-summary-write-current-folder-functions):
6916         Change default value.  Use it.
6917
6918 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6919
6920         * Version number is increased to 2.5.0.
6921
6922         * wl-version.el (wl-version): Changed codename.
6923
6924 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6925
6926         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6927         (wl-summary-supersedes-message): Ditto.
6928
6929 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6930
6931         * wl-refile.el (wl-refile-guess-functions): Renamed from
6932         `wl-refile-guess-func-list'.
6933
6934 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6937         Fixed problem when no rule was matched.
6938
6939 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6940
6941         * wl-summary.el (wl-summary-get-mark): Fixed
6942         `wl-summary-buffer-target-mark' check logic.
6943
6944 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6945
6946         * wl-folder.el (wl-folder-write-current-folder): Added group
6947         folder check.
6948
6949         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6950         `wl-summary-write-current-newsgroup'.
6951         (wl-summary-write-current-folder-functions): New variable.
6952         * wl-folder.el (wl-folder-get-newsgroups): New function.
6953         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6954         (wl-folder-write-current-folder): Renamed from
6955         `wl-folder-write-current-newsgroup'.
6956
6957 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6958
6959         * Version number is increased to 2.3.93.
6960
6961 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6962
6963         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6964         (wl-ldap-make-matched-value-list): Ditto.
6965         (wl-ldap-alias-safe-string): Split e-mail address.
6966
6967         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6968         petname folder default was selected.
6969         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6970         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6971
6972 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6975         to `wl-draft-config-exec'.
6976
6977         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6978         instead of calling `wl-draft-config-exec';
6979         Process group-list and show recipients in minibuffer.
6980
6981         * tm-wl.el (wl-draft-preview-message): Ditto.
6982
6983 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6984
6985         * wl.el (toplevel): Added (C) to copyright notice, and
6986         sync Author header.
6987         * tm-wl.el (toplevel): Ditto.
6988         * wl-address.el (toplevel): Ditto.
6989         * wl-demo.el (toplevel): Ditto.
6990         * wl-dnd.el (toplevel): Ditto.
6991         * wl-draft.el (toplevel): Ditto.
6992         * wl-e21.el (toplevel): Ditto.
6993         * wl-expire.el (toplevel): Ditto.
6994         * wl-folder.el (toplevel): Ditto.
6995         * wl-highlight.el (toplevel): Ditto.
6996         * wl-message.el (toplevel): Ditto.
6997         * wl-mime.el (toplevel): Ditto.
6998         * wl-mule.el (toplevel): Ditto.
6999         * wl-nemacs.el (toplevel): Ditto.
7000         * wl-refile.el (toplevel): Ditto.
7001         * wl-score.el (toplevel): Ditto.
7002         * wl-summary.el (toplevel): Ditto.
7003         * wl-template.el (toplevel): Ditto.
7004         * wl-thread.el (toplevel): Ditto.
7005         * wl-util.el (toplevel): Ditto.
7006         * wl-vars.el (toplevel): Ditto.
7007         * wl-xmas.el (toplevel): Ditto.
7008
7009 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7010
7011         * wl.el (wl-init): Added comment about `wl-init-hook'.
7012         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7013         * wl-vars.el (wl-init-hook): Added docs.
7014         (wl-make-plugged-hook): Removed useless docs.
7015         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7016         * wl-xmas.el (toplevel): Ditto.
7017
7018 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7019
7020         * wl-address.el (toplevel): Fixed multiple Author header format.
7021         * wl-demo.el (toplevel): Ditto.
7022         * wl-draft.el (toplevel): Ditto.
7023         * wl-folder.el (toplevel): Ditto.
7024         * wl-summary.el (toplevel): Ditto.
7025         * wl-thread.el (toplevel): Ditto.
7026         * wl-util.el (toplevel): Ditto.
7027         * wl-vars.el (toplevel): Ditto.
7028         * wl-version.el (toplevel): Ditto.
7029         * wl-xmas.el (toplevel): Ditto.
7030         * wl.el (toplevel): Ditto.
7031
7032         * wl-version.el (toplevel): Added require `elmo-version' for
7033         `product-version-as-string'.
7034
7035 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl-vars.el (wl-draft-send-hook): Changed default value to
7038         '(wl-draft-config-exec).
7039
7040         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7041         explicitly.
7042         (wl-draft): Set `wl-draft-config-exec-flag' before running
7043         `wl-mail-setup-hook'.
7044
7045         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7046         `wl-biff-init-icons' to `wl-init-hook' instead of
7047         `wl-make-plugged-hook'.
7048         (Because if `wl-draft' command is invoked at first,
7049         they are not initialized)
7050         Updated copyright notice.
7051
7052         * wl-e21.el (toplevel): Ditto;
7053
7054         * wl-demo.el (toplevel): Updated copyright notice.
7055         * wl-address.el (toplevel): Ditto.
7056         * wl-draft.el (toplevel): Ditto.
7057         * wl-version.el (toplevel): Ditto.
7058         * wl-folder.el (toplevel): Ditto.
7059         * wl-summary.el (toplevel): Ditto.
7060         * wl-thread.el (toplevel): Ditto.
7061         * wl-util.el (toplevel): Ditto.
7062         * wl-vars.el (toplevel): Ditto.
7063         * wl.el (toplevel): Ditto.
7064
7065 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7066
7067         * wl-highlight.el (wl-highlight-message): Fixed problem of
7068         highlighting failure which occured when the last field contains
7069         multiple lines in the draft buffer.
7070
7071         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7072         `wl-biff-start' if plugged.
7073
7074         * wl-util.el (wl-biff-check-folder): New function.
7075         (wl-biff-check-folders): Don't set session name prefix.
7076         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7077         (wl-biff-check-folder-async): Ditto.
7078
7079         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7080         in email address.
7081
7082 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7083
7084         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7085
7086         * wl-draft.el (wl-draft-strip-subject-re): New function.
7087
7088         * wl-draft.el (wl-draft-reply): Use it.
7089
7090 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-message.el (wl-mmelmo-message-redisplay): Use
7093         `mime-display-message' instead of `wl-mime-display-message'.
7094
7095         * wl-mime.el (toplevel): Removed compatibility workaround
7096         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7097         (wl-mime-display-message): Abolished.
7098         (wl-mime-entity-read-field): Ditto.
7099         (wl-mime-combine-message/partial-pieces): Use
7100         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7101
7102 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7103
7104         * wl-template.el: Doc fixes.
7105
7106 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7107
7108         * wl-e21.el (wl-message-overload-functions): Do nothing if
7109         `current-local-map' is not available.
7110         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7111
7112 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7113
7114         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7115         representation.
7116
7117         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7118         number.
7119         (wl-fldmgr-save-folders): Don't use `format' when insert
7120         `wl-fldmgr-folders-header'.
7121
7122 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7123
7124         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7125
7126 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-highlight.el (wl-highlight-message):
7129         Use `std11-field-end' to detect end point of the header field.
7130         Refer `wl-highlight-max-header-size'.
7131
7132         * wl-vars.el (wl-highlight-max-header-size): New variable.
7133
7134         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7135
7136         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7137         Set `for-draft' argument of wl-highlight-headers.
7138         (wl-draft): Ditto.
7139         (wl-draft-reedit): Ditto.
7140         (wl-user-agent-compose-internal): Ditto.
7141
7142 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7143
7144         * wl-message.el (wl-message-add-button): Use overlay.
7145
7146 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7149
7150         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7151         problem when group-list content is nothing.
7152         (Reported by Mito <mit@nines.nec.co.jp>)
7153
7154 2000-10-18  SAITO Atsunori <sai@yedo.com>
7155
7156         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7157
7158 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7159
7160         * tm-wl.el (toplevel): Use product-provide.
7161
7162 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * Version number is increased to 2.3.92.
7165
7166 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7167
7168         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7169         title text, use `display' property for left margin under Emacs 21.
7170
7171         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7172         properties.
7173         (wl-plugged-init-icons): Ditto.
7174
7175 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7176
7177         * wl.el (wl-save-status, wl-init): Remove last period in
7178         "...done." message.
7179         * tm-wl.el (wl-summary-burst): Ditto.
7180         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7181         wl-summary-resume-cache-status,
7182         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7183         wl-summary-sync-update3, wl-summary-highlight-msgs,
7184         wl-summary-flush-pending-append-operations,
7185         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7186         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7187         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7188         wl-thread-open-all): Ditto.
7189         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7190         * wl-mime.el (wl-summary-burst): Ditto.
7191         * wl-highlight.el (wl-highlight-summary): Ditto.
7192         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7193         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7194         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7195         * wl-address.el (wl-local-address-init): Ditto.
7196
7197 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7198
7199         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7200         `add-text-properties'.
7201         (wl-plugged-init-icons): Ditto.
7202         (wl-folder-init-icons): Use `propertize' instead of
7203         `put-text-property'.
7204         (wl-plugged-set-folder-icon): Ditto.
7205         (wl-e21-highlight-folder-group-line): Ditto.
7206
7207 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * wl-version.el (wl-version-status-alist): New variable.
7210         (wl-version-status): New function.
7211
7212         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7213         "Cc" part of the case "Reply-To".
7214
7215         * wl-draft.el (wl-draft-reply): Use result of
7216         `eword-extract-address-components'.
7217
7218         * wl-demo.el (wl-demo-icon-name): New constant.
7219         (wl-logo-xpm): Use it.
7220         (wl-logo-xbm): Ditto.
7221         (wl-logo-bitmap): Ditto.
7222
7223         * Version number is increased to 2.3.91.
7224
7225 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7226
7227         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7228         (wl-extended-emacs-version, wl-extended-emacs-version2,
7229         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7230         docstring.
7231
7232         * wl-version.el (wl-generate-user-agent-string-1): New function.
7233         (wl-generate-user-agent-string): Use it.
7234
7235         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7236         `mime-edit-insert-user-agent-field'.
7237         (wl-generate-user-agent-string): Check
7238         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7239
7240         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7241         instead of `if', when verbose case.
7242
7243 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7244
7245         * wl-expire.el (wl-summary-expire): Fix.
7246
7247 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7248
7249         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7250         and `elmo-lost+found-folder' if 'wl-draft.
7251         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7252
7253 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7254
7255         * wl-expire.el (wl-summary-expire): Change messages.
7256         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7257         `deleing-info' instead of "Deleting..."
7258
7259 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7260
7261         * wl-summary.el (wl-summary-refile-subr): Fix.
7262
7263 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7264
7265         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7266         if pipe folder.
7267
7268 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7269
7270         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7271
7272 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7273
7274         * wl-expire.el (wl-expire-hide): New function.
7275         (wl-summary-expire): Add `hide'.
7276
7277 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7278
7279         * wl-vars.el (wl-draft-reply-without-argument-list):
7280         Changed default value to consider `Reply-To:'.
7281         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7282
7283         * Version number is increased to 2.3.90.
7284
7285         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7286         elmo-imap4-get-session with unwind-protect.
7287         Don't cause error.
7288         (wl-summary-sync-marks): Don't check plugged nor folder type.
7289         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7290         (Always keep current buffer).
7291
7292 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7293
7294         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7295         Enclose with `save-excursion'.
7296
7297 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7298
7299         * wl-version.el (wl-version): Remove interactive.
7300
7301 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7302
7303         * wl-version.el (wl-generate-user-agent-string): Use
7304         `product-string-verbose' instead of `product-string-1'.
7305
7306 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7307
7308         * wl-vars.el (wl-draft-use-cache): New variable.
7309         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7310         if wl-draft-use-cache is non-nil.
7311
7312 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7313
7314         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7315         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7316
7317 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7318
7319         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7320         (wl-thread-msg-mark-as-unread): Ditto.
7321
7322         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7323         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7324         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7325         Don't set mark in summary if return value of `elmo-mark-as-read'
7326         is nil.
7327         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7328         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7329         instead of `wl-thread-msg-mark-as-read'.
7330         (wl-summary-mark-as-unread-region): Ditto.
7331         (wl-summary-target-mark-mark-as-read): Ditto.
7332
7333         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7334
7335 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7338
7339         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7340
7341 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7344         face.
7345
7346 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7347
7348         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7349         `running-xemacs'.
7350
7351 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7352
7353         * wl-version.el (toplevel): Use `product-version-as-string' for
7354         set verstion-string, if defined.
7355
7356         * wl-version.el (wl-version-show): Insert string at point, when
7357         call with argument.
7358
7359         * wl-version.el (wl-generate-user-agent-string): Use
7360         `product-string-1' instead of `wl-appname', `wl-version' and
7361         `wl-codename'.
7362
7363 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7364
7365         * wl-address.el (toplevel): Use product-provide.
7366         * wl-demo.el (toplevel): Ditto.
7367         * wl-dnd.el (toplevel): Ditto.
7368         * wl-draft.el (toplevel): Ditto.
7369         * wl-e21.el (toplevel): Ditto.
7370         * wl-expire.el (toplevel): Ditto.
7371         * wl-fldmgr.el (toplevel): Ditto.
7372         * wl-folder.el (toplevel): Ditto.
7373         * wl-highlight.el (toplevel): Ditto.
7374         * wl-message.el (toplevel): Ditto.
7375         * wl-mime.el (toplevel): Ditto.
7376         * wl-mule.el (toplevel): Ditto.
7377         * wl-nemacs.el (toplevel): Ditto.
7378         * wl-refile.el (toplevel): Ditto.
7379         * wl-score.el (toplevel): Ditto.
7380         * wl-summary.el (toplevel): Ditto.
7381         * wl-template.el (toplevel): Ditto.
7382         * wl-thread.el (toplevel): Ditto.
7383         * wl-util.el (toplevel): Ditto.
7384         * wl-vars.el (toplevel): Ditto.
7385         * wl-xmas.el (toplevel): Ditto.
7386         * wl.el (toplevel): Ditto.
7387
7388 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7389
7390         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7391         instead of product.
7392
7393         * wl-version.el (wl-version): Compile time evalution elmo-version.
7394
7395 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7396
7397         * wl-summary.el (wl-summary-sync-force-update): Append queue
7398         `mark-as-read'if unplugged.
7399
7400 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7401
7402         * wl-version.el: New file.  Use product.el.
7403         * wl.el: add (require 'wl-version).
7404         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7405         for ~/.folders header.
7406         (wl-fldmgr-folders-header): Changed.
7407         * wl-demo.el (wl-demo): Use product.el.
7408
7409         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7410         wl-version.el.
7411         * wl-util.el (wl-version, wl-version-show): Ditto.
7412
7413         * wl-util.el (wl-generate-user-agent-string,
7414         wl-extended-emacs-version, wl-extended-emacs-version2,
7415         wl-extended-emacs-version3): Move to wl-version.el.
7416         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7417         xemacs-codename, mime-edit-insert-user-agent-field,
7418         mime-edit-user-agent-value, mime-editor/version,
7419         mime-editor/codename): Compile warning killer move to
7420         wl-version.el
7421
7422 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7423
7424         * wl-summary.el (wl-summary-refile-subr): Fix.
7425
7426 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7429         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7430
7431 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7432
7433         * wl.el (wl-check-environment): Check too many `@'.
7434
7435 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7436
7437         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7438
7439 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7440
7441         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7442         wl-draft-reply-myself-without-argument-list): Add variables.
7443         * wl-draft.el (wl-draft-reply): Use it.
7444
7445 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7446
7447         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7448         the 5th argument of `elmo-network-get-spec'.
7449
7450         * wl-thread.el (wl-thread-reparent-children): New inline function.
7451         (wl-thread-delete-message): Use it.
7452
7453         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7454         (wl-summary-score-update-all-lines): Don't use `dolist'.
7455
7456 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7457
7458         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7459         (require 'elmo-msgdb) for inline function.
7460
7461 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7462
7463         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7464
7465 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7466
7467         * wl-score.el (wl-score-headers): Fix for the confusing macro
7468         `elmo-kill-buffer'.
7469
7470 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7471
7472         * wl-summary.el: Don't use the 3rd argument of `require' because
7473         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7474         * wl-util.el: Ditto.
7475         * wl-draft.el: Ditto.
7476
7477 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7478
7479         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7480         window system is not used.
7481
7482 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7483
7484         * wl-thread.el: Don't use `mapcar' only for iteration.
7485         (wl-thread-resume-entity): Ditto.
7486         (wl-thread-delete-message): Ditto.
7487
7488         * wl-summary.el: Bind `dragdrop-drop-functions',
7489         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7490         of `require' for `timezone', `easymenu' and `ps-print';
7491         don't use `mapcar' only for iteration.
7492
7493         * wl-util.el: Bind `mule-version', `nemacs-version',
7494         `emacs-beta-version', `xemacs-codename',
7495         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7496         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7497         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7498         only for iteration.
7499
7500         * wl-score.el: Don't use `mapcar' only for iteration.
7501         (wl-score-simplify-buffer-fuzzy): Ditto.
7502         (wl-score-simplify-subject): Ditto.
7503         (wl-score-headers): Ditto.
7504         (wl-summary-score-update-all-lines): Ditto.
7505
7506         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7507         `enable-multibyte-characters' and `mule-version'.
7508
7509         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7510         `mapcar' only for iteration.
7511
7512         * wl-demo.el: Don't use `mapcar' only for iteration.
7513
7514         * wl-folder.el: Don't use `mapcar' only for iteration.
7515         (wl-folder-open-all): Ditto.
7516         (wl-folder-count-incorporates): Ditto.
7517
7518         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7519         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7520
7521         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7522         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7523         `smtp-connection-type'; specify 3rd argument of `require' for
7524         `timezone'; don't use `mapcar' only for iteration.
7525         (wl-draft-clone-local-variables): Don't use `mapcar'.
7526         (wl-draft-generate-clone-buffer): Ditto.
7527         (wl-user-agent-compose-internal): Ditto.
7528
7529         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7530
7531         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7532         (wl-save-status): Ditto.
7533
7534         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7535         for iteration.
7536
7537 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7538
7539         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7540         removed `Date'.
7541         (wl-fldmgr-make-filter-default): New user option.
7542
7543         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7544         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7545         (wl-fldmgr-filter-completion-alist): Abolish.
7546
7547         * wl.el (wl): Don't check servers if arg is non-nil.
7548
7549         * wl-draft.el (wl-draft-reply): Set only message-id string to
7550         In-Reply-To field.
7551
7552 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-summary.el (wl-summary-pick): Rewrite.
7555
7556         * wl-draft.el (wl-draft-forward): Get references field from
7557         original buffer.
7558         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7559
7560 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7561
7562         * wl-draft.el (wl-draft-forward): Add references field.
7563
7564 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7565
7566         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7567         (wl-draft-reply): Use it.
7568
7569 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7570
7571         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7572         when Emacs 21 is running.
7573
7574         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7575         bindings.
7576
7577 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7578
7579         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7580         XPM icons transparent.
7581
7582         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7583         Emacs 21.
7584
7585 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7588         nil.
7589
7590         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7591         when it is persistent.
7592         (wl-summary-sync-marks): Changed argument for
7593         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7594         (wl-summary-virtual): Use `elmo-read-search-condition'.
7595         (wl-summary-redisplay-internal): If folder is local, mark as read
7596         even when folder is plugged.
7597
7598 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7599
7600         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7601         of `tool-bar-lines' in the frame parameters.
7602         (after-make-frame-functions, post-command-hook): Don't modify the
7603         value.
7604         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7605         wl-e21-tool-bar-lines): Removed.
7606
7607 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7608
7609         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7610         properties `evaporate' and `wl-momentary-overlay' as well.
7611         (wl-highlight-summary-displaying): Ditto.
7612         (wl-delete-all-overlays): Don't delete overlay which does not have
7613         a property `wl-momentary-overlay'.
7614
7615         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7616         `display-mouse-p' and `display-graphic-p'.
7617         (wl-folder-init-icons): Don't search for XBM or the other files.
7618         (wl-plugged-set-folder-icon): Make icons if and only if
7619         `display-graphic-p' returns non-nil.
7620         (wl-highlight-plugged-current-line): Use `before-string' overlay
7621         property to show icon images.
7622         (wl-highlight-folder-current-line): Ditto.
7623         (wl-e21-highlight-folder-group-line): Ditto.
7624         (wl-e21-highlight-folder-by-numbers): Ditto.
7625         (wl-e21-insert-image): Removed.
7626         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7627         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7628         said.
7629         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7630         `wl-e21-force-switch-toolbar'.
7631         (wl-e21-make-icon-image): Removed.
7632         (wl-e21-setup-toolbar): Don't search for XBM files.
7633         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7634         the default value.
7635
7636 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-util.el (wl-biff-check-folder-async): Set
7639         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7640
7641 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7642
7643         * wl-e21.el (after-make-frame-functions): Add
7644         `wl-e21-force-switch-toolbar'.
7645         (wl-e21-force-switch-toolbar): New function force to switch the
7646         toolbar appearance automatically.
7647         (post-command-hook): Add `wl-e21-switch-toolbar'.
7648         (wl-e21-switch-toolbar): New function to switch the toolbar
7649         appearance automatically.
7650         (wl-e21-tool-bar-lines): New buffer local variable.
7651
7652 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl-util.el (wl-biff-check-folders-running): New variable.
7655         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7656         (wl-biff-check-folder-async-callback):
7657         Set `wl-biff-check-folders-running'.
7658         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7659         with unwind-protect.
7660
7661         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7662         Enclose `wl-folder-auto-check' with unwind-protect.
7663
7664         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7665         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7666
7667         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7668
7669         * wl-util.el (wl-biff-notify): New inline function.
7670         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7671         locally.
7672         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7673         folder-list' is 1.
7674         Use `wl-biff-notify'.
7675         (wl-biff-check-folder-async-callback): New function.
7676         (wl-biff-check-folder-async): Ditto.
7677
7678         * wl-folder.el (wl-folder): Don't check folders.
7679         (wl-folder-auto-check): New function.
7680
7681 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7682
7683         * wl-util.el (wl-biff-start) [Emacs19+]:
7684         Use `timer-next-integral-multiple-of-time'.
7685         (wl-biff-check-folders): Use `wl-default-folder'
7686         if `wl-biff-check-folder-list' is nil.
7687
7688 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7689
7690         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7691         instead of `elmo-delete-lists'.
7692
7693 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7694
7695         * wl.el (wl-plugged-toggle-all): Set the value of
7696         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7697         (wl-plugged-toggle): Ditto.
7698         (wl-toggle-plugged): Ditto.
7699         (wl-plugged-init): Ditto.
7700
7701         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7702         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7703         instead of `wl-biff-state-indicator-off' and
7704         `wl-biff-state-indicator-on'; don't modify the value and the type
7705         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7706         (wl-plugged-init-icons): Set icons data to
7707         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7708         instead of `wl-plug-state-indicator-off' and
7709         `wl-plug-state-indicator-on'; don't modify the value and the type
7710         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7711
7712         * wl-vars.el (wl-modeline-biff-state-off,
7713         wl-modeline-biff-state-on, wl-modeline-biff-status,
7714         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7715         wl-modeline-plug-status): New internal variables.
7716         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7717         wl-biff-check-interval, wl-biff-check-folder-list): Change
7718         customization group from `wl-folder' to `wl-highlight'.
7719         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7720         wl-show-plug-status-on-modeline): Defcustomized.
7721
7722         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7723         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7724         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7725         a flag to `mode-line-buffer-identification'.
7726
7727         * wl-e21.el (wl-biff-init-icons): Set icons data to
7728         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7729         instead of `wl-biff-state-indicator-off' and
7730         `wl-biff-state-indicator-on'.
7731         (wl-plugged-init-icons): Set icons data to
7732         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7733         instead of `wl-plug-state-indicator-off' and
7734         `wl-plug-state-indicator-on'.
7735
7736 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7737
7738         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7739         excessive titles.
7740
7741 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7742
7743         * wl.el (wl-plugged-mode): Use revised
7744         `wl-mode-line-buffer-identification'.
7745         (wl-plugged-init): Don't use `force-mode-line-update'.
7746
7747         * wl-xmas.el (wl-draft-overload-functions): Use revised
7748         `wl-mode-line-buffer-identification'.
7749         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7750         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7751         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7752         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7753         `wl-make-plugged-hook';
7754         add `wl-folder-init-icons' and `wl-setup-folder' to
7755         `wl-folder-mode-hook'.
7756
7757         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7758         19 as well.
7759         (wl-mode-line-display-priority-list): New user option.
7760         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7761         Defcustomized.
7762         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7763         Add docs.
7764
7765         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7766         start.
7767         (wl-mode-line-buffer-identification): Revised as a function.
7768
7769         * wl-summary.el (wl-summary-mode): Use revised
7770         `wl-mode-line-buffer-identification'; don't call
7771         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7772         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7773         `wl-xmas-setup-summary'.
7774
7775         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7776         `wl-mode-line-buffer-identification'.
7777
7778         * wl-mule.el (wl-draft-overload-functions): Use revised
7779         `wl-mode-line-buffer-identification'.
7780
7781         * wl-folder.el (wl-make-plugged-alist): Don't call
7782         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7783         (wl-folder): Don't call `wl-folder-init-icons' directly.
7784         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7785         `wl-xmas-setup-folder' directly;
7786         use revised `wl-mode-line-buffer-identification'.
7787         (TopLevel): Don't bind `wl-biff-init-icons',
7788         `wl-plugged-init-icons', `wl-folder-init-icons',
7789         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7790
7791         * wl-e21.el (wl-draft-overload-functions): Use revised
7792         `wl-mode-line-buffer-identification'.
7793         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7794         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7795         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7796         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7797         `wl-make-plugged-hook';
7798         add `wl-folder-init-icons' and `wl-setup-folder' to
7799         `wl-folder-mode-hook'.
7800
7801 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7802             Katsumi Yamaoka    <yamaoka@jpl.org>
7803
7804         * wl.el (wl): Call `wl-biff-start'.
7805         (wl-exit): Call `wl-biff-stop'.
7806         (wl-plugged-mode): Show biff in modeline.
7807         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7808
7809         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7810         (wl-biff-init-icons): New function.
7811         (wl-plugged-init-icons): Don't make too much keymaps.
7812         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7813
7814         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7815         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7816         variables.
7817         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7818         options.
7819
7820         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7821         wl-biff-start, wl-biff-stop): New functions.
7822         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7823         (wl-biff-timer-name): New variable.
7824
7825         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7826
7827         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7828         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7829
7830         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7831         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7832
7833         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7834         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7835         `wl-folder-init-icons' to `ignore' if they are not available.
7836         (wl-folder-mode): Show biff in modeline.
7837
7838         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7839         (wl-biff-init-icons): New function.
7840         (wl-plugged-init-icons): Don't make too much keymaps.
7841         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7842
7843 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7844
7845         * wl-vars.el (wl-strict-diff-folders): Customization Type
7846         and doc fix.  Define as a list of regular expressions for
7847         folders or nil.
7848         * wl-folder.el (wl-folder-check-one-entity): Use
7849         `wl-string-match-member' instead of `wl-string-member' for
7850         `wl-strict-diff-folders'.
7851
7852 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7853
7854         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7855         (wl-highlight-folder-current-line): Use it; new implementation.
7856         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7857         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7858         `defsubst' instead of `defun'.
7859
7860         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7861         `wl-highlight-group-folder-by-numbers'; made it can also be a
7862         number.  See info for more details.
7863
7864         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7865         running.
7866
7867         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7868         to bind them.
7869
7870         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7871         (wl-highlight-folder-current-line): New implementation.
7872
7873         * wl-highlight.el (wl-highlight-folder-group-line): New
7874         implementation.
7875         (wl-delete-all-overlays): Rewrite as a marco.
7876         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7877
7878         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7879         running.
7880         (wl-folder-*-glyph): No need to bind them.
7881
7882         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7883         `wl-e21-highlight-folder-group-icon'; rewrite.
7884         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7885         `defsubst' instead of `defun'.
7886         (wl-folder-mode-map): Bind it when compiling.
7887
7888 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7889
7890         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7891
7892         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7893
7894 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7895
7896         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7897
7898 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7899
7900         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7901         (wl-highlight-folder-current-line): Use it.
7902
7903         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7904         in `id-name'.
7905
7906 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7907
7908         * wl.el: Require `wl-e21' when Emacs 21 is running.
7909
7910         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7911         default when Emacs 21 is running.
7912         (wl-use-highlight-mouse-line): Ditto.
7913         (wl-on-emacs21): New constant.
7914         (wl-on-emacs20): Removed.
7915
7916         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7917         Emacs 21 is running.
7918
7919         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7920         Emacs 21 is running.
7921
7922         * wl-e21.el: New file.
7923
7924 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7925
7926         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7927         (wl-toggle-plugged): Ditto.
7928         (wl-plugged-toggle): Ditto.
7929         (wl-plugged-toggle-all): Ditto.
7930
7931         * wl-vars.el (wl-plug-state-indicator): Refer
7932         `wl-plug-state-indicator-on' indirectly.
7933
7934 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7935
7936         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7937         Call `wl-folder-confirm-existence'.
7938
7939         * wl-folder.el (wl-folder-confirm-existence): Added optional
7940         argument `force'.
7941
7942 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7943
7944         * wl-summary.el (wl-summary-refile-subr): Assume
7945         `copy-or-refile' as symbol.
7946         (wl-summary-refile): Follow up above change.
7947         (wl-summary-copy): Ditto.  Doc fix.
7948
7949 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-summary.el (wl-summary-pick): Don't bind
7952         `elmo-search-mime-charset'.
7953
7954         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7955         default using old backquote style.
7956         (wl-search-mime-charset): Abolished.
7957
7958         * wl-highlight.el (wl-highlight-headers):
7959         Call `point' after `re-search-forward'(for Nemacs).
7960
7961         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7962         for elmo-imap4.el.
7963
7964 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7965
7966         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7967         `wl-message-ignored-field-list' instead of
7968         `mime-view-ignored-field-list'.
7969
7970         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7971         Add interactive spec.
7972         (wl-folder-goto-bottom-of-current-folder): Ditto.
7973         (wl-folder-mode-map): Bind them.
7974
7975         * wl-vars.el (wl-message-ignored-field-list): New variable.
7976         (wl-message-visible-field-list): New variable.
7977
7978         * wl-mime.el (wl-mime-header-presentation-method): New function.
7979         (wl-mime-setup): Set header-presentation-method.
7980
7981 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7982
7983         * wl-nemacs.el (wl-draft-overload-functions): Set
7984         `mode-line-buffer-identification' instead of using
7985         `wl-make-modeline'.
7986
7987         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7988         instead of using `wl-make-modeline'.
7989
7990         * wl-xmas.el (wl-plugged-init-icons): Set up
7991         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7992         (wl-make-modeline): Abolish.
7993         (wl-draft-overload-functions): Set
7994         `mode-line-buffer-identification' instead of using
7995         `wl-make-modeline'.
7996
7997         * wl-util.el (wl-make-modeline-subr): Abolish.
7998         (wl-mode-line-buffer-identification): New alias.
7999
8000         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8001         (wl-summary-make-modeline): Abolish.
8002         (wl-summary-buffer-set-folder): Set
8003         `wl-summary-buffer-folder-indicator'.
8004         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8005         of using `wl-make-modeline'.
8006         (wl-summary-switch-to-clone-buffer): Don't set
8007         `mode-line-buffer-identification'.
8008         (wl-summary-goto-folder-subr): Ditto.
8009
8010         * wl-mule.el (wl-draft-overload-functions): Set
8011         `mode-line-buffer-identification' instead of using
8012         `wl-make-modeline'.
8013
8014         * wl-folder.el (wl-folder-mode): Set
8015         `mode-line-buffer-identification' instead of using
8016         `wl-make-modeline'.
8017         (wl-folder): Don't set `mode-line-buffer-identification'.
8018
8019 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8020
8021         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8022         instead of `member' for `wl-refile-guess-func-list' look-ups.
8023         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8024
8025 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8026
8027         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8028         `wl-message-button-dispatcher'.
8029
8030         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8031
8032         * wl-message.el (wl-message-button-dispatcher): Use it.
8033
8034         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8035         "In-Reply-To".
8036
8037         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8038         Bind `case-fold-search' to t.
8039
8040 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8041
8042         * wl-xmas.el (wl-message-overload-functions): Initialize
8043         `wl-message-button-map'.
8044
8045         * wl-mule.el (wl-message-overload-functions): Initialize
8046         `wl-message-button-map'.
8047
8048         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8049
8050         * wl-message.el (wl-message-button-map): New keymap.
8051         (wl-message-add-button): New function.
8052         (wl-message-button-dispatcher): New function.
8053         (wl-message-button-refer-article): New function.
8054
8055         * wl-highlight.el
8056         (wl-highlight-message-add-buttons-to-header): New function.
8057         (wl-highlight-headers): Use it.
8058
8059 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8060
8061         * wl-summary.el (wl-summary-default-from): Use
8062         `wl-address-get-petname-1'.
8063         (wl-summary-simple-from): Ditto.
8064
8065         * wl-address.el (wl-address-get-petname-1): New inline function.
8066         (wl-address-get-petname): Use it.
8067
8068 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8069
8070         * wl-summary.el (wl-summary-default-from): Return full-name part
8071         from the address if no petname was found.
8072         (wl-summary-simple-from): Ditto.
8073
8074         * wl-address.el (wl-address-get-petname): Return nil if no petname
8075         associated with the address was found.
8076
8077 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8078
8079         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8080         display is finished.
8081
8082 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8083
8084         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8085         `elmo-folder-exists-p' argument.
8086
8087 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8088
8089         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8090         the folder.
8091
8092 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8095
8096         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8097         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8098
8099 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8100
8101         * wl-folder.el (wl-folder-create-subr): New function.
8102         (wl-folder-confirm-existence): Use it.
8103         (wl-folder-check-one-entity): Use it.
8104         Check the error symbol is derived from 'elmo-open-error.
8105
8106         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8107         `ignore-error'.
8108
8109 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8110
8111         * wl-util.el (toplevel): Add (eval-when-compile (require
8112         'elmo-util)).  (Maybe `provide' is typo.)
8113
8114 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8117         (I don't know why this was needed.)
8118
8119         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8120         Follow up changes for stream-type.
8121
8122         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8123         (wl-draft-elmo-nntp-send): Ditto.
8124
8125         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8126         (wl-nntp-posting-stream-type): Ditto.
8127         (wl-pop-before-smtp-ssl): Abolished.
8128         (wl-nntp-posting-ssl): Ditto.
8129
8130         * wl-address.el (wl-address-quote-specials): New function.
8131         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8132
8133         * wl-draft.el (wl-draft-reply): Ditto.
8134
8135 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8136
8137         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8138         use function `wl-string-match-assoc'.
8139
8140 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8143
8144         * wl-draft.el (wl-draft-deduce-address-list): New function.
8145         (wl-draft-parse-mailbox-list): Ditto.
8146         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8147         instead of `smtp-deduce-address-list'.
8148         (wl-draft-on-field-p): Follow group list.
8149
8150         * wl-address.el (wl-address-concat-token): New function.
8151         (wl-address-string-without-group-list-contents): Ditto.
8152         (wl-complete-field-body): Fixed problem of completion
8153         by japanese petname.
8154         (wl-address-make-completion-list): Rewrite.
8155
8156 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8157
8158         * wl-address.el (wl-address-make-completion-list): Completion by
8159         petname.
8160         (wl-complete-field-body): Likewise.
8161
8162 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8165         contains invalid address syntax.
8166
8167 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8168
8169         * wl-folder.el (wl-folder-check-entity-async): Use
8170         `elmo-nntp-spec-hostname'.
8171
8172 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8173
8174         * wl-summary.el (wl-summary-msgdb-load-async): Use
8175         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8176
8177 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * wl-draft.el (wl-draft-reply): Set argument
8180         `content-transfer-encoding' as nil.
8181
8182 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8183
8184         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8185         `wl-refile-alist'.
8186
8187 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8188
8189         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8190         (wl-draft-edit-string): Ditto.
8191         (wl-draft-forward): Ditto.
8192         * wl-summary.el (wl-summary-write): Ditto.
8193
8194 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8195
8196         * wl-summary.el (wl-summary-sync-update3): Call
8197         `wl-summary-buffer-number-column-detect'.
8198         (wl-summary-buffer-number-column-detect): Search from point-min.
8199
8200 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8203         contains an address which is not included in original to or cc.
8204
8205 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8206
8207         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8208         begin-line does not exist.
8209         * wl-message.el (wl-message-uu-substring): Ditto.
8210
8211 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8212
8213         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8214         clear local variables.
8215         (wl-summary-exit): Call `elmo-commit'.
8216         (wl-summary-switch-to-clone-buffer): Call
8217         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8218         (wl-summary-goto-folder-subr): Ditto.
8219
8220         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8221         POP folder.
8222
8223 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8226         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8227         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8228         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8229         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8230         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8231
8232         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8233
8234 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8235
8236         * wl-summary.el (wl-summary-search-by-subject):
8237         Search parent message from the latest one.
8238
8239 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8242         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8243
8244         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8245         New user option.
8246
8247         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8248         if elmo-nntp-use-killed-list is nil.
8249         Use `elmo-msgdb-append-to-killed-list'.
8250         (Append numbers confirmed as disappeared to the killed list.)
8251         (wl-summary-confirm-appends): Don't display negative number.
8252
8253 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8254
8255         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8256
8257 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8260         range is `all'.
8261         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8262         `elmo-list-bigger-diff'.
8263
8264 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-summary.el (wl-summary-buffer-exit-func):
8267         New buffer local variable.
8268         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8269
8270 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8271
8272         * wl-demo.el (wl-demo): Fix the last change.
8273
8274 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8275
8276         * wl-demo.el (wl-demo): Don't use `eval'.
8277
8278 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8279
8280         * wl-summary.el (wl-summary-buffer-thread-modified):
8281         New buffer-local variable.
8282         (wl-summary-set-thread-modified): New function.
8283         (wl-summary-thread-modified-p): New function.
8284         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8285         (wl-summary-yank-saved-message): Use function
8286         `wl-summary-set-thread-modified'
8287         (wl-summary-switch-to-clone-buffer): Add
8288         `wl-summary-buffer-thread-modified'.
8289
8290         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8291         (wl-summary-buffer-mark-saved-hook): Ditto.
8292         * wl-summary.el (wl-summary-msgdb-save): New hook
8293         `wl-summary-buffer-message-saved-hook' and
8294         `wl-summary-buffer-mark-saved-hook'.
8295
8296 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8297
8298         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8299
8300 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8301
8302         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8303         don't hide scroll bars under FSF Emacsen because it may incur an
8304         undesirable redrawing.
8305
8306 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8307
8308         * wl-draft.el (wl-draft-edit-string): Call
8309         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8310
8311 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8312
8313         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8314
8315 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8316
8317         * wl-summary.el (wl-summary-msgdb-load-async): Call
8318         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8319
8320 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8321
8322         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8323         fringes in demo buffer; center bitmap logo correctly even if old
8324         Mule is used.
8325
8326 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8327
8328         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8329
8330         * wl-refile.el (wl-refile-subject-alist): New variable.
8331         (wl-refile-subject-alist-file-name): Ditto.
8332         (wl-refile-alist-setup): Rewrite.
8333         (wl-refile-alist-save): Use `elmo-object-save'.
8334         Eliminated arguments.
8335         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8336         (wl-refile-guess-by-subject): New function.
8337         (wl-refile-guess-func-list): Added it.
8338
8339 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8340
8341         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8342         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8343
8344 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8345
8346         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8347         New buffer-local variable.
8348         (wl-summary-buffer-next-folder-func): Ditto.
8349         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8350         if non-nil.
8351         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8352         if non-nil.
8353         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8354         if non-nil.
8355         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8356         if non-nil.
8357
8358 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8359
8360         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8361         permanently in the demo buffer.
8362
8363 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8364
8365         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8366         `mime-entity-fetch-field'.
8367
8368         * wl.el (wl-exit): Delete plugged buffer.
8369
8370         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8371         XEmacs has menubar feature.
8372
8373 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8374
8375         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8376         cannot arrive at the beginning of the buffer under old Emacsen.
8377
8378 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-address.el (wl-address-ldap-search):
8381         Call `ldap-search-entries' with `withdn' argument t.
8382         (wl-complete-field-body): Bind completion-ignore-case as t.
8383         Clear ldap search hash when it was sole completion.
8384         Use elmo-string for pattern string.
8385         (wl-ldap-alias-safe-string): Eliminated needless let.
8386
8387 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8388
8389         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8390         (wl-ldap-alias-sep): New constant.
8391         (wl-ldap-search-attribute-type-list): Ditto.
8392         (wl-ldap-get-value): New function.
8393         (wl-ldap-make-filter): Ditto.
8394         (wl-ldap-make-matched-value-list): Ditto.
8395         (wl-ldap-alias-safe-string): Ditto.
8396         (wl-ldap-register-dn-string): Ditto.
8397         (wl-address-ldap-search): Rewrite.
8398
8399 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8400
8401         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8402         thread is deleted.
8403         (wl-thread-delete-line-from-buffer): Ditto.
8404         (wl-thread-get-exist-children): New function.
8405
8406 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8407
8408         * wl-demo.el (wl-demo): Made it to select various image types.
8409         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8410         from `wl-title-logo'.
8411         (wl-logo-ascii): New variable.
8412         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8413         (wl-demo-copyright-notice): New constant.
8414
8415         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8416
8417 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8418
8419         * wl-vars.el (wl-summary-target-above): Renamed from
8420         wl-summary-temp-above.
8421         * wl-score.el (wl-score-get-score-alist): Use it.
8422         (wl-summary-score-update-all-lines): Use it.
8423         * wl-summary.el: Ditto. (make-variable-buffer-local).
8424
8425 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-vars.el (wl-ldap-port): New user option.
8428
8429         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8430         Rewite whole implementation.
8431         (wl-complete-field-body): Fixed.
8432
8433 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8434
8435         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8436         Choose implementation at compile time.
8437
8438 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8439
8440         * wl-address.el (wl-ldap-search-internal): New function.
8441         (wl-complete-field-to): Use it.
8442
8443 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8444
8445         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8446         Use `let' instead of `let*'.
8447         Require 'wl-vars.
8448
8449         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8450         Define as defcustom.
8451         (wl-ldap-base): Ditto.
8452         (wl-use-ldap): Ditto.
8453
8454 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8455
8456         * wl-address.el (wl-ldap-search): New function.
8457         (wl-complete-field-body): Use `wl-ldap-search'.
8458         (wl-ldap-server): New variable.
8459         (wl-ldap-base): Ditto.
8460         (wl-use-ldap): Ditto.
8461
8462 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8463
8464         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8465         (Pointed out by Mito <mit@nines.nec.co.jp>).
8466         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8467         buffer-local variables like `wl-summary-redisplay-internal'.
8468         (wl-summary-redisplay-all-header): Likewise.  Update
8469         Summary view too.
8470
8471 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8472
8473         * wl-summary.el (wl-summary-jump-to-parent-message):
8474         Consider prefix argument.
8475
8476         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8477         when closed thread is deleted.
8478
8479 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8480
8481         * wl-summary.el (wl-summary-jump-to-parent-message):
8482         Consider thread modification.
8483
8484 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8485
8486         * wl-message.el (wl-message-normal-get-original-buffer): Use
8487         `save-excursion'.
8488
8489         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8490         (wl-summary-showto-folder-regexp): Ditto.
8491
8492 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8493
8494         * wl-util.el (wl-delete-alist): Doc fix.
8495         (wl-delete-associations): New function.
8496         (wl-inverse-alist): New function.
8497         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8498         Split temporary variables. Use `wl-delete-associations'
8499         and `wl-inverse-alist'.
8500         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8501
8502 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-folder.el (wl-folder-prefetch-entity):
8505         Execute prefetching if new count is unknown.
8506
8507 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8508
8509         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8510
8511         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8512         delete entity.
8513         (wl-thread-set-parent): If insert as top, set linked as nil.
8514
8515         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8516         `wl-thread-cleanup-symbols' when view mode is thread.
8517
8518 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8519
8520         * wl-folder.el (wl-folder-create-folder-entity): Use
8521         with-current-buffer.
8522         (wl-local-folder-init): Call set-buffer to make sure we are in
8523         the Folder buffer. Don't touch buffer-local variables here.
8524         (wl-folder-mode): Initialize buffer-local variables here.
8525
8526         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8527         (wl-folder-entity-assign-id): Ditto.
8528         (wl-folder-create-entity-hashtb): Ditto.
8529         (wl-local-folder-init): Ditto.
8530         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8531
8532 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8533
8534         * wl-summary.el (wl-summary-default-from): Fix probrem when
8535         std11-extract-address-components return (nil "foo@bar").
8536
8537 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8538
8539         * wl-draft.el (wl-draft-clone-local-variables):
8540         Remove redundant `setq'.
8541
8542 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8543
8544         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8545         Bind wl-highlight-x-face-func as nil while highlighting header.
8546
8547 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8548
8549         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8550
8551 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8552
8553         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8554         elmo-msgdb-overview-hashtb from copy-variables.
8555         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8556         instead of `elmo-msgdb-overview-get-entity-by-number'.
8557         (wl-summary-auto-refile): Ditto.
8558
8559         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8560         `elmo-msgdb-overview-get-entity' instead of
8561         `elmo-msgdb-search-overview-entity'.  Use
8562         `elmo-msgdb-overview-get-entity' instead of
8563         `elmo-msgdb-overview-get-entity-by-number'.
8564         (wl-thread-insert-entity-sub): Ditto.
8565         (wl-thread-insert-message): Ditto.
8566
8567         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8568         `elmo-msgdb-overview-get-entity'.
8569         (wl-normal-message-redisplay): Ditto.
8570
8571 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8572
8573         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8574         `wl-thread-entities'.
8575         (wl-thread-delete-message): Fix remove top message from
8576         `wl-thread-entity-list'.
8577
8578         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8579         wl-append(nconc), because update-list is broken on Meadow.
8580
8581         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8582         updating process.
8583         (wl-summary-rescan): Ditto.
8584         (wl-summary-sync-update3): Ditto.
8585         * wl-thread.el (wl-thread-set-parent): Renamed from
8586         `wl-summary-set-parent'.
8587         (wl-thread-insert-message): Updating buffer faster.
8588         (wl-thread-delete-message): Updating buffer faster.
8589
8590         * wl-score.el (wl-summary-score-update-all-lines): Changed
8591         interval for display progress gauge.
8592
8593 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8594
8595         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8596         folder always-sticky.
8597         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8598         defmacro.
8599
8600 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-vars.el (wl-draft-add-references): New user option.
8603
8604         * wl-draft.el (wl-draft-add-references): New function.
8605         (wl-draft-yank-from-mail-reply-buffer): Use it.
8606         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8607         as nil.
8608
8609 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8610
8611         * wl-thread.el (wl-thread-update-line-msgs): Called
8612         `wl-thread-update-line-on-buffer-sub'.
8613         (wl-thread-update-line-on-buffer): Delete routine of inserting
8614         thread.
8615         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8616         moved from `wl-thread-update-line-on-buffer'.
8617         Add threshold for displaying progress gauge.
8618         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8619         argument of `wl-thread-update-line-msgs'.
8620         Add threshold for displaying progress gauge.
8621         * wl-folder.el:
8622         Add threshold for displaying progress gauge.
8623         * wl-score.el: Ditto.
8624
8625         * wl-expire.el (wl-summary-expire): Display deleting info.
8626
8627 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8630         `no-msg'.
8631         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8632         argument of `wl-thread-update-line-msgs'.
8633         (wl-summary-set-parent): Added optional argument `parent-number'.
8634         (wl-summary-buffer-saved-message): New buffer local variable.
8635         (wl-summary-save-current-message): New command.
8636         (wl-summary-yank-saved-message): Ditto.
8637         (wl-summary-mode-map): Added key binding for
8638         `wl-summary-save-current-message' (\ew) and
8639         `wl-summary-yank-saved-message' (\C-y).
8640         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8641
8642 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-summary.el (wl-summary-mode-map): Added key binding for
8645         `wl-summary-set-parent' (ts).
8646
8647 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8648
8649         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8650         subject faster. If thread number is reverse, delayed updating
8651         thread.
8652         (wl-summary-search-by-subject): Ditto.
8653         (wl-summary-put-alike): Ditto.
8654         (wl-summary-get-alike): Ditto.
8655         (wl-summary-insert-headers): Insert header of all overview in
8656         buffer.
8657         (wl-summary-rescan): Delayed updating thread. Kill search subject
8658         buffer for wl-summary-search-by-subject.
8659         (wl-summary-sync-update3): Ditto.
8660         (wl-summary-exit): Ditto.
8661         (wl-summary-goto-bottom-of-current-thread): Change for linked
8662         thread.
8663         (wl-summary-overview-create-summary-line): Change line for linked
8664         thread.
8665
8666         * wl-summary.el (wl-summary-update-thread): Use
8667         wl-thread-maybe-get-children-num.
8668         (wl-summary-set-parent): If change parent, move sub thread.
8669         (wl-summary-redisplay-internal): Add horizontal recenter.
8670         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8671
8672         * wl-thread.el (wl-thread-entity-get-linked): New function.
8673         (wl-thread-entity-set-linked): New function.
8674         (wl-thread-create-entity): Add linked element.
8675         (wl-thread-entity-insert-as-top): Use wl-append.
8676         (wl-thread-maybe-get-children-num): If closing thread, return
8677         children msgs.
8678         (wl-thread-update-line-msgs): Displaying progress message.
8679         (wl-thread-update-line-on-buffer-sub): Use
8680         wl-thread-maybe-get-children-num.
8681         (wl-thread-update-line-on-buffer): If update line is not exists,
8682         insert thread.
8683         (wl-thread-delete-message): If delete top msg of thread, search
8684         parent by subject.
8685         (wl-thread-insert-entity): Use
8686         wl-thread-maybe-get-children-num.
8687
8688         * wl-highlight.el (wl-highlight-summary-current-line): change
8689         sregexp for linked thread.
8690         * wl-util.el (wl-count-lines): Count lines.
8691         (wl-horizontal-recenter): horizontal recenter.
8692         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8693         (wl-score-get-alike): Ditto.
8694         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8695         (wl-subject-length-limit): New variable.
8696         (wl-highlight-thread-indent-string-regexp): Changed for linked
8697         thread.
8698
8699 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8702         New variable (revival).
8703         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8704         by subject matching if there's no in-reply-to nor references field
8705         (revival).
8706
8707 \f
8708 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8709
8710         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8711         message.
8712
8713 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8714
8715         * wl-summary.el (wl-summary-reply): Return t if there was a
8716         message at cursor point.
8717         Added unwind-protect.
8718         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8719         returns t.
8720         (wl-summary-cancel-message): Do nothing when there's no message at
8721         cursor point.
8722         (wl-summary-forward): Ditto.
8723         (wl-summary-jump-to-parent-message): Ditto.
8724         (wl-summary-reedit): Ditto.
8725         (wl-summary-edit-addresses): Ditto.
8726         (wl-summary-pipe-message): Ditto.
8727         (wl-summary-print-message-with-ps-print): Ditto.
8728         (wl-summary-print-message): Ditto.
8729         (wl-summary-mark-as-important): Ditto.
8730         (wl-summary-mark-as-unread): Ditto.
8731
8732         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8733         message at cursor point.
8734         (wl-summary-reply-with-citation): Remove unwind-protect.
8735
8736         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8737         subject searching feature.
8738         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8739         Eliminated.
8740
8741 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8742
8743         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8744         New variable.
8745         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8746         by subject matching if there's no in-reply-to nor references field.
8747
8748         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8749
8750         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8751         when display is finished.
8752         (wl-folder-open-all): Ditto.
8753         (wl-folder-update-access-group): Ditto.
8754         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8755         * wl-thread.el (wl-thread-close-all): Ditto.
8756
8757         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8758         progress gauge only when it was displayed.
8759         * wl-folder.el (wl-folder-insert-entity): Ditto.
8760
8761 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-summary.el (wl-summary-incorporate): Enclose
8764         `wl-summary-sync-force-update' with save-excursion.
8765
8766 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8767
8768         * wl-summary.el (wl-summary-prefetch-region):
8769         Pass current cursor point to `pos-visible-in-window-p' after
8770         moving cursor to the started point.
8771
8772 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8773
8774         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8775
8776         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8777         fields from the forwarding message.
8778         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8779         `ignored-fields'.
8780
8781 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8782
8783         * wl-mime.el (wl-message-request-partial):
8784         Eliminated argument `msgdb'.
8785         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8786         (wl-mime-combine-message/partial-pieces): Likewise.
8787         * tm-wl.el (wl-message-request-partial): Likewise.
8788         (wl-mime-combine-message/partial-pieces): Likewise.
8789
8790 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8791
8792         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8793         when display is finished.
8794
8795 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8796
8797         * wl-summary.el (wl-summary-goto-folder-subr):
8798         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8799
8800 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8803         when cursor point is visible.
8804
8805 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-expire.el (wl-expire-archive-get-max-number):
8808         Don't use `file-name-directory'.
8809
8810 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-expire.el (wl-expire-archive-get-max-number):
8813         Use `file-name-directory'.
8814
8815 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8818         only when there is progress.
8819
8820 2000-04-13  Mito <mit@nines.nec.co.jp>
8821
8822         * wl-summary.el (wl-summary-sync-marks): Display progress.
8823
8824 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8827         (wl-summary-prev): Move cursor regardless of unread status.
8828         (wl-summary-next): Ditto.
8829
8830 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8833         Added argument `target' and `number'.
8834         * tm-wl.el (wl-summary-burst-subr): New function.
8835         (wl-summary-burst): Use it.
8836
8837 2000-04-10  Mito <mit@nines.nec.co.jp>
8838
8839         * wl-mime.el (wl-burst): New function.
8840         (wl-summary-burst): Use it.
8841
8842 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8843
8844         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8845         as petname when there's no candidate.
8846
8847 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8850         New variable.
8851         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8852
8853         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8854
8855         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8856
8857 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8860         Use substring of `original' instead of buffer-substring.
8861         (wl-refile-evaluate-rule):
8862         Set `original' argument of wl-refile-expand-newtext.
8863
8864         * wl-summary.el
8865         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8866         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8867         (wl-summary-auto-refile): Check existence of destination folder just
8868         before marking.
8869
8870 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8871
8872         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8873         when wl-refile-get-field-value return nil.
8874
8875 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8876
8877         * wl-refile.el
8878         (wl-refile-expand-newtext): New function imported from Gnus.
8879         (wl-refile-evaluate-rule): Use it.
8880
8881 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-summary.el (wl-summary-print-destination):
8884         Duplicate folder string to avoid putting text-property on
8885         original string.
8886
8887         * wl-refile.el (wl-refile-get-field-value): New function.
8888         (wl-refile-evaluate-rule): New function;
8889         Evaluate refile rule recursively.
8890         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8891         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8892         New function; Check existence of a target folder recursively.
8893         (wl-summary-auto-refile-check-refile-rule-alist):
8894         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8895
8896 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8897
8898         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8899
8900         * wl-folder.el (wl-create-folder-entity-from-buffer):
8901         Fixed problem when '}' character is contained in folder name.
8902
8903         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8904
8905 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8906
8907         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8908         (wl-fldmgr-add-completion-all-completions):
8909         Use wl-fldmgr-add-completion-hashtb.
8910
8911 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8912
8913         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8914         wl-fldmgr-add-completion-subr): New functions.
8915         * wl-folder.el (wl-folder-completion-func): New variable.
8916         * wl-summary.el (wl-summary-read-folder):
8917         Use wl-folder-completion-func.
8918
8919         * wl-refile.el: Eliminate throw & catch.
8920
8921         * wl.el (wl-plugged-sending-queue-status): Fixed.
8922
8923 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8924
8925         * wl-draft.el (wl-draft): Put category property on
8926         mail-header-separator.