2004-06-04 Tsutomu OKADA <tsutomu.okada@furuno.co.jp>
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2
3         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
4         `wl-subject-prefix-regexp'.
5         (wl-subject-forward-prefix-regexp): New variable.
6         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
7         `wl-draft-strip-subject-re' and take regexp as argument.
8         (wl-draft-forward): Use it.
9         (wl-draft-reply): Ditto.
10
11 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
12
13         * wl-e21.el (wl-highlight-plugged-current-line): Change for
14         emacs multi-tty support.
15
16 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
17
18         * wl-e21.el (wl-e21-display-image-p): Don't call
19         `display-images-p'.
20         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
21         support.
22         (wl-highlight-folder-current-line): Ditto.
23         (wl-folder-init-icons): Ditto.
24
25 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
26
27         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
28         the last line of summary in unplugged mode.
29
30 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
31
32         * wl-vars.el (wl-refile-rule-alist): Doc fix.
33
34 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
35
36         * wl-vars.el (wl-user-mail-address-regexp): New variable.
37         * wl-address.el (wl-address-user-mail-address-p): Use it.
38         (wl-address-delete-user-mail-addresses): Ditto.
39         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
40
41         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
42         (wl-address-delete-user-mail-addresses): Ditto.
43
44         * wl-address.el (wl-address-delete-user-mail-addresses): New
45         function.
46         * wl-refile.el (wl-refile-guess-by-history): Use it.
47         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
48         (wl-draft-make-mail-followup-to): Ditto and fix logic.
49
50         * wl-draft.el (wl-draft-edit-string): To judge sender address,
51         use wl-address-user-mail-address-p.
52
53 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
54
55         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
56         after opening group.
57
58 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
61         of elmo-set-buffer-multibyte.
62
63         * wl-message.el (wl-original-message-mode): Ditto.
64
65         * wl-score.el (wl-score-insert-header): Ditto.
66
67         * wl-summary.el
68         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
69         (wl-summary-goto-folder-subr): Ditto.
70         (wl-summary-insert-headers): Ditto.
71
72         * wl-util.el (wl-set-string-width): Ditto.
73
74         * Version number is increased to 2.11.29.
75
76 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
77
78         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
79         (wl-highlight-summary-line-help-echo-alist): New variable.
80         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
81         into `wl-highlight-summary-line-help-echo' and
82         `wl-highlight-flag-folder-help-echo'.
83         (wl-highlight-summary-line-string): Change accordingly.
84         (wl-highlight-summary-current-line): Ditto.
85
86 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
87
88         * wl-highlight.el (wl-highlight-message): Ignore white spaces
89         at the beginning of field body (Thanks to Markus Knittig).
90
91         * wl-draft.el (wl-draft-insert-current-message): Also check
92         summary buffer, remove unnecessary tag.
93
94 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
95
96         * wl-draft.el (wl-draft-insert-current-message): Cause error also
97         when wl-message-buffer is nil.
98
99         * wl-folder.el (wl-folder): Abolish unused argument.
100         Call wl-folder-init when wl-folder-entity is nil.
101         * wl.el (wl): Change accordingly.
102
103 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
106         multibyte string before insert into draft buffer.
107         (wl-draft-create-buffer): Always enable multibyte characters for
108         draft buffer.
109
110         * Version number is increased to 2.11.28.
111
112 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
113
114         * wl-folder.el (wl-folder-open-close): Handle blank line.
115         (wl-folder-jump-to-current-entity): Ditto.
116
117 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * Version number is increased to 2.11.27.
120
121 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl-thread.el (wl-thread-insert-message): When the thread is
124         devided by wl-summary-max-thread-depth, insert line at the end of
125         buffer.
126
127 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * Version number is increased to 2.11.26.
130
131 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
132
133         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
134
135 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
136
137         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
138         value of stream-type and session.
139
140 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * Version number is increased to 2.11.25.
143
144 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
145
146         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
147         in a quit message.
148
149 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
150
151         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
152         (wl-summary-redisplay-no-mime-internal): Ditto.
153
154 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
157         * wl-vars.el (wl-smtp-connection-type): Ditto.
158
159 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
160
161         * wl-highlight.el (wl-highlight-message): Change to strict regexp
162         for the separator line and quote mail-header-separator.
163
164 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-spam.el (wl-message-check-spam): Fixed problem no display
167         result message.
168
169         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
170         `elmo-multiple-fields-body-list' with boundary as
171         mail-header-separator.
172
173 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
176
177 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
178
179         * wl-util.el (wl-list-diff): Remove unused function.
180
181         * wl-draft.el (wl-draft-send-confirm): Discard input before
182         confirmation.
183
184 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
187         order of flag and new.
188
189 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-vars.el (wl-refile-policy-alist): Abolished.
192
193         * wl-action.el (wl-summary-set-action-refile): Follow the change
194         above.
195
196 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * wl-highlight.el (wl-highlight-signature-search): Don't use
199         re-search-backward for a long word since it is possible to crash
200         XEmacs because of a bug.
201
202 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
203
204         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
205
206 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
207
208         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
209         argument for wl-summary-sync-force-update.
210
211 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
212
213         * wl-summary.el (wl-summary-mode-map): Revival of
214         wl-summary-mark-as-important related bindings;
215         Bind 'F','tF','mF','rF','m&'.
216         (wl-summary-mark-as-important-region): Revival.
217         (wl-summary-target-mark-mark-as-important): Ditto.
218         (wl-summary-target-mark-operation): New function.
219         (wl-summary-target-mark-mark-as-answered): Use it.
220         (wl-summary-decide-flag): Don't set Important as default.
221         (wl-summary-mark-as-important-internal): Revival.
222         (wl-summary-mark-as-important): Ditto.
223
224         * wl-thread.el (wl-thread-mark-as-important): Ditto.
225
226         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
227         instead of facep.
228
229 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
230
231         * wl-dnd.el (wl-dnd-drop-func): Fix.
232
233         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
234         mouse-set-point instead of posn-point.
235
236         * wl-xmas.el (wl-completing-read-multiple): Define as function.
237
238         * wl-mule.el (wl-completing-read-multiple): Ditto.
239
240 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * wl-demo.el (face-background-name): Defalias to avoid compile
243         warning.
244
245 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
246
247         * wl-summary.el (wl-summary-decide-flag): Use
248         wl-completing-read-multiple instead of completing-read-multiple.
249
250         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
251         New alias.
252
253         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
254         Use face-background-name instead of face-background.
255
256         * wl-vars.el (wl-summary-save-file-suffix): New user option.
257
258         * wl-summary.el (wl-summary-save): Use it.
259         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
260
261         * wl-mime.el (wl-mime-save-content): Fix last change.
262
263 2004-02-10  Len Trigg <lenbok@myrealbox.com>
264
265         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
266         New function.
267         (wl-summary-sort-specs): Added sort.
268         * wl-mime.el (wl-mime-save-content): Expand file name.
269
270 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
271
272         * wl-mime.el (wl-draft-preview-message): Fixed typo.
273
274         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
275
276 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
279         for flag if it is not defined.
280
281 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
282
283         * wl-e21.el (wl-highlight-folder-current-line): Use
284         elmo-folder-type-internal when elmo-folder-type returns nil.
285
286         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
287
288         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
289
290         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
291
292         * wl-e21.el (wl-summary-toolbar): Ditto.
293
294         * wl-vars.el (wl-demo-background-color): Abolished.
295         (wl-summary-persistent-mark-priority-list): Renamed from
296         wl-summary-flag-priority-list.
297         (wl-summary-flag-alist): New user option.
298         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
299         (wl-message-mode-line-format-spec-alist): Added 'F'.
300         (wl-message-mode-line-format): Likewise.
301         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
302         instead of wl-summary-important-mark.
303         (wl-file-folder-icon): New variable.
304
305         * wl-thread.el (wl-thread-set-flags): Renamed from
306         wl-thread-mark-as-important.
307
308         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
309         warning.
310         (wl-summary-mode-menu-spec): Follow the change of 
311         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
312         (wl-summary-mode-map): Follow the change of
313         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
314         (wl-summary-detect-mark-position): Follow the variable name change.
315         (wl-summary-set-flags-region): New function for the replacement of
316         wl-summary-mark-as-important-region.
317         (wl-summary-sync-marks): Sync all global-flags.
318         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
319         instead of elmo-message-flagged-p.
320         (wl-summary-persistent-mark-string): Follow the variable name change;
321         Put wl-summary-flag-mark if the message has global-flag.
322         (wl-summary-target-mark-set-flags): Renamed from 
323         wl-summary-target-mark-mark-as-important.
324         (wl-summary-decide-flag): New function.
325         (wl-summary-set-flags-internal): Renamed from
326         wl-summary-mark-as-important-internal.
327         (wl-summary-add-flags-internal): New function.
328         (wl-summary-remove-flags-internal): Ditto.
329         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
330         (wl-summary-mark-as-unimportant): Abolish.
331         (wl-summary-move-spec-alist): Changed `important' to `digest'.
332         (wl-summary-next-message): List flagged messages in the msgdb.
333
334         * wl-score.el (wl-summary-score-update-all-lines): Use
335         wl-summary-add-flags-internal instead of 
336
337         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
338
339         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
340         from wl-message-buffer-cur-flag (To avoid misunderstanding).
341         (wl-message-buffer-require-all-header): Renamed from
342         wl-message-buffer-all-header-flag (Ditto).
343         (wl-message-buffer-flag-indicator): New variable.
344         (wl-message-redisplay): Changed local varibale name from `flag' to
345         `display-type'; Set up wl-message-buffer-flag-indicator.
346         (wl-message-buffer-display): Changed varibale name from `flag' to
347         `display-type'.
348         (wl-message-display-internal): Likewise.
349
350         * wl-highlight.el (wl-highlight-demo-face): Define default background
351         color.
352         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
353
354         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
355
356         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
357         (wl-demo-setup-properties): Renamed from
358         `wl-demo-set-background-color'.
359         (wl-demo): Follow the change above.
360         
361         * Version number is increased to 2.11.24.
362
363 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
364
365         * wl-summary.el (wl-summary-toggle-thread): Call
366         `wl-summary-rescan' with disable-thread as non-nil.
367         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
368
369 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
370
371         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
372         foreground property of the face.
373         (wl-demo-insert-text): Don't set up face property here.
374         (wl-demo): Call wl-demo-set-background-color, anyway.
375
376 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-vars.el (wl-demo-background-color): The value can be nil.
379
380 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
381
382         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
383         to wl-summary-wheel-dispatcher.
384
385         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
386         wl-message-wheel-dispatcher.
387         (wl-message-wheel-dispatcher): New function.
388         (wl-summary-wheel-dispatcher): Ditto.
389
390 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
391
392         * wl-action.el (wl-summary-target-mark-all): List messages which are
393         not in the killed-list.
394
395         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
396         only when the folder is 'flag/important.
397
398         * wl-address.el (wl-complete-field-body): Complete if the last
399         character is a space.
400
401 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * wl-folder.el (wl-folder-clear-entity-info): Use
404         elmo-clear-hash-val.
405
406         * wl-fldmgr.el (wl-fldmgr-rename): Set
407         wl-folder-info-alist-modified as t.
408
409 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
412
413 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
416         (wl-folder-buffer-last-visited-entity-id): New buffer local
417         variable.
418         (wl-folder-revisit-last-visited-folder): New function.
419         (wl-folder-mode-map): Bind it to "C-i".
420         (wl-folder-set-current-entity-id): Set last visited folder.
421         * wl-summary.el (wl-summary-exit): Ditto.
422
423 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
426         before calling `recenter' in order to cope with an XEmacs bug.
427
428 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
429
430         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
431         to the default value.
432
433 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
436         change.
437         (wl-summary-sync-marks): Ditto.
438         (wl-summary-mark-as-read-internal): Ditto.
439         (wl-summary-mark-as-answered-internal): Ditto.
440         (wl-summary-mark-as-important-internal): Ditto.
441         (wl-summary-reply): Ditto.
442
443         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
444         instead of `elmo-folder-unflag-answered'.
445
446         * Version number is increased to 2.11.23.
447
448         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
449         the last change.
450
451 2004-01-11  Kenichi Okada  <okada@opaopa.org>
452
453         * wl-spam.el (wl-summary-exec-action-refile-with-register):
454         Specify "spam" or "good".
455
456 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
457
458         * wl-spam.el (wl-summary-exec-action-spam): Call
459         wl-folder-confirm-existence for spam folder.
460         (wl-spam-setup): Bind "mk".
461
462 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
465
466 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
469         destination folder is empty.
470
471 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
472
473         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
474         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
475
476         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
477         (wl-summary-refile-prev-destination-region): New function.
478         (wl-thread-refile-prev-destination): Ditto.
479         (wl-summary-target-mark-refile-prev-destination): Ditto.
480
481 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
482
483         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
484         (wl-demo-background-color): Changed default value.
485
486         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
487         color.
488
489         * wl-demo.el (wl-demo-set-background-color): New function.
490         (wl-demo): Call it.
491
492 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-address.el (wl-address-delete): Avoid mis-deleting.
495         * wl-address.el (wl-address-add-or-change): Don't add empty
496         address.
497
498 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
499
500         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
501
502 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
503
504         * wl-vars.el (wl-demo-image-filter-alist): New variable
505         (wl-demo-background-color): Ditto.
506
507         * wl-demo.el (wl-demo-xpm-set-background): New function.
508         (wl-demo-image-filter): Ditto.
509         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
510
511         * wl-vars.el (wl-demo-icon-name-alist): New variable.
512
513         * wl-demo.el (wl-demo-icon-name): Define as function.
514         (wl-demo-insert-image): Use it.
515
516 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
517
518         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
519
520 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
521
522         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
523
524 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
525
526         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
527
528 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-thread.el (wl-thread-mark-as-answered): New function.
531
532         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
533         answered" entry.
534         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
535         "r&" and wl-thread-mark-as-answered to "t&".
536         (wl-summary-mark-as-important-region): Refine to toggle mark.
537         (wl-summary-mark-as-answered-region): New function.
538         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
539         and 3rd argument.
540         (wl-summary-mark-as-important-internal): Likewise.
541
542 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-template.el (wl-template-preview): New internal variable.
545         (wl-template-preview-p): New function.
546         (wl-template-show): Bind `wl-template-preview' as t.
547
548 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
551         `elmo-message-entity-field' with 3rd argument which is non-nil.
552
553 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
556         Removed duplicate local bind `folder'.
557
558 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
561
562 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
565         duplicate definition.
566
567 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
568
569         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
570         non-nil, use it; Don't fetch message if there's no message in the
571         current cursor position.
572
573 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
574
575         * wl-util.el (wl-region-exists-p): Use region-active-p.
576         (wl-deactivate-region): New function.
577         * wl-message.el (wl-message-redisplay): Deactivate region.
578
579         * wl-summary.el (wl-summary-reply): Call
580         `wl-summary-set-message-buffer-or-redisplay' instead of
581         `wl-summary-redisplay-internal', don't move point.
582
583 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
586         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
587         by regexp.
588
589 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
592         if no need.
593
594 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
597         default value to nil.
598         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
599         `wl-summary-prepare-hook'; Replace refile action to
600         `wl-summary-exec-action-refile-with-register'.
601
602         * Version number is increased to 2.11.22.
603
604 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-summary.el (wl-summary-detect-mark-position): Set
607         `wl-summary-buffer-weekday-name-lang'.
608
609 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
610
611         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
612         (wl-summary-mark-as-read-all): Ditto.
613         (wl-summary-delete-messages-on-buffer): Ditto.
614         (wl-summary-sync-update): Ditto.
615         (wl-summary-mark-as-read-internal): Ditto.
616         (wl-summary-mark-as-answered-internal): Ditto.
617         (wl-summary-update-folder-info): Abolished.
618
619 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-summary.el (wl-summary-mark-as-read-all): Use
622         `wl-summary-update-folder-info' instead of
623         `wl-folder-update-unread'.
624
625 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
626
627         * wl-summary.el (wl-summary-update-folder-info): New function derived from
628         `wl-summary-folder-info-update'.
629         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
630         instead of `wl-summary-folder-info-update'.
631         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
632         `wl-folder-set-folder-updated'.
633         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
634         instead of `wl-folder-update-unread'.
635         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
636         the value of `wl-summary-buffer-unread-count' for the second parameter of
637         `wl-folder-update-unread'.
638
639         * Version number is increased to 2.11.21.
640
641 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
642
643         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
644         a local variable.
645
646 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-spam.el (wl-summary-mark-spam): Show message only if call
649         interactively.
650
651         * wl-summary.el (wl-summary-mark-as-important-internal): New
652         internal function.
653         (wl-summary-mark-as-important): Use it.
654         (wl-summary-mark-as-unimportant): New function.
655         (wl-summary-sync-marks): Follow the API change.
656
657         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
658
659         * wl-mime.el (wl-summary-burst): Check target folder is writable.
660
661 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
662
663         * wl-folder.el (wl-folder-update-unread): Re-indent.
664         Narrow the scope of a local variable.
665
666 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
669         (wl-addrmgr-merge-entries): Ditto.
670         (wl-addrmgr): Added to address entry which exists in draft buffer
671         if no entry is in original.
672
673 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
674
675         * wl-batch.el: New file.
676
677 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
678
679         * wl-vars.el (wl-use-semi): Remove unused variable.
680
681 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
682
683         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
684         "?".
685
686 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
689         wl-summary-new-mark.
690         (wl-summary-new-cached-mark): New user option.
691         (wl-summary-score-marks): Follow the change above.
692         (wl-summary-auto-refile-skip-marks): Ditto.
693         (wl-summary-incorporate-marks): Ditto.
694         (wl-summary-expire-reserve-marks): Ditto.
695
696         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
697
698         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
699         (wl-summary-persistent-mark-string): Distinguished between cached
700         and uncached mark when the message is new.
701
702 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-spam.el (wl-spam-domain): Renamed from
705         `wl-spam-folder-guess-domain'.
706         (wl-summary-exec-action-spam): Register as spam if domain of the
707         source folder is good.
708         (wl-summary-exec-action-refile-with-register): Register message if
709         domain of the source folder is not undecided.
710
711 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
714         detect thread loop.
715
716 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
719         and wl-summary-skip-mark-list.
720
721 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
724
725         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
726
727         * wl-spam.el (toplevel): Require wl-highlight.
728         (wl-spam-auto-check-policy-alist): Abolish.
729         (wl-spam-auto-check-folder-regexp-list): New user option.
730         (wl-spam-auto-check-marks): Ditto.
731         (wl-spam-mark-action-list): Ditto.
732         (wl-highlight-summary-spam-face): New face.
733         (wl-spam-auto-check-message-p): New function.
734         (wl-spam-map-spam-messages): Fixed message.
735         (wl-spam-register-spam-messages): Ditto.
736         (wl-spam-register-good-messages): Ditto.
737         (wl-summary-spam-map): Add and remove keybind.
738         (wl-summary-target-mark-spam): Abolish.
739         (wl-summary-refile-spam): Ditto.
740         (wl-summary-test-spam): New function.
741         (wl-summary-mark-spam): Ditto.
742         (wl-summary-auto-check-spam): Follow the above change.
743         (wl-summary-exec-action-spam): New function.
744         (wl-summary-exec-action-refile-with-register): Fixed message.
745         (wl-message-check-spam): New function.
746         (wl-spam-setup): Ditto.
747         (toplevel): Call it if this file is loaded interactivity.
748
749         * Version number is increased to 2.11.20.
750
751 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
754         when new optional argument `force' is non nil or modified.
755
756 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl.el (toplevel): Require wl-spam when compile.
759         (wl-save-status): Call wl-spam-save-status.
760
761         * wl-spam.el (wl-spam-register-spam-messages): New function.
762         (wl-spam-register-good-messages): Ditto.
763         (wl-spam-save-status): Ditto.
764         (wl-summary-mode-map): Bind
765         wl-summary-target-mark-register-as-spam to "ms" and
766         wl-summary-target-mark-register-as-good to "mn".
767         (wl-summary-register-as-spam): Abolish optional argument; Use
768         wl-spam-register-spam-messages.
769         (wl-summary-register-as-spam-all): Use
770         wl-spam-register-spam-messages.
771         (wl-summary-register-as-good): Abolish optional argument; Use
772         wl-spam-register-good-messages.
773         (wl-summary-register-as-good-all): Use
774         wl-spam-register-good-messages.
775         (wl-summary-target-mark-register-as-spam): New funtion.
776         (wl-summary-target-mark-register-as-good): Ditto.
777
778 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-spam.el: New file.
781
782 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
785
786         * wl-action.el (wl-auto-refile-guess-functions): New variable.
787         (wl-summary-auto-refile): Call wl-refile-guess with
788         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
789
790 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
793         with disable-thread argument non-nil.
794
795 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-summary.el (wl-summary-rescan): Added optional argument
798         disable-thread.
799         (wl-summary-sync): Call wl-summary-rescan with argument
800         disable-thread.
801         (wl-summary-input-range): Added new range `rescan-thread'.
802
803 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
804
805         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
806
807 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
810         internal variable.
811         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
812         wl-summary-search-parent-by-subject-regexp and
813         wl-summary-divide-thread-when-subject-changed as nil.
814         (wl-summary-insert-sequential): If entity is nil, nothing to do.
815         (wl-summary-insert-thread): Search parent entity from
816         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
817         thread loop.
818
819 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
820
821         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
822
823         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
824
825         * wl-util.el (wl-require-update-all-folder-p): New function.
826         (wl-get-assoc-list-value): Added `function' to match directive.
827         (wl-collect-draft): Rewrite.
828
829         * wl-summary.el (wl-summary-sync-update): Clear faces
830         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
831         are non-nil.
832         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
833         argument as function.
834         (wl-summary-input-range): Ditto.
835
836         * wl-folder.el (wl-draft-get-folder): New function.
837         (wl-folder-get-elmo-folder): Consider draft folder.
838
839         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
840         (wl-draft-buffer-message-number): New buffer local variable.
841         (wl-draft-folder-internal): New internal variable.
842         (wl-draft-delete): Rewrite.
843         (wl-draft-save): Ditto.
844         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
845         wl-folder-get-elmo-folder.
846         (wl-draft-config-info-operation): Ditto.
847         (wl-jump-to-draft-folder): Ditto.
848         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
849         (wl-draft-reedit): Rewrite.
850
851         * Version number is increased to 2.11.19.
852         
853 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
854
855         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
856         variable.
857
858 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
861         Use ignore-errors instead of unwind-protect.
862
863 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
864
865         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
866         for updating `wl-thread-entity-list'.
867
868 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
869
870         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
871         parameter from calling `wl-thread-entity-get-older-brothers' and
872         `wl-thread-entity-get-younger-brothers'.
873         Replace nested `append' with a single one.
874
875 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-summary.el (wl-summary-mode): Don't use the return value of
878         `make-local-hook'.
879
880 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
881
882         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
883         instead of `let*'.
884         (wl-thread-delete-message): Likewise.  Split and narrow the scope
885         of local variables.
886
887 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
890         Renamed from wl-summary-window-scroll-functions.
891         (wl-summary-window-scroll-functions): Don't set to variable.
892         (wl-summary-display-top): Use run-hooks.
893         (wl-summary-display-bottom): Ditto.
894         (wl-summary-toggle-disp-msg): Ditto.
895         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
896         Use it instead of wl-summary-window-scroll-functions.
897         (wl-summary-goto-folder-subr): Don't call
898         wl-summary-window-scroll-functions, use
899         wl-summary-buffer-window-scroll-functions instead.
900
901 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
904         make-local-variable.
905
906 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
907
908         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
909         set-buffer-modified-p.
910         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
911         (wl-summary-display-bottom): Ditto.
912         (wl-summary-toggle-disp-msg): Ditto.
913
914 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915
916         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
917
918         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
919         (wl-summary-forward): Use elmo-message-entity-field instead of
920         elmo-message-field.
921
922         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
923
924 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-summary.el (wl-summary-window-scroll-functions): No use
927         `append'.
928
929 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
930
931         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
932         function.
933         (wl-summary-window-scroll-functions): Call it when both
934         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
935         (wl-summary-temp-mark): Added optional argument number.
936         (wl-summary-message-mark): Added optional argument flag.
937         (wl-summary-persistent-mark): Added optional argument number and flag.
938         (wl-summary-update-persistent-mark): Ditto.
939         (wl-summary-update-status-marks): Set "r" for interactive spec.
940
941         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
942         argument number and flag.
943
944         * wl-action.el (wl-summary-registered-temp-mark): 
945         Do nothing when wl-summary-buffer-temp-mark-list is nil.
946
947 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
950         internal variable (buffer local).
951         (wl-summary-window-scroll-functions): New function.
952         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
953         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
954         as nil.
955         (wl-summary-update-status-marks): Added arguments beg, end and
956         check.
957         (wl-summary-update-mark-window): Use function.
958         (wl-summary-sync-update): Follow the change above.
959         (wl-summary-switch-to-clone-buffer): Copy
960         wl-summary-buffer-unsync-mark-number-list.
961         (wl-summary-goto-folder-subr): Set
962         wl-summary-buffer-unsync-mark-number-list and
963         use wl-summary-window-scroll-functions insteaf of
964         wl-summary-lazy-highlight.
965
966         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
967
968 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
971
972         * wl-summary.el (wl-summary-update-persistent-mark): Call
973         wl-summary-set-message-modified.
974
975         * wl-summary.el (wl-summary-sync-update): Don't call
976         wl-summary-update-status-marks.
977
978         * Version number is increased to 2.11.18.
979
980 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-message.el (wl-message-prev-page): Use save-selected-window.
983         (wl-message-next-page): Ditto.
984
985 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
986
987         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
988         local variable.  Change the order of a collected list into the
989         same as the specified range.  Remove nil from a collected list.
990
991 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-summary.el (wl-summary-insert-headers): Set visible-only
994         argument for elmo-folder-list-messages.
995
996 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
999         change (wl-summary-count-unreads return a list instead of a cons
1000         cell).
1001
1002 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1003
1004         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1005         `wl-summary-folder-info-update'.
1006
1007 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-summary.el (wl-summary-set-message-modified): No use
1010         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1011         (wl-summary-set-mark-modified): Abolish.
1012         (wl-summary-mark-modified-p): Ditto.
1013         (wl-summary-save-view): Follow the change above.
1014
1015         * wl-expire.el (wl-summary-expire): Likewise.
1016
1017 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1018
1019         * wl-summary.el (wl-summary-detect-mark-position): Use
1020         modb-entity-handler.
1021         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1022
1023         * Version number is increased to 2.11.17.
1024
1025 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1026
1027         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1028         entity field value.
1029         (wl-summary-prefetch-msg): Ditto.
1030         (wl-summary-print-message-with-ps-print): Ditto.
1031
1032 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1033
1034         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1035         for dummy entity.
1036         (wl-summary-insert-thread): Use elmo-message-entity-field.
1037         (wl-summary-update-thread): Use elmo-message-entity-field and
1038         elmo-message-entity-number.
1039         (wl-summary-line-number):  Use elmo-message-entity-number.
1040         (wl-summary-line-size): Use elmo-message-entity-field.
1041         (wl-summary-line-subject): Ditto.
1042         (wl-summary-line-from): Ditto.
1043         (wl-summary-line-attached): Ditto.
1044         (wl-summary-create-line): Ditto.
1045         (wl-summary-create-line): Use elmo-message-entity-number.
1046         (wl-summary-print-message-with-ps-print): Use
1047         elmo-message-entity-field.
1048
1049 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1050
1051         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1052         change in elmo-msgdb-make-message-entity.
1053         (wl-summary-buffer-set-folder): Don't call
1054         wl-summary-detect-mark-position here.
1055         (wl-summary-rescan): Call elmo-message-entity-number.
1056         (wl-summary-sync-update): Ditto.
1057         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1058
1059         * wl-score.el (wl-score-header-index): Redefine 2th element.
1060         (wl-score-overview-entity-get-extra): Abolish.
1061         (wl-score-ov-entity-get): Rewrite.
1062         (wl-score-string-index<, wl-score-string-func<): Abolish.
1063         (wl-score-string<): New function.
1064         (wl-score-string-sort): Use it.
1065
1066         * wl-refile.el (wl-refile-guess-by-history): Use
1067         elmo-message-entity-field.
1068         (wl-refile-guess-by-from): Ditto.
1069         (wl-refile-guess-by-msgid): Ditto.
1070
1071         * Version number is increased to 2.11.16.
1072
1073 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1074
1075         * wl-folder.el (wl-folder-confirm-existence): Don't call
1076         file-exists-p if msgdb-path is nil.
1077         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1078         `wl-read-folder-hist' to `wl-read-folder-history'.
1079
1080 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1081
1082         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1083         `y-or-n-p'.
1084
1085 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-score.el (wl-score-headers): Don't use
1088         elmo-folder-do-each-message-entity.
1089
1090         * Version number is increased to 2.11.15.
1091
1092 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * wl-summary.el (wl-summary-delete-all-msgs): Use
1095         elmo-folder-move-messages instead of elmo-folder-delete-messages
1096         and elmo-folder-detach-messages.
1097         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1098
1099         * wl-expire.el (wl-expire-delete): Ditto.
1100         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1101
1102 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1103
1104         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1105         (wl-message-header-narrowing-fields): Ditto.
1106         (wl-message-header-narrowing-lines): Ditto.
1107         (wl-message-header-narrowing-string): Ditto.
1108
1109         * wl-summary.el (wl-summary-mode-map): Bind
1110         wl-summary-toggle-header-narrowing to "C-cC-f".
1111         (wl-summary-toggle-header-narrowing): New function.
1112
1113         * wl-message.el (wl-message-buffer-create): Call
1114         wl-message-header-narrowing-setup.
1115         (wl-message-redisplay): Call wl-message-header-narrowing.
1116         (wl-message-header-narrowing): New function.
1117         (wl-message-header-narrowing-map): New keymap.
1118         (wl-message-header-narrowing-widen-map): New keymap.
1119         (wl-message-header-narrowing-again-at-mouse): New function.
1120         (wl-message-header-narrowing-1): Ditto.
1121         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1122         (wl-message-header-narrowing-setup): Ditto.
1123         (wl-message-header-narrowing-toggle): Ditto.
1124         
1125         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1126
1127         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1128         'flag as all.
1129         (wl-use-flag-folder-help-echo): New user option.
1130
1131         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1132         wl-summary-highlight as nil.
1133         (wl-summary-set-mark-modified): Follow the API change.
1134         (wl-summary-mark-modified-p): Ditto.
1135         (wl-summary-mark-as-read-all): Ditto.
1136         (wl-summary-sync-marks): Don't call
1137         elmo-folder-list-messages-with-global-mark.
1138         (wl-summary-mark-as-read-internal): Follow the API change.
1139         (wl-summary-mark-as-answered-internal): Ditto.
1140         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1141         Follow the API change.
1142         (wl-summary-create-line): Call with number argument.
1143         (wl-summary-reply): Follow the API change.
1144
1145         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1146         function.
1147         (wl-highlight-summary-line-string): Call it when
1148         wl-use-flag-folder-help-echo is non-nil.
1149         (wl-highlight-summary-current-line): Ditto.
1150         (elmo-flag-folder-referrer): Added autoload setting.
1151
1152         * wl-draft.el (wl-draft-kill): Follow the API change.
1153
1154         * Version number is increased to 2.11.14.
1155         
1156 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1159
1160 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * Version number is increased to 2.11.13.
1163
1164 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-draft.el (wl-draft-previous-history-element): Fixed
1167         unbalanced parenthesis and bind unbound local variables.
1168
1169 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-draft.el (wl-draft-previous-history-element): New function.
1172         (wl-draft-next-history-element): Ditto.
1173         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1174         them to M-p and M-n.
1175
1176 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1177
1178         * Version number is increased to 2.11.12.
1179
1180 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl-draft.el (wl-draft-hide): Select buffer-window.
1183
1184 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1185
1186         * wl-summary.el (wl-summary-narrow-to-region): New function.
1187         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1188         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1189         (wl-summary-save-region): Use it.
1190         * wl-action.el (wl-summary-collect-numbers-region)
1191         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1192
1193 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1194
1195         * wl-folder.el (wl-folder-count-incorporates): Don't use
1196         `elmo-msgdb-mark-load'
1197
1198         * Version number is increased to 2.11.11.
1199
1200 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1201
1202         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1203         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1204
1205 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1206
1207         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1208
1209 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * Version number is increased to 2.11.10.
1212
1213 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * wl-mime.el (wl-draft-attribute-value): Fixed.
1216
1217 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-util.el (wl-copy-local-variables): New function.
1220
1221         * wl-mime.el (wl-draft-attribute-recipients): New function.
1222         (wl-draft-attribute-envelope-from): Ditto.
1223         (wl-draft-attribute-smtp-posting-server): Ditto.
1224         (wl-draft-attribute-smtp-posting-port): Ditto.
1225         (wl-draft-attribute-value): Ditto.
1226         (wl-draft-preview-message): Use it to get value for
1227         attributes. Reflect result of `wl-draft-config'.
1228
1229         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1230         and call `wl-summary-mark-as-read' before to call
1231         `wl-summary-unset-mark'.
1232         (wl-summary-target-mark-mark-as-unread): Likewise.
1233         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1234
1235 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * wl-mime.el (wl-draft-preview-message): Use actual value for
1238         attributes; Fix for small window.
1239
1240 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * wl-refile.el (wl-refile-get-field-value): Call
1243         `elmo-message-entity-field' with 3rd argument is non-nil.
1244
1245 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1246
1247         * wl-vars.el (wl-draft-preview-attributes): New user option.
1248         (wl-draft-preview-attributes-list): Ditto.
1249         (wl-draft-preview-attributes-buffer-lines): Ditto.
1250         (wl-draft-preview-attributes-buffer-name): Ditto.
1251
1252         * wl-mime.el (wl-draft-preview-message): Display attributes.
1253
1254 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1255
1256         * wl-summary.el (wl-summary-detect-mark-position): Bind
1257         wl-summary-flag-priority-list to '(new).
1258
1259 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1262         funtion.
1263         (wl-highlight-summary-line-string): Use it.
1264         (wl-highlight-summary-current-line): Ditto.
1265
1266 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1269         line even when the mark string is not changed.
1270
1271         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1272         argument change in the wl-summary-create-line.
1273         (wl-thread-insert-entity-sub): Ditto.
1274
1275         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1276         argument change in the wl-summary-create-line.
1277         (wl-summary-insert-sequential): Ditto.
1278         (wl-summary-update-thread): Ditto.
1279         (wl-summary-persistent-mark-string): New inline function.
1280         (wl-summary-message-mark): Use it.
1281         (wl-summary-create-line): Abolish argument wl-persistent-mark
1282         and added wl-flags, wl-cached.
1283
1284         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1285         mark to flags.
1286         (wl-highlight-summary-current-line): Decide the face not by the 
1287         persistent mark but flags.
1288
1289 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1292         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1293         wl-summary-read-uncached-mark): Revive.
1294         (wl-summary-answered-cached-mark,
1295         wl-summary-answered-uncached-mark): New user option.
1296         (wl-summary-score-marks): Follow the change above.
1297         (wl-summary-auto-refile-skip-marks): Ditto.
1298         (wl-summary-incorporate-marks): Ditto.
1299         (wl-summary-expire-reserve-marks): Ditto.
1300         (wl-summary-flag-priority-list): New user option.
1301
1302         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1303         changes.
1304         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1305         of elmo-message-mark.
1306         (wl-summary-mark-as-read-internal): Ditto.
1307         (wl-summary-mark-as-answered): Ditto.
1308         (wl-summary-mark-as-important): Ditto.
1309         (wl-summary-redisplay-internal): Ditto.
1310         (wl-summary-redisplay-no-mime-internal): Ditto.
1311         (wl-summary-message-mark): New function.
1312         (wl-summary-insert-sequential): Use wl-summary-message-mark
1313         instead of elmo-message-mark.
1314         (wl-summary-update-thread): Ditto.
1315         (wl-summary-persistent-mark): Ditto.
1316         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1317         instead of elmo-message-mark.
1318
1319         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1320         wl-summary-message-mark instead of elmo-message-mark.
1321         (wl-thread-insert-entity-sub): Ditto.
1322         (wl-thread-get-children-msgs-uncached): Ditto.
1323
1324         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1325         variable name changes.
1326         (wl-highlight-summary-current-line): Ditto.
1327
1328         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1329         wl-summary-message-mark instead of elmo-message-mark.
1330
1331         * wl-expire.el (wl-expire-message-p): Ditto.
1332
1333         * wl-score.el (wl-score-headers): Ditto.
1334
1335         * Version number is increased to 2.11.9.
1336
1337         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1338         (wl-summary-sync-update): Follow the change above.
1339         (wl-summary-switch-to-clone-buffer): Ditto.
1340         (wl-summary-open-folder): Ditto.
1341
1342 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1345         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1346
1347         * Version number is increased to 2.11.8.
1348
1349         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1350
1351         * wl-expire.el (wl-expire-refile): Follow the API change on
1352         `elmo-folder-move-messages'.
1353         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1354
1355         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1356         (wl-summary-exec-action-refile): Ditto.
1357         (wl-summary-exec-action-copy): Ditto.
1358         (wl-summary-no-auto-refile-message-p): No use
1359         `wl-summary-buffer-msgdb'.
1360         (wl-summary-auto-refile): Ditto.
1361
1362 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1363
1364         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1365
1366 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1367
1368         * wl-summary.el (wl-summary-sync): Treat no-sync.
1369
1370         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1371         (wl-default-sync-range): Ditto.
1372
1373 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-refile.el (wl-refile-subject-learn): Call
1376         `elmo-message-entity-field' with 3rd argument is non-nil.
1377         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1378         instead of `elmo-msgdb-overview-entity-get-subject'.
1379
1380 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1381
1382         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1383         scan-type is rescan.
1384         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1385         new optional argument force is non-nil.
1386         (wl-summary-save-view-cache): Call it with force argument non-nil.
1387
1388         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1389
1390 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-action.el (wl-summary-print-argument): Fixed last change.
1393
1394 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1395
1396         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1397         simplified.
1398         (wl-summary-target-mark-mark-as-unread): Likewise.
1399         (wl-summary-target-mark-mark-as-important): Likewise.
1400
1401 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1402
1403         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1404         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1405         (wl-summary-mark-as-important-region): Change accordingly.
1406         (wl-summary-target-mark-mark-as-important): Ditto.
1407
1408 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1409
1410         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1411
1412         * wl-action.el (wl-summary-print-argument): Print argument to
1413         right side of window if `wl-summary-print-argument-within-window'
1414         is non-nil.
1415
1416 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1417
1418         * wl-action.el (wl-summary-set-mark): Use
1419         `wl-summary-message-visible-p' to check visibility of the message
1420         and jump to message only when the message line is visible and have
1421         different number; Call wl-summary-unset-mark with number argument.
1422         (wl-summary-unset-mark): 
1423         Use `wl-summary-message-visible-p'
1424         to check visibility of the message and jump to message only when
1425         the message line is visible and have different number;
1426
1427 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1428
1429         * Version number is increased to 2.11.7.
1430
1431         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1432         and wl-folder-summary-line-format.
1433
1434         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1435         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1436         (wl-summary-set-score-mark): Use it.
1437         (wl-summary-target-mark-mark-as-read): Ditto.
1438         (wl-summary-target-mark-mark-as-unread): Ditto.
1439         (wl-summary-target-mark-mark-as-important): Ditto.
1440         (wl-summary-target-mark-msgs): Simplified.
1441         (wl-summary-detect-mark-position): Fixed problem when
1442         summary-line-format no contain persisten/temp mark spec.
1443         (wl-summary-temp-mark): Ditto.
1444         (wl-summary-persistent-mark): Ditto.
1445         (wl-summary-update-persistent-mark): Ditto.
1446
1447         * wl-action.el (wl-summary-set-mark): Ditto.
1448         (wl-summary-unset-mark): Ditto.
1449         All other related portions are changed.
1450
1451 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1452
1453         * Version number is increased to 2.11.6.
1454
1455 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1456
1457         * wl-util.el (wl-current-message-buffer): Define as function;
1458         Don't use the value of wl-messge-buffer.
1459
1460         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1461         persistent mark.
1462
1463         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1464         no current message, cause an error.
1465
1466 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-summary.el (wl-summary-set-message-modified): Use
1469         elmo-folder-set-message-modified instead of
1470         elmo-folder-set-message-modified-internal.
1471
1472 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1473
1474         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1475         interactively.
1476         (wl-summary-sync): nokill->entirely.
1477         (wl-summary-sync-marks): Fixed message.
1478         (wl-summary-input-range): Added mark, nokill->entirely.
1479
1480         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1481         messages as read.
1482
1483 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1486         update-noscore.
1487         (wl-summary-sync): Follow the change above.
1488
1489 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1490
1491         * wl-action.el (wl-summary-target-mark-all): Use
1492         elmo-folder-list-messages.
1493
1494 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1495
1496         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1497         (wl-summary-rescan): Set wl-summary-scored as nil.
1498         (wl-summary-sync-force-update): Follow the change above.
1499         (wl-summary-sync): Ditto.
1500         (wl-summary-sync-update): Added argument disable-killed.
1501         (wl-summary-insert-headers): Set visible-only argument for
1502         elmo-folder-list-messages.
1503         (wl-summary-input-range): Added update-nokill, update-noscore,
1504         all-nokill, all-noscore and mark.
1505
1506         * Version number is increased to 2.11.5.
1507
1508         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1509
1510 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1513         (wl-summary-prefetch-region-no-mark): Change accordingly.
1514         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1515
1516 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1517
1518         * wl-address.el (wl-complete-field-to): Abolished.
1519         (wl-complete-address): Completion function for completing-read.
1520         * wl-action.el (wl-summary-get-resend-address): Use it.
1521
1522         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1523         wl-summary-update-mark and abolish unused argument.
1524         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1525         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1526         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1527         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1528         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1529         * wl-draft.el (wl-draft-kill): Ditto.
1530
1531         * wl-summary.el: Remove unused binding of case-fold-search.
1532         (wl-summary-replace-status-marks): Abolished.
1533
1534 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1535
1536         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1537         is specified or folder length is zero.
1538
1539 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1542         (wl-folder-archive-current-entity): Ditto.
1543
1544 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1545
1546         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1547         retrieving message mark.
1548         (wl-summary-redisplay-internal): Ditto.
1549
1550         * wl-message.el (wl-message-buffer-display): Ignore errors while
1551         retrieving message-id field.
1552
1553         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1554         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1555         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1556         order of the arguments for `wl-expire-message-p'.
1557         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1558
1559         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1560         Check return value of wl-summary-reply.
1561         (wl-summary-reply): Recover window configuration when an error occured.
1562
1563 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * wl-summary.el (wl-summary-resend-message): Abolished, the
1566         feature is inherited by wl-summary-resend (put resend mark).
1567
1568 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1571         wl-message-buffer to nil when the message is hide.
1572
1573 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * .cvsignore: New file.
1576
1577 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1578
1579         * wl-action.el (wl-summary-action-docstring): Add more info.
1580         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1581         duplicate definition.
1582         (wl-summary-define-mark-action): Functions wl-summary-*-region
1583         keep current position.
1584         (wl-summary-unregister-target-mark): Store result to the variable.
1585
1586 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1587
1588         * Version number is increased to 2.11.4.
1589
1590 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1591
1592         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1593         wl-summary-delete-all-temp-marks.
1594         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1595
1596         * wl-action.el (wl-summary-set-mark): Changed terminology
1597         refile-destination -> action-argument.
1598         (wl-summary-unset-mark): Ditto.
1599         (wl-summary-remove-argument): Ditto.
1600         (wl-summary-print-argument): Ditto.
1601
1602         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1603         (wl-thread-remove-argument-region): Ditto.
1604         (wl-thread-print-argument-region): Ditto.
1605         (wl-thread-close): Ditto.
1606         (wl-thread-open): Ditto.
1607
1608         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1609         (wl-highlight-refile-destination-face is abolished)
1610         (wl-highlight-action-argument-string): Ditto.
1611         (wl-highlight-summary-current-line): Highlight action argument.
1612
1613         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1614         color for light backgrounds.
1615         (wl-highlight-summary-answered-face): Ditto.
1616
1617 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1618
1619         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1620
1621         * wl-score.el (wl-summary-score-update-all-lines): Use
1622         wl-summary-set-mark.
1623         (wl-summary-score-update-all-lines): Kill expunged messages.
1624
1625         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1626
1627 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1628
1629         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1630         directly.
1631         (wl-score-overview-entity-get-lines): Ditto.
1632         (wl-score-overview-entity-get-xref): Ditto.
1633         (wl-score-get-latest-msgs): Ditto.
1634         (wl-summary-rescore): Ditto.
1635
1636         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1637         to "&".
1638         (wl-summary-mark-as-answered-internal): New inline function.
1639         (wl-summary-mark-as-answered): New function.
1640         (wl-summary-mark-as-unanswered): Ditto.
1641         (wl-summary-sync-marks): Modified for answered-mark synching.
1642
1643 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1644
1645         * wl-action.el (wl-summary-set-mark): Fixed last change.
1646
1647 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1648
1649         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1650         behavior of wl-summary-unread-message-hook
1651         (Pointed out by akira yamada <akira@arika.org>).
1652
1653 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1654
1655         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1656         wl-summary-delete.
1657         * wl-xmas.el (wl-summary-toolbar): Ditto.
1658
1659         * wl-action.el (wl-summary-set-mark): Don't override current
1660         temp-mark.
1661
1662         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1663
1664 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1665
1666         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1667         (wl-refile-msgid-learn): Ditto.
1668         (wl-refile-get-field-value): Ditto.
1669
1670         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1671
1672         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1673         (wl-expire-delete-reserved-messages): Renamed from
1674         wl-expire-reserve-marked-msgs-from-list.
1675         (wl-expire-delete): Removed argument `msgdb'.
1676         (wl-expire-refile): Ditto.
1677         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1678         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1679         mark-alist as argument.
1680         (wl-expire-archive-number1): Removed argument `msgdb'.
1681         (wl-expire-archive-number2): Ditto.
1682         (wl-expire-archive-date): Ditto.
1683         (wl-expire-localdir-date): Ditto.
1684         (wl-expire-hide): Ditto.
1685         (wl-archive-number1): Ditto.
1686         (wl-archive-number2): Ditto.
1687         (wl-archive-date): Ditto.
1688         (wl-archive-folder): Ditto.
1689         All other related portions are changed.
1690
1691 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1692
1693         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1694         mean move up and down. (suggested by Takashi Kawachi)
1695
1696 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1697
1698         * wl-acap.el (toplevel): Don't require un-define.
1699
1700 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1701
1702         * wl-thread.el (wl-thread-delete-message): Always update
1703         wl-summary-buffer-number-list.
1704
1705         * wl-action.el (wl-summary-print-destination): 
1706         Do nothing when folder is nil.
1707
1708 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1709
1710         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1711         persistent mark when prefetch is succeeded.
1712
1713 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1714
1715         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1716         instead of elmo-msgdb-delete-msgs.
1717         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1718         (wl-expire-hide): Ditto.
1719
1720         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1721
1722         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1723         elmo-msgdb interface.
1724         (wl-thread-get-exist-children): Likewise.
1725         (wl-thread-insert-message): Likewise.
1726         (wl-thread-msg-mark-as-important): Likewise.
1727         (wl-thread-insert-entity-sub): Likewise.
1728         (wl-thread-get-children-msgs-uncached): Likewise.
1729
1730         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1731         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1732         (wl-summary-sync-update): Likewise.
1733         (wl-summary-auto-select-msg-p): Likewise.
1734         (wl-summary-update-thread): Likewise.
1735         (wl-summary-mark-as-important): Likewise.
1736         (wl-summary-jump-to-msg-internal): Likewise.
1737         (wl-summary-redisplay-internal): Likewise.
1738         (wl-summary-print-message-with-ps-print): Likewise.
1739         (wl-summary-folder-info-update): Likewise.
1740
1741         * wl-folder.el (wl-folder-check-one-entity):
1742         elmo-folder-count-flags instead of wl-summary-count-unread.
1743
1744         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1745
1746         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1747
1748         * wl-summary.el (wl-summary-set-message-modified): 
1749         Call wl-summary-set-mark-modified.
1750         (wl-summary-delete-messages-on-buffer): Call
1751         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1752         (wl-summary-sync-update): Call elmo-folder-length instead of
1753         elmo-folder-messages.
1754         (wl-summary-insert-headers): Don't call
1755         elmo-folder-list-message-entities.
1756
1757 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-action.el (wl-summary-define-mark-action): Call
1760         `wl-summary-set-mark' with argument `data'.
1761         (wl-summary-auto-refile): Fixed order of arguments when call
1762         `wl-summary-refile'.
1763
1764 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1765
1766         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1767
1768         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1769
1770         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1771         (Renamed from wl-highlight-summary-deleted-face).
1772         (wl-highlight-summary-resend-face): New face.
1773
1774         (wl-highlight-summary-deleted-face): Renamed from
1775         wl-highlight-summary-erased-face.
1776
1777         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1778
1779         * wl-action.el (wl-summary-get-resend-address): New function.
1780         (wl-summary-exec-action-resend): Ditto.
1781         (wl-summary-exec-action-resend-subr): Ditto.
1782
1783         * w-thread.el (wl-thread-copy): Removed definition.
1784         (wl-thread-refile): Ditto.
1785         (wl-thread-delete): Ditto.
1786         (wl-thread-target-mark): Ditto.
1787
1788         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1789         (wl-summary-target-mark-set-action): Fixed.
1790         (wl-summary-define-mark-action): Fixed quotation.
1791         (wl-summary-move-mark-list-messages): Display message.
1792         (wl-summary-define-mark-action): Define thread functions.
1793         (wl-summary-exec-action-refile): Changed message.
1794         (wl-summary-exec): Ditto.
1795
1796 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1797         
1798         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1799         '%%'.
1800
1801 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1802
1803         * wl.el (toplevel): Require wl-action.
1804         (wl-init): Call wl-summary-define-mark-action.
1805
1806         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1807
1808         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1809         wl-summary-delete and wl-summary-erase.
1810         (wl-summary-mode-map): Ditto.
1811
1812         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1813         wl-delete-folder-alist.
1814
1815         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1816         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1817         (toplevel): Moved mark & action related functions to the wl-action.el.
1818
1819         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1820         in wl-summary-mark-action-list.
1821         (wl-highlight-summary-current-line): Ditto.
1822
1823         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1824         empty lines.
1825
1826         * wl-action.el: New file. 
1827
1828 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1829
1830         * wl-summary.el (wl-summary-target-mark-replace): New function.
1831         (wl-summary-target-mark-prefetch): Use it.
1832         (wl-summary-target-mark-delete): Ditto.
1833         (toplevel): Rearranged definition order.
1834         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1835         (wl-summary-target-mark-erase): Rewrite.
1836         (wl-summary-erase-region): New function.
1837         (wl-summary-exec-action-erase): Changed message.
1838         (wl-summary-move-mark-list-messages): New function.
1839         (wl-summary-exec-action-delete): Use it.
1840         (wl-summary-exec-action-erase): Ditto.
1841
1842         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1843         (wl-summary-skip-mark-list): Added "d".
1844
1845         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1846         while searching.
1847
1848         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1849         and define using defcustom;
1850         Define 4th element as a face.
1851         
1852         * wl-summary.el (wl-summary-incorporate): Use 
1853         `wl-summary-prefetch-region-no-mark' instead of
1854         `wl-summary-prefetch-region'.
1855         (wl-summary-prefetch-region-no-mark): Revival of old
1856         `wl-summary-prefetch-region'.
1857         (wl-summary-mark-action-list): Moved to wl-vars.el
1858
1859         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1860         face according to the `wl-summary-mark-action-list'.
1861         (wl-highlight-summary-current-line): Ditto;
1862         Removed destination highlighting.
1863
1864         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1865         (wl-highlight-summary-line-string): Highlight for "i" mark.
1866         (wl-highlight-summary-current-line): Ditto.
1867
1868         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1869         no destination.
1870
1871         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1872         exists, just go ahead.
1873         (wl-summary-prefetch-region): Rewrite.
1874         (wl-summary-prefetch): Ditto.
1875         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1876         (wl-summary-exec-action-prefetch): New function.
1877         (wl-summary-target-mark-prefetch): Rewrite.
1878
1879 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1882         (wl-highlight-summary-line-string): Added "d" and "D".
1883         (wl-highlight-summary-current-line): Ditto.
1884
1885         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1886         in wl-summary.el.
1887         (wl-thread-insert-entity-sub): Ditto.
1888         (wl-thread-remove-destination-region): Ditto.
1889         (wl-thread-print-destination-region): Ditto.
1890
1891         * wl-summary.el (wl-summary-buffer-refile-list,
1892         wl-summary-buffer-delete-list,
1893         wl-summary-buffer-copy-list): Abolish.
1894         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1895         All other related portions are changed.
1896         (wl-summary-mark-action-list): New variable.
1897         (wl-summary-set-mark): New function.
1898         (wl-summary-register-target-mark): Ditto.
1899         (wl-summary-unregister-target-mark): Ditto.
1900         (wl-summary-have-target-mark-p): Ditto.
1901         (wl-summary-register-temp-mark): Ditto.
1902         (wl-summary-unregister-temp-mark): Ditto.
1903         (wl-summary-registered-temp-mark): Ditto.
1904         (wl-summary-collect-temp-mark): Ditto.
1905         (wl-summary-unset-mark): Ditto.
1906         (wl-summary-set-target-mark): Ditto.
1907         (wl-summary-unset-target-mark): Ditto.
1908         (wl-summary-set-action-generic): Ditto.
1909         (wl-summary-unset-action-generic): Ditto.
1910         (wl-summary-exec-action-delete): Ditto.
1911         (wl-summary-exec-action-erase): Ditto.
1912         (wl-summary-set-action-refile): Ditto.
1913         (wl-summary-set-action-refile-subr): Ditto.
1914         (wl-summary-unset-action-refile): Ditto.
1915         (wl-summary-make-destination-numbers-list): Ditto.
1916         (wl-summary-exec-action-refile): Ditto.
1917         (wl-summary-set-action-copy): Ditto.
1918         (wl-summary-unset-action-copy): Ditto.
1919         (wl-summary-exec-action-copy): Ditto.
1920         (wl-summary-collect-numbers-region): Ditto.
1921         (wl-summary-delete): Rewrite.
1922         (wl-summary-erase): Ditto.
1923         (wl-summary-remove-destination): Ditto.
1924         (wl-summary-exec): Ditto.
1925         (wl-summary-exec-region): Ditto.
1926         (wl-summary-target-mark-erase): Ditto.
1927         (wl-summary-refile): Ditto.
1928         (wl-summary-copy): Ditto.
1929         (wl-summary-unmark): Ditto.
1930         (wl-summary-delete-all-mark): Ditto.
1931         (wl-summary-mark-line): Don't highlight.
1932         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1933         (wl-summary-target-mark-refile-subr): Rewrite.
1934
1935         (wl-summary-copy-prev-destination): Abolish.
1936
1937 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1938
1939         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1940         default values along the value of wl-on-mule.
1941         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1942         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1943         It is not used anywhere.
1944
1945 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-summary.el (wl-summary-print-destination): Keep position.
1948         (wl-summary-cursor-move-surface): Keep horizontal position.
1949
1950 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1951
1952         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1953         write sendlog.
1954
1955 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1956
1957         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1958         `wl-summary-highlight'.
1959
1960 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1963         trivial condition for temp-mark.
1964
1965 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1968         when it hits killed buffer.
1969
1970 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1973         * wl-news.el.in: `message' and `error' take format string.
1974
1975 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-folder (wl-folder-insert-entity): Display a message,
1978         `...done', when the work finish.
1979         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1980
1981 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-message.el (wl-message-redisplay): Remove unused local
1984         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1985
1986 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-summary.el (wl-summary-replace-status-marks): Disable
1989         interactive use.
1990         (wl-summary-reedit): Check message existence at first.
1991         (wl-summary-mark-line): Fix doc, return value is indefinite.
1992
1993         * wl-highlight.el (wl-highlight-message): Arranged.
1994
1995         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1996         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1997         check temp-mark by wl-summary-temp-mark always.
1998         (wl-highlight-summary): Change accordingly.
1999         * wl-summary.el (wl-summary-mark-as-read-all)
2000         (wl-summary-delete-cache, wl-summary-set-score-mark)
2001         (wl-summary-mark-as-unread, wl-summary-unmark)
2002         (wl-summary-mark-line, wl-summary-mark-as-read)
2003         (wl-summary-mark-as-important): Ditto.
2004
2005         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2006         end of the window if possible.
2007         * wl-summary.el (wl-summary-sync-update): Support lazy
2008         highlighting.
2009         (wl-summary-toggle-disp-msg): Ditto.
2010
2011 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2012
2013         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2014
2015 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2016
2017         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2018         change.
2019
2020 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2021
2022         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2023         API.
2024         (wl-summary-sync-update): Ditto.
2025
2026         * wl-score.el (wl-score-get-score-alist): Changed argument.
2027         (wl-summary-rescore-msgs): Likewise.
2028         (wl-summary-score-headers): Likewise.
2029         (wl-score-headers): Likewise;
2030         Use elmo-folder-do-each-message-entity, etc.
2031         (wl-summary-score-effect): Follow the changes above.
2032         (wl-summary-rescore): Ditto.
2033         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2034         (wl-score-get-overview): Abolish.
2035
2036         * wl-summary.el (wl-summary-default-from): Follow the API change in
2037         elmo-msgdb.
2038         (wl-summary-count-unread): Ditto.
2039         (wl-summary-detect-mark-position): Ditto.
2040         (wl-summary-overview-entity-compare-by-date): Ditto.
2041         (wl-summary-overview-entity-compare-by-number): Ditto.
2042         (wl-summary-overview-entity-compare-by-from): Ditto.
2043         (wl-summary-overview-entity-compare-by-subject): Ditto.
2044         (wl-summary-get-list-info): Ditto.
2045         (wl-summary-rescan): Ditto.
2046         (wl-summary-jump-to-msg-by-message-id): Ditto.
2047         (wl-summary-sync-update): Ditto; Removed comment.
2048         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2049         (wl-summary-insert-message): Use wl-summary-insert
2050         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2051         (wl-summary-insert-headers): Changed argument overview to folder.
2052         (wl-summary-search-by-subject): Likewise.
2053         (wl-summary-insert-thread): Renamed from 
2054         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2055
2056         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2057         too.
2058
2059         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2060         wl-string-member.
2061
2062 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2063
2064         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2065         elmo-folder-append-buffer.
2066         (wl-draft-queue-append): Likewise.
2067
2068         * wl-mime.el (wl-message-delete-current-part): Ditto.
2069         (wl-summary-burst-subr): Ditto.
2070
2071         * wl-news.el.in (wl-news-send-news): Ditto.
2072
2073 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2074
2075         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2076         function.
2077         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2078         (wl-summary-update-mark): Enclose with save-excursion.
2079         (wl-summary-mark-as-read-internal): Fixed last change.
2080         (wl-summary-mark-as-important): Use 3rd argument of
2081         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2082         Don't use elmo-msgdb-set-mark.
2083         (wl-summary-redisplay-internal): If msgdb flag is already read,
2084         just update the mark on buffer.
2085
2086 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2089         cut visible folder when elmo-folder-delete returns non-nil value.
2090
2091 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092
2093         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2094         by Kenichi OKADA <okada@opaopa.org>).
2095
2096 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2099
2100 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2101
2102         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2103         Fixed the last change, search group entity by its real name.
2104         (Thanks to: KOBAYASHI Shinji)
2105
2106 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2109         (wl-fldmgr-access-display-all): Don't refer visible name.
2110         * wl-expire.el (wl-folder-archive-current-entity)
2111         (wl-folder-expire-current-entity): Ditto.
2112         * wl-folder.el (wl-folder-jump-to-current-entity)
2113         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2114         (wl-folder-open-folder-sub,wl-folder-open-all)
2115         (wl-folder-write-current-folder): Ditto.
2116         (wl-folder-insert-entity): Don't use petname for normal group.
2117         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2118         is the real name.
2119         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2120         Abolished.
2121
2122 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2123
2124         * wl-draft.el (wl-draft-create-buffer): Add
2125         `wl-summary-reply-with-citation'
2126
2127 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2128
2129         * wl-draft.el (wl-draft-reply): Fixed.
2130
2131 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2132
2133         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2134         when `wl-draft-send-confirm-with-preview' is non-nil.
2135         You can scroll up/down by j/k.
2136         (wl-draft-send-confirm-with-preview): New variable (default=t).
2137
2138 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2139
2140         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2141         (wl-fldmgr-save-folders): Fix comment.
2142
2143 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2144
2145         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2146         along the last change in `wl-folder-buffer-group-p'.
2147
2148 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2149
2150         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2151         folder.
2152
2153         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2154         the default value.
2155
2156         * wl-mime.el (wl-summary-burst): Update summary only when target
2157         folder equals current folder.
2158
2159 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2160
2161         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2162
2163 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2164
2165         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2166         value.
2167
2168 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2171         `map-extents' instead of `extent-at' repeatedly.
2172         (wl-highlight-folder-current-line): Ditto.
2173
2174         * wl-highlight.el: Remove useless dummy functions.
2175
2176 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2177
2178         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2179         (wl-folder-put-folder-property): New function to put text property.
2180         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2181         (wl-folder-insert-entity, wl-folder-update-diff-line)
2182         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2183         * wl-e21.el, wl-xmas.el, wl-mule.el
2184         (wl-highlight-folder-current-line): Ditto.
2185         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2186         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2187         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2188         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2189
2190 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2191
2192         * Version number is increased to 2.11.3.
2193
2194 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2195
2196         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2197         Resume current-buffer since it is assumed by remaining tasks.
2198
2199 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2200
2201         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2202         (wl-folder-completion-function): Abolished.
2203         (wl-folder-complete-folder): New function.
2204         (wl-folder-complete-filter-condition): Ditto.
2205         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2206         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2207
2208 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2209
2210         * wl-draft.el (wl-draft-send-confirm): New function.
2211         (wl-draft-send): Use it.
2212
2213         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2214         cursor-in-echo-area while confirming.
2215
2216         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2217
2218         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2219         searching via nntp if wl-summary-search-via-nntp is 'force.
2220         Otherwise, invoke searching in nntp folder only.
2221         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2222
2223         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2224         explicitly for mime-make-text-tag.
2225
2226 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2227
2228         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2229         `mime-make-text-tag' instead of `mime-create-tag'.
2230
2231 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2232
2233         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2234         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2235
2236 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2237
2238         * wl-score.el (wl-score-save): Bind print-length and print-level.
2239         (wl-score-pretty-print): Ditto.
2240         (wl-score-edit-insert-header-entry): Ditto.
2241
2242         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2243         "From" entry to be treated with wl-draft-eword-encode-address-list.
2244         * wl-mime.el (wl-draft-preview-message): Ditto.
2245
2246         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2247         (wl-summary-mark-as-unread): Ditto.
2248         (wl-summary-mark-as-read-region): Change accordingly.
2249         (wl-summary-mark-as-unread-region): Ditto.
2250         (wl-summary-target-mark-mark-as-read): Ditto.
2251         (wl-summary-target-mark-mark-as-unread): Ditto.
2252
2253 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2254
2255         * Version number is increased to 2.11.2.
2256
2257 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2258
2259         * wl-news.el.in (wl-news-previous-version-save): Bind
2260         print-length and print-level.
2261         * wl-thread.el (wl-thread-save-entities): Ditto.
2262         (wl-thread-save-top-list): Bind print-length.
2263
2264 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2265
2266         * wl-highlight.el (wl-highlight-summary-line-string): Use
2267         wl-summary-score-below-mark, wl-summary-score-over-mark.
2268         (wl-highlight-summary-current-line): Ditto.
2269
2270 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2271
2272         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2273         insert it.
2274
2275 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2276
2277         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2278
2279 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2280
2281         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2282         message without msgid.
2283         Rewrite with elmo-folder-move-messages.
2284         Set wl-message-buffer to nil.
2285
2286         * wl-summary.el (wl-summary-erase-subr): New function. Use
2287         elmo-folder-move-messages.
2288         (wl-summary-erase): Call it.
2289         (wl-summary-target-mark-erase): Ditto.
2290
2291 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2292
2293         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2294         it is not up-tp-date.
2295
2296 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2297
2298         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2299         buffer after calling `wl-summary-goto-folder-subr' without the
2300         argument `interactive'.
2301         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2302
2303 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2304
2305         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2306         `mime-create-tag'. Use `string=' instead of `looking-at'.
2307
2308 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2309
2310         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2311         to avoid compile warning.
2312
2313         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2314         entity-id when folder is given.
2315         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2316         save-excursion, use save-selected-window instead.
2317         Select folder buffer window if exists.
2318         (To correct behavior with wl-folder-move-cur-folder.)
2319
2320 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2321
2322         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2323
2324 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2325
2326         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2327         list-count instead of %d.
2328
2329 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2330
2331         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2332         (wl-news): Set it.
2333         (wl-news-append-to-folder): Use it.
2334
2335         * wl-news.el.in (wl-news-send-news): Append to specified folder
2336         instead of wl-default-folder.
2337         (wl-news-append-to-folder): Show error message with specified folder.
2338
2339         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2340                 In most major modes, Emacs assumes that any opening
2341                 delimiter found at the left margin is the start of a
2342                 top-level definition, or defun. Therefore, *never put an
2343                 opening delimiter at the left margin unless it should have
2344                 that significance.*
2345
2346         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2347
2348 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2349
2350         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2351
2352 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2353
2354         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2355
2356 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2357
2358         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2359         for sequential numbering case.
2360
2361 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2362
2363         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2364         value.
2365         (wl-draft-reply-without-argument-list): Ditto.
2366         (wl-draft-reply-myself-with-argument-list): Abolish.
2367         (wl-draft-reply-myself-without-argument-list): Ditto.
2368         * wl-draft.el (wl-draft-self-reply-p): New function.
2369         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2370
2371 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2372
2373         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2374         (avoid error for the case without byte-compiling)
2375
2376 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2377
2378         * wl-news.el.in (wl-news-append-to-folder): New function.
2379         (wl-news-exit): Rewrite.
2380         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2381
2382 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2383
2384         * wl-draft.el (wl-draft-reply-position): New function.
2385         (wl-draft-reply-position): Fix.
2386         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2387         (wl-summary-target-mark-reply-with-citation): Ditto.
2388         (wl-summary-reply-with-citation): Ditto.
2389         * wl-vars.el (wl-draft-reply-default-position): New variable.
2390
2391 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2392
2393         * wl-draft.el (wl-draft-send): Preview when interactive send.
2394
2395 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2396
2397         * wl-draft.el (wl-draft-reply): Set default position.
2398         * wl-summary.el (wl-summary-reply): Ditto.
2399         (wl-summary-reply-with-citation): Ditto.
2400         (wl-summary-target-mark-reply-with-citation): Ditto.
2401
2402 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2403
2404         * wl-news.el.in (wl-news-lang): Set default value according to
2405         current-language-environment.
2406         (wl-news-append-news): Do nothing when news-list is nil.
2407
2408 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2409
2410         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2411         (wl-news): Change message.
2412         (wl-news-exit): Check buffer.
2413         (wl-news-force-exit): New function.
2414         (wl-news-show-all): New function.
2415         (wl-news-discard-and-exit): Fix.
2416
2417 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2418
2419         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2420         according to current-language-environment.
2421
2422         * wl-news.el.in (wl-news): If arg, show all NEWS after
2423         wl-news-default-previous-version.
2424
2425 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2426
2427         * wl-news.el.in (wl-news-check): Rewritten.
2428         (wl-news-previous-version-load): Change data type.
2429         (wl-news-previous-version-save): Change data type.
2430         (wl-news-append-news): Add return value.
2431         (wl-news-check-news): New function.
2432         (wl-news-already-current-p): New function.
2433         (wl-news-send-news): Rewritten.
2434         (wl-news-mode-map): Add new keybind.
2435         (wl-news): Rewritten.
2436         (wl-news-exit): Rewritten.
2437         (wl-news-discard-and-mail): New function.
2438         (wl-news-send-to-address): Abolished.
2439         * wl.el (wl-init): Delete a message.
2440
2441 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2442
2443         * wl-news.el.in (wl-news-exit): Update previous version.
2444         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2445
2446 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2447
2448         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2449
2450 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2451
2452         * wl-news.el.in (wl-news): New function.
2453         (wl-news-mode): New function.
2454         (wl-news-next-line): New function.
2455         (wl-news-next-page): New function.
2456         (wl-news-exit): New function.
2457         (wl-news-buf-name): New variable.
2458         (wl-news-mode-map): New variable.
2459         (wl-news-winconf): New variable.
2460         (wl-news-append-news): Add an option.
2461
2462 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2463
2464         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2465
2466 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2467
2468         * wl-news.el.in (wl-news-send-to-address): New variable.
2469         (wl-news-send-news): Use it.
2470         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2471         Return updating status.
2472         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2473
2474 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2475
2476         * wl-news.el.in (wl-news-send-news): Delete
2477         Organization and X-Face.
2478
2479 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2480
2481         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2482         (wl-news-append-news): New function.
2483         (wl-news-send-news): New function.
2484
2485 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2486
2487         * Version number is increased to 2.11.1.
2488
2489 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2490
2491         * wl-news.el.in : New file.
2492
2493 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2494
2495         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2496         default value.
2497         (wl-draft-reply-without-argument-list): Ditto.
2498
2499 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2500
2501         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2502         (wl-message-buffer-prefetch-idle-time): Ditto.
2503         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2504
2505 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2506
2507         * wl-thread.el (wl-thread-insert-message): Use
2508         wl-summary-max-thread-depth.
2509
2510         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2511         loop detection.
2512
2513         * wl-message.el (wl-message-buffer-display): Back to the first page
2514         when cache is hit.
2515
2516 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2517
2518         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2519
2520         * wl-summary.el (wl-summary-insert-thread-entity):
2521         If the thread depth is reached to wl-summary-max-thread-depth,
2522         divide the thread.
2523
2524 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2525
2526         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2527         for elmo-remove-passwd.
2528
2529 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2532         folder is sticky.
2533         (wl-folder-mark-as-read-all-entity): Ditto.
2534         (wl-folder-prefetch-entity): Ditto.
2535
2536 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2537
2538         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2539
2540 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2541
2542         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2543         Delete messages on buffer for unplugged operation.
2544         (wl-summary-erase): Ditto.
2545
2546 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2547
2548         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2549         take nil so as not to search parent by subject.
2550
2551 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2552
2553         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2554         (wl-folder-get-next-folder): Ditto.
2555         (wl-folder-get-path): Ditto.
2556
2557 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2558
2559         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2560         system and encode the region with it before verifying.
2561
2562 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2563
2564         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2565         system of the echo buffer before decoding.
2566
2567 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2568
2569         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2570         original contents.
2571
2572 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2573
2574         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2575         with argument 'any-exists.
2576
2577 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2578
2579         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2580         Use `wl-cs-autoconv'.
2581
2582 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2583
2584         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2585         by `mime-view-automatic-conversion'.
2586
2587         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2588         (wl-message-verify-pgp-nonmime): Ditto.
2589         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2590         Bind them to C-c:d and C-c:v respectively.
2591
2592         Merge following code by Teranishi-san from [wl-en:00167].
2593         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2594         (wl-mime-preview-application/pgp-encrypted): Ditto.
2595         (wl-mime-setup): Add entry.
2596
2597 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2598
2599         * wl-summary.el (wl-summary-target-mark-erase): New function.
2600         Bind it to "mD".
2601
2602 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-vars.el (wl-draft-write-file-function): Fix.
2605         (wl-draft-reedit-hook): Changed default value.
2606
2607         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2608         wl-draft-reedit-hook.
2609         (wl-draft-remove-text-plain-tag): New function.
2610         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2611
2612         * wl-vars.el (wl-draft-write-file-function): New user option.
2613
2614         * wl-draft.el (wl-draft-prepare-edit): Use it for
2615         local-write-file-hooks.
2616         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2617
2618         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2619         (wl-draft-insert-mail-header-separator): Return the body beginning
2620         point.
2621         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2622         text/plain.
2623         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2624
2625 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2626
2627         * wl-summary.el (wl-summary-erase): New function to erase message
2628         without moving it to trash. Bind to "D".
2629
2630         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2631         as `keep' unless switch-function.
2632
2633 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2634
2635         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2636         message buffer by using `wl-summary-toggle-disp-msg'.
2637         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2638         buffer window.
2639         (wl-summary-supresedes-message): Ditto.
2640
2641         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2642         Do not delete other windows.
2643         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2644         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2645         (wl-draft-create-buffer): Set reply-or-forward also for target
2646         mark commands.
2647
2648 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-draft.el (wl-user-agent-compose): Delete special case for
2651         switch-to-buffer-other-window.
2652
2653         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2654         (wl-summary-forward): Ditto.
2655
2656         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2657         function.
2658         (wl-draft-buffer-style): New use option.
2659
2660         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2661         (wl-draft): Follow the change above.
2662         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2663         wl-draft-buffer-style.
2664         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2665         switch-function.
2666
2667 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-draft.el (wl-user-agent-compose): Delete special case for
2670         switch-to-buffer-other-window.
2671
2672         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2673         (wl-summary-forward): Ditto.
2674
2675         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2676         function.
2677         (wl-draft-buffer-style): New use option.
2678
2679         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2680         (wl-draft): Follow the change above.
2681         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2682         wl-draft-buffer-style.
2683         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2684         switch-function.
2685
2686 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2687
2688         * wl-address.el (wl-address-make-completion-entry): Extracted from
2689         `wl-address-make-completion-list'.
2690         (wl-address-enable-strict-loading): New variable.
2691         (wl-address-make-completion-list): Revive petname duplication
2692         inquiry, and enable it if `wl-address-enable-strict-loading'.
2693         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2694
2695 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-message.el (wl-message-get-original-buffer): Avoid
2698         'Selecting deleted buffer' error when original buffer is killed.
2699
2700 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-summary.el (wl-summary-next-message): Use
2703         elmo-message-accessible-p instead of elmo-message-cached-p.
2704
2705 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2708
2709         * wl-thread.el (wl-thread-open-all-unread): Use
2710         elmo-folder-list-flagged instead of
2711         elmo-folder-list-messages-mark-match.
2712
2713         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2714         instead of elmo-folder-list-messages-mark-match.
2715         (wl-summary-move-spec-alist): New variable.
2716         (wl-summary-move-spec-plugged-alist,
2717         wl-summary-move-spec-unplugged-alist): Abolish.
2718         (wl-summary-next-message): Follow the change above.
2719         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2720         with 'no-msg' argument.
2721
2722         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2723         variable.
2724         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2725         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2726         (wl-message-buffer-prefetch-get-next): Follow the change above.
2727
2728 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-version.el (wl-version): Changed codename.
2731
2732         * Version number is increased to 2.11.0.
2733
2734 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2737         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2738         `wl-draft-config-variables'.
2739         (wl-draft-kill): Fixed problem when the draft is reedit.
2740
2741 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2742
2743         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2744         buffer-modified status (Thanks to
2745         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2746
2747 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-util.el (wl-region-exists-p): New function.
2750
2751         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2752         Remove defvars for byte-compile warnings.
2753
2754 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2755
2756         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2757         defvar-maybe. Removed unused bind.
2758
2759 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2760
2761         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2762         summary buffer window before creating new frame.
2763         (wl-draft-reply): Ditto.
2764
2765 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2766
2767         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2768
2769 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2770
2771         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2772
2773 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2776         instead of `kill-region'.
2777
2778 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2781         (wl-highlight-summary-line-string): Use it.
2782         (wl-highlight-summary-current-line): Ditto.
2783
2784         * wl-mime.el (wl-message-delete-current-part): Check the class of
2785         mime-entity.
2786
2787         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2788
2789         * wl-summary.el (wl-summary-make-number-list): Initialize.
2790         (wl-summary-update-mark): New function.
2791         (wl-summary-reply): Put `answered' mark on the message.
2792         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2793
2794         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2795         (wl-draft-reply): Added optional argument `number';
2796         Set wl-draft-parent-number.
2797         (wl-draft-kill): Delete answered mark if it is a reply.
2798
2799 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2800
2801         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2802         that originates in mime-preview-follow-current-entity.
2803         (wl-draft-yank-current-message-entity): Use it if region is active.
2804
2805         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2806         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2807         `wl-message-delete-current-part'.
2808         * wl-mule.el (wl-message-define-keymap): Ditto.
2809         * wl-xmas.el (wl-message-define-keymap): Ditto.
2810
2811 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2812
2813         * wl-mime.el (wl-message-delete-current-part): New function.
2814         (wl-mime-node-id-to-string): Ditto.
2815
2816         * wl-mime.el (wl-message-delete-current-part): Use existing
2817         original buffer which corresponds current mime-view buffer.
2818         (fetched buffer might have different structure, possibly)
2819
2820         * wl-mime.el (wl-message-delete-current-part): Quit if the
2821         message content differs from the actual message.
2822
2823 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2824
2825         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2826         order.
2827         (wl-summary-search-by-subject): Search parent message from tail;
2828         Check the existence of the parent message on the current thread tree.
2829         (wl-summary-update-thread): Check whether the line is inserted.
2830
2831 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2832
2833         * wl-vars.el (wl-summary-line-format): Undo last change.
2834         * wl-summary.el (wl-summary-print-destination): Do not put
2835         invisible property when `wl-summary-width' is nil.
2836         (wl-summary-line-subject-minimum-length): Abolished.
2837         (wl-summary-line-subject): Ditto.
2838
2839 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2840
2841         * wl-vars.el (wl-summary-line-format): Change default value.
2842         (wl-summary-subject-length-limit): Abolished.
2843         * wl-summary.el (wl-summary-line-subject): Ditto.
2844
2845 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-template.el (wl-template-select): Added optional argument.
2848         If optional argument is specified, reverse
2849         `wl-template-visible-select'.
2850
2851 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2852
2853         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2854         Take prefix argument to force asking the destination folder.
2855
2856 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2859         count and update status.
2860
2861 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * wl-summary.el (wl-summary-redisplay-internal): If
2864         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2865         after fetching.
2866
2867 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2868
2869         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2870         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2871
2872         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2873
2874 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2877         (All other related portions are changed).
2878         (wl-summary-mark-as-read-all): Rewrite.
2879
2880 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2883         `wl-summary-mark-as-read'.
2884         (wl-summary-mark-as-unread): Rewrite.
2885         (wl-summary-mark-as-read): Added no-modeline argument.
2886         (wl-summary-resume-cache-status): Rewrite.
2887         (wl-summary-exec-subr): Remove unused local variable.
2888
2889 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2890
2891         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2892         logic to call `wl-summary-buffer-prev-folder-function'.
2893         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2894
2895 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2898         is nil.
2899
2900 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2901
2902         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2903         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2904         (wl-mime-setup): Add its entry.
2905
2906 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2907
2908         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2909         (wl-summary-delete-cache): Likewise.
2910         (wl-summary-mark-as-read): Rewrite.
2911
2912 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2915         `wl-summary-count-unread'.
2916
2917         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2918
2919         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2920
2921 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2924         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2925         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2926         Renamed to the elmo-msgdb-*-mark.
2927         (wl-summary-score-marks): Follow the change above.
2928         (wl-summary-auto-refile-skip-marks): Ditto.
2929         (wl-summary-incorporate-marks): Ditto.
2930         (wl-summary-expire-reserve-marks): Ditto.
2931
2932         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2933         changes.
2934         (wl-thread-insert-top): Changed updating message.
2935
2936         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2937         variable.
2938         (wl-summary-count-unread): Count answered marks.
2939         (wl-summary-rescan): Call wl-summary-insert-message instead of
2940         wl-summary-append-message-func-internal.
2941         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2942         (wl-summary-prefetch-msg): Follow the variable name changes.
2943         (wl-summary-prefetch-region): Ditto.
2944         (wl-summary-mark-as-read-all): Follow the API changes;
2945         Don't call elmo-folder-replace-marks.
2946         (wl-summary-delete-cache): Follow the variable name changes.
2947         (wl-summary-resume-cache-status): Ditto.
2948         (wl-summary-update-status-marks): New function.
2949         (wl-summary-insert-message): New function.
2950         (wl-summary-sync-marks): Follow the variable name changes.
2951         (wl-summary-sync-update): Synchronize to the msgdb, too;
2952         Changed update messages.
2953         (wl-summary-make-number-list): Rewrite.
2954         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2955         (wl-summary-mark-as-unread): Follow the API changes.
2956         (wl-summary-exec-subr): Follow the variable name changes.
2957         (wl-summary-mark-as-read): Ditto.
2958         (wl-summary-move-spec-plugged-alist): Ditto.
2959         (wl-summary-move-spec-unplugged-alist): Ditto.
2960         (wl-summary-cursor-move-surface): Ditto.
2961
2962         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2963         variable name changes.
2964         (wl-highlight-summary-current-line): Ditto.
2965
2966         * wl-expire.el (wl-expire-refile): Follow the API change in
2967         elmo-folder-move-messages.
2968         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2969         (wl-summary-archive): Use elmo-folder-msgdb instead of
2970         elmo-msgdb-load.
2971
2972 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2973
2974         * wl-mime.el (wl-draft-preview-message): Restore the position
2975         before evaluating wl-draft-send-hook in preview buffer.
2976
2977 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2978
2979         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2980         when it creates new draft buffer.
2981
2982         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2983         without argument.
2984
2985         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2986         Evaluate content and if the value is string, insert it.
2987         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2988         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2989         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2990         wl-draft-config-sub-part-bottom): Use it.
2991
2992         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2993         with the folder name. The question was unintelligible when it is
2994         called from wl-save-status.
2995
2996 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2999         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3000         cannot take second argument).
3001
3002 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3005         as t. Since type and subtype are not case sensitive (RFC 2045).
3006
3007 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3008
3009         * wl-vars.el (wl-message-mode-line-format): New variable.
3010         (wl-message-mode-line-format-spec-alist): Ditto.
3011         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3012         (wl-message-redisplay): Use wl-message-mode-line-format.
3013
3014 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3015
3016         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3017
3018 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3019
3020         * wl-summary.el (wl-summary-default-from): Write description.
3021
3022 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3023
3024         * wl-vars.el (wl-ldap-objectclass): Abolish.
3025
3026         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3027         (wl-ldap-make-filter): Removed condition for objectclass.
3028         (wl-ldap-make-matched-value-list): Remove meaningless process.
3029         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3030         (wl-address-ldap-search): Don't add `*' to `pat' string;
3031         use ignore-errors; added `email';
3032         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3033         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3034         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3035
3036
3037 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3038
3039         * wl-draft.el (wl-draft-parent-folder): Write description.
3040         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3041
3042 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3045         as "" (zero-length string) if no parent.
3046         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3047
3048 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-address.el (wl-address-make-completion-list): Skip duplication
3051         checking.
3052         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3053         `append'.
3054
3055 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3056
3057         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3058         instead of `beginning-of-buffer'.
3059
3060 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3063
3064 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3065
3066         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3067         Refer wl-message-buffer-name.
3068         (wl-message-wheel-down): Ditto.
3069
3070 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3071
3072         * wl-vars.el (wl-message-buffer-name): New user option.
3073
3074         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3075         directly instead of making alist dinamically.
3076
3077         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3078         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3079         wl-message-buffer-cache-name.
3080         (wl-message-buffer-cache-clean-up): Ditto.
3081
3082         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3083
3084         * Version number is increased to 2.9.15.
3085
3086 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-vars.el (wl-summary-default-view-alist): New user option.
3089
3090         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3091
3092         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3093         while deleting address.
3094         (wl-draft-delete-myself-from-cc): Ditto.
3095
3096         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3097         If optional argument is specified, reverse sort order.
3098
3099         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3100
3101 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3102
3103         * wl-thread.el (wl-thread-insert-message): Return parent number if
3104         exists.
3105         (wl-thread-update-indent-string-region): Use
3106         wl-thread-update-line-on-buffer-sub instead of
3107         wl-thread-update-line-on-buffer.
3108
3109 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3110
3111         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3112         (wl-folder-close-all): Ditto.
3113
3114 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3115
3116         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3117         and mailing-list:.
3118         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3119         value.
3120         (wl-summary-line-list-info): Print mailing-list name even when 
3121         list-number is empty.
3122
3123 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3124
3125         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3126
3127         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3128         (wl-draft-open-file): Ditto.
3129         (wl-draft-random-alphabet): Ditto.
3130
3131         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3132         bindings.
3133
3134 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3135
3136         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3137         * wl-vars.el (wl-draft-config-alist): Ditto.
3138
3139 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3140
3141         * Version number is increased to 2.9.14.
3142
3143         * wl.el (wl): Don't set wl-init as nil when error occured while
3144         auto-checking folders.
3145
3146         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3147         `elmo-expand-newtext'.
3148
3149 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3150
3151         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3152         `this-command' so that `wl-folder-goto-folder' contained in
3153         `wl-summary-keep-cursor-command' work.
3154
3155 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3156
3157         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3158         message buffer displaying state.
3159
3160 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3161
3162         * wl-vars.el (wl-summary-default-view): New variable to specify
3163         default value for `wl-summary-buffer-view' instead of using
3164         set-default.
3165         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3166
3167 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3168
3169         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3170
3171         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3172
3173 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3174
3175         * wl-vars.el (wl-forward-subject-prefix): New variable.
3176         * wl-draft.el (wl-draft-forward): Use it.
3177
3178 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3179
3180         * wl-message.el (wl-message-prev-page): When it is called without
3181         lines argument, scroll down by wl-message-scroll-amount lines.
3182         (wl-message-next-page): Ditto.
3183         * wl-vars.el (wl-message-scroll-amount): Change default value
3184         to preserve current behavior.
3185
3186 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-summary.el (wl-summary-prefetch-msg): Bind
3189         `wl-message-entity' to call `wl-summary-from-function'.
3190
3191 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3192
3193         * wl-message.el (wl-message-buffer-create): Run
3194         wl-message-buffer-created-hook.
3195
3196 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-summary.el (wl-summary-sort-specs): New variable.
3199         (wl-summary-default-sort-spec): Ditto.
3200         (wl-summary-sort): Rewrite.
3201         (wl-summary-sort-by-list-info): New function.
3202
3203 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3204
3205         * wl-summary.el (wl-summary-get-list-info): New function.
3206         (wl-summary-sort): Rewrite.
3207         (wl-summary-line-list-info): Ditto.
3208         (wl-summary-line-list-count): Ditto.
3209         (wl-summary-refile-region): Fixed docstring.
3210
3211 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3214         `wl-folder-entity-hashtb' as completion table.
3215
3216 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3219         only when this command is called interactively; silence the byte-
3220         compiler.
3221
3222 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3223
3224         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3225         active in XEmacs.
3226
3227 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3228
3229         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3230         plural lines.
3231
3232 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3233
3234         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3235         of current line when the cursor is on the header name.
3236         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3237
3238 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3239
3240         * wl-util.el (wl-read-directory-name): Return displayed directory
3241         as the default value also on XEmacs.
3242
3243 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3246         formatting.
3247
3248 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3251         argument and when it is non-nil, check face property before
3252         highlighting for each line.
3253         (wl-highlight-summary-window): Set it.
3254
3255 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3256
3257         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3258         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3259
3260         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3261         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3262         (wl-draft-get-fcc-list): Likewise.
3263
3264 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3267         (wl-thread-entity-cur): Ditto.
3268         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3269         wl-thread-indent-regexp setting.
3270         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3271
3272         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3273         wl-summary-lazy-highlight.
3274         (wl-summary-display-bottom): Ditto.
3275
3276         * wl-thread.el (wl-thread-open-close): Likewise.
3277
3278         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3279         from and subject;
3280         Bind wl-draft-use-frame;
3281         Enclose with save-window-excursion;
3282         Use wl-draft-create-buffer instead of with-temp-buffer;
3283         Use wl-draft-prepare-edit;
3284         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3285         Use wl-draft-send instead of wl-draft-raw-send.
3286
3287 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3288
3289         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3290         of using wl-from.
3291
3292 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3295         insert-buffer instead of clone-buffer.
3296         (wl-draft-doing-mime-bcc): New variable.
3297         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3298         infinite loop.
3299         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3300
3301         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3302         (wl-draft-mime-bcc-body): Ditto.
3303
3304         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3305         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3306         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3307         wl-draft-do-mime-bcc.
3308         (wl-draft-mime-bcc-field): New function.
3309         (wl-draft-do-mime-bcc): Ditto.
3310
3311         * wl-address.el (wl-address-complete-header-list): New variable.
3312         (wl-address-complete-header-regexp): Changed default value.
3313
3314         * Version number is increased to 2.9.13.
3315
3316 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3317
3318         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3319         it is differed.
3320
3321 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3322
3323         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3324         (wl-summary-line-list-count): Ditto.
3325
3326 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3327
3328         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3329         (wl-nntp-posting-function): New variable.
3330         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3331         `wl-nntp-posting-config-alist'.
3332
3333 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3334
3335         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3336         FLIM.
3337
3338 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3339
3340         * wl-summary.el (wl-summary-target-mark-refile-sub):
3341         Remove a nuisance funcall.
3342
3343 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3346         as t for `try-completion'.
3347
3348 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-summary.el (wl-summary-default-from): Use
3351         wl-address-header-extract-address instead of
3352         std11-extract-address-components.
3353         (wl-summary-simple-from): Ditto.
3354         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3355         (wl-summary-insert-headers): Show message.
3356         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3357         for whole line.
3358         (wl-summary-default-from): Revert last change.
3359         (wl-summary-simple-from): Ditto.
3360         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3361         (wl-summary-mark-as-read-region): Follow the change above.
3362         (wl-summary-sync-marks): Ditto.
3363         (wl-summary-target-mark-mark-as-read): Ditto.
3364         (wl-summary-redisplay-internal): Ditto.
3365         (wl-summary-redisplay-no-mime-internal): Ditto.
3366         (wl-summary-redisplay-all-header): Ditto.
3367         (wl-summary-mark-as-read): Removed argument `cached';
3368         Use current cache status to set cache mark.
3369         (wl-summary-redisplay-internal): Follow the change above.
3370         (wl-summary-redisplay-no-mime-internal): Ditto.
3371         (wl-summary-redisplay-all-header): Ditto.
3372
3373         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3374
3375         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3376         Don't call itself recursively (Adviced by Yamaoka-san).
3377
3378 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3379
3380         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3381         bind wl-summary-highlight as nil to avoid error caused by missing
3382         local variables.
3383
3384 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3385
3386         * wl-vars.el (wl-invalid-character-message): New user option.
3387
3388         * wl-util.el (wl-set-string-width): If truncated string-width is
3389         larger than specified width, use `wl-invalid-character-message'.
3390
3391 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3392
3393         * wl-summary.el (wl-summary-prefetch-msg): 
3394         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3395
3396 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-vars.el (wl-summary-check-line-format): New user option.
3399         (wl-summary-line-format-file): Ditto.
3400
3401         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3402         variable.
3403         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3404         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3405         and `wl-summary-view-old-p' to check whether do a rescan or not.
3406         (wl-summary-view-old-p): New function.
3407         (wl-summary-line-format-changed-p): Ditto.
3408         (wl-summary-line-format-save): Ditto.
3409         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3410
3411         * wl-util.el (wl-set-string-width): Avoid using negative number
3412         for make-string.
3413
3414 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3417         return value.
3418
3419         * wl-util.el (wl-set-string-width): Added optional argument
3420         `padding' (All other related portions are changed).
3421         (wl-line-parse-format): If the first letter of column number is
3422         `0', zero-padding the result (ex: "%05l").
3423
3424         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3425
3426 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3429         sequential summary view.
3430
3431 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3434         if it doesn't have a -unix version.
3435
3436 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3437
3438         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3439
3440 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3443         content.
3444         (wl-draft): Follow the change above.
3445
3446         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3447
3448         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3449         and wl-folder-summary-line-format-alist contain %T and %P.
3450
3451         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3452         (wl-summary-mode-line-format): New user option.
3453         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3454         (wl-summary-line-format): Changed default value.
3455         (wl-summary-lazy-highlight): Changed default value.
3456
3457         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3458         change in wl-summary-create-line.
3459         (wl-thread-insert-entity-sub): Ditto.
3460
3461         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3462         (wl-summary-buffer-unread-status): Ditto.
3463         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3464         (wl-summary-buffer-persistent-mark-column): Ditto.
3465         (wl-summary-buffer-mode-line-formatter): Ditto.
3466         (wl-summary-buffer-mode-line): Ditto.
3467         (wl-summary-message-regexp): Abolished.
3468         (All other related portions are changed.)
3469         (wl-summary-detect-mark-position): New function.
3470         (wl-summary-buffer-set-folder): Setup
3471         wl-summary-buffer-mode-line-formatter.
3472         (wl-summary-mode): Setup selective-display;
3473         Setup pre-idle-hook when xemacs.
3474         (wl-summary-update-modeline): Rewrite.
3475         (wl-summary-jump-to-msg): Define as function;
3476         Changed regexp for searching messages.
3477         (wl-summary-message-number): Rewrite.
3478         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3479         Do rescan when old type summary cache.
3480         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3481         (wl-summary-remove-destination): Use '\r' to detect EOL.
3482         (wl-summary-print-destination): Ditto.
3483         (wl-summary-temp-mark): New inline function.
3484         (wl-summary-persistent-mark): Ditto.
3485         (wl-summary-line-number): New function.
3486         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3487         (wl-summary-line-list-count): New function.
3488         (wl-summary-create-line): Added argument persistent-mark.
3489         (All other related portions are changed)
3490         (wl-summary-create-line): Insert '\r'.
3491         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3492         (wl-summary-cursor-move-surface): New inline function.
3493         (wl-summary-prev): Use it.
3494         (wl-summary-next): Ditto.
3495
3496         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3497         wl-summary-message-regexp.
3498         (wl-highlight-summary): Delete progress message.
3499         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3500
3501         * Version number is increased to 2.9.12.
3502
3503 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3504
3505         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3506         variable (nil: no minimum).
3507         (wl-summary-line-subject): Add some spaces after subject by
3508         wl-summary-line-subject-minimum-length.
3509
3510 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3511
3512         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3513         and removed `F'.
3514         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3515         change above).
3516
3517 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3518
3519         * wl-summary.el (wl-summary-line-list-count): Reverted.
3520         (example setting in samples/*/dot.wl is also updated)
3521
3522 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3523
3524         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3525
3526         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3527
3528         * wl-vars.el (wl-summary-line-format): Addes some description to the
3529         docstring.
3530
3531         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3532         (wl-summary-line-close-bracket): Ditto.
3533         (wl-summary-line-children-number): Ditto.
3534         (wl-summary-line-thread-indent): Ditto.
3535         (wl-summary-line-children-and-from): Ditto.
3536
3537         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3538         't', 'c', 'F' and added 'C'.
3539
3540         * wl-util.el (wl-set-string-width): Accept negative value.
3541         (wl-line-parse-format): Added "%number(" and "%)".
3542
3543 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3544
3545         * wl-summary.el (wl-summary-line-list-count): Change format of the
3546         return value.
3547
3548 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3549
3550         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3551         from the recent message.el.
3552         (wl-draft-point-in-header-p): Ditto.
3553         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3554         wl-draft-beginning-of-line.
3555         * wl-e21.el (wl-draft-mode-map): Ditto.
3556         * wl-xmas.el (wl-draft-mode-map): Ditto.
3557
3558         * wl-folder.el: Sort macrodefs by dependencies.
3559
3560 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3561
3562         * wl-summary.el (wl-summary-prev): Fixed regexp.
3563         (wl-summary-next): Ditto.
3564
3565 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3566
3567         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3568
3569 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3570
3571         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3572         for backward compatibility.
3573
3574 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3575
3576         * wl-summary.el (wl-summary-line-list-count): New function, merged
3577         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3578         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3579         list counts.
3580
3581 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3582
3583         * wl-summary.el (wl-summary-create-line): Ignore errors while
3584         timezone-fix-time.
3585
3586         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3587
3588         * wl-summary.el (wl-summary-sync-update): Ditto.
3589         (wl-summary-default-from): Use wl-message-entity
3590         instead of entity.
3591
3592         * wl-summary.el (wl-summary-create-line): Fix.
3593
3594         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3595         (wl-summary-line-format): New user option.
3596         (wl-folder-summary-line-format-alist): Ditto.
3597         (wl-summary-from-width): Abolished.
3598
3599         * wl-util.el (toplevel): Require 'bytecomp.
3600         (wl-line-parse-format): New function.
3601         (wl-line-formatter-setup): New macro.
3602
3603         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3604         (wl-summary-buffer-line-formatter): New buffer local variable.
3605         (wl-summary-switch-to-clone-buffer): Follow the change above.
3606         (wl-summary-message-regexp): Fix.
3607         (wl-summary-from-func-internal): Abolished.
3608         (wl-summary-subject-func-internal): Ditto.
3609         (wl-summary-subject-filter-func-internal): Ditto.
3610         (All other related portions are changed.)
3611         (wl-summary-buffer-set-folder):
3612         Set up wl-summary-buffer-number-column and 
3613         wl-summary-buffer-line-formatter
3614         (All other related portions are changed.)
3615         (wl-summary-buffer-number-column-detect): Abolished.
3616         (All other related portions are changed.)
3617         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3618         (wl-summary-delete-all-temp-marks-on-buffer): Use
3619         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3620         (wl-summary-target-mark-delete): Ditto.
3621         (wl-summary-target-mark-refile-subr): Ditto.
3622         (wl-summary-target-mark-mark-as-read): Ditto.
3623         (wl-summary-target-mark-mark-as-unread): Ditto.
3624         (wl-summary-target-mark-mark-as-important): Ditto.
3625         (wl-summary-target-mark-save): Ditto.
3626         (wl-summary-replace-status-marks): Renamed from
3627         wl-summary-set-status-marks-on-buffer;
3628         Use wl-summary-message-regexp instead of
3629         wl-summary-buffer-number-regexp.
3630         (wl-summary-sync-update): Follow the change above.
3631         (wl-summary-goto-previous-message-beginning): New function.
3632         (wl-summary-mark-as-unread): Use it.
3633         (wl-summary-mark-as-important): Ditto.
3634         (wl-summary-line-formatter): New variable.
3635         (wl-summary-line-year): New function.
3636         (wl-summary-line-day): Ditto.
3637         (wl-summary-line-day-of-week): Ditto.
3638         (wl-summary-line-hour): Ditto.
3639         (wl-summary-line-minute): Ditto.
3640         (wl-summary-line-open-bracket): Ditto.
3641         (wl-summary-line-close-bracket): Ditto.
3642         (wl-summary-line-children-number): Ditto.
3643         (wl-summary-line-thread-indent): Ditto.
3644         (wl-summary-line-size): Ditto.
3645         (wl-summary-line-subject): Ditto.
3646         (wl-summary-line-from): Ditto.
3647         (wl-summary-line-children-and-from): Ditto.
3648         (wl-summary-create-line): Rewritten.
3649         (wl-summary-format-date): Abolished.
3650
3651         * wl-highlight.el (wl-highlight-summary-current-line): Use
3652         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3653         Use thread structure to detect thread top message.
3654
3655         * wl-draft.el (wl-default-draft-cite): Don't use
3656         wl-summary-from-func-internal.
3657
3658         * wl-refile.el (wl-refile-subject-learn): Don't use
3659         wl-summary-subject-filter-func-internal.
3660         (wl-refile-guess-by-subject): Ditto.
3661
3662         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3663         parameters.
3664
3665         * wl-thread.el (wl-thread-update-indent-string-region):
3666         Use wl-thread-update-line-on-buffer instead of
3667         wl-thread-update-indent-string.
3668         (wl-thread-update-children-number): Redefine using
3669         wl-thread-update-line-on-buffer.
3670         (wl-thread-update-indent-string): Abolished.
3671
3672         * Version number is increased to 2.9.11.
3673
3674 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3677         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3678         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3679
3680         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3681         as nil.
3682
3683         * wl-thread.el (wl-thread-open-all-unread): Use 
3684         elmo-folder-list-messages-mark-match.
3685         (wl-thread-insert-message): Removed argument `mark-alist'.
3686         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3687         elmo-msgdb-set-mark.
3688         (wl-thread-get-children-msgs-uncached): Likewise.
3689         (wl-thread-get-exist-children): Added argument include-self.
3690         (wl-thread-delete-message): Follow the change above.
3691
3692         * wl-summary.el (wl-summary-count-unread): Removed argument.
3693         (wl-summary-rescan): Follow the change above.
3694         (wl-summary-mark-as-read-region): Ditto
3695         (wl-summary-mark-as-unread-region): Ditto.
3696         (wl-summary-delete-messages-on-buffer): Ditto.
3697         (wl-summary-sync-update): Ditto.
3698         (wl-summary-switch-to-clone-buffer): Ditto.
3699         (wl-summary-goto-folder-subr): Ditto.
3700         (wl-summary-target-mark-mark-as-read): Ditto.
3701         (wl-summary-target-mark-mark-as-unread): Ditto.
3702         (wl-summary-target-mark-mark-as-important): Ditto.
3703         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3704         (wl-summary-update-thread): Removed argument `mark-alist'.
3705         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3706         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3707         (wl-summary-resume-cache-status): Likewise.
3708         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3709         elmo-msgdb-set-mark.
3710         (wl-summary-mark-as-read-all): Likewise.
3711         (wl-summary-delete-cache): Ditto.
3712         (wl-summary-auto-select-msg-p): Ditto.
3713         (wl-summary-mark-as-unread): Ditto.
3714         (wl-summary-no-auto-refile-message-p): Ditto.
3715         (wl-summary-mark-as-read): Ditto.
3716         (wl-summary-mark-as-important): Ditto.
3717         (wl-summary-auto-refile): Follow the change above.
3718         (wl-summary-delete-all-marks): Removed.
3719         (wl-summary-resume-marks-and-highlight): Ditto.
3720         (wl-summary-resume-marks): Ditto.
3721         (wl-summary-delete-important-msgs-from-list): Ditto.
3722         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3723
3724         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3725         wl-summary-count-unread.
3726
3727         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3728         (wl-summary-score-update-all-lines): Use
3729         elmo-msgdb-set-mark.
3730
3731 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3732
3733         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3734         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3735         (wl-summary-create-line): Renamed from
3736         wl-summary-overview-create-summary-line;
3737         Argument rearrangement.
3738         (wl-summary-update-thread): Follow the change above.
3739
3740         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3741         (wl-thread-insert-entity-sub): Likewise.
3742
3743         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3744         argument `overview', `mark-alist' and added `msgdb'.
3745
3746         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3747
3748         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3749         (wl-summary-rescan): Follow the change above.
3750         (wl-summary-sync-update): Ditto.
3751         (wl-summary-insert-thread-entity): Ditto;
3752         Don't use `let*' in every while loop;
3753         Detect infinite loop of threads.
3754         (wl-summary-update-thread): Removed argument `overview'.
3755
3756         * wl-thread.el (wl-thread-insert-message): Ditto.
3757
3758         * Version number is increased to 2.9.10.
3759
3760         * wl-message.el (wl-message-redisplay): Ignore errors while
3761         wl-message-redisplay-hook.
3762
3763 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3766
3767 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl.el (wl): inhibit-quit while wl-folder.
3770
3771 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3772
3773         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3774         while msgdb access.
3775
3776 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3777
3778         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3779         even if no folder is not created.
3780
3781 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3784
3785         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3786         implementation.
3787         (wl-summary-target-mark-thread): Ditto.
3788
3789         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3790
3791 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3792
3793         * wl-util.el (wl-display-bytes): Remove unused function.
3794
3795 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3796
3797         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3798         seems critical one (partially reverse the change in 2002/03/17).
3799
3800 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3801
3802         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3803         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3804
3805 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3806
3807         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3808         is not writable.
3809         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3810         plugged status instead of `'force' as 2nd argument.
3811
3812         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3813         is not creatable.
3814
3815         * Version number is increased to 2.9.9.
3816
3817 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3818
3819         * wl-summary.el (wl-summary-suspend): New function.
3820
3821 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3822
3823         * wl.el (wl): Do not check variables if check is nil.
3824         * wl-utils.el (wl-collect-draft): New function.
3825         * wl-folder.el (wl-folder-suspend): Put summary buffers
3826         and draft buffers at the end of buffer list.
3827         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3828
3829 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3830
3831         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3832         loop instead of recursive call.
3833
3834         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3835         2nd argument.
3836
3837 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3838
3839         * wl-draft.el (wl-draft-create-contents): Don't take neither
3840         (function . args) nor (string . something) any more.
3841
3842         * wl-version.el (wl-generate-user-agent-string): Return string
3843         without header symbol.
3844         * wl-draft.el (wl-draft-default-headers): Use it.
3845
3846         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3847         `wl-draft-insert-ccs' and return field value instead of inserting
3848         the header. Abolish cc argument.
3849         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3850
3851         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3852         rather than one with string car.
3853
3854         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3855         * wl-draft.el (wl-draft-create-contents): Add it after the default
3856         headers.
3857
3858         * wl-draft.el (wl-draft-create-contents): For the case of
3859         (symbol-or-string . function) insert header only when the function
3860         returns string value.
3861
3862 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3863
3864         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3865         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3866
3867 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3868
3869         * wl.el (wl-check-environment): Don't check Message-ID when
3870         `wl-insert-message-id' is nil.
3871         Revive checking if `wl-message-id-domain' contains "@".
3872
3873 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl.el (wl-check-environment): Merge examination for "@" at
3876         inappropriate position into the first string-match.
3877
3878         * wl-summary.el (wl-summary-target-mark-print): New function.
3879         (wl-summary-pipe-message-subr): Extracted from
3880         `wl-summary-pipe-message'.
3881         (wl-summary-target-mark-pipe): New function.
3882         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3883         `wl-summary-target-mark-pipe'.
3884
3885 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3888
3889 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl.el (wl-check-environment): Use elmo-warning instead of
3892         error for non-critical ones.
3893         Remove trash folder check.
3894         (wl): Don't ignore error in wl-check-environment.
3895
3896         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3897         check, which is moved from `wl-check-environment'.
3898         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3899
3900 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3903         guess anything, call wl-summary-write.
3904         (wl-summary-write): Create draft with blank To field.
3905         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3906
3907 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3908
3909         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3910         argument full as well for wl-folder-write-current-folder.
3911         If wl-*-write-current-folder cannot guess addressee, add blank
3912         To header.
3913         Rewrite condition for positioning cursor.
3914
3915 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3918         summary buffer is present, use it.
3919         (wl-folder-jump-to-previous-summary): Ditto.
3920
3921 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3924
3925         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3926         wl-summary-previous-buffer and wl-summary-next-buffer.
3927
3928         * wl-folder.el (wl-folder-mode-map): Bind
3929         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3930         (wl-folder-jump-to-next-summary): New function.
3931         (wl-folder-jump-to-previous-summary): Ditto.
3932
3933         * wl-draft.el (wl-draft): Rearranged.
3934
3935 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3936
3937         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3938         of header.
3939         (wl-draft): Collect arguments for the header as header-alist.
3940         (wl-draft-forward): Arrange arguments for wl-draft.
3941         (wl-draft-reply): Ditto.
3942         (wl-draft-edit-string): Ditto.
3943         * wl-summary.el (wl-summary-write): Ditto.
3944         (wl-summary-write-current-folder): Ditto.
3945
3946         * Version number is increased to 2.9.8.
3947
3948 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3951
3952         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3953
3954         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3955         even if the guess failed.
3956
3957         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3958         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3959         wl-summary-write-current-folder.
3960         * wl-xmas.el: Ditto.
3961
3962 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-summary.el (wl-summary-next-page): Force display message if
3965         message is not displayed yet.
3966         (wl-summary-prev-page): Ditto.
3967
3968 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3969
3970         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3971
3972 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3975         add "Preview Message" and "Save Draft and Exit".
3976
3977 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3978
3979         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3980         if addrmgr is called from draft in splitted window.
3981
3982         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3983         * wl-mule.el: Ditto.
3984         * wl-xmas.el: Ditto.
3985
3986 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3987
3988         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3989
3990         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3991         * wl-xmas.el (wl-folder-toolbar): Ditto.
3992
3993 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3994
3995         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3996         and wl-draft-save-and-exit.
3997         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3998         * wl-xmas.el: Ditto.
3999         * wl-mule.el: Ditto.
4000
4001         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4002         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4003
4004 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4007         lists for saving buffer.
4008
4009 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4012         parent-folder argument instead of it.
4013         (wl-draft-create-buffer): Ditto.
4014         (wl-draft-forward): Ditto.
4015         (wl-draft-reply): Ditto.
4016         * wl-summary.el (wl-summary-write): Ditto.
4017         (wl-summary-write-current-folder): Ditto.
4018
4019         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4020         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4021         Folder buffer after composing.
4022
4023 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4026         header if the file `wl-x-face-file' already contains it.
4027
4028 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4031         folder" entry.
4032         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4033         * wl-e21.el (wl-folder-toolbar): Ditto.
4034         * wl-xmas.el (wl-folder-toolbar): Ditto.
4035
4036 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4037
4038         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4039         wl-folder-goto-folder with sticky argument.
4040         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4041
4042 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4045         and wl-summary-previous-buffer.
4046         (wl-summary-next-buffer): New function.
4047         (wl-summary-previous-buffer): Ditto.
4048
4049 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4052         wl-folder-jump-to-current-entity-with-arg.
4053         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4054         `wl-folder-jump-to-current-entity'.
4055         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4056         `wl-summary-goto-folder-sticky'.
4057         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4058         `wl-summary-goto-folder'.
4059         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4060         Unless force-exit, do not clean temp. marks for sticky summary.
4061         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4062
4063 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4066         not entire.
4067
4068 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4071         to `C-x C-s'.
4072         (wl-summary-save-status): New command.
4073         (wl-summary-exit): Don't clean-up temp marks when sticky.
4074         (Applied patch from Nakayama-san [wl: 09548])
4075         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4076         Do nothing when no mark data.
4077         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4078         Call `wl-summary-delete-all-temp-marks' before saving.
4079
4080 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4081
4082         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4083
4084 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl.el (wl-check-environment): Also cause error when (system-name)
4087         returns "localhost.localdomain". (Although it doesn't affect because
4088         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4089
4090 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4093         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4094
4095         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4096         value.
4097
4098 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4099
4100         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4101         Likewise r-cc-list and r-ng-list.
4102
4103 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4106         only if it is bound as variable.
4107
4108         * wl-mime.el (wl-draft-preview-message): Ditto.
4109
4110 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4111
4112         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4113         needless `goto-char'.
4114
4115         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4116         `wl-summary-redisplay-no-mime-internal' instead of
4117         `wl-summary-redisplay-no-mime'.
4118         (wl-summary-redisplay-no-mime): Changed argument;
4119         Call `wl-summary-redisplay-no-mime-internal'.
4120
4121         * wl-mime.el (wl-draft-preview-message): Bind
4122         `mime-header-encode-method-alist' locally.
4123
4124         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4125         (wl-draft-std11-parse-addresses): Added the first address check.
4126         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4127
4128         * Version number is increased to 2.9.7.
4129
4130 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4131
4132         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4133
4134 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4135
4136         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4137         related to scrollbar support, if there is no such a feature
4138         compiled in.
4139
4140 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4141
4142         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4143         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4144         for prefetch.
4145
4146 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4147
4148         * wl-summary.el (wl-summary-pick): Fix for no match.
4149
4150 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4151
4152         * wl-draft.el (wl-draft-save):
4153         Override `mime-header-encode-method-alist'.
4154
4155 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-folder.el (wl-folder-pick): New function.
4158         Define key as "?".
4159
4160 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4161
4162         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4163         Fix for unplugged.
4164
4165 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4166
4167         * wl-folder.el (wl-folder-virtual): New function.
4168         Define key as "V".
4169
4170 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4171
4172         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4173         multi folder if entity is group.
4174
4175 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4176
4177         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4178         is nil.
4179
4180 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4181
4182         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4183         (wl-summary-target-mark-msgs): Return the number of marked messages.
4184
4185 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4186
4187         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4188         "first:" is specified.
4189
4190 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl-vars.el (wl-from): Use return value of function
4193         user-full-name instead of the variable user-full-name since
4194         XEmacs-20.4 doesn't set this variable.
4195
4196 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4199         call `wl' directly.
4200
4201 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4202
4203         * wl-draft.el (wl-draft-reedit): Removed duplicated
4204         switch-to-buffers.
4205
4206 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * wl.el (wl-other-frame): Removed garbages.
4209
4210 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4213
4214         * wl-xmas.el (wl-draft-key-setup): Ditto.
4215
4216         * wl-mule.el (wl-draft-key-setup): Ditto.
4217
4218         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4219         (wl-draft-reedit): Ditto.
4220         (wl-draft-prepare-edit): Add `wl-draft-save' to
4221         `local-write-file-hooks'.
4222         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4223         (wl-draft-reedit): Set buffer-file-name.
4224         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4225
4226
4227         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4228         call it.
4229         (wl-delete-startup-frame-function): New variable.
4230         (wl-other-frame): New function
4231         (Original was written by Yamaoka san [wl: 09239]).
4232
4233         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4234         if `wl-folder-use-frame'.
4235
4236 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4237
4238         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4239
4240 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4241
4242         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4243         New variable.
4244         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4245         (wl-message-buffer-prefetch-get-next): Use them.
4246         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4247
4248 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4251         with unwind-protect.
4252
4253         * wl-draft.el (wl-draft-reedit): Rewrite.
4254         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4255         (wl-draft-save): Insert header separator if it does not exist;
4256         Removed condition-case.
4257
4258         * wl-summary.el (wl-summary-reedit): Revert last change.
4259
4260         * wl-draft.el (wl-draft-save): Rewrite.
4261         (wl-draft-create-buffer): Set buffer-file-name as nil.
4262
4263         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4264
4265         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4266
4267         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4268         nil.
4269
4270 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4271
4272         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4273         If count is nil, do not prefetch.
4274         (wl-message-buffer-prefetch-next): Next.
4275
4276 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4279
4280 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4281
4282         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4283         `delete-backward-char'
4284         (wl-draft-prepare-edit): Check major-mode.
4285         (wl-draft-decode-header): Rewrite.
4286         (wl-draft): Fix.
4287
4288 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4289
4290         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4291
4292 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4295         (wl-message-buffer-prefetch-get-next): Remove size checking.
4296         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4297
4298 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4301         (wl-draft-default-headers): Fix.
4302
4303 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-draft.el (wl-draft-default-headers): Insert return value of
4306         `wl-generate-mailer-string-function'.
4307
4308 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4309
4310         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4311         (wl-draft-insert-mail-header-separator): Ditto.
4312
4313         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4314         again (Reverted the change on 2002-01-17 by OKADA san).
4315
4316 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4317
4318         * wl-draft.el (wl-draft): Rewrite.
4319         (wl-draft-create-buffer): New function.
4320         (wl-draft-create-contents): Ditto.
4321         (wl-draft-prepare-edit): Ditto.
4322         (wl-draft-decode-header): Ditto.
4323         (wl-draft-decode-body): Ditto.
4324         (wl-draft-check-new-line): Ditto.
4325         (wl-draft-default-headers): Ditto.
4326         (wl-draft-insert-mail-header-separator): Ditto.
4327
4328 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4329
4330         * Version number is increased to 2.9.6.
4331
4332 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-draft.el (wl-draft-delete-field): Optional argument.
4335         (wl-draft-delete-fields): Ditto.
4336
4337 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4338
4339         * wl-message.el (toplevel): Eliminated byte-compile warning.
4340         for `itimer-function', `delete-timer' and `itimer-list'.
4341
4342 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4345         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4346         `wl-message-buffer-prefetch-threshold'.
4347         * wl-summary.el (wl-summary-redisplay-internal): Remove
4348         the check of `wl-message-buffer-prefetch-depth'.
4349
4350 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4351
4352         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4353         size of article.
4354         (wl-message-buffer-prefetch-subr): Remove size check.
4355
4356 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-vars.el (wl-plugged): Make customizable.
4359
4360 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4361
4362         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4363         (wl-message-buffer-prefetch-set-timer): New function.
4364         (wl-message-buffer-prefetch-get-next): New function.
4365         (wl-message-buffer-prefetch): New function.
4366         (wl-message-buffer-prefetch-next): Rewrite.
4367         (wl-message-buffer-prefetch-subr): Rewrite.
4368         * wl-vars.el (wl-auto-prefetch-first): New variable.
4369         * wl-summary.el (wl-summary-goto-folder-subr): Call
4370         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4371
4372 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4373
4374         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4375         `wl-summary-unread-message-hook'.
4376
4377 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4378
4379         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4380         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4381         if range is `cache-status'.
4382
4383 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4384
4385         * wl-message.el (wl-message-buffer-prefetch-subr):
4386         Improve debug message.
4387
4388 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4389
4390         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4391         `wl-mail-send-pre-hook'.
4392         (wl-draft-send-mail-with-qmail): Ditto.
4393         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4394
4395 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4396
4397         * wl-message.el (wl-message-buffer-prefetch-subr):
4398         Fix for cancel-function-timers bug.
4399         (wl-message-buffer-prefetch-debug): Default value is t.
4400
4401 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4402
4403         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4404         (wl-message-buffer-prefetch-subr): Rewrite.
4405         Rename from `wl-message-buffer-prefetch'.
4406
4407 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408
4409         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4410         (wl-default-draft-cite-decorate-author): Ditto.
4411
4412         * wl-draft.el (wl-draft-cite-function): Removed.
4413         (wl-default-draft-cite-decorate-author): Ditto.
4414
4415 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4418         (wl-default-draft-cite): Do not arrange author name if the value of
4419         `wl-default-draft-cite-decorate-author' is nil.
4420
4421 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4422
4423         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4424
4425         * wl-folder.el (wl-folder-check-one-entity): Don't care
4426         `elmo-folder-use-flag-p'.
4427
4428 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4429
4430         * wl-folder (wl-folder-check-one-entity): Fix
4431         problem if unread is nil.
4432
4433 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-address.el (wl-address-make-completion-list): Check whether
4436         the address is a group list.
4437         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4438
4439 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4440
4441         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4442         The number of the messages of new and unread does not count
4443         correctly.
4444
4445         * wl-summary.el (wl-summary-count-unread): Changed to return
4446         `(new . unread)' instead of total.
4447         (wl-summary-sync-update): Follow the change above.
4448
4449         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4450
4451 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452
4453         * wl-address.el (wl-address-make-completion-list): Do not enclose
4454         address by " <" and ">" if associated realname is "".
4455         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4456         This is against the promblem with group list in .addresses pointed
4457         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4458
4459 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4462         message is a format control string.
4463         * wl-expire.el (wl-expire-append-log): Ditto.
4464         * wl-mime.el (wl-summary-burst-subr): Ditto.
4465         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4466         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4467
4468 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4469
4470         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4471         wl.el (wl-check-variables): Rename from `wl-check-type'.
4472         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4473         (wl-check-variables-2): New function.
4474         (wl): Call `wl-check-variables-2'.
4475
4476 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4479         after renaming folder in access group.
4480
4481 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4482
4483         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4484         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4485         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4486         (wl-message-buffer-prefetch): Rewrite.
4487         (wl-message-buffer-prefetch-idle-time): Removed.
4488         * wl-summary.el (wl-summary-redisplay-internal):
4489         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4490         Error check for `wl-message-buffer-prefetch-depht'.
4491
4492 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * Version number is increased to 2.9.5.
4495         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4496
4497 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4500         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4501         Based on the patch written by
4502         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4505
4506         * wl-draft.el (wl-draft-raw-send): Fix for
4507         `wl-news-send-pre-hook'
4508
4509 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-utils.el (wl-message-id-function): New variable.
4512         * wl-draft.el (wl-draft-insert-required-fields):
4513         Use `wl-message-id-function'.
4514
4515 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4516
4517         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4518         * wl-utils.el (wl-draft-make-message-id-string):
4519         Use `wl-from' for domain part of Message-ID
4520         if `wl-message-id-use-wl-from' if non-nil.
4521         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4522
4523 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4524
4525         * wl.el (wl): Call `wl-check-type'
4526         Do not 'condition-case'.
4527
4528 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4529
4530         * wl.el (wl-check-type): New function.
4531         (wl-check-type-variables): New variable.
4532
4533 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4534
4535         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4536
4537 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4538
4539         * wl-draft.el (wl-smtp-password-key): New function.
4540         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4541         (wl-draft-send-mail-with-smtp): Ditto.
4542         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4543
4544 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4545
4546         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4547         * wl-utils.el (wl-unique-id-suffix): Remove.
4548
4549 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4550
4551         * Version number is increased to 2.9.4.
4552
4553 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4554
4555         * wl-utils.el (wl-unique-id-suffix): New variable.
4556         (wl-unique-id): Use `wl-unique-id-suffix'
4557
4558 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4559
4560         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4561         instead of `elmo-msgdb-search'.
4562
4563         * Version number is increased to 2.9.3.
4564
4565 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4566
4567         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4568
4569 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4570
4571         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4572         (wl-draft-dispatch-message): Changed for send-later.
4573         (wl-draft-queue-flush): Ditto.
4574         (wl-draft): Clear `wl-sent-message-queued'.
4575         (wl-draft-reedit): Ditto.
4576         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4577         * wl-vars.el (wl-draft-force-queuing): New variable.
4578         (wl-draft-force-queuing-mail): New variable.
4579         (wl-draft-force-queuing-news): New variable.
4580
4581 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4584         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4585
4586 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4587
4588         * Version number is increased to 2.9.2.
4589
4590 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * wl-draft.el (wl-draft-elide-region): New user command.
4593         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4594
4595         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4596         command `wl-draft-elide-region'.
4597         * wl-mule.el: Ditto.
4598         * wl-xmas.el: Ditto.
4599
4600 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4601
4602         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4603         (wl-biff-check-folder-async): Removed needless let.
4604
4605 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4606
4607         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4608         wl-folder-get-elmo-folder.
4609         (wl-biff-check-folder): Set `biff' argument of
4610         `wl-folder-check-one-entity'.
4611         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4612
4613         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4614         (wl-folder-check-one-entity): Added `biff' argument;
4615         Setup `biff' slot of folder.
4616
4617         * Version number is increased to 2.9.1.
4618
4619 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4622         comment out and fixed.
4623         (wl-fldmgr-add-completion-subr): Ditto.
4624
4625         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4626         and msgdb.
4627
4628         * wl.el (wl-toggle-plugged): Save summary view.
4629
4630 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4633
4634 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4635
4636         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4637
4638 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4641         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4642         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4643
4644         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4645         if it was failed.
4646         (wl-demo): Disable undo in the demo buffer.
4647
4648 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-version.el (wl-version): Changed codename.
4651
4652         * Version number is increased to 2.9.0.
4653
4654 2001-12-14  Takuo KITAME <kitame@northeye.org>
4655
4656         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4657         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4658         (wl-folder-mark-as-read-all-current-entity): Ditto.
4659
4660 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4661
4662         * wl-vars.el (wl-from-width): Define as obsolete variable.
4663         (wl-subject-length-limit): Ditto.
4664
4665         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4666
4667         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4668         wl-summary-save-view.
4669
4670         * wl.el (wl-save-status): Ditto.
4671         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4672
4673         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4674         (wl-summary-exit): Follow the change above.
4675         (wl-summary-goto-folder-subr): Ditto.
4676
4677         * wl-folder.el (wl-folder-create-subr): Don't use
4678         `elmo-folder-creatable-p'.
4679
4680 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4681
4682         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4683
4684 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4687         rather than bitmap on Emacs 21.
4688         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4689         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4690         for xbm if the new redisplay engine is not available.
4691
4692 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4693
4694         * wl-folder.el (wl-folder-init-hook): New hook.
4695         (wl-folder-init): Run `wl-folder-init-hook'.
4696
4697 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4700
4701 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4702
4703         * wl-acap.el (wl-acap-cache-filename): New variable.
4704         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4705         (wl-acap-init): Use cache if no ACAP server found.
4706
4707 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4708
4709         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4710         `wl-acap-original-msgdb-dir'.
4711
4712         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4713         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4714
4715         * wl-mime.el (wl-mime-save-directory): Renamed from
4716         `wl-mime-save-dir'.
4717
4718 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4721
4722         * wl-demo.el: Require `path-util'.
4723         (wl-demo-bitmap-mule-available-p): New internal variable.
4724         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4725         `module-installed-p' instead.
4726         (wl-demo-insert-image): Use *.img file for a bitmap image.
4727         (wl-demo): Don't call the ascii demo recursively.
4728
4729 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4730
4731         * Version number is increased to 2.7.7.
4732
4733 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4734
4735         * wl.el (wl-exit): Eliminated byte-compile warning.
4736
4737 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4738
4739         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4740         obsolete variable using `elmo-define-obsolete-variable'.
4741         (wl-fetch-confirm-threshold): Ditto.
4742         (wl-cache-prefetch-folder-type-list): Ditto.
4743         (wl-cache-prefetch-folder-list): Ditto.
4744
4745 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4748         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4749         (wl-demo-insert-image): New function.
4750         (wl-demo-insert-text): New function.
4751         (wl-demo-image-type-alist): Redefine as a function.
4752         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4753         (wl-demo-with-temp-file-buffer): Removed.
4754         (wl-logo-xpm): Removed.
4755         (wl-logo-xbm): Removed.
4756         (wl-logo-bitmap): Removed.
4757
4758 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4759
4760         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4761         (wl-expire-localdir-get-folder-function): New user option.
4762         (wl-expire-localdir-get-folder): New function.
4763         (wl-expire-localdir-date): Ditto.
4764
4765 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4766
4767         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4768         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4769         Fixed unread number mismatch when all-unread < unread.
4770
4771 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4772
4773         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4774         (wl-fetch-confirm-threshold): Ditto.
4775
4776         * wl-summary.el (wl-summary-confirm-appends): Removed.
4777         (wl-summary-sync-update): Don't refer
4778         `wl-summary-update-confirm-threshold' (It is now abolished).
4779
4780         * wl-message.el (wl-message-display-internal): Don't refer
4781         `wl-fetch-confirm-threshold' (It is now abolished).
4782
4783 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4786
4787 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4790         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4791         Change default value to nil.
4792         (wl-summary-indent-length-limit): The value can be nil, nil means
4793         unlimited.
4794
4795         * wl-summary.el: Don't set limit for indent length if the value of
4796         wl-summary-indent-length-limit is nil.
4797         If the value of wl-summary-width is nil, it means only that the width
4798         of summary is unlimited (nil doesn't mean that the indent length is
4799         unlimited).
4800
4801         * wl-thread.el: Ditto.
4802
4803 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4804
4805         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4806         be nil, nil means never confirm.
4807         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4808
4809 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4812         means unlimited).
4813
4814 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4817         Use `with-temp-buffer'.
4818
4819 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4822         with new backquote style).
4823         (wl-folder-get-entity-from-buffer): Ditto.
4824
4825 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4826
4827         * wl-version.el (nemacs-version): Eliminated.
4828         (wl-extended-emacs-version2): Ignore nemacs.
4829         (wl-extended-emacs-version3): Ditto.
4830
4831 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4832
4833         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4834         (wl-draft-add-in-reply-to): New variable.
4835         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4836         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4837         (wl-draft-yank-from-mail-reply-buffer): Use
4838         `wl-draft-add-in-reply-to'.
4839         (wl-draft-insert-current-message): Ditto.
4840
4841 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4842
4843         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4844         typo (kill->hide).
4845         (wl-message-buffer-prefetch-folder-type-list): Added elements
4846         `mark' and `cache' instead of `internal'.
4847
4848 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4849
4850         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4851         resume msgdb directory.
4852
4853 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4854
4855         * wl.el (wl-exit): Call `wl-acap-exit'.
4856
4857         * wl-summary.el (wl-summary-message-string): New function.
4858         (wl-summary-reedit): Use it.
4859         (wl-summary-resend-bounced-mail): Remove needless let.
4860         (wl-summary-supersedes-message): Ditto.
4861         (wl-summary-save): Ditto.
4862
4863         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4864         (wl-acap-init): Set it.
4865         (wl-acap-exit): New function.
4866
4867 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4868
4869         * wl.el (wl-init): Revert (require 'mime-setup). move from
4870         toplevel.
4871
4872 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4873
4874         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4875         local variables.  Add error when guess function return invalid
4876         value.
4877
4878 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4879
4880         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4881         Change local variable name.
4882         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4883         (wl-folder-get-newsgroups): Return nil when non-news folder.
4884         * wl-summary.el (wl-summary-write-current-folder): State through
4885         when guess-list return nil.
4886         (wl-summary-write-current-folder-functions): Fixed docstring.
4887
4888         * wl.el (wl-exit): Changed confirm message.
4889
4890         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4891         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4892
4893         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4894
4895 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4896
4897         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4898         user option (Renamed from wl-cache-prefetch-folder-type-list).
4899         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4900         from wl-cache-prefetch-folder-list).
4901
4902         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4903         Move to wl-vars.el.
4904         (wl-message-buffer-prefetch-p): Changed to enable
4905         `wl-message-buffer-prefetch-folder-list'.
4906
4907         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4908         `ignore-cache'.
4909
4910 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4913         `part-top' and `part-bottom'.
4914         (wl-draft-config-sub-part-top): New function.
4915         (wl-draft-config-sub-part-bottom): New function.
4916
4917 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4920
4921 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4924
4925 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4928
4929         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4930         (wl-summary-write-current-folder): Ditto.
4931
4932 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4933
4934         * wl-folder.el (wl-folder-get-newsgroups): Use
4935         `elmo-folder-newsgroups'.
4936
4937 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4938
4939         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4940         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4941         `wl-draft-config-sub-header-bottom'.
4942
4943 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4944
4945         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4946         localnews folder.
4947
4948 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-summary.el (wl-summary-mode): Undo last change.
4951
4952         * wl-folder.el (wl-folder-mode): Ditto.
4953
4954 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4955
4956         * wl-summary.el (wl-summary-mode): Locally set
4957         truncate-partial-window-width to nil.
4958         (for XEmacs)
4959
4960         * wl-folder.el (wl-folder-mode): Ditto.
4961
4962 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4963
4964         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4965
4966 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4969         number.
4970
4971         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4972
4973         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4974
4975         * Version number is increased to 2.7.6.
4976
4977 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4980
4981 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4982
4983         * wl-summary.el (wl-summary-sync-update): Enclose network
4984         related portion with `unwind-protect'.
4985
4986 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4987
4988         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4989
4990 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4993         element.
4994         * wl-vars.el (wl-message-body-button-alist): Ditto.
4995
4996         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4997         max match length.
4998         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4999
5000         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5001         for the max match length;
5002         Use 4th element value for the button string regexp group.
5003
5004         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5005         candidate exists, prompt to select.
5006
5007 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5008
5009         * wl-summary.el (wl-summary-jump-to-msg): Search before
5010         calibration point by `beginning-of-line'.
5011
5012 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5013
5014         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5015         for access group.
5016
5017 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5018
5019         * wl-message.el (wl-message-display-internal): Bind
5020         `default-mime-charset'.
5021
5022         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5023
5024         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5025
5026         * Version number is increased to 2.7.5.
5027
5028 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5029
5030         * wl-expire.el (wl-summary-archive): Fixed;
5031         Use `elmo-folder-name-internal'.
5032
5033 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5034
5035         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5036         from `elmo-folder-move-messages' caller.
5037         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5038
5039         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5040         related portions are changed).
5041
5042 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5043
5044         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5045         counter.
5046
5047 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5050         buffer local and set it to nil.
5051
5052         * wl-message.el (wl-message-redisplay): Ditto.
5053
5054 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-summary.el (wl-summary-mark-as-important): If message is
5057         already cached, set messag as read, otherwise encache and mark as read.
5058
5059 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5060
5061         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5062         point-min.
5063
5064 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5067         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5068         a keymap.
5069
5070 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5071
5072         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5073         parent.
5074
5075         * wl-mule.el (wl-message-define-keymap): Ditto.
5076
5077         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5078
5079         * wl-xmas.el (wl-message-display-internal-hook): Define.
5080         (wl-xmas-setup-message-toolbar): Define as function.
5081         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5082         (wl-message-overload-functions): Abolished.
5083         (wl-message-define-keymap): New function.
5084
5085         * wl-vars.el (wl-message-display-internal-hook): New variable.
5086         (wl-message-header-button-alist): New variable (Renamed from
5087         wl-highlight-message-header-button-alist).
5088         (wl-message-body-button-alist): Ditto.
5089
5090         * wl-mule.el (wl-message-define-keymap): New function.
5091         (wl-message-overload-functions): Abolished.
5092
5093         * wl-message.el (wl-message-add-buttons-to-body): New function.
5094         (wl-message-redisplay): Don't call wl-message-overload-functions;
5095         Call wl-message-add-buttons-to-header and
5096         wl-message-add-buttons-to-body.
5097         (wl-message-display-internal): Set keymap argument for
5098         elmo-mime-display-as-is, elmo-mime-message-display;
5099         Run wl-message-display-internal-hook.
5100         (wl-message-refer-article-or-url): Abolished.
5101
5102         * wl-highlight.el (wl-highlight-headers): Don't call
5103         wl-highlight-message-add-buttons-to-header.
5104         (wl-highlight-message-add-buttons-to-header): Abolished.
5105
5106
5107         * wl-e21.el (wl-message-display-internal-hook): Define.
5108         (wl-e21-setup-toolbar): Deleted duplicated binding.
5109         (wl-e21-setup-message-toolbar): Define as function.
5110         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5111         (wl-message-define-keymap): New function.
5112         (wl-message-overload-functions): Abolished.
5113
5114 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5117         and elmo-folder-close.
5118
5119         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5120
5121 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5122
5123         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5124         boolean value.
5125         * wl-draft.el (wl-draft-do-fcc): Ditto.
5126
5127 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5128
5129         * wl-vars.el (wl-fcc-force-as-read): New variable.
5130         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5131         mark copied message as read.
5132
5133 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5134
5135         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5136
5137 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5138
5139         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5140         `wl-summary-target-above' instead of obsolete variable
5141         `wl-summary-temp-above'.
5142
5143         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5144         instead of `make-obsolete-variable'.
5145         * wl-refile.el (toplevel): Ditto.
5146
5147 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5150         with third argument t.
5151         (wl-draft): Set first argument for wl-plugged-init as t.
5152
5153         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5154         definition.
5155
5156 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5157
5158         * wl-vars.el: Tabify.
5159         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5160
5161         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5162         message.
5163
5164 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5165
5166         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5167         and set default to beep.
5168
5169 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-vars.el (wl-draft-truncate-lines): New variable.
5172
5173         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5174         instead of wl-message-truncate-lines for truncate-lines.
5175
5176 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-message.el (wl-message-display-internal): Call
5179         `wl-highlight-message' after `elmo-mime-display-as-is'.
5180
5181         * wl-mime.el (wl-mime-display-text/plain): New function.
5182         (wl-mime-display-header): Ditto.
5183         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5184         body-presentation-method for text/plain;
5185         Register `wl-mime-display-header' as a header-presentation-method;
5186         Don't set up `elmo-message-text-content-inserted-hook' and
5187         `elmo-message-header-inserted-hook'.
5188
5189         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5190         variable.
5191         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5192         as t if flag is 'all-header;
5193         Don't bind `elmo-message-ignored-field-list',
5194         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5195
5196 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5199         for xemacs with non-mule environment.
5200
5201 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5202
5203         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5204         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5205         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5206
5207 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5208
5209         * wl-vars.el (wl-interactive-send): Set default value as t.
5210
5211 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5212
5213         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5214         (wl-addrmgr-method-list): Abolished.
5215         (wl-addrmgr-change-method): Follow above change.
5216
5217         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5218
5219 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5220
5221         * wl-vars.el (wl-message-truncate-lines): Change default value
5222         to default-truncate-lines.
5223
5224         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5225
5226 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-vars.el (wl-message-truncate-lines): New variable.
5229
5230         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5231         wl-message-truncate-lines.
5232
5233 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5234
5235         * wl-acap.el (wl-acap-init): Remove period from error message.
5236         (wl-acap-find-acap-service): Remove period from message.
5237
5238 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5239
5240         * wl.el (wl-check-environment): Undo last change.
5241
5242         * wl-vars.el (wl-from): Changed default value.
5243
5244         * wl-util.el (toplevel): Don't require tm-edit.
5245
5246         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5247         `wl-folder-init';
5248         Don't set mark on mail body.
5249         (wl-draft-reedit): Ditto.
5250
5251         * wl-address.el (wl-address-quote-specials): Define as an alias for
5252         elmo-address-quote-specials.
5253
5254 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5257
5258         * wl-vars.el (wl-from): Set default value as nil.
5259         (wl-organization): Set default value as ORGANIZATION environment
5260         variable.
5261
5262         * wl-draft.el (wl-smtp-extension-bind): Check value of
5263         wl-smtp-connection-type.
5264
5265         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5266         error.
5267
5268 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5269
5270         * Version number is increased to 2.7.4.
5271
5272         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5273         arguments from `wl-highlight-x-face-function' caller.
5274         Use x-face-1.3.6.12 or later.
5275
5276 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5277
5278         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5279
5280 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5281
5282         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5283         (wl-fcc): Fix to accept function.
5284         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5285
5286 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5287
5288         * wl-acap.el (toplevel): Added `product-provide' declare.
5289         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5290
5291 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl.el (wl): Changed order of calling `elmo-init'
5294         and `elmo-folder-init'.
5295
5296 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5297
5298         * wl-mime.el (wl-summary-burst): Extract message when content-type
5299         of root entity is not only `multipart' but also `message/rfc822'.
5300         (wl-summary-burst-subr): Ditto.
5301
5302 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl-vars.el (toplevel): Require 'custom.
5305         (wl-trash-folder): Added to `wl-setting' group.
5306
5307         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5308         exists.
5309         (wl-addrmgr-draw): Insert empty line when no entry exists.
5310
5311         * wl-mule.el (wl-message-wheel-up): Fixed.
5312         (wl-message-wheel-down): Ditto.
5313
5314 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5315
5316         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5317         config is an anonymous lambda expression.
5318
5319 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5322         when Mule 2 is running.
5323
5324 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5325
5326         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5327
5328 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5329
5330         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5331         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5332
5333         * wl-address.el (wl-address-specials-regexp): Eliminated.
5334         (wl-address-quote-specials): Rewrite.
5335
5336 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5339         shy-groups for regexp.
5340
5341         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5342         character classes and Perl style shy-groups for regexp.
5343         (wl-highlight-plugged-current-line): Use Posix style character
5344         classes for regexp.
5345         (wl-e21-highlight-folder-by-numbers): Ditto.
5346         (wl-e21-display-image-p): Use `display-images-p' instead of
5347         `display-graphic-p'.
5348         (display-images-p): Make an alias to `display-graphic-p' if it is
5349         not available.  It is for Emacs version prior to 21.0.105.
5350
5351         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5352         `display-graphic-p'.
5353         (wl-demo-image-type-alist): Ditto.
5354         (display-images-p): Make an alias to `display-graphic-p' if it is
5355         not available.  It is for Emacs version prior to 21.0.105.
5356
5357 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5358
5359         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5360         support.
5361         (wl-generate-user-agent-string): Ditto.
5362
5363         * wl-version.el (wl-version): Update docsting.
5364         (wl-version-status): Ditto.
5365
5366 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5367
5368         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5369         21.0.105.  For Emacs 21.0.104 or earlier.
5370
5371 2001-09-03  Takuo KITAME <kitame@northeye.org>
5372
5373         * wl-e21.el (wl-plugged-init-icons): Use
5374         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5375         (wl-biff-init-icons): Ditto.
5376
5377 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5378
5379         * wl-highlight.el (wl-highlight-summary-current-line):
5380         Fixed highlighting refile/copy destination.
5381
5382         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5383         (wl-acap-store): Encode string by wl-acap-coding-system.
5384
5385 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5386
5387         * wl-acap.el (toplevel): Check and require 'un-define before
5388         'xemacs-ucs;
5389          Added checking for UTF-2000.
5390
5391 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5394         Don't enclose with `eval-and-compile'.
5395
5396         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5397         wl-init is non-nil.
5398
5399         * wl-draft.el (wl-draft): Ditto.
5400
5401         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5402
5403         * wl-acap.el (toplevel): Require 'wl.
5404         (wl-acap-store): Call `elmo-init'.
5405
5406         * wl.el (wl): Changed position of `wl-check-environment'.
5407         (toplevel): Added autoload setting for wl-acap.
5408
5409         * wl-vars.el (wl-setting): New custom group.
5410         (wl-from): Added wl-setting group.
5411         (wl-user-mail-address-list): Ditto.
5412         (wl-organization): Ditto.
5413         (wl-subscribed-mailing-list): Ditto.
5414         (wl-envelope-from): Ditto.
5415         (wl-smtp-posting-user): Ditto.
5416         (wl-smtp-posting-server): Ditto.
5417         (wl-smtp-posting-port): Ditto.
5418         (wl-smtp-authenticate-type): Ditto.
5419         (wl-pop-before-smtp-user): Ditto.
5420         (wl-pop-before-smtp-server): Ditto.
5421         (wl-pop-before-smtp-port): Ditto.
5422         (wl-pop-before-smtp-authenticate-type): Ditto.
5423         (wl-nntp-posting-server): Ditto.
5424         (wl-nntp-posting-user): Ditto.
5425         (wl-nntp-posting-port): Ditto.
5426         (wl-fetch-confirm-threshold): Ditto.
5427         (wl-prefetch-threshold): Ditto.
5428         (wl-thread-insert-opened): Ditto.
5429         (wl-ldap-server): Ditto.
5430         (wl-ldap-port): Ditto.
5431         (wl-ldap-base): Ditto.
5432         (wl-ldap-objectclass): Ditto.
5433         (wl-use-ldap): Ditto.
5434         (wl-draft-config-alist): Ditto.
5435         (wl-draft-config-matchone): Ditto.
5436         (wl-template-alist): Ditto.
5437         (wl-message-sort-field-list): Ditto.
5438         (wl-message-ignored-field-list): Ditto.
5439         (wl-message-visible-field-list): Ditto.
5440         (wl-interactive-send): Ditto.
5441         (wl-summary-move-order): Ditto.
5442         (wl-auto-select-first): Ditto.
5443         (wl-auto-select-next): Ditto.
5444         (wl-interactive-save-folders): Ditto.
5445
5446         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5447         Initialization codes are moved from wl-local-folder-init.
5448         (wl-local-folder-init): Follow the change above.
5449         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5450
5451         * wl-acap.el: New file.
5452
5453         * Version number is increased to 2.7.3.
5454
5455 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5456
5457         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5458
5459 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5460
5461         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5462         (wl-addrmgr-address-entry-list): Ditto.
5463
5464 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5465
5466         * wl-e21.el (wl-draft-mode-map): Removed binding for
5467         `wl-draft-insert-x-face-field'.
5468
5469         * wl-mule.el (wl-draft-mode-map): Ditto.
5470
5471         * wl-xmas.el (wl-draft-mode-map): Ditto.
5472
5473         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5474         (wl-cs-autoconv): Ditto.
5475         (wl-cs-local): Ditto.
5476         (wl-use-scoring): Ditto.
5477         (wl-mime-charset): Ditto.
5478         (wl-folder-check-async): Ditto.
5479
5480         * wl.el (toplevel): Ignore nemacs and tm.
5481         (wl-exit): Ditto.
5482
5483         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5484         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5485         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5486         instead of wl-address-petname-add-or-change.
5487         (wl-summary-edit-addresses-subr): Use wl-address-delete
5488         instead of wl-address-petname-delete.
5489
5490         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5491
5492         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5493         if error occured.
5494
5495         * wl-message.el (require): Remove tm support.
5496
5497         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5498
5499         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5500         (wl-folder-jump-to-current-entity): Ditto.
5501         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5502
5503         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5504         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5505         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5506
5507         * wl-mule.el (wl-draft-key-setup): Ditto.
5508
5509         * wl-xmas.el (wl-draft-key-setup): Ditto.
5510
5511         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5512         (wl-draft-std11-parse-addresses): New function.
5513         (wl-draft-parse-mailbox-list): Use it.
5514         (wl-draft): Ignore nemacs.
5515         (wl-draft-reedit): Ditto.
5516
5517         * wl-addrmgr.el: New file.
5518         (Original is wl-rcpt.el written by
5519         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5520         Thanks Kitamoto-san.)
5521
5522         * wl-address.el (wl-address-make-address-list): Modified parsing
5523         process.
5524         (wl-address-delete): Renamed from `wl-address-petname-delete';
5525         Modify wl-address-list too.
5526         (wl-address-add-or-change): Renamed from
5527         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5528
5529 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5530
5531         * wl-highlight.el (wl-highlight-summary-current-line):
5532           Work with transient-mark-mode
5533
5534 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * Version number is increased to 2.7.2.
5537
5538         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5539         instead of elmo-dop-queue-method.
5540
5541 2001-08-06  SAITO Atsunori <sai@yedo.com>
5542
5543         * wl-vars.el (wl-ldap-objectclass): New user option.
5544
5545         * wl-address.el (wl-ldap-make-filter): Use it.
5546
5547 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5548
5549         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5550
5551 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-folder.el (wl-folder): redisplay after folder insertion.
5554
5555         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5556
5557         * wl-summary.el (wl-summary-sync-update):
5558         Change status mark only when new-msgdb exists.
5559         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5560
5561 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5562
5563         * wl-summary.el (wl-summary-open-folder): New function.
5564         (wl-summary-goto-folder-subr): Use it.
5565         (wl-summary-mark-as-important): Fix;
5566         Encache only when no cache exists.
5567
5568 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5569
5570         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5571         Use with-current-buffer.
5572
5573 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5574
5575         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5576         before call `get-buffer'. Fixed parenthesis.
5577         (wl-score-get-header-entry): Clear message and help window when
5578         keyboard quit.
5579         (wl-score-edit-insert-header): Ditto.
5580
5581 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5584         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5585         (wl-default-draft-cite): Fix.
5586
5587         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5588         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5589
5590 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5591
5592         * wl-message.el (wl-message-prev-page): Do same bahavior
5593         as summary when it is called in the message buffer.
5594         (wl-message-next-page): Ditto.
5595
5596 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-summary.el (wl-summary-forward): Use cache if it is not
5599         section cache.
5600
5601 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5604         Removed redundant require of elmo-vars.
5605         (wl-biff-state-indicator-on): Changed default value for
5606         xemacs with non-mule environment.
5607
5608         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5609         wl-message-buffer is nil;
5610         Hide progress bar after moving messages.
5611
5612 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5615         message at cursor point is deleted.
5616
5617 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-vars.el: Changed file coding system to euc-japan.
5620         Added -*-coding:-*- magic to the first line.
5621
5622         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5623         Search parent from the first message.
5624
5625         * Version number is increased to 2.7.1.
5626
5627 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5628
5629         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5630
5631 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5632
5633         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5634         refile/delete execution.
5635
5636         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5637         Fixed docstring.
5638
5639 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5640
5641         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5642         do update process;
5643         Don't update marks when update process is interrupted.
5644
5645 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-summary.el (wl-summary-reply): Fixed problem when
5648         wl-draft-use-frame is non-nil.
5649         (wl-summary-forward): Ditto.
5650
5651         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5652         as nil.
5653         (wl-folder-mark-as-read-all-entity): Ditto.
5654         (wl-folder-prefetch-entity): Ditto.
5655
5656         * wl.el (wl): Check environment before wl-init.
5657
5658         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5659         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5660         instead of wl-summary-collect-unread.
5661         (wl-summary-reply): Split message window.
5662
5663 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5666         only if current language environment is japanese,
5667
5668         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5669         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5670         (wl-folder-goto-folder-subr): Ditto.
5671
5672         * wl-draft.el (wl-draft-dispatch-message): Call
5673         `elmo-file-cache-get-path'.
5674
5675 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-summary.el (wl-summary-cursor-move): If return value of
5678         wl-summary-next-message is not number, don't jump.
5679
5680 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-summary.el (wl-summary-buffer-next-message-function): New
5683         variable.
5684         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5685         if it is bound.
5686
5687         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5688         string.
5689
5690         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5691         (wl-plugged-drawing): Ditto.
5692
5693 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5696         process.
5697         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5698         with unwind-protect.
5699
5700         * wl.el (wl-init): Require mime-setup.
5701         (wl-check-environment): Don't require mime-setup.
5702
5703         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5704         instead of elmo-folder-type.
5705
5706         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5707         value as nil.
5708
5709 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5710
5711         * Version number is increased to 2.7.0.
5712
5713         * wl-version.el (wl-version): Changed codename.
5714
5715         * wl-summary.el (wl-summary-delete-cache): Fixed.
5716
5717         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5718         Workaround for net folders.
5719         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5720
5721         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5722         value to nil (According to the patch from
5723         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5724
5725         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5726         of elmo-folder-close.
5727
5728 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5729
5730         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5731         for postfix.
5732
5733 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-summary.el (wl-summary-resend-message): Fixed.
5736
5737         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5738         Call wl-draft with `from' argument if its address is included in
5739         `wl-user-mail-address-list'.
5740         (wl-draft): Added `from' argument.
5741
5742         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5743         non-nil.
5744         (wl): Don't show demo if wl-demo is nil.
5745
5746         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5747         wl-summary-use-frame.
5748
5749         * wl-vars.el (wl-summary-use-frame): New user option.
5750         (wl-folder-use-frame): Changed docstring.
5751
5752         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5753         non-nil.
5754         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5755         wl-summary-use-frame.
5756
5757         * wl-vars.el (wl-folder-use-frame): New user option.
5758
5759         * wl-summary.el (wl-summary-exit): Back to folder frame if
5760         wl-folder-use-frame is non-nil.
5761         (wl-summary-redisplay-internal): Ignore cache if current folder
5762         is draft folder,
5763         (wl-summary-redisplay-no-mime): Ditto.
5764         (wl-summary-redisplay-all-header): Ditto.
5765
5766         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5767         if wl-folder-use-frame is non-nil.
5768
5769 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-summary.el (wl-summary-sync-update): Bind
5772         elmo-folder-update-threshold.
5773         (wl-summary-mark-as-important): Enclosed server mark processing
5774         with `save-match-data'.
5775
5776         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5777         only when it is already defined.
5778
5779 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5780
5781         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5782         name of folder exclude localdir is wrong.
5783         * wl-folder.el (wl-folder-sync-entity):
5784         Set `wl-summary-always-sticky-folder-list' as nil.
5785         (wl-folder-mark-as-read-all-entity): Ditto.
5786         (wl-folder-prefetch-entity): Ditto.
5787
5788 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5789
5790         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5791         instead of `wl-summary-write-current-newsgroup'.
5792
5793 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5794
5795         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5796         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5797         non-nil and selected message is important, do not display.
5798
5799 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5800
5801         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5802
5803 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5806
5807         * wl-summary.el (wl-summary-mark-as-important): Set message number
5808         using wl-summary-message-number.
5809
5810 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5811
5812         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5813         destination folder is 'null.
5814
5815 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5816
5817         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5818         New function.
5819         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5820         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5821         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5822
5823 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-mime.el (wl-mime-setup): Added setting for
5826         `mime-setup-signature-key-alist' to avoid overriding key bind for
5827         `wl-draft-send'.
5828
5829         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5830         for `wl-draft-send'.
5831         * wl-mule.el (wl-draft-overload-functions): Ditto.
5832         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5833         * wl-draft.el (wl-draft-send): Ditto.
5834
5835         * wl-message.el (wl-message-display-internal):
5836         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5837         (Patch is provided by <kita@coe.nttdata.co.jp>).
5838
5839 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5840
5841         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5842
5843 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5844
5845         * wl.el (wl): Fix for wl-demo.
5846
5847 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5848
5849         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5850
5851 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5852
5853         * wl-folder.el (wl-folder-prefetch-entity): Use
5854         `wl-folder-get-elmo-folder'.
5855         (wl-folder-count-incorporates): Do not use
5856         `wl-folder-get-elmo-folder'.
5857
5858 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5859
5860         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5861         instead of `elmo-folder-get-type'.
5862
5863 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5864
5865         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5866         position on Subject: field.
5867         (Advised by Mito <mit@nines.nec.co.jp>)
5868
5869 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5870
5871         * wl-folder.el (wl-folder-prefetch-entity): Use
5872         `wl-folder-get-elmo-folder'.
5873
5874 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5875
5876         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5877
5878         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5879         `process-duplicates' slot.
5880
5881         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5882         if detection failed.
5883
5884 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5885
5886         * wl-version.el (wl-version-status): Set to "alpha".
5887
5888 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5891         Check wl-message-buffer lives before set-buffer.
5892
5893 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5894
5895         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5896         called in folder mode.
5897         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5898         * wl-summary.el (wl-summary-exit-pre-hook): Run
5899         `wl-summary-exit-pre-hook' before exit summary mode.
5900
5901 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5902
5903         * wl-version.el (wl-version-status): New variable.
5904         (wl-version-status-alist): Removed.
5905         (wl-version-status): Rule included.
5906
5907 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5910         @sponichi.
5911
5912         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5913         when `mail-reply-buffer' is buffer-local variable.
5914         (Reported by <kita@coe.nttdata.co.jp>).
5915
5916 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-vars.el (toplevel): Require 'elmo-util.
5919
5920 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5923         (All other related portions are changed)
5924
5925         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5926
5927         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5928
5929 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5930
5931         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5932
5933 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5936         Delete other windows to avoid an error.
5937         Use `point-marker' instead of `point' to remember the start point
5938         of body.
5939
5940         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5941
5942         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5943         number not to exceed all message number.
5944
5945 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5946
5947         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5948         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5949
5950 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5951
5952         * wl-summary.el (wl-summary-sync-force-update): Added argument
5953         no-check.
5954         (wl-summary-sync-update): Ditto.
5955         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5956         with `no-check'.
5957
5958         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5959         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5960         already running.
5961
5962 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5963
5964         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5965         `dst-folder-arg'.
5966         (wl-expire-archive-number1): Diito.
5967         (wl-expire-archive-number2): Diito.
5968         (wl-expire-archive-Date): Diito.
5969         (wl-archive-number1): Diito.
5970         (wl-archive-number2): Diito.
5971         (wl-archive-date): Diito.
5972         (wl-archive-folder-p): New function.
5973         (wl-summary-expire): Support of expand folder name at
5974         wl-expire-alist.
5975         * wl-util.el (wl-expand-newtext): Renamed from
5976         `wl-refile-expand-newtext'.
5977
5978 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5979
5980         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5981         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5982         `(elmo-msgdb-get-overview msgdb)'.
5983         (wl-summary-prefetch): Bind match data before call
5984         `wl-summay-prefetch-msg'.
5985         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5986         'off if `wl-summary-buffer-disp-msg' is non-nil.
5987         Fixed problem that couldn't show only one new or unread message when
5988         enter folder.
5989         (wl-summary-reply): Don't call `split-window-vertically' and other
5990         window.
5991
5992 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5993
5994         * wl-expire.el (wl-expire-refile): Fixed.
5995
5996 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5999
6000         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6001         biff notification is removed.
6002
6003         * wl.el (wl): Changed position of `elmo-init'.
6004
6005         * wl-draft.el (wl-default-draft-cite): Use date field
6006         on the citation buffer.
6007
6008         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6009
6010         * wl-xmas.el (wl-folder-internal-icon-list): Added
6011         `wl-folder-shimbun-image'.
6012
6013         * wl-e21.el (wl-folder-internal-icon-list): Added
6014         `wl-folder-shimbun-image'.
6015
6016 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * wl.el (wl-init): Eliminated argument.
6019         (wl): Rewrite.
6020
6021         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6022         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6023         instead of `elmo-folder-msgdb-internal'.
6024         (wl-summary-sync-update): Ditto.
6025         (wl-summary-flush-pending-append-operations): Eliminated.
6026         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6027         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6028         `elmo-folder-open'.
6029
6030         * wl-mime.el (wl-summary-burst): Fixed.
6031
6032         * wl-folder.el (wl-folder-info-save): Check data type.
6033
6034         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6035         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6036         instead of `elmo-folder-msgdb-internal'.
6037         (wl-expire-hide): Ditto.
6038
6039
6040         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6041
6042 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6043
6044         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6045
6046 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6049
6050 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6051
6052         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6053         Fixed `match-beginning' argument mismatch.
6054
6055 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6056
6057         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6058         the default value.
6059
6060 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6061
6062         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6063         instead of `elmo-nntp-default-port'.
6064
6065         * wl-vars.el: Fixed some doc strings.
6066
6067 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-summary.el (wl-summary-prefetch-msg): Use
6070         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6071
6072         * wl-vars.el: Define *-func as obsolete variable using
6073         `elmo-define-obsolete-variable'.
6074
6075         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6076         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6077         instead of `wl-message-buffer-prefetch-threshold'.
6078
6079         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6080
6081         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6082
6083         * wl-draft.el (wl-caesar-region-func): Ditto.
6084
6085         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6086         Keep unread status in elmo-folder-move-messages.
6087         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6088
6089 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6090
6091         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6092         `wl-summary-buffer-exit-func'
6093         (wl-summary-buffer-message-redisplay-function): Renamed from
6094         `wl-summary-buffer-message-redisplay-func'
6095         (wl-summary-buffer-next-folder-function): Renamed from
6096         `wl-summary-buffer-next-folder-func'.
6097         (wl-summary-buffer-prev-folder-function): Renamed from
6098         `wl-summary-buffer-prev-folder-func'.
6099         (wl-summary-get-petname-function): Renamed from
6100         `wl-summary-get-petname-func'.
6101
6102         * wl-score.el (wl-score-edit-exit-function): Renamed from
6103         `wl-score-edit-exit-func'.
6104
6105         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6106         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6107
6108         * wl-util.el (wl-load-profile-function): Renamed from
6109         `wl-load-profile-func'.
6110
6111         * wl-folder.el (wl-folder-completion-function): Renamed from
6112         `wl-folder-completion-func'.
6113         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6114
6115         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6116         `wl-expire-archive-get-folder-func'.
6117         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6118         (wl-draft-send-mail-function): Renamed from
6119         `wl-draft-send-mail-func'.
6120         (wl-draft-send-news-function): Renamed from
6121         `wl-draft-send-news-func'.
6122         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6123         (wl-generate-mailer-string-function): Renamed from
6124         `wl-generate-mailer-string-func'.
6125         (wl-highlight-signature-search-function): Renamed from
6126         `wl-highlight-signature-search-func'.
6127         (wl-highlight-x-face-function): Renamed from
6128         `wl-highlight-x-face-func'
6129         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6130         (wl-ps-print-buffer-function): Renamed from
6131         `wl-ps-print-buffer-func'
6132         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6133         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6134         (wl-summary-subject-filter-function): Renamed from
6135         `wl-summary-subject-filter-func'.
6136
6137         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6138         `wl-draft-queue-flush-send-func'
6139         (wl-draft-cite-function): Renamed from
6140         `wl-draft-cite-func'
6141
6142         * wl-address.el (wl-address-init-function): Renamed from
6143         `wl-address-init-func'.
6144
6145 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-draft.el (wl-draft-queue-flush): Don't call
6148         `elmo-dop-unlock-message'.
6149         * wl-draft.el (wl-draft-queue-append): Don't call
6150         `elmo-dop-lock-message'.
6151
6152         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6153         (wl-summary-buffer-folder-name): Ditto.
6154         (wl-summary-message-regexp): Added '-' (all other related portions
6155         are changed).
6156         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6157         wl-summary-buffer-folder-name.
6158
6159 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6160
6161         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6162         the number of mails in the folder buffer is not updated by wl-biff.
6163
6164 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6165
6166         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6167         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6168
6169 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-summary.el (wl-summary-next-message):
6172         Return next message number when wl-summary-move-order is nil.
6173
6174 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6175
6176         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6177         `wl-summary-move-spec-alist'.
6178         (wl-summary-move-spec-unplugged-alist): New variable
6179         (Move spec for unplugged status).
6180         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6181         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6182
6183 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6184
6185         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6186         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6187
6188 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6189
6190         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6191         simple quotation to quote the anonymous function.
6192         * tm-wl.el (wl-draft-preview-message): Ditto.
6193
6194 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6195
6196         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6197         Eliminate redundant `save-excursion'.
6198         (wl-highlight-summary-current-line): Ditto.
6199
6200         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6201         accessing match data when `looking-at' failed.
6202
6203         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6204         `elmo-match-string' where users don't care about the speed.
6205         (wl-draft-save): Ditto.
6206
6207 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-util.el (wl-regexp-opt): New function.
6210
6211         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6212         number from `wl-summary-buffer-number-list'.
6213         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6214         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6215         (wl-summary-move-spec-alist): Changed default setting.
6216
6217 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6218
6219         * wl-vars.el (wl-biff-notify-hook): New hook.
6220         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6221         the arrival of new mail.
6222         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6223         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6224
6225 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6228
6229 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6230
6231         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6232
6233         * Version number is increased to 2.5.8.
6234
6235         * wl-thread.el (toplevel): require 'cl.
6236         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6237         (wl-thread-make-number-list): New function.
6238         (wl-thread-entity-make-number-list-from-children): Ditto.
6239         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6240         (wl-thread-entity-insert-as-children): Likewise.
6241         (wl-thread-delete-message): Likewise.
6242         (wl-meaning-of-mark): Eliminated.
6243         (wl-thread-next-failure-mark-p): Ditto.
6244         (wl-thread-entity-get-mark): Ditto.
6245         (wl-thread-meaning-alist-get-result): Ditto.
6246         (wl-thread-entity-check-prev-mark): Ditto.
6247         (wl-thread-entity-check-next-mark): Ditto.
6248         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6249         (wl-thread-entity-get-prev-marked-entity): Ditto.
6250         (wl-thread-get-prev-unread): Ditto.
6251         (wl-thread-jump-to-prev-unread): Ditto.
6252         (wl-thread-get-next-unread): Ditto.
6253         (wl-thread-jump-to-next-unread): Ditto.
6254         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6255         (wl-thread-entity-get-next-marked-entity): Ditto.
6256
6257         * wl-summary.el (wl-summary-buffer-number-list):
6258         New bufer-local variable.
6259         (wl-summary-switch-to-clone-buffer): Clone
6260         `wl-summary-buffer-number-list'.
6261         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6262         (wl-summary-cursor-move-regex): Eliminated.
6263         (wl-summary-cursor-up): Rewrite.
6264         (wl-summary-cursor-down): Ditto.
6265         (wl-summary-mode-spec-alist): New variable.
6266         (wl-summary-next-message): New inline function.
6267         (wl-summary-cursor-move): New function.
6268         (wl-summary-default-get-next-msg): Rewrite.
6269         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6270         (wl-summary-rescan): Ditto.
6271         (wl-summary-sync-all-init): Ditto.
6272         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6273         summary is not thread view.
6274         (wl-summary-sync-update): Ditto.
6275         (wl-summary-rescan): Ditto.
6276         (wl-summary-make-number-list): New function.
6277
6278         * wl-draft.el: "FCC" -> "Fcc".
6279
6280 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-highlight.el (wl-highlight-summary-window):
6283         Call `set-buffer-modified-p'.
6284
6285         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6286         (wl): Call `elmo-init' and fix.
6287
6288         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6289         Use new variables.
6290
6291         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6292
6293 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6294
6295         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6296
6297 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6298
6299         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6300
6301 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6302
6303         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6304         `wl-use-toolbar' nor `display-graphic-p'.
6305         (wl-e21-setup-message-toolbar): Ditto.
6306         (wl-e21-setup-summary-toolbar): Ditto.
6307         (wl-e21-setup-folder-toolbar): Ditto.
6308
6309         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6310         (wl-plugged-init-icons): Ditto.
6311
6312         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6313         `display-graphic-p'.
6314         (wl-plugged-set-folder-icon): Ditto.
6315         (wl-highlight-plugged-current-line): Ditto.
6316         (wl-highlight-folder-current-line): Ditto.
6317         (wl-e21-highlight-folder-group-line): Ditto.
6318         (wl-e21-setup-toolbar): Ditto.
6319         (wl-e21-display-image-p): New macro.
6320
6321         * wl-demo.el (wl-demo): Simplified.
6322         (wl-demo-image-type-alist): Use `image-type-available-p' for
6323         checking whether the image type `xbm' is available.
6324
6325 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6328         (wl-summary-input-range): Ditto.
6329
6330 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-summary.el (wl-summary-edit-addresses): Use
6333         `wl-summary-get-original-buffer'
6334         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6335         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6336         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6337         (wl-summary-get-newsgroups): Eliminated.
6338         (wl-summary-set-crosspost): Ditto.
6339         (wl-summary-is-crosspost-folder): Ditto.
6340         (wl-crosspost-alist-load): Ditto.
6341         (wl-crosspost-alist-save): Ditto.
6342
6343         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6344         `elmo-setup-subscribed-newsgroups' instead of
6345         `elmo-nntp-make-groups-hashtb'.
6346         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6347         instead of `wl-crosspost-alist-save'.
6348
6349         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6350         of `elmo-folder-message-appendable-p'.
6351         (wl-mime-header-presentation-method): Eliminated.
6352
6353         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6354         (Error occurs in emacs21).
6355
6356         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6357         the current buffer).
6358
6359         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6360         instead of `wl-crosspost-alist-save'.
6361         (wl-init): `elmo-crosspost-message-alist-load'
6362         instead of `wl-crosspost-alist-load'
6363
6364         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6365         (wl-parse-newsgroups): Likewise.
6366         (wl-biff-notify): Run `wl-biff-notify-hook'.
6367
6368 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6371
6372         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6373         when `wl-summary-lazy-highlight' is non-nil.
6374         (wl-summary-goto-folder-subr): Highlight only when
6375         `wl-summary-lazy-highlight' is non-nil.
6376
6377         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6378         Don't display progress and highlight temp-mark when
6379         `wl-summary-lazy-highlight' is non-nil.
6380         (wl-highlight-summary-window): New function.
6381         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6382
6383 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-summary.el (wl-summary-sync): Change `all-visible'
6386         from `all-shown'
6387         (wl-summary-input-range): Ditto.
6388
6389 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6390
6391         * wl-e21.el (wl-highlight-folder-current-line): Call
6392         `wl-folder-init-icons' when folder icons have not been initialized.
6393
6394         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6395
6396         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6397         (wl-demo-image-type-alist): New macro.
6398
6399 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6400
6401         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6402         display does not support graphics.
6403         (wl-plugged-init-icons): Ditto.
6404         (wl-folder-init-icons): Ditto.
6405
6406         * wl-demo.el (wl-demo): Chech closely whether the display
6407         supports graphics.
6408
6409 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-summary.el (wl-summary-get-original-buffer): New function.
6412         (wl-summary-set-crosspost): Use it.
6413         (wl-summary-target-mark-uudecode): Ditto.
6414         (wl-summary-reedit): Ditto.
6415         (wl-summary-resend-bounced-mail): Ditto.
6416         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6417         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6418
6419         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6420         (wl-message-display-internal): Ditto.
6421
6422 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6425
6426 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-summary.el (wl-summary-save-view): Renamed from
6429         `wl-summary-save-status'.
6430
6431 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6432
6433         * wl-summary.el (wl-summary-sync): Added `all-shown'
6434
6435 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6436
6437         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6438
6439 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6440
6441         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6442
6443 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6444
6445         * wl-highlight.el (wl-highlight-summary-line-string): Use
6446         `zerop' instead of `= 0'.
6447         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6448
6449         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6450         for comparing numbers.
6451         (wl-template-prev): Use `zerop' instead of `eq 0'.
6452
6453         * wl-draft.el (wl-draft-insert-current-message): Use
6454         `with-current-buffer' instead of `save-excursion'.
6455         Use `zerop' instead of `eq 0'.
6456
6457 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6458
6459         * wl-draft.el (wl-draft-insert-ccs): New function.
6460         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6461         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6462
6463 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6466
6467 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * wl-expire.el (wl-expire-refile): Don't call
6470         elmo-msgdb-add-msgs-to-seen-list;
6471         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6472         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6473
6474 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl-message.el (wl-message-prev-page): Ignore errors while
6477         scroll-down.
6478
6479 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-mime.el: Use elmo-original-message-mode instead of
6482         mmelmo-original-mode.
6483
6484         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6485         `elmo-folder-get-spec';
6486         (wl-fldmgr-add-completion-all-completions):
6487         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6488
6489         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6490         of `elmo-folder-get-type'.
6491
6492         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6493         `elmo-folder-get-spec';
6494         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6495         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6496         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6497         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6498         `elmo-read-msg-no-cache';
6499         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6500         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6501         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6502         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6503         `elmo-cache-save';
6504         (wl-draft-reedit): Use `elmo-message-file-name'.
6505
6506         * wl-expire.el: Use `elmo-folder-name-internal';
6507         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6508         Use macro `wl-summary-buffer-msgdb' instead of variable
6509         `wl-summary-buffer-msgdb';
6510         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6511         Use macro `wl-summary-buffer-folder-name' instead of variable
6512         `wl-summary-buffer-folder-name'.
6513         * wl-score.el: Likewise.
6514
6515         * wl-message.el: Rewrite for new message buffer cache mechanism.
6516         (wl-message-buffer-cache-buffer-get): New macro.
6517         (wl-message-buffer-cache-folder-get): Ditto.
6518         (wl-message-buffer-cache-message-get): Ditto.
6519         (wl-message-buffer-cache-entry-make): Ditto.
6520         (wl-message-buffer-cache-hit): Ditto.
6521         (wl-message-buffer-cache-sort): New function.
6522         (wl-message-buffer-cache-add): Ditto.
6523         (wl-message-buffer-cache-delete): Ditto.
6524         (wl-message-buffer-cache-clean-up): Ditto.
6525         (wl-message-buffer-window): Rewrite.
6526         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6527         (wl-message-buffer-display): New function.
6528         (wl-message-display-internal): New function.
6529
6530 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-folder.el: Use `elmo-folder-name-internal';
6533         Use `wl-folder-get-elmo-folder';
6534         Use `elmo-folder-list-messages' instead of
6535         `elmo-list-folder';
6536         Use `elmo-folder-get-primitive-list' instead of
6537         `elmo-folder-get-primitive-spec-list';
6538         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6539         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6540         Use `elmo-folder-create' instead of `elmo-create-folder'.
6541         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6542         (wl-folder-get-elmo-folder): New macro.
6543         (wl-folder-elmo-folder-cache-get): Ditto.
6544         (wl-folder-elmo-folder-cache-put): Ditto.
6545         (wl-folder-suspend): Call `elmo-quit'.
6546
6547         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6548         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6549         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6550         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6551         (toplevel): require 'cl.
6552         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6553
6554         * wl-summary.el: Rewrite to use new elmo interface.
6555
6556 \f
6557 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-mime.el (wl-draft-preview-message):
6560         Run `wl-draft-send-hook' before collecting recipients information;
6561         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6562
6563         * tm-wl.el (wl-draft-preview-message): Ditto.
6564
6565 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6568         wrong recipients are displayed when forwarded message.
6569
6570 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6571
6572         * Version number is increased to 2.5.7.
6573
6574 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6575
6576         * wl-message.el (wl-message-next-page): Bind
6577         `window-pixel-scroll-increment' to nil while scrolling up.
6578
6579 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6580
6581         * wl-vars.el (wl-save-hook): New hook.
6582         * wl.el (wl-save): Call `wl-save-hook'.
6583
6584 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6585
6586         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6587         Argument WITH-ARG instead of NO-ARG (negative mean).
6588         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6589         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6590         * wl-message.el (wl-message-follow-current-entity): Likewise.
6591
6592 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6593
6594         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6595         FROM was optional argument.
6596         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6597
6598 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6599
6600         * Version number is increased to 2.5.6.
6601
6602 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6603
6604         * wl-version.el (wl-version-show): Removed.
6605         (wl-version): Add `interactive'.
6606
6607 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6608
6609         * wl-summary.el (wl-summary-get-petname-func): New variable.
6610         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6611         instead of `wl-address-get-petname-1'.
6612         (wl-summary-simple-from): Ditto.
6613
6614         * wl-address.el (wl-address-get-petname-1): Define as function.
6615
6616 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6619         field in the original message.
6620         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6621
6622 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6623
6624         * wl-expire.el (wl-expire-hide):
6625         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6626
6627 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6630         find decoder for To, Cc, and Subject.
6631
6632 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6635         for checking `elmo-use-buffer-cache'.
6636         (wl-summary-mark-as-important): Fixed typo in comment.
6637
6638 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6641         field in the original message.
6642         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6643
6644 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6645
6646         * wl-expire.el (wl-expire-hide):
6647         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6648
6649 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6652         find decoder for To, Cc, and Subject.
6653
6654 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * Version number is increased to 2.5.5.
6657
6658         * wl-address.el (wl-address-specials-regexp): New constant.
6659         (wl-address-quote-specials): Use it.
6660
6661 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * wl-summary.el (wl-summary-rescan):
6664         Call `wl-summary-buffer-number-column-detect'.
6665         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6666
6667         * wl-message.el (wl-message-mode-map): Define.
6668         (wl-message-decode): Use it as local-map.
6669
6670 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6673         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6674
6675 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6678
6679         * wl-mule.el (wl-read-event-char): Ditto.
6680
6681         * wl-e21.el (wl-read-event-char): Ditto.
6682
6683         * wl-nemacs.el (wl-read-event-char): Ditto.
6684         (read-event): Removed.
6685
6686         * wl-util.el (toplevel): Removed dummy definition of
6687         `read-event'.
6688         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6689
6690 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6691
6692         * wl-nemacs.el (elmo-archive-call-process): Moved to
6693         elmo-archive.el.
6694
6695 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6696
6697         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6698         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6699
6700         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6701         instead of magic-number 6.  Use `not' instead of `null' for symbol
6702         `nil' check (not empty list).
6703         (wl-draft-insert-x-face-field): Fixed paren style.
6704
6705         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6706         one-branch conditional statement, instead of `and' and `if'.
6707         (wl-draft-forward): Likewise.
6708         (wl-draft-add-references): Likewise.
6709         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6710
6711         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6712         conditional steatment.  Use `cond' instead of `if'.
6713         (wl-draft-confirm): Likewise.
6714
6715 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6716
6717         * wl-version.el (wl-version-show): Use `product-string-1'
6718         instead of `wl-version'.
6719         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6720
6721         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6722
6723 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6724
6725         * wl-highlight.el (wl-highlight-headers): Revert
6726         `wl-highlight-x-face-func' argument (`beg' and `end').
6727
6728 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6729
6730         * wl.el (toplevel): Move `product-provide' declare.
6731         * wl-demo.el (toplevel): Ditto.
6732         * wl-dnd.el (toplevel): Ditto.
6733         * wl-highlight.el (toplevel): Ditto.
6734         * wl-message.el (toplevel): Ditto.
6735         * wl-refile.el (toplevel): Ditto.
6736         * wl-util.el (toplevel): Ditto.
6737
6738 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6739
6740         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6741         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6742         (wl-thread-close-all): keep cursor position.
6743
6744 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6747         (eq x 0).
6748         (wl-generate-user-agent-string-1): Fix conditional statement.
6749
6750 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl.el (wl-check-environment): Additional check for
6753         'wl-local-domain' and `wl-message-id-domain'.
6754
6755 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6758
6759 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6760
6761         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6762         instead of `smtp-sasl-user-realm'.
6763
6764 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6765
6766         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6767
6768 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6769
6770         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6771         to the default value as well as `eword-lexical-analyzer'.
6772
6773 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6774
6775         * wl-version.el (wl-extended-emacs-version,
6776         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6777         `elmo-match-string' instead of `wl-match-string'.
6778
6779 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6780
6781         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6782         docstring.
6783
6784 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6785
6786         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6787
6788 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6789
6790         * wl-highlight.el (wl-highlight-headers): Remove
6791         `wl-highlight-x-face-func' argument (`beg' and `end').
6792
6793 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * wl-summary.el (wl-summary-mark-as-important):
6796         Remove cache if folder is local.
6797
6798 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6799
6800         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6801         to get existing e-mail address string.
6802
6803 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6804
6805         * wl-version.el (wl-generate-user-agent-string): Commentary.
6806         (wl-generate-user-agent-string-1): Use `when' for
6807         one-branch conditional statement, instead of `and' and `if'.
6808         (wl-extended-emacs-version, wl-extended-emacs-version2,
6809         wl-extended-emacs-version3): Ditto.
6810
6811 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6814         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6815         condition-case; Remove initialization.
6816         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6817         (wl-summary-sync-update3): Added argument `sync-all';
6818         Eliminated local variable `msgdb';
6819         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6820         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6821         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6822
6823 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6824
6825         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6826         connection before call `wl-draft-send-mail-with-smtp'.
6827
6828 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * Version number is increased to 2.5.4.
6831
6832 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl.el (wl-check-environment): Additional check for
6835         'wl-local-domain' and `wl-message-id-domain'.
6836
6837 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6840         buffer as command specific.
6841         (wl-folder-mark-as-read-all-entity): Ditto.
6842         (wl-folder-prefetch-entity): Ditto.
6843         (wl-folder-drop-unsync-entity): Ditto.
6844
6845         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6846         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6847         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6848
6849         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6850         save-excursion.
6851
6852 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6853
6854         * Version number is increased to 2.5.3.
6855
6856         * wl-summary.el (wl-summary-save-view-cache):
6857         Delete duplicated `write-region';
6858         Use `write-region-as-binary' instead of `as-binary-output-file' and
6859         `write-region'.
6860
6861 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6862
6863         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6864
6865 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6868         instead of `smtp-via-smtp'.
6869
6870 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6871
6872         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6873
6874 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6877         instead of `smtp-sasl-user-realm'.
6878
6879 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6882
6883 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6884
6885         * Version number is increased to 2.5.2.
6886
6887 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6890         does not exist.
6891         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6892         (wl-biff-start): Call `timer-activate' if timer already exists.
6893
6894         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6895         only when it is bound as function.
6896
6897 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * Version number is increased to 2.5.1.
6900
6901 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6902
6903         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6904         Print refile/copy destination.
6905
6906 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6909         queue-flush-only is non-nil.
6910
6911         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6912
6913         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6914         checking cache folder.
6915
6916 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6917
6918         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6919         `regexp-quote'.
6920
6921 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6922
6923         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6924         function.
6925         * wl-summary.el (wl-summary-write-current-folder-functions):
6926         Change default value.  Use it.
6927
6928 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * Version number is increased to 2.5.0.
6931
6932         * wl-version.el (wl-version): Changed codename.
6933
6934 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6935
6936         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6937         (wl-summary-supersedes-message): Ditto.
6938
6939 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6940
6941         * wl-refile.el (wl-refile-guess-functions): Renamed from
6942         `wl-refile-guess-func-list'.
6943
6944 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6947         Fixed problem when no rule was matched.
6948
6949 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6950
6951         * wl-summary.el (wl-summary-get-mark): Fixed
6952         `wl-summary-buffer-target-mark' check logic.
6953
6954 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6955
6956         * wl-folder.el (wl-folder-write-current-folder): Added group
6957         folder check.
6958
6959         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6960         `wl-summary-write-current-newsgroup'.
6961         (wl-summary-write-current-folder-functions): New variable.
6962         * wl-folder.el (wl-folder-get-newsgroups): New function.
6963         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6964         (wl-folder-write-current-folder): Renamed from
6965         `wl-folder-write-current-newsgroup'.
6966
6967 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6968
6969         * Version number is increased to 2.3.93.
6970
6971 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6974         (wl-ldap-make-matched-value-list): Ditto.
6975         (wl-ldap-alias-safe-string): Split e-mail address.
6976
6977         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6978         petname folder default was selected.
6979         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6980         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6981
6982 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6985         to `wl-draft-config-exec'.
6986
6987         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6988         instead of calling `wl-draft-config-exec';
6989         Process group-list and show recipients in minibuffer.
6990
6991         * tm-wl.el (wl-draft-preview-message): Ditto.
6992
6993 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl.el (toplevel): Added (C) to copyright notice, and
6996         sync Author header.
6997         * tm-wl.el (toplevel): Ditto.
6998         * wl-address.el (toplevel): Ditto.
6999         * wl-demo.el (toplevel): Ditto.
7000         * wl-dnd.el (toplevel): Ditto.
7001         * wl-draft.el (toplevel): Ditto.
7002         * wl-e21.el (toplevel): Ditto.
7003         * wl-expire.el (toplevel): Ditto.
7004         * wl-folder.el (toplevel): Ditto.
7005         * wl-highlight.el (toplevel): Ditto.
7006         * wl-message.el (toplevel): Ditto.
7007         * wl-mime.el (toplevel): Ditto.
7008         * wl-mule.el (toplevel): Ditto.
7009         * wl-nemacs.el (toplevel): Ditto.
7010         * wl-refile.el (toplevel): Ditto.
7011         * wl-score.el (toplevel): Ditto.
7012         * wl-summary.el (toplevel): Ditto.
7013         * wl-template.el (toplevel): Ditto.
7014         * wl-thread.el (toplevel): Ditto.
7015         * wl-util.el (toplevel): Ditto.
7016         * wl-vars.el (toplevel): Ditto.
7017         * wl-xmas.el (toplevel): Ditto.
7018
7019 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7020
7021         * wl.el (wl-init): Added comment about `wl-init-hook'.
7022         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7023         * wl-vars.el (wl-init-hook): Added docs.
7024         (wl-make-plugged-hook): Removed useless docs.
7025         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7026         * wl-xmas.el (toplevel): Ditto.
7027
7028 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7029
7030         * wl-address.el (toplevel): Fixed multiple Author header format.
7031         * wl-demo.el (toplevel): Ditto.
7032         * wl-draft.el (toplevel): Ditto.
7033         * wl-folder.el (toplevel): Ditto.
7034         * wl-summary.el (toplevel): Ditto.
7035         * wl-thread.el (toplevel): Ditto.
7036         * wl-util.el (toplevel): Ditto.
7037         * wl-vars.el (toplevel): Ditto.
7038         * wl-version.el (toplevel): Ditto.
7039         * wl-xmas.el (toplevel): Ditto.
7040         * wl.el (toplevel): Ditto.
7041
7042         * wl-version.el (toplevel): Added require `elmo-version' for
7043         `product-version-as-string'.
7044
7045 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7046
7047         * wl-vars.el (wl-draft-send-hook): Changed default value to
7048         '(wl-draft-config-exec).
7049
7050         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7051         explicitly.
7052         (wl-draft): Set `wl-draft-config-exec-flag' before running
7053         `wl-mail-setup-hook'.
7054
7055         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7056         `wl-biff-init-icons' to `wl-init-hook' instead of
7057         `wl-make-plugged-hook'.
7058         (Because if `wl-draft' command is invoked at first,
7059         they are not initialized)
7060         Updated copyright notice.
7061
7062         * wl-e21.el (toplevel): Ditto;
7063
7064         * wl-demo.el (toplevel): Updated copyright notice.
7065         * wl-address.el (toplevel): Ditto.
7066         * wl-draft.el (toplevel): Ditto.
7067         * wl-version.el (toplevel): Ditto.
7068         * wl-folder.el (toplevel): Ditto.
7069         * wl-summary.el (toplevel): Ditto.
7070         * wl-thread.el (toplevel): Ditto.
7071         * wl-util.el (toplevel): Ditto.
7072         * wl-vars.el (toplevel): Ditto.
7073         * wl.el (toplevel): Ditto.
7074
7075 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7076
7077         * wl-highlight.el (wl-highlight-message): Fixed problem of
7078         highlighting failure which occured when the last field contains
7079         multiple lines in the draft buffer.
7080
7081         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7082         `wl-biff-start' if plugged.
7083
7084         * wl-util.el (wl-biff-check-folder): New function.
7085         (wl-biff-check-folders): Don't set session name prefix.
7086         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7087         (wl-biff-check-folder-async): Ditto.
7088
7089         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7090         in email address.
7091
7092 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7093
7094         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7095
7096         * wl-draft.el (wl-draft-strip-subject-re): New function.
7097
7098         * wl-draft.el (wl-draft-reply): Use it.
7099
7100 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7101
7102         * wl-message.el (wl-mmelmo-message-redisplay): Use
7103         `mime-display-message' instead of `wl-mime-display-message'.
7104
7105         * wl-mime.el (toplevel): Removed compatibility workaround
7106         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7107         (wl-mime-display-message): Abolished.
7108         (wl-mime-entity-read-field): Ditto.
7109         (wl-mime-combine-message/partial-pieces): Use
7110         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7111
7112 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7113
7114         * wl-template.el: Doc fixes.
7115
7116 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7117
7118         * wl-e21.el (wl-message-overload-functions): Do nothing if
7119         `current-local-map' is not available.
7120         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7121
7122 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7123
7124         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7125         representation.
7126
7127         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7128         number.
7129         (wl-fldmgr-save-folders): Don't use `format' when insert
7130         `wl-fldmgr-folders-header'.
7131
7132 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7133
7134         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7135
7136 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-highlight.el (wl-highlight-message):
7139         Use `std11-field-end' to detect end point of the header field.
7140         Refer `wl-highlight-max-header-size'.
7141
7142         * wl-vars.el (wl-highlight-max-header-size): New variable.
7143
7144         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7145
7146         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7147         Set `for-draft' argument of wl-highlight-headers.
7148         (wl-draft): Ditto.
7149         (wl-draft-reedit): Ditto.
7150         (wl-user-agent-compose-internal): Ditto.
7151
7152 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7153
7154         * wl-message.el (wl-message-add-button): Use overlay.
7155
7156 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7159
7160         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7161         problem when group-list content is nothing.
7162         (Reported by Mito <mit@nines.nec.co.jp>)
7163
7164 2000-10-18  SAITO Atsunori <sai@yedo.com>
7165
7166         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7167
7168 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7169
7170         * tm-wl.el (toplevel): Use product-provide.
7171
7172 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * Version number is increased to 2.3.92.
7175
7176 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7177
7178         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7179         title text, use `display' property for left margin under Emacs 21.
7180
7181         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7182         properties.
7183         (wl-plugged-init-icons): Ditto.
7184
7185 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7186
7187         * wl.el (wl-save-status, wl-init): Remove last period in
7188         "...done." message.
7189         * tm-wl.el (wl-summary-burst): Ditto.
7190         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7191         wl-summary-resume-cache-status,
7192         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7193         wl-summary-sync-update3, wl-summary-highlight-msgs,
7194         wl-summary-flush-pending-append-operations,
7195         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7196         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7197         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7198         wl-thread-open-all): Ditto.
7199         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7200         * wl-mime.el (wl-summary-burst): Ditto.
7201         * wl-highlight.el (wl-highlight-summary): Ditto.
7202         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7203         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7204         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7205         * wl-address.el (wl-local-address-init): Ditto.
7206
7207 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7208
7209         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7210         `add-text-properties'.
7211         (wl-plugged-init-icons): Ditto.
7212         (wl-folder-init-icons): Use `propertize' instead of
7213         `put-text-property'.
7214         (wl-plugged-set-folder-icon): Ditto.
7215         (wl-e21-highlight-folder-group-line): Ditto.
7216
7217 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-version.el (wl-version-status-alist): New variable.
7220         (wl-version-status): New function.
7221
7222         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7223         "Cc" part of the case "Reply-To".
7224
7225         * wl-draft.el (wl-draft-reply): Use result of
7226         `eword-extract-address-components'.
7227
7228         * wl-demo.el (wl-demo-icon-name): New constant.
7229         (wl-logo-xpm): Use it.
7230         (wl-logo-xbm): Ditto.
7231         (wl-logo-bitmap): Ditto.
7232
7233         * Version number is increased to 2.3.91.
7234
7235 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7236
7237         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7238         (wl-extended-emacs-version, wl-extended-emacs-version2,
7239         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7240         docstring.
7241
7242         * wl-version.el (wl-generate-user-agent-string-1): New function.
7243         (wl-generate-user-agent-string): Use it.
7244
7245         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7246         `mime-edit-insert-user-agent-field'.
7247         (wl-generate-user-agent-string): Check
7248         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7249
7250         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7251         instead of `if', when verbose case.
7252
7253 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7254
7255         * wl-expire.el (wl-summary-expire): Fix.
7256
7257 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7258
7259         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7260         and `elmo-lost+found-folder' if 'wl-draft.
7261         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7262
7263 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7264
7265         * wl-expire.el (wl-summary-expire): Change messages.
7266         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7267         `deleing-info' instead of "Deleting..."
7268
7269 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7270
7271         * wl-summary.el (wl-summary-refile-subr): Fix.
7272
7273 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7274
7275         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7276         if pipe folder.
7277
7278 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7279
7280         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7281
7282 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7283
7284         * wl-expire.el (wl-expire-hide): New function.
7285         (wl-summary-expire): Add `hide'.
7286
7287 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-vars.el (wl-draft-reply-without-argument-list):
7290         Changed default value to consider `Reply-To:'.
7291         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7292
7293         * Version number is increased to 2.3.90.
7294
7295         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7296         elmo-imap4-get-session with unwind-protect.
7297         Don't cause error.
7298         (wl-summary-sync-marks): Don't check plugged nor folder type.
7299         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7300         (Always keep current buffer).
7301
7302 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7303
7304         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7305         Enclose with `save-excursion'.
7306
7307 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7308
7309         * wl-version.el (wl-version): Remove interactive.
7310
7311 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7312
7313         * wl-version.el (wl-generate-user-agent-string): Use
7314         `product-string-verbose' instead of `product-string-1'.
7315
7316 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7317
7318         * wl-vars.el (wl-draft-use-cache): New variable.
7319         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7320         if wl-draft-use-cache is non-nil.
7321
7322 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7323
7324         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7325         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7326
7327 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7328
7329         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7330         (wl-thread-msg-mark-as-unread): Ditto.
7331
7332         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7333         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7334         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7335         Don't set mark in summary if return value of `elmo-mark-as-read'
7336         is nil.
7337         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7338         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7339         instead of `wl-thread-msg-mark-as-read'.
7340         (wl-summary-mark-as-unread-region): Ditto.
7341         (wl-summary-target-mark-mark-as-read): Ditto.
7342
7343         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7344
7345 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7348
7349         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7350
7351 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7352
7353         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7354         face.
7355
7356 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7357
7358         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7359         `running-xemacs'.
7360
7361 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7362
7363         * wl-version.el (toplevel): Use `product-version-as-string' for
7364         set verstion-string, if defined.
7365
7366         * wl-version.el (wl-version-show): Insert string at point, when
7367         call with argument.
7368
7369         * wl-version.el (wl-generate-user-agent-string): Use
7370         `product-string-1' instead of `wl-appname', `wl-version' and
7371         `wl-codename'.
7372
7373 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7374
7375         * wl-address.el (toplevel): Use product-provide.
7376         * wl-demo.el (toplevel): Ditto.
7377         * wl-dnd.el (toplevel): Ditto.
7378         * wl-draft.el (toplevel): Ditto.
7379         * wl-e21.el (toplevel): Ditto.
7380         * wl-expire.el (toplevel): Ditto.
7381         * wl-fldmgr.el (toplevel): Ditto.
7382         * wl-folder.el (toplevel): Ditto.
7383         * wl-highlight.el (toplevel): Ditto.
7384         * wl-message.el (toplevel): Ditto.
7385         * wl-mime.el (toplevel): Ditto.
7386         * wl-mule.el (toplevel): Ditto.
7387         * wl-nemacs.el (toplevel): Ditto.
7388         * wl-refile.el (toplevel): Ditto.
7389         * wl-score.el (toplevel): Ditto.
7390         * wl-summary.el (toplevel): Ditto.
7391         * wl-template.el (toplevel): Ditto.
7392         * wl-thread.el (toplevel): Ditto.
7393         * wl-util.el (toplevel): Ditto.
7394         * wl-vars.el (toplevel): Ditto.
7395         * wl-xmas.el (toplevel): Ditto.
7396         * wl.el (toplevel): Ditto.
7397
7398 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7401         instead of product.
7402
7403         * wl-version.el (wl-version): Compile time evalution elmo-version.
7404
7405 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7406
7407         * wl-summary.el (wl-summary-sync-force-update): Append queue
7408         `mark-as-read'if unplugged.
7409
7410 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7411
7412         * wl-version.el: New file.  Use product.el.
7413         * wl.el: add (require 'wl-version).
7414         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7415         for ~/.folders header.
7416         (wl-fldmgr-folders-header): Changed.
7417         * wl-demo.el (wl-demo): Use product.el.
7418
7419         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7420         wl-version.el.
7421         * wl-util.el (wl-version, wl-version-show): Ditto.
7422
7423         * wl-util.el (wl-generate-user-agent-string,
7424         wl-extended-emacs-version, wl-extended-emacs-version2,
7425         wl-extended-emacs-version3): Move to wl-version.el.
7426         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7427         xemacs-codename, mime-edit-insert-user-agent-field,
7428         mime-edit-user-agent-value, mime-editor/version,
7429         mime-editor/codename): Compile warning killer move to
7430         wl-version.el
7431
7432 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7433
7434         * wl-summary.el (wl-summary-refile-subr): Fix.
7435
7436 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7437
7438         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7439         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7440
7441 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7442
7443         * wl.el (wl-check-environment): Check too many `@'.
7444
7445 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7446
7447         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7448
7449 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7450
7451         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7452         wl-draft-reply-myself-without-argument-list): Add variables.
7453         * wl-draft.el (wl-draft-reply): Use it.
7454
7455 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7456
7457         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7458         the 5th argument of `elmo-network-get-spec'.
7459
7460         * wl-thread.el (wl-thread-reparent-children): New inline function.
7461         (wl-thread-delete-message): Use it.
7462
7463         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7464         (wl-summary-score-update-all-lines): Don't use `dolist'.
7465
7466 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7467
7468         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7469         (require 'elmo-msgdb) for inline function.
7470
7471 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7472
7473         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7474
7475 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7476
7477         * wl-score.el (wl-score-headers): Fix for the confusing macro
7478         `elmo-kill-buffer'.
7479
7480 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7481
7482         * wl-summary.el: Don't use the 3rd argument of `require' because
7483         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7484         * wl-util.el: Ditto.
7485         * wl-draft.el: Ditto.
7486
7487 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7488
7489         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7490         window system is not used.
7491
7492 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7493
7494         * wl-thread.el: Don't use `mapcar' only for iteration.
7495         (wl-thread-resume-entity): Ditto.
7496         (wl-thread-delete-message): Ditto.
7497
7498         * wl-summary.el: Bind `dragdrop-drop-functions',
7499         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7500         of `require' for `timezone', `easymenu' and `ps-print';
7501         don't use `mapcar' only for iteration.
7502
7503         * wl-util.el: Bind `mule-version', `nemacs-version',
7504         `emacs-beta-version', `xemacs-codename',
7505         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7506         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7507         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7508         only for iteration.
7509
7510         * wl-score.el: Don't use `mapcar' only for iteration.
7511         (wl-score-simplify-buffer-fuzzy): Ditto.
7512         (wl-score-simplify-subject): Ditto.
7513         (wl-score-headers): Ditto.
7514         (wl-summary-score-update-all-lines): Ditto.
7515
7516         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7517         `enable-multibyte-characters' and `mule-version'.
7518
7519         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7520         `mapcar' only for iteration.
7521
7522         * wl-demo.el: Don't use `mapcar' only for iteration.
7523
7524         * wl-folder.el: Don't use `mapcar' only for iteration.
7525         (wl-folder-open-all): Ditto.
7526         (wl-folder-count-incorporates): Ditto.
7527
7528         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7529         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7530
7531         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7532         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7533         `smtp-connection-type'; specify 3rd argument of `require' for
7534         `timezone'; don't use `mapcar' only for iteration.
7535         (wl-draft-clone-local-variables): Don't use `mapcar'.
7536         (wl-draft-generate-clone-buffer): Ditto.
7537         (wl-user-agent-compose-internal): Ditto.
7538
7539         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7540
7541         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7542         (wl-save-status): Ditto.
7543
7544         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7545         for iteration.
7546
7547 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7550         removed `Date'.
7551         (wl-fldmgr-make-filter-default): New user option.
7552
7553         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7554         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7555         (wl-fldmgr-filter-completion-alist): Abolish.
7556
7557         * wl.el (wl): Don't check servers if arg is non-nil.
7558
7559         * wl-draft.el (wl-draft-reply): Set only message-id string to
7560         In-Reply-To field.
7561
7562 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-summary.el (wl-summary-pick): Rewrite.
7565
7566         * wl-draft.el (wl-draft-forward): Get references field from
7567         original buffer.
7568         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7569
7570 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7571
7572         * wl-draft.el (wl-draft-forward): Add references field.
7573
7574 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7575
7576         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7577         (wl-draft-reply): Use it.
7578
7579 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7580
7581         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7582         when Emacs 21 is running.
7583
7584         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7585         bindings.
7586
7587 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7588
7589         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7590         XPM icons transparent.
7591
7592         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7593         Emacs 21.
7594
7595 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7598         nil.
7599
7600         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7601         when it is persistent.
7602         (wl-summary-sync-marks): Changed argument for
7603         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7604         (wl-summary-virtual): Use `elmo-read-search-condition'.
7605         (wl-summary-redisplay-internal): If folder is local, mark as read
7606         even when folder is plugged.
7607
7608 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7609
7610         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7611         of `tool-bar-lines' in the frame parameters.
7612         (after-make-frame-functions, post-command-hook): Don't modify the
7613         value.
7614         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7615         wl-e21-tool-bar-lines): Removed.
7616
7617 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7618
7619         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7620         properties `evaporate' and `wl-momentary-overlay' as well.
7621         (wl-highlight-summary-displaying): Ditto.
7622         (wl-delete-all-overlays): Don't delete overlay which does not have
7623         a property `wl-momentary-overlay'.
7624
7625         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7626         `display-mouse-p' and `display-graphic-p'.
7627         (wl-folder-init-icons): Don't search for XBM or the other files.
7628         (wl-plugged-set-folder-icon): Make icons if and only if
7629         `display-graphic-p' returns non-nil.
7630         (wl-highlight-plugged-current-line): Use `before-string' overlay
7631         property to show icon images.
7632         (wl-highlight-folder-current-line): Ditto.
7633         (wl-e21-highlight-folder-group-line): Ditto.
7634         (wl-e21-highlight-folder-by-numbers): Ditto.
7635         (wl-e21-insert-image): Removed.
7636         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7637         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7638         said.
7639         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7640         `wl-e21-force-switch-toolbar'.
7641         (wl-e21-make-icon-image): Removed.
7642         (wl-e21-setup-toolbar): Don't search for XBM files.
7643         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7644         the default value.
7645
7646 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * wl-util.el (wl-biff-check-folder-async): Set
7649         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7650
7651 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7652
7653         * wl-e21.el (after-make-frame-functions): Add
7654         `wl-e21-force-switch-toolbar'.
7655         (wl-e21-force-switch-toolbar): New function force to switch the
7656         toolbar appearance automatically.
7657         (post-command-hook): Add `wl-e21-switch-toolbar'.
7658         (wl-e21-switch-toolbar): New function to switch the toolbar
7659         appearance automatically.
7660         (wl-e21-tool-bar-lines): New buffer local variable.
7661
7662 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-util.el (wl-biff-check-folders-running): New variable.
7665         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7666         (wl-biff-check-folder-async-callback):
7667         Set `wl-biff-check-folders-running'.
7668         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7669         with unwind-protect.
7670
7671         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7672         Enclose `wl-folder-auto-check' with unwind-protect.
7673
7674         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7675         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7676
7677         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7678
7679         * wl-util.el (wl-biff-notify): New inline function.
7680         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7681         locally.
7682         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7683         folder-list' is 1.
7684         Use `wl-biff-notify'.
7685         (wl-biff-check-folder-async-callback): New function.
7686         (wl-biff-check-folder-async): Ditto.
7687
7688         * wl-folder.el (wl-folder): Don't check folders.
7689         (wl-folder-auto-check): New function.
7690
7691 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7692
7693         * wl-util.el (wl-biff-start) [Emacs19+]:
7694         Use `timer-next-integral-multiple-of-time'.
7695         (wl-biff-check-folders): Use `wl-default-folder'
7696         if `wl-biff-check-folder-list' is nil.
7697
7698 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7699
7700         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7701         instead of `elmo-delete-lists'.
7702
7703 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7704
7705         * wl.el (wl-plugged-toggle-all): Set the value of
7706         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7707         (wl-plugged-toggle): Ditto.
7708         (wl-toggle-plugged): Ditto.
7709         (wl-plugged-init): Ditto.
7710
7711         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7712         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7713         instead of `wl-biff-state-indicator-off' and
7714         `wl-biff-state-indicator-on'; don't modify the value and the type
7715         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7716         (wl-plugged-init-icons): Set icons data to
7717         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7718         instead of `wl-plug-state-indicator-off' and
7719         `wl-plug-state-indicator-on'; don't modify the value and the type
7720         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7721
7722         * wl-vars.el (wl-modeline-biff-state-off,
7723         wl-modeline-biff-state-on, wl-modeline-biff-status,
7724         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7725         wl-modeline-plug-status): New internal variables.
7726         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7727         wl-biff-check-interval, wl-biff-check-folder-list): Change
7728         customization group from `wl-folder' to `wl-highlight'.
7729         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7730         wl-show-plug-status-on-modeline): Defcustomized.
7731
7732         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7733         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7734         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7735         a flag to `mode-line-buffer-identification'.
7736
7737         * wl-e21.el (wl-biff-init-icons): Set icons data to
7738         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7739         instead of `wl-biff-state-indicator-off' and
7740         `wl-biff-state-indicator-on'.
7741         (wl-plugged-init-icons): Set icons data to
7742         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7743         instead of `wl-plug-state-indicator-off' and
7744         `wl-plug-state-indicator-on'.
7745
7746 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7747
7748         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7749         excessive titles.
7750
7751 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7752
7753         * wl.el (wl-plugged-mode): Use revised
7754         `wl-mode-line-buffer-identification'.
7755         (wl-plugged-init): Don't use `force-mode-line-update'.
7756
7757         * wl-xmas.el (wl-draft-overload-functions): Use revised
7758         `wl-mode-line-buffer-identification'.
7759         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7760         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7761         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7762         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7763         `wl-make-plugged-hook';
7764         add `wl-folder-init-icons' and `wl-setup-folder' to
7765         `wl-folder-mode-hook'.
7766
7767         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7768         19 as well.
7769         (wl-mode-line-display-priority-list): New user option.
7770         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7771         Defcustomized.
7772         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7773         Add docs.
7774
7775         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7776         start.
7777         (wl-mode-line-buffer-identification): Revised as a function.
7778
7779         * wl-summary.el (wl-summary-mode): Use revised
7780         `wl-mode-line-buffer-identification'; don't call
7781         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7782         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7783         `wl-xmas-setup-summary'.
7784
7785         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7786         `wl-mode-line-buffer-identification'.
7787
7788         * wl-mule.el (wl-draft-overload-functions): Use revised
7789         `wl-mode-line-buffer-identification'.
7790
7791         * wl-folder.el (wl-make-plugged-alist): Don't call
7792         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7793         (wl-folder): Don't call `wl-folder-init-icons' directly.
7794         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7795         `wl-xmas-setup-folder' directly;
7796         use revised `wl-mode-line-buffer-identification'.
7797         (TopLevel): Don't bind `wl-biff-init-icons',
7798         `wl-plugged-init-icons', `wl-folder-init-icons',
7799         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7800
7801         * wl-e21.el (wl-draft-overload-functions): Use revised
7802         `wl-mode-line-buffer-identification'.
7803         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7804         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7805         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7806         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7807         `wl-make-plugged-hook';
7808         add `wl-folder-init-icons' and `wl-setup-folder' to
7809         `wl-folder-mode-hook'.
7810
7811 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7812             Katsumi Yamaoka    <yamaoka@jpl.org>
7813
7814         * wl.el (wl): Call `wl-biff-start'.
7815         (wl-exit): Call `wl-biff-stop'.
7816         (wl-plugged-mode): Show biff in modeline.
7817         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7818
7819         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7820         (wl-biff-init-icons): New function.
7821         (wl-plugged-init-icons): Don't make too much keymaps.
7822         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7823
7824         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7825         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7826         variables.
7827         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7828         options.
7829
7830         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7831         wl-biff-start, wl-biff-stop): New functions.
7832         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7833         (wl-biff-timer-name): New variable.
7834
7835         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7836
7837         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7838         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7839
7840         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7841         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7842
7843         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7844         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7845         `wl-folder-init-icons' to `ignore' if they are not available.
7846         (wl-folder-mode): Show biff in modeline.
7847
7848         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7849         (wl-biff-init-icons): New function.
7850         (wl-plugged-init-icons): Don't make too much keymaps.
7851         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7852
7853 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7854
7855         * wl-vars.el (wl-strict-diff-folders): Customization Type
7856         and doc fix.  Define as a list of regular expressions for
7857         folders or nil.
7858         * wl-folder.el (wl-folder-check-one-entity): Use
7859         `wl-string-match-member' instead of `wl-string-member' for
7860         `wl-strict-diff-folders'.
7861
7862 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7863
7864         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7865         (wl-highlight-folder-current-line): Use it; new implementation.
7866         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7867         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7868         `defsubst' instead of `defun'.
7869
7870         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7871         `wl-highlight-group-folder-by-numbers'; made it can also be a
7872         number.  See info for more details.
7873
7874         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7875         running.
7876
7877         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7878         to bind them.
7879
7880         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7881         (wl-highlight-folder-current-line): New implementation.
7882
7883         * wl-highlight.el (wl-highlight-folder-group-line): New
7884         implementation.
7885         (wl-delete-all-overlays): Rewrite as a marco.
7886         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7887
7888         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7889         running.
7890         (wl-folder-*-glyph): No need to bind them.
7891
7892         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7893         `wl-e21-highlight-folder-group-icon'; rewrite.
7894         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7895         `defsubst' instead of `defun'.
7896         (wl-folder-mode-map): Bind it when compiling.
7897
7898 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7901
7902         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7903
7904 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7905
7906         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7907
7908 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7909
7910         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7911         (wl-highlight-folder-current-line): Use it.
7912
7913         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7914         in `id-name'.
7915
7916 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7917
7918         * wl.el: Require `wl-e21' when Emacs 21 is running.
7919
7920         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7921         default when Emacs 21 is running.
7922         (wl-use-highlight-mouse-line): Ditto.
7923         (wl-on-emacs21): New constant.
7924         (wl-on-emacs20): Removed.
7925
7926         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7927         Emacs 21 is running.
7928
7929         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7930         Emacs 21 is running.
7931
7932         * wl-e21.el: New file.
7933
7934 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7935
7936         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7937         (wl-toggle-plugged): Ditto.
7938         (wl-plugged-toggle): Ditto.
7939         (wl-plugged-toggle-all): Ditto.
7940
7941         * wl-vars.el (wl-plug-state-indicator): Refer
7942         `wl-plug-state-indicator-on' indirectly.
7943
7944 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7945
7946         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7947         Call `wl-folder-confirm-existence'.
7948
7949         * wl-folder.el (wl-folder-confirm-existence): Added optional
7950         argument `force'.
7951
7952 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7953
7954         * wl-summary.el (wl-summary-refile-subr): Assume
7955         `copy-or-refile' as symbol.
7956         (wl-summary-refile): Follow up above change.
7957         (wl-summary-copy): Ditto.  Doc fix.
7958
7959 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-summary.el (wl-summary-pick): Don't bind
7962         `elmo-search-mime-charset'.
7963
7964         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7965         default using old backquote style.
7966         (wl-search-mime-charset): Abolished.
7967
7968         * wl-highlight.el (wl-highlight-headers):
7969         Call `point' after `re-search-forward'(for Nemacs).
7970
7971         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7972         for elmo-imap4.el.
7973
7974 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7975
7976         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7977         `wl-message-ignored-field-list' instead of
7978         `mime-view-ignored-field-list'.
7979
7980         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7981         Add interactive spec.
7982         (wl-folder-goto-bottom-of-current-folder): Ditto.
7983         (wl-folder-mode-map): Bind them.
7984
7985         * wl-vars.el (wl-message-ignored-field-list): New variable.
7986         (wl-message-visible-field-list): New variable.
7987
7988         * wl-mime.el (wl-mime-header-presentation-method): New function.
7989         (wl-mime-setup): Set header-presentation-method.
7990
7991 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7992
7993         * wl-nemacs.el (wl-draft-overload-functions): Set
7994         `mode-line-buffer-identification' instead of using
7995         `wl-make-modeline'.
7996
7997         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7998         instead of using `wl-make-modeline'.
7999
8000         * wl-xmas.el (wl-plugged-init-icons): Set up
8001         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8002         (wl-make-modeline): Abolish.
8003         (wl-draft-overload-functions): Set
8004         `mode-line-buffer-identification' instead of using
8005         `wl-make-modeline'.
8006
8007         * wl-util.el (wl-make-modeline-subr): Abolish.
8008         (wl-mode-line-buffer-identification): New alias.
8009
8010         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8011         (wl-summary-make-modeline): Abolish.
8012         (wl-summary-buffer-set-folder): Set
8013         `wl-summary-buffer-folder-indicator'.
8014         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8015         of using `wl-make-modeline'.
8016         (wl-summary-switch-to-clone-buffer): Don't set
8017         `mode-line-buffer-identification'.
8018         (wl-summary-goto-folder-subr): Ditto.
8019
8020         * wl-mule.el (wl-draft-overload-functions): Set
8021         `mode-line-buffer-identification' instead of using
8022         `wl-make-modeline'.
8023
8024         * wl-folder.el (wl-folder-mode): Set
8025         `mode-line-buffer-identification' instead of using
8026         `wl-make-modeline'.
8027         (wl-folder): Don't set `mode-line-buffer-identification'.
8028
8029 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8030
8031         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8032         instead of `member' for `wl-refile-guess-func-list' look-ups.
8033         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8034
8035 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8036
8037         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8038         `wl-message-button-dispatcher'.
8039
8040         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8041
8042         * wl-message.el (wl-message-button-dispatcher): Use it.
8043
8044         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8045         "In-Reply-To".
8046
8047         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8048         Bind `case-fold-search' to t.
8049
8050 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8051
8052         * wl-xmas.el (wl-message-overload-functions): Initialize
8053         `wl-message-button-map'.
8054
8055         * wl-mule.el (wl-message-overload-functions): Initialize
8056         `wl-message-button-map'.
8057
8058         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8059
8060         * wl-message.el (wl-message-button-map): New keymap.
8061         (wl-message-add-button): New function.
8062         (wl-message-button-dispatcher): New function.
8063         (wl-message-button-refer-article): New function.
8064
8065         * wl-highlight.el
8066         (wl-highlight-message-add-buttons-to-header): New function.
8067         (wl-highlight-headers): Use it.
8068
8069 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8070
8071         * wl-summary.el (wl-summary-default-from): Use
8072         `wl-address-get-petname-1'.
8073         (wl-summary-simple-from): Ditto.
8074
8075         * wl-address.el (wl-address-get-petname-1): New inline function.
8076         (wl-address-get-petname): Use it.
8077
8078 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8079
8080         * wl-summary.el (wl-summary-default-from): Return full-name part
8081         from the address if no petname was found.
8082         (wl-summary-simple-from): Ditto.
8083
8084         * wl-address.el (wl-address-get-petname): Return nil if no petname
8085         associated with the address was found.
8086
8087 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8088
8089         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8090         display is finished.
8091
8092 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8093
8094         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8095         `elmo-folder-exists-p' argument.
8096
8097 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8098
8099         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8100         the folder.
8101
8102 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8105
8106         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8107         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8108
8109 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8110
8111         * wl-folder.el (wl-folder-create-subr): New function.
8112         (wl-folder-confirm-existence): Use it.
8113         (wl-folder-check-one-entity): Use it.
8114         Check the error symbol is derived from 'elmo-open-error.
8115
8116         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8117         `ignore-error'.
8118
8119 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8120
8121         * wl-util.el (toplevel): Add (eval-when-compile (require
8122         'elmo-util)).  (Maybe `provide' is typo.)
8123
8124 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8127         (I don't know why this was needed.)
8128
8129         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8130         Follow up changes for stream-type.
8131
8132         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8133         (wl-draft-elmo-nntp-send): Ditto.
8134
8135         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8136         (wl-nntp-posting-stream-type): Ditto.
8137         (wl-pop-before-smtp-ssl): Abolished.
8138         (wl-nntp-posting-ssl): Ditto.
8139
8140         * wl-address.el (wl-address-quote-specials): New function.
8141         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8142
8143         * wl-draft.el (wl-draft-reply): Ditto.
8144
8145 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8146
8147         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8148         use function `wl-string-match-assoc'.
8149
8150 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8153
8154         * wl-draft.el (wl-draft-deduce-address-list): New function.
8155         (wl-draft-parse-mailbox-list): Ditto.
8156         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8157         instead of `smtp-deduce-address-list'.
8158         (wl-draft-on-field-p): Follow group list.
8159
8160         * wl-address.el (wl-address-concat-token): New function.
8161         (wl-address-string-without-group-list-contents): Ditto.
8162         (wl-complete-field-body): Fixed problem of completion
8163         by japanese petname.
8164         (wl-address-make-completion-list): Rewrite.
8165
8166 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8167
8168         * wl-address.el (wl-address-make-completion-list): Completion by
8169         petname.
8170         (wl-complete-field-body): Likewise.
8171
8172 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8175         contains invalid address syntax.
8176
8177 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8178
8179         * wl-folder.el (wl-folder-check-entity-async): Use
8180         `elmo-nntp-spec-hostname'.
8181
8182 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8183
8184         * wl-summary.el (wl-summary-msgdb-load-async): Use
8185         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8186
8187 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8188
8189         * wl-draft.el (wl-draft-reply): Set argument
8190         `content-transfer-encoding' as nil.
8191
8192 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8193
8194         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8195         `wl-refile-alist'.
8196
8197 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8198
8199         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8200         (wl-draft-edit-string): Ditto.
8201         (wl-draft-forward): Ditto.
8202         * wl-summary.el (wl-summary-write): Ditto.
8203
8204 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-summary.el (wl-summary-sync-update3): Call
8207         `wl-summary-buffer-number-column-detect'.
8208         (wl-summary-buffer-number-column-detect): Search from point-min.
8209
8210 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8213         contains an address which is not included in original to or cc.
8214
8215 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8216
8217         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8218         begin-line does not exist.
8219         * wl-message.el (wl-message-uu-substring): Ditto.
8220
8221 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8224         clear local variables.
8225         (wl-summary-exit): Call `elmo-commit'.
8226         (wl-summary-switch-to-clone-buffer): Call
8227         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8228         (wl-summary-goto-folder-subr): Ditto.
8229
8230         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8231         POP folder.
8232
8233 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8236         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8237         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8238         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8239         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8240         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8241
8242         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8243
8244 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8245
8246         * wl-summary.el (wl-summary-search-by-subject):
8247         Search parent message from the latest one.
8248
8249 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8252         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8253
8254         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8255         New user option.
8256
8257         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8258         if elmo-nntp-use-killed-list is nil.
8259         Use `elmo-msgdb-append-to-killed-list'.
8260         (Append numbers confirmed as disappeared to the killed list.)
8261         (wl-summary-confirm-appends): Don't display negative number.
8262
8263 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8264
8265         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8266
8267 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8270         range is `all'.
8271         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8272         `elmo-list-bigger-diff'.
8273
8274 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * wl-summary.el (wl-summary-buffer-exit-func):
8277         New buffer local variable.
8278         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8279
8280 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8281
8282         * wl-demo.el (wl-demo): Fix the last change.
8283
8284 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8285
8286         * wl-demo.el (wl-demo): Don't use `eval'.
8287
8288 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8289
8290         * wl-summary.el (wl-summary-buffer-thread-modified):
8291         New buffer-local variable.
8292         (wl-summary-set-thread-modified): New function.
8293         (wl-summary-thread-modified-p): New function.
8294         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8295         (wl-summary-yank-saved-message): Use function
8296         `wl-summary-set-thread-modified'
8297         (wl-summary-switch-to-clone-buffer): Add
8298         `wl-summary-buffer-thread-modified'.
8299
8300         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8301         (wl-summary-buffer-mark-saved-hook): Ditto.
8302         * wl-summary.el (wl-summary-msgdb-save): New hook
8303         `wl-summary-buffer-message-saved-hook' and
8304         `wl-summary-buffer-mark-saved-hook'.
8305
8306 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8307
8308         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8309
8310 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8311
8312         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8313         don't hide scroll bars under FSF Emacsen because it may incur an
8314         undesirable redrawing.
8315
8316 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8317
8318         * wl-draft.el (wl-draft-edit-string): Call
8319         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8320
8321 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8322
8323         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8324
8325 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8326
8327         * wl-summary.el (wl-summary-msgdb-load-async): Call
8328         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8329
8330 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8331
8332         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8333         fringes in demo buffer; center bitmap logo correctly even if old
8334         Mule is used.
8335
8336 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8337
8338         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8339
8340         * wl-refile.el (wl-refile-subject-alist): New variable.
8341         (wl-refile-subject-alist-file-name): Ditto.
8342         (wl-refile-alist-setup): Rewrite.
8343         (wl-refile-alist-save): Use `elmo-object-save'.
8344         Eliminated arguments.
8345         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8346         (wl-refile-guess-by-subject): New function.
8347         (wl-refile-guess-func-list): Added it.
8348
8349 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8350
8351         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8352         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8353
8354 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8357         New buffer-local variable.
8358         (wl-summary-buffer-next-folder-func): Ditto.
8359         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8360         if non-nil.
8361         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8362         if non-nil.
8363         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8364         if non-nil.
8365         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8366         if non-nil.
8367
8368 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8369
8370         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8371         permanently in the demo buffer.
8372
8373 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8376         `mime-entity-fetch-field'.
8377
8378         * wl.el (wl-exit): Delete plugged buffer.
8379
8380         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8381         XEmacs has menubar feature.
8382
8383 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8384
8385         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8386         cannot arrive at the beginning of the buffer under old Emacsen.
8387
8388 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl-address.el (wl-address-ldap-search):
8391         Call `ldap-search-entries' with `withdn' argument t.
8392         (wl-complete-field-body): Bind completion-ignore-case as t.
8393         Clear ldap search hash when it was sole completion.
8394         Use elmo-string for pattern string.
8395         (wl-ldap-alias-safe-string): Eliminated needless let.
8396
8397 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8398
8399         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8400         (wl-ldap-alias-sep): New constant.
8401         (wl-ldap-search-attribute-type-list): Ditto.
8402         (wl-ldap-get-value): New function.
8403         (wl-ldap-make-filter): Ditto.
8404         (wl-ldap-make-matched-value-list): Ditto.
8405         (wl-ldap-alias-safe-string): Ditto.
8406         (wl-ldap-register-dn-string): Ditto.
8407         (wl-address-ldap-search): Rewrite.
8408
8409 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8410
8411         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8412         thread is deleted.
8413         (wl-thread-delete-line-from-buffer): Ditto.
8414         (wl-thread-get-exist-children): New function.
8415
8416 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8417
8418         * wl-demo.el (wl-demo): Made it to select various image types.
8419         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8420         from `wl-title-logo'.
8421         (wl-logo-ascii): New variable.
8422         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8423         (wl-demo-copyright-notice): New constant.
8424
8425         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8426
8427 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8428
8429         * wl-vars.el (wl-summary-target-above): Renamed from
8430         wl-summary-temp-above.
8431         * wl-score.el (wl-score-get-score-alist): Use it.
8432         (wl-summary-score-update-all-lines): Use it.
8433         * wl-summary.el: Ditto. (make-variable-buffer-local).
8434
8435 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * wl-vars.el (wl-ldap-port): New user option.
8438
8439         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8440         Rewite whole implementation.
8441         (wl-complete-field-body): Fixed.
8442
8443 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8444
8445         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8446         Choose implementation at compile time.
8447
8448 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8449
8450         * wl-address.el (wl-ldap-search-internal): New function.
8451         (wl-complete-field-to): Use it.
8452
8453 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8456         Use `let' instead of `let*'.
8457         Require 'wl-vars.
8458
8459         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8460         Define as defcustom.
8461         (wl-ldap-base): Ditto.
8462         (wl-use-ldap): Ditto.
8463
8464 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8465
8466         * wl-address.el (wl-ldap-search): New function.
8467         (wl-complete-field-body): Use `wl-ldap-search'.
8468         (wl-ldap-server): New variable.
8469         (wl-ldap-base): Ditto.
8470         (wl-use-ldap): Ditto.
8471
8472 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8473
8474         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8475         (Pointed out by Mito <mit@nines.nec.co.jp>).
8476         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8477         buffer-local variables like `wl-summary-redisplay-internal'.
8478         (wl-summary-redisplay-all-header): Likewise.  Update
8479         Summary view too.
8480
8481 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-summary.el (wl-summary-jump-to-parent-message):
8484         Consider prefix argument.
8485
8486         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8487         when closed thread is deleted.
8488
8489 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8490
8491         * wl-summary.el (wl-summary-jump-to-parent-message):
8492         Consider thread modification.
8493
8494 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8495
8496         * wl-message.el (wl-message-normal-get-original-buffer): Use
8497         `save-excursion'.
8498
8499         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8500         (wl-summary-showto-folder-regexp): Ditto.
8501
8502 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8503
8504         * wl-util.el (wl-delete-alist): Doc fix.
8505         (wl-delete-associations): New function.
8506         (wl-inverse-alist): New function.
8507         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8508         Split temporary variables. Use `wl-delete-associations'
8509         and `wl-inverse-alist'.
8510         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8511
8512 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-folder.el (wl-folder-prefetch-entity):
8515         Execute prefetching if new count is unknown.
8516
8517 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8518
8519         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8520
8521         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8522         delete entity.
8523         (wl-thread-set-parent): If insert as top, set linked as nil.
8524
8525         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8526         `wl-thread-cleanup-symbols' when view mode is thread.
8527
8528 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8529
8530         * wl-folder.el (wl-folder-create-folder-entity): Use
8531         with-current-buffer.
8532         (wl-local-folder-init): Call set-buffer to make sure we are in
8533         the Folder buffer. Don't touch buffer-local variables here.
8534         (wl-folder-mode): Initialize buffer-local variables here.
8535
8536         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8537         (wl-folder-entity-assign-id): Ditto.
8538         (wl-folder-create-entity-hashtb): Ditto.
8539         (wl-local-folder-init): Ditto.
8540         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8541
8542 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8543
8544         * wl-summary.el (wl-summary-default-from): Fix probrem when
8545         std11-extract-address-components return (nil "foo@bar").
8546
8547 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8548
8549         * wl-draft.el (wl-draft-clone-local-variables):
8550         Remove redundant `setq'.
8551
8552 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8555         Bind wl-highlight-x-face-func as nil while highlighting header.
8556
8557 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8558
8559         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8560
8561 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8562
8563         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8564         elmo-msgdb-overview-hashtb from copy-variables.
8565         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8566         instead of `elmo-msgdb-overview-get-entity-by-number'.
8567         (wl-summary-auto-refile): Ditto.
8568
8569         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8570         `elmo-msgdb-overview-get-entity' instead of
8571         `elmo-msgdb-search-overview-entity'.  Use
8572         `elmo-msgdb-overview-get-entity' instead of
8573         `elmo-msgdb-overview-get-entity-by-number'.
8574         (wl-thread-insert-entity-sub): Ditto.
8575         (wl-thread-insert-message): Ditto.
8576
8577         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8578         `elmo-msgdb-overview-get-entity'.
8579         (wl-normal-message-redisplay): Ditto.
8580
8581 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8582
8583         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8584         `wl-thread-entities'.
8585         (wl-thread-delete-message): Fix remove top message from
8586         `wl-thread-entity-list'.
8587
8588         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8589         wl-append(nconc), because update-list is broken on Meadow.
8590
8591         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8592         updating process.
8593         (wl-summary-rescan): Ditto.
8594         (wl-summary-sync-update3): Ditto.
8595         * wl-thread.el (wl-thread-set-parent): Renamed from
8596         `wl-summary-set-parent'.
8597         (wl-thread-insert-message): Updating buffer faster.
8598         (wl-thread-delete-message): Updating buffer faster.
8599
8600         * wl-score.el (wl-summary-score-update-all-lines): Changed
8601         interval for display progress gauge.
8602
8603 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8604
8605         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8606         folder always-sticky.
8607         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8608         defmacro.
8609
8610 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * wl-vars.el (wl-draft-add-references): New user option.
8613
8614         * wl-draft.el (wl-draft-add-references): New function.
8615         (wl-draft-yank-from-mail-reply-buffer): Use it.
8616         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8617         as nil.
8618
8619 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8620
8621         * wl-thread.el (wl-thread-update-line-msgs): Called
8622         `wl-thread-update-line-on-buffer-sub'.
8623         (wl-thread-update-line-on-buffer): Delete routine of inserting
8624         thread.
8625         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8626         moved from `wl-thread-update-line-on-buffer'.
8627         Add threshold for displaying progress gauge.
8628         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8629         argument of `wl-thread-update-line-msgs'.
8630         Add threshold for displaying progress gauge.
8631         * wl-folder.el:
8632         Add threshold for displaying progress gauge.
8633         * wl-score.el: Ditto.
8634
8635         * wl-expire.el (wl-summary-expire): Display deleting info.
8636
8637 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8640         `no-msg'.
8641         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8642         argument of `wl-thread-update-line-msgs'.
8643         (wl-summary-set-parent): Added optional argument `parent-number'.
8644         (wl-summary-buffer-saved-message): New buffer local variable.
8645         (wl-summary-save-current-message): New command.
8646         (wl-summary-yank-saved-message): Ditto.
8647         (wl-summary-mode-map): Added key binding for
8648         `wl-summary-save-current-message' (\ew) and
8649         `wl-summary-yank-saved-message' (\C-y).
8650         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8651
8652 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-summary.el (wl-summary-mode-map): Added key binding for
8655         `wl-summary-set-parent' (ts).
8656
8657 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8658
8659         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8660         subject faster. If thread number is reverse, delayed updating
8661         thread.
8662         (wl-summary-search-by-subject): Ditto.
8663         (wl-summary-put-alike): Ditto.
8664         (wl-summary-get-alike): Ditto.
8665         (wl-summary-insert-headers): Insert header of all overview in
8666         buffer.
8667         (wl-summary-rescan): Delayed updating thread. Kill search subject
8668         buffer for wl-summary-search-by-subject.
8669         (wl-summary-sync-update3): Ditto.
8670         (wl-summary-exit): Ditto.
8671         (wl-summary-goto-bottom-of-current-thread): Change for linked
8672         thread.
8673         (wl-summary-overview-create-summary-line): Change line for linked
8674         thread.
8675
8676         * wl-summary.el (wl-summary-update-thread): Use
8677         wl-thread-maybe-get-children-num.
8678         (wl-summary-set-parent): If change parent, move sub thread.
8679         (wl-summary-redisplay-internal): Add horizontal recenter.
8680         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8681
8682         * wl-thread.el (wl-thread-entity-get-linked): New function.
8683         (wl-thread-entity-set-linked): New function.
8684         (wl-thread-create-entity): Add linked element.
8685         (wl-thread-entity-insert-as-top): Use wl-append.
8686         (wl-thread-maybe-get-children-num): If closing thread, return
8687         children msgs.
8688         (wl-thread-update-line-msgs): Displaying progress message.
8689         (wl-thread-update-line-on-buffer-sub): Use
8690         wl-thread-maybe-get-children-num.
8691         (wl-thread-update-line-on-buffer): If update line is not exists,
8692         insert thread.
8693         (wl-thread-delete-message): If delete top msg of thread, search
8694         parent by subject.
8695         (wl-thread-insert-entity): Use
8696         wl-thread-maybe-get-children-num.
8697
8698         * wl-highlight.el (wl-highlight-summary-current-line): change
8699         sregexp for linked thread.
8700         * wl-util.el (wl-count-lines): Count lines.
8701         (wl-horizontal-recenter): horizontal recenter.
8702         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8703         (wl-score-get-alike): Ditto.
8704         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8705         (wl-subject-length-limit): New variable.
8706         (wl-highlight-thread-indent-string-regexp): Changed for linked
8707         thread.
8708
8709 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8712         New variable (revival).
8713         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8714         by subject matching if there's no in-reply-to nor references field
8715         (revival).
8716
8717 \f
8718 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8721         message.
8722
8723 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-summary.el (wl-summary-reply): Return t if there was a
8726         message at cursor point.
8727         Added unwind-protect.
8728         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8729         returns t.
8730         (wl-summary-cancel-message): Do nothing when there's no message at
8731         cursor point.
8732         (wl-summary-forward): Ditto.
8733         (wl-summary-jump-to-parent-message): Ditto.
8734         (wl-summary-reedit): Ditto.
8735         (wl-summary-edit-addresses): Ditto.
8736         (wl-summary-pipe-message): Ditto.
8737         (wl-summary-print-message-with-ps-print): Ditto.
8738         (wl-summary-print-message): Ditto.
8739         (wl-summary-mark-as-important): Ditto.
8740         (wl-summary-mark-as-unread): Ditto.
8741
8742         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8743         message at cursor point.
8744         (wl-summary-reply-with-citation): Remove unwind-protect.
8745
8746         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8747         subject searching feature.
8748         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8749         Eliminated.
8750
8751 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8754         New variable.
8755         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8756         by subject matching if there's no in-reply-to nor references field.
8757
8758         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8759
8760         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8761         when display is finished.
8762         (wl-folder-open-all): Ditto.
8763         (wl-folder-update-access-group): Ditto.
8764         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8765         * wl-thread.el (wl-thread-close-all): Ditto.
8766
8767         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8768         progress gauge only when it was displayed.
8769         * wl-folder.el (wl-folder-insert-entity): Ditto.
8770
8771 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-summary.el (wl-summary-incorporate): Enclose
8774         `wl-summary-sync-force-update' with save-excursion.
8775
8776 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8777
8778         * wl-summary.el (wl-summary-prefetch-region):
8779         Pass current cursor point to `pos-visible-in-window-p' after
8780         moving cursor to the started point.
8781
8782 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8783
8784         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8785
8786         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8787         fields from the forwarding message.
8788         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8789         `ignored-fields'.
8790
8791 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8792
8793         * wl-mime.el (wl-message-request-partial):
8794         Eliminated argument `msgdb'.
8795         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8796         (wl-mime-combine-message/partial-pieces): Likewise.
8797         * tm-wl.el (wl-message-request-partial): Likewise.
8798         (wl-mime-combine-message/partial-pieces): Likewise.
8799
8800 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8801
8802         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8803         when display is finished.
8804
8805 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8806
8807         * wl-summary.el (wl-summary-goto-folder-subr):
8808         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8809
8810 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8813         when cursor point is visible.
8814
8815 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl-expire.el (wl-expire-archive-get-max-number):
8818         Don't use `file-name-directory'.
8819
8820 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-expire.el (wl-expire-archive-get-max-number):
8823         Use `file-name-directory'.
8824
8825 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8828         only when there is progress.
8829
8830 2000-04-13  Mito <mit@nines.nec.co.jp>
8831
8832         * wl-summary.el (wl-summary-sync-marks): Display progress.
8833
8834 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8835
8836         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8837         (wl-summary-prev): Move cursor regardless of unread status.
8838         (wl-summary-next): Ditto.
8839
8840 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8843         Added argument `target' and `number'.
8844         * tm-wl.el (wl-summary-burst-subr): New function.
8845         (wl-summary-burst): Use it.
8846
8847 2000-04-10  Mito <mit@nines.nec.co.jp>
8848
8849         * wl-mime.el (wl-burst): New function.
8850         (wl-summary-burst): Use it.
8851
8852 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8853
8854         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8855         as petname when there's no candidate.
8856
8857 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8860         New variable.
8861         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8862
8863         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8864
8865         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8866
8867 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8868
8869         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8870         Use substring of `original' instead of buffer-substring.
8871         (wl-refile-evaluate-rule):
8872         Set `original' argument of wl-refile-expand-newtext.
8873
8874         * wl-summary.el
8875         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8876         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8877         (wl-summary-auto-refile): Check existence of destination folder just
8878         before marking.
8879
8880 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8881
8882         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8883         when wl-refile-get-field-value return nil.
8884
8885 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8886
8887         * wl-refile.el
8888         (wl-refile-expand-newtext): New function imported from Gnus.
8889         (wl-refile-evaluate-rule): Use it.
8890
8891 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-summary.el (wl-summary-print-destination):
8894         Duplicate folder string to avoid putting text-property on
8895         original string.
8896
8897         * wl-refile.el (wl-refile-get-field-value): New function.
8898         (wl-refile-evaluate-rule): New function;
8899         Evaluate refile rule recursively.
8900         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8901         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8902         New function; Check existence of a target folder recursively.
8903         (wl-summary-auto-refile-check-refile-rule-alist):
8904         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8905
8906 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8907
8908         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8909
8910         * wl-folder.el (wl-create-folder-entity-from-buffer):
8911         Fixed problem when '}' character is contained in folder name.
8912
8913         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8914
8915 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8916
8917         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8918         (wl-fldmgr-add-completion-all-completions):
8919         Use wl-fldmgr-add-completion-hashtb.
8920
8921 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8922
8923         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8924         wl-fldmgr-add-completion-subr): New functions.
8925         * wl-folder.el (wl-folder-completion-func): New variable.
8926         * wl-summary.el (wl-summary-read-folder):
8927         Use wl-folder-completion-func.
8928
8929         * wl-refile.el: Eliminate throw & catch.
8930
8931         * wl.el (wl-plugged-sending-queue-status): Fixed.
8932
8933 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8934
8935         * wl-draft.el (wl-draft): Put category property on
8936         mail-header-separator.