fix the last change
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-action.el (wl-summary-target-mark-set-action): Stop if
4         target message does not exist.
5
6 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
7
8         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
9         `wl-subject-prefix-regexp'.
10         (wl-subject-forward-prefix-regexp): New variable.
11         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
12         `wl-draft-strip-subject-re' and take regexp as argument.
13         (wl-draft-forward): Use it.
14         (wl-draft-reply): Ditto.
15
16 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
17
18         * wl-e21.el (wl-highlight-plugged-current-line): Change for
19         emacs multi-tty support.
20
21 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
22
23         * wl-e21.el (wl-e21-display-image-p): Don't call
24         `display-images-p'.
25         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
26         support.
27         (wl-highlight-folder-current-line): Ditto.
28         (wl-folder-init-icons): Ditto.
29
30 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
31
32         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
33         the last line of summary in unplugged mode.
34
35 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
36
37         * wl-vars.el (wl-refile-rule-alist): Doc fix.
38
39 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
40
41         * wl-vars.el (wl-user-mail-address-regexp): New variable.
42         * wl-address.el (wl-address-user-mail-address-p): Use it.
43         (wl-address-delete-user-mail-addresses): Ditto.
44         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
45
46         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
47         (wl-address-delete-user-mail-addresses): Ditto.
48
49         * wl-address.el (wl-address-delete-user-mail-addresses): New
50         function.
51         * wl-refile.el (wl-refile-guess-by-history): Use it.
52         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
53         (wl-draft-make-mail-followup-to): Ditto and fix logic.
54
55         * wl-draft.el (wl-draft-edit-string): To judge sender address,
56         use wl-address-user-mail-address-p.
57
58 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
59
60         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
61         after opening group.
62
63 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
64
65         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
66         of elmo-set-buffer-multibyte.
67
68         * wl-message.el (wl-original-message-mode): Ditto.
69
70         * wl-score.el (wl-score-insert-header): Ditto.
71
72         * wl-summary.el
73         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
74         (wl-summary-goto-folder-subr): Ditto.
75         (wl-summary-insert-headers): Ditto.
76
77         * wl-util.el (wl-set-string-width): Ditto.
78
79         * Version number is increased to 2.11.29.
80
81 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
82
83         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
84         (wl-highlight-summary-line-help-echo-alist): New variable.
85         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
86         into `wl-highlight-summary-line-help-echo' and
87         `wl-highlight-flag-folder-help-echo'.
88         (wl-highlight-summary-line-string): Change accordingly.
89         (wl-highlight-summary-current-line): Ditto.
90
91 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-highlight.el (wl-highlight-message): Ignore white spaces
94         at the beginning of field body (Thanks to Markus Knittig).
95
96         * wl-draft.el (wl-draft-insert-current-message): Also check
97         summary buffer, remove unnecessary tag.
98
99 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
100
101         * wl-draft.el (wl-draft-insert-current-message): Cause error also
102         when wl-message-buffer is nil.
103
104         * wl-folder.el (wl-folder): Abolish unused argument.
105         Call wl-folder-init when wl-folder-entity is nil.
106         * wl.el (wl): Change accordingly.
107
108 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
109
110         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
111         multibyte string before insert into draft buffer.
112         (wl-draft-create-buffer): Always enable multibyte characters for
113         draft buffer.
114
115         * Version number is increased to 2.11.28.
116
117 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
118
119         * wl-folder.el (wl-folder-open-close): Handle blank line.
120         (wl-folder-jump-to-current-entity): Ditto.
121
122 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * Version number is increased to 2.11.27.
125
126 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
127
128         * wl-thread.el (wl-thread-insert-message): When the thread is
129         devided by wl-summary-max-thread-depth, insert line at the end of
130         buffer.
131
132 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * Version number is increased to 2.11.26.
135
136 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
139
140 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
143         value of stream-type and session.
144
145 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * Version number is increased to 2.11.25.
148
149 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
150
151         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
152         in a quit message.
153
154 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
157         (wl-summary-redisplay-no-mime-internal): Ditto.
158
159 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
162         * wl-vars.el (wl-smtp-connection-type): Ditto.
163
164 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
165
166         * wl-highlight.el (wl-highlight-message): Change to strict regexp
167         for the separator line and quote mail-header-separator.
168
169 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * wl-spam.el (wl-message-check-spam): Fixed problem no display
172         result message.
173
174         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
175         `elmo-multiple-fields-body-list' with boundary as
176         mail-header-separator.
177
178 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
179
180         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
181
182 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
183
184         * wl-util.el (wl-list-diff): Remove unused function.
185
186         * wl-draft.el (wl-draft-send-confirm): Discard input before
187         confirmation.
188
189 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
192         order of flag and new.
193
194 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-vars.el (wl-refile-policy-alist): Abolished.
197
198         * wl-action.el (wl-summary-set-action-refile): Follow the change
199         above.
200
201 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * wl-highlight.el (wl-highlight-signature-search): Don't use
204         re-search-backward for a long word since it is possible to crash
205         XEmacs because of a bug.
206
207 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
208
209         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
210
211 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
212
213         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
214         argument for wl-summary-sync-force-update.
215
216 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
217
218         * wl-summary.el (wl-summary-mode-map): Revival of
219         wl-summary-mark-as-important related bindings;
220         Bind 'F','tF','mF','rF','m&'.
221         (wl-summary-mark-as-important-region): Revival.
222         (wl-summary-target-mark-mark-as-important): Ditto.
223         (wl-summary-target-mark-operation): New function.
224         (wl-summary-target-mark-mark-as-answered): Use it.
225         (wl-summary-decide-flag): Don't set Important as default.
226         (wl-summary-mark-as-important-internal): Revival.
227         (wl-summary-mark-as-important): Ditto.
228
229         * wl-thread.el (wl-thread-mark-as-important): Ditto.
230
231         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
232         instead of facep.
233
234 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
235
236         * wl-dnd.el (wl-dnd-drop-func): Fix.
237
238         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
239         mouse-set-point instead of posn-point.
240
241         * wl-xmas.el (wl-completing-read-multiple): Define as function.
242
243         * wl-mule.el (wl-completing-read-multiple): Ditto.
244
245 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
246
247         * wl-demo.el (face-background-name): Defalias to avoid compile
248         warning.
249
250 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
251
252         * wl-summary.el (wl-summary-decide-flag): Use
253         wl-completing-read-multiple instead of completing-read-multiple.
254
255         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
256         New alias.
257
258         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
259         Use face-background-name instead of face-background.
260
261         * wl-vars.el (wl-summary-save-file-suffix): New user option.
262
263         * wl-summary.el (wl-summary-save): Use it.
264         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
265
266         * wl-mime.el (wl-mime-save-content): Fix last change.
267
268 2004-02-10  Len Trigg <lenbok@myrealbox.com>
269
270         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
271         New function.
272         (wl-summary-sort-specs): Added sort.
273         * wl-mime.el (wl-mime-save-content): Expand file name.
274
275 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
276
277         * wl-mime.el (wl-draft-preview-message): Fixed typo.
278
279         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
280
281 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
282
283         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
284         for flag if it is not defined.
285
286 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
287
288         * wl-e21.el (wl-highlight-folder-current-line): Use
289         elmo-folder-type-internal when elmo-folder-type returns nil.
290
291         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
292
293         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
294
295         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
296
297         * wl-e21.el (wl-summary-toolbar): Ditto.
298
299         * wl-vars.el (wl-demo-background-color): Abolished.
300         (wl-summary-persistent-mark-priority-list): Renamed from
301         wl-summary-flag-priority-list.
302         (wl-summary-flag-alist): New user option.
303         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
304         (wl-message-mode-line-format-spec-alist): Added 'F'.
305         (wl-message-mode-line-format): Likewise.
306         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
307         instead of wl-summary-important-mark.
308         (wl-file-folder-icon): New variable.
309
310         * wl-thread.el (wl-thread-set-flags): Renamed from
311         wl-thread-mark-as-important.
312
313         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
314         warning.
315         (wl-summary-mode-menu-spec): Follow the change of 
316         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
317         (wl-summary-mode-map): Follow the change of
318         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
319         (wl-summary-detect-mark-position): Follow the variable name change.
320         (wl-summary-set-flags-region): New function for the replacement of
321         wl-summary-mark-as-important-region.
322         (wl-summary-sync-marks): Sync all global-flags.
323         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
324         instead of elmo-message-flagged-p.
325         (wl-summary-persistent-mark-string): Follow the variable name change;
326         Put wl-summary-flag-mark if the message has global-flag.
327         (wl-summary-target-mark-set-flags): Renamed from 
328         wl-summary-target-mark-mark-as-important.
329         (wl-summary-decide-flag): New function.
330         (wl-summary-set-flags-internal): Renamed from
331         wl-summary-mark-as-important-internal.
332         (wl-summary-add-flags-internal): New function.
333         (wl-summary-remove-flags-internal): Ditto.
334         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
335         (wl-summary-mark-as-unimportant): Abolish.
336         (wl-summary-move-spec-alist): Changed `important' to `digest'.
337         (wl-summary-next-message): List flagged messages in the msgdb.
338
339         * wl-score.el (wl-summary-score-update-all-lines): Use
340         wl-summary-add-flags-internal instead of 
341
342         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
343
344         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
345         from wl-message-buffer-cur-flag (To avoid misunderstanding).
346         (wl-message-buffer-require-all-header): Renamed from
347         wl-message-buffer-all-header-flag (Ditto).
348         (wl-message-buffer-flag-indicator): New variable.
349         (wl-message-redisplay): Changed local varibale name from `flag' to
350         `display-type'; Set up wl-message-buffer-flag-indicator.
351         (wl-message-buffer-display): Changed varibale name from `flag' to
352         `display-type'.
353         (wl-message-display-internal): Likewise.
354
355         * wl-highlight.el (wl-highlight-demo-face): Define default background
356         color.
357         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
358
359         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
360
361         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
362         (wl-demo-setup-properties): Renamed from
363         `wl-demo-set-background-color'.
364         (wl-demo): Follow the change above.
365         
366         * Version number is increased to 2.11.24.
367
368 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-summary.el (wl-summary-toggle-thread): Call
371         `wl-summary-rescan' with disable-thread as non-nil.
372         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
373
374 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
375
376         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
377         foreground property of the face.
378         (wl-demo-insert-text): Don't set up face property here.
379         (wl-demo): Call wl-demo-set-background-color, anyway.
380
381 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-vars.el (wl-demo-background-color): The value can be nil.
384
385 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
386
387         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
388         to wl-summary-wheel-dispatcher.
389
390         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
391         wl-message-wheel-dispatcher.
392         (wl-message-wheel-dispatcher): New function.
393         (wl-summary-wheel-dispatcher): Ditto.
394
395 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
396
397         * wl-action.el (wl-summary-target-mark-all): List messages which are
398         not in the killed-list.
399
400         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
401         only when the folder is 'flag/important.
402
403         * wl-address.el (wl-complete-field-body): Complete if the last
404         character is a space.
405
406 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-folder.el (wl-folder-clear-entity-info): Use
409         elmo-clear-hash-val.
410
411         * wl-fldmgr.el (wl-fldmgr-rename): Set
412         wl-folder-info-alist-modified as t.
413
414 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
417
418 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
421         (wl-folder-buffer-last-visited-entity-id): New buffer local
422         variable.
423         (wl-folder-revisit-last-visited-folder): New function.
424         (wl-folder-mode-map): Bind it to "C-i".
425         (wl-folder-set-current-entity-id): Set last visited folder.
426         * wl-summary.el (wl-summary-exit): Ditto.
427
428 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
431         before calling `recenter' in order to cope with an XEmacs bug.
432
433 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
436         to the default value.
437
438 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
441         change.
442         (wl-summary-sync-marks): Ditto.
443         (wl-summary-mark-as-read-internal): Ditto.
444         (wl-summary-mark-as-answered-internal): Ditto.
445         (wl-summary-mark-as-important-internal): Ditto.
446         (wl-summary-reply): Ditto.
447
448         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
449         instead of `elmo-folder-unflag-answered'.
450
451         * Version number is increased to 2.11.23.
452
453         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
454         the last change.
455
456 2004-01-11  Kenichi Okada  <okada@opaopa.org>
457
458         * wl-spam.el (wl-summary-exec-action-refile-with-register):
459         Specify "spam" or "good".
460
461 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
462
463         * wl-spam.el (wl-summary-exec-action-spam): Call
464         wl-folder-confirm-existence for spam folder.
465         (wl-spam-setup): Bind "mk".
466
467 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
470
471 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
472
473         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
474         destination folder is empty.
475
476 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
477
478         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
479         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
480
481         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
482         (wl-summary-refile-prev-destination-region): New function.
483         (wl-thread-refile-prev-destination): Ditto.
484         (wl-summary-target-mark-refile-prev-destination): Ditto.
485
486 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
487
488         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
489         (wl-demo-background-color): Changed default value.
490
491         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
492         color.
493
494         * wl-demo.el (wl-demo-set-background-color): New function.
495         (wl-demo): Call it.
496
497 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * wl-address.el (wl-address-delete): Avoid mis-deleting.
500         * wl-address.el (wl-address-add-or-change): Don't add empty
501         address.
502
503 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
504
505         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
506
507 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
508
509         * wl-vars.el (wl-demo-image-filter-alist): New variable
510         (wl-demo-background-color): Ditto.
511
512         * wl-demo.el (wl-demo-xpm-set-background): New function.
513         (wl-demo-image-filter): Ditto.
514         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
515
516         * wl-vars.el (wl-demo-icon-name-alist): New variable.
517
518         * wl-demo.el (wl-demo-icon-name): Define as function.
519         (wl-demo-insert-image): Use it.
520
521 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
522
523         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
524
525 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
526
527         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
528
529 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
530
531         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
532
533 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-thread.el (wl-thread-mark-as-answered): New function.
536
537         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
538         answered" entry.
539         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
540         "r&" and wl-thread-mark-as-answered to "t&".
541         (wl-summary-mark-as-important-region): Refine to toggle mark.
542         (wl-summary-mark-as-answered-region): New function.
543         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
544         and 3rd argument.
545         (wl-summary-mark-as-important-internal): Likewise.
546
547 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-template.el (wl-template-preview): New internal variable.
550         (wl-template-preview-p): New function.
551         (wl-template-show): Bind `wl-template-preview' as t.
552
553 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
556         `elmo-message-entity-field' with 3rd argument which is non-nil.
557
558 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
561         Removed duplicate local bind `folder'.
562
563 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
566
567 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
570         duplicate definition.
571
572 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
573
574         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
575         non-nil, use it; Don't fetch message if there's no message in the
576         current cursor position.
577
578 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
579
580         * wl-util.el (wl-region-exists-p): Use region-active-p.
581         (wl-deactivate-region): New function.
582         * wl-message.el (wl-message-redisplay): Deactivate region.
583
584         * wl-summary.el (wl-summary-reply): Call
585         `wl-summary-set-message-buffer-or-redisplay' instead of
586         `wl-summary-redisplay-internal', don't move point.
587
588 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
591         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
592         by regexp.
593
594 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
597         if no need.
598
599 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
602         default value to nil.
603         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
604         `wl-summary-prepare-hook'; Replace refile action to
605         `wl-summary-exec-action-refile-with-register'.
606
607         * Version number is increased to 2.11.22.
608
609 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-detect-mark-position): Set
612         `wl-summary-buffer-weekday-name-lang'.
613
614 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
615
616         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
617         (wl-summary-mark-as-read-all): Ditto.
618         (wl-summary-delete-messages-on-buffer): Ditto.
619         (wl-summary-sync-update): Ditto.
620         (wl-summary-mark-as-read-internal): Ditto.
621         (wl-summary-mark-as-answered-internal): Ditto.
622         (wl-summary-update-folder-info): Abolished.
623
624 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-summary.el (wl-summary-mark-as-read-all): Use
627         `wl-summary-update-folder-info' instead of
628         `wl-folder-update-unread'.
629
630 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
631
632         * wl-summary.el (wl-summary-update-folder-info): New function derived from
633         `wl-summary-folder-info-update'.
634         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
635         instead of `wl-summary-folder-info-update'.
636         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
637         `wl-folder-set-folder-updated'.
638         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
639         instead of `wl-folder-update-unread'.
640         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
641         the value of `wl-summary-buffer-unread-count' for the second parameter of
642         `wl-folder-update-unread'.
643
644         * Version number is increased to 2.11.21.
645
646 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
647
648         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
649         a local variable.
650
651 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-spam.el (wl-summary-mark-spam): Show message only if call
654         interactively.
655
656         * wl-summary.el (wl-summary-mark-as-important-internal): New
657         internal function.
658         (wl-summary-mark-as-important): Use it.
659         (wl-summary-mark-as-unimportant): New function.
660         (wl-summary-sync-marks): Follow the API change.
661
662         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
663
664         * wl-mime.el (wl-summary-burst): Check target folder is writable.
665
666 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
667
668         * wl-folder.el (wl-folder-update-unread): Re-indent.
669         Narrow the scope of a local variable.
670
671 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
674         (wl-addrmgr-merge-entries): Ditto.
675         (wl-addrmgr): Added to address entry which exists in draft buffer
676         if no entry is in original.
677
678 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
679
680         * wl-batch.el: New file.
681
682 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
683
684         * wl-vars.el (wl-use-semi): Remove unused variable.
685
686 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
687
688         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
689         "?".
690
691 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
694         wl-summary-new-mark.
695         (wl-summary-new-cached-mark): New user option.
696         (wl-summary-score-marks): Follow the change above.
697         (wl-summary-auto-refile-skip-marks): Ditto.
698         (wl-summary-incorporate-marks): Ditto.
699         (wl-summary-expire-reserve-marks): Ditto.
700
701         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
702
703         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
704         (wl-summary-persistent-mark-string): Distinguished between cached
705         and uncached mark when the message is new.
706
707 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-spam.el (wl-spam-domain): Renamed from
710         `wl-spam-folder-guess-domain'.
711         (wl-summary-exec-action-spam): Register as spam if domain of the
712         source folder is good.
713         (wl-summary-exec-action-refile-with-register): Register message if
714         domain of the source folder is not undecided.
715
716 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
719         detect thread loop.
720
721 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
724         and wl-summary-skip-mark-list.
725
726 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
729
730         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
731
732         * wl-spam.el (toplevel): Require wl-highlight.
733         (wl-spam-auto-check-policy-alist): Abolish.
734         (wl-spam-auto-check-folder-regexp-list): New user option.
735         (wl-spam-auto-check-marks): Ditto.
736         (wl-spam-mark-action-list): Ditto.
737         (wl-highlight-summary-spam-face): New face.
738         (wl-spam-auto-check-message-p): New function.
739         (wl-spam-map-spam-messages): Fixed message.
740         (wl-spam-register-spam-messages): Ditto.
741         (wl-spam-register-good-messages): Ditto.
742         (wl-summary-spam-map): Add and remove keybind.
743         (wl-summary-target-mark-spam): Abolish.
744         (wl-summary-refile-spam): Ditto.
745         (wl-summary-test-spam): New function.
746         (wl-summary-mark-spam): Ditto.
747         (wl-summary-auto-check-spam): Follow the above change.
748         (wl-summary-exec-action-spam): New function.
749         (wl-summary-exec-action-refile-with-register): Fixed message.
750         (wl-message-check-spam): New function.
751         (wl-spam-setup): Ditto.
752         (toplevel): Call it if this file is loaded interactivity.
753
754         * Version number is increased to 2.11.20.
755
756 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
759         when new optional argument `force' is non nil or modified.
760
761 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl.el (toplevel): Require wl-spam when compile.
764         (wl-save-status): Call wl-spam-save-status.
765
766         * wl-spam.el (wl-spam-register-spam-messages): New function.
767         (wl-spam-register-good-messages): Ditto.
768         (wl-spam-save-status): Ditto.
769         (wl-summary-mode-map): Bind
770         wl-summary-target-mark-register-as-spam to "ms" and
771         wl-summary-target-mark-register-as-good to "mn".
772         (wl-summary-register-as-spam): Abolish optional argument; Use
773         wl-spam-register-spam-messages.
774         (wl-summary-register-as-spam-all): Use
775         wl-spam-register-spam-messages.
776         (wl-summary-register-as-good): Abolish optional argument; Use
777         wl-spam-register-good-messages.
778         (wl-summary-register-as-good-all): Use
779         wl-spam-register-good-messages.
780         (wl-summary-target-mark-register-as-spam): New funtion.
781         (wl-summary-target-mark-register-as-good): Ditto.
782
783 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-spam.el: New file.
786
787 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
790
791         * wl-action.el (wl-auto-refile-guess-functions): New variable.
792         (wl-summary-auto-refile): Call wl-refile-guess with
793         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
794
795 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
798         with disable-thread argument non-nil.
799
800 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-summary.el (wl-summary-rescan): Added optional argument
803         disable-thread.
804         (wl-summary-sync): Call wl-summary-rescan with argument
805         disable-thread.
806         (wl-summary-input-range): Added new range `rescan-thread'.
807
808 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
809
810         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
811
812 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
815         internal variable.
816         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
817         wl-summary-search-parent-by-subject-regexp and
818         wl-summary-divide-thread-when-subject-changed as nil.
819         (wl-summary-insert-sequential): If entity is nil, nothing to do.
820         (wl-summary-insert-thread): Search parent entity from
821         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
822         thread loop.
823
824 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
827
828         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
829
830         * wl-util.el (wl-require-update-all-folder-p): New function.
831         (wl-get-assoc-list-value): Added `function' to match directive.
832         (wl-collect-draft): Rewrite.
833
834         * wl-summary.el (wl-summary-sync-update): Clear faces
835         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
836         are non-nil.
837         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
838         argument as function.
839         (wl-summary-input-range): Ditto.
840
841         * wl-folder.el (wl-draft-get-folder): New function.
842         (wl-folder-get-elmo-folder): Consider draft folder.
843
844         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
845         (wl-draft-buffer-message-number): New buffer local variable.
846         (wl-draft-folder-internal): New internal variable.
847         (wl-draft-delete): Rewrite.
848         (wl-draft-save): Ditto.
849         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
850         wl-folder-get-elmo-folder.
851         (wl-draft-config-info-operation): Ditto.
852         (wl-jump-to-draft-folder): Ditto.
853         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
854         (wl-draft-reedit): Rewrite.
855
856         * Version number is increased to 2.11.19.
857         
858 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
859
860         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
861         variable.
862
863 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
866         Use ignore-errors instead of unwind-protect.
867
868 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
869
870         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
871         for updating `wl-thread-entity-list'.
872
873 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
874
875         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
876         parameter from calling `wl-thread-entity-get-older-brothers' and
877         `wl-thread-entity-get-younger-brothers'.
878         Replace nested `append' with a single one.
879
880 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-summary.el (wl-summary-mode): Don't use the return value of
883         `make-local-hook'.
884
885 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
886
887         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
888         instead of `let*'.
889         (wl-thread-delete-message): Likewise.  Split and narrow the scope
890         of local variables.
891
892 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
893
894         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
895         Renamed from wl-summary-window-scroll-functions.
896         (wl-summary-window-scroll-functions): Don't set to variable.
897         (wl-summary-display-top): Use run-hooks.
898         (wl-summary-display-bottom): Ditto.
899         (wl-summary-toggle-disp-msg): Ditto.
900         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
901         Use it instead of wl-summary-window-scroll-functions.
902         (wl-summary-goto-folder-subr): Don't call
903         wl-summary-window-scroll-functions, use
904         wl-summary-buffer-window-scroll-functions instead.
905
906 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
907
908         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
909         make-local-variable.
910
911 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
912
913         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
914         set-buffer-modified-p.
915         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
916         (wl-summary-display-bottom): Ditto.
917         (wl-summary-toggle-disp-msg): Ditto.
918
919 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
922
923         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
924         (wl-summary-forward): Use elmo-message-entity-field instead of
925         elmo-message-field.
926
927         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
928
929 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-summary.el (wl-summary-window-scroll-functions): No use
932         `append'.
933
934 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
935
936         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
937         function.
938         (wl-summary-window-scroll-functions): Call it when both
939         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
940         (wl-summary-temp-mark): Added optional argument number.
941         (wl-summary-message-mark): Added optional argument flag.
942         (wl-summary-persistent-mark): Added optional argument number and flag.
943         (wl-summary-update-persistent-mark): Ditto.
944         (wl-summary-update-status-marks): Set "r" for interactive spec.
945
946         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
947         argument number and flag.
948
949         * wl-action.el (wl-summary-registered-temp-mark): 
950         Do nothing when wl-summary-buffer-temp-mark-list is nil.
951
952 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
955         internal variable (buffer local).
956         (wl-summary-window-scroll-functions): New function.
957         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
958         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
959         as nil.
960         (wl-summary-update-status-marks): Added arguments beg, end and
961         check.
962         (wl-summary-update-mark-window): Use function.
963         (wl-summary-sync-update): Follow the change above.
964         (wl-summary-switch-to-clone-buffer): Copy
965         wl-summary-buffer-unsync-mark-number-list.
966         (wl-summary-goto-folder-subr): Set
967         wl-summary-buffer-unsync-mark-number-list and
968         use wl-summary-window-scroll-functions insteaf of
969         wl-summary-lazy-highlight.
970
971         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
972
973 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
976
977         * wl-summary.el (wl-summary-update-persistent-mark): Call
978         wl-summary-set-message-modified.
979
980         * wl-summary.el (wl-summary-sync-update): Don't call
981         wl-summary-update-status-marks.
982
983         * Version number is increased to 2.11.18.
984
985 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * wl-message.el (wl-message-prev-page): Use save-selected-window.
988         (wl-message-next-page): Ditto.
989
990 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
991
992         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
993         local variable.  Change the order of a collected list into the
994         same as the specified range.  Remove nil from a collected list.
995
996 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-summary.el (wl-summary-insert-headers): Set visible-only
999         argument for elmo-folder-list-messages.
1000
1001 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1004         change (wl-summary-count-unreads return a list instead of a cons
1005         cell).
1006
1007 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1008
1009         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1010         `wl-summary-folder-info-update'.
1011
1012 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-summary.el (wl-summary-set-message-modified): No use
1015         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1016         (wl-summary-set-mark-modified): Abolish.
1017         (wl-summary-mark-modified-p): Ditto.
1018         (wl-summary-save-view): Follow the change above.
1019
1020         * wl-expire.el (wl-summary-expire): Likewise.
1021
1022 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-summary.el (wl-summary-detect-mark-position): Use
1025         modb-entity-handler.
1026         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1027
1028         * Version number is increased to 2.11.17.
1029
1030 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1031
1032         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1033         entity field value.
1034         (wl-summary-prefetch-msg): Ditto.
1035         (wl-summary-print-message-with-ps-print): Ditto.
1036
1037 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1038
1039         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1040         for dummy entity.
1041         (wl-summary-insert-thread): Use elmo-message-entity-field.
1042         (wl-summary-update-thread): Use elmo-message-entity-field and
1043         elmo-message-entity-number.
1044         (wl-summary-line-number):  Use elmo-message-entity-number.
1045         (wl-summary-line-size): Use elmo-message-entity-field.
1046         (wl-summary-line-subject): Ditto.
1047         (wl-summary-line-from): Ditto.
1048         (wl-summary-line-attached): Ditto.
1049         (wl-summary-create-line): Ditto.
1050         (wl-summary-create-line): Use elmo-message-entity-number.
1051         (wl-summary-print-message-with-ps-print): Use
1052         elmo-message-entity-field.
1053
1054 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1055
1056         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1057         change in elmo-msgdb-make-message-entity.
1058         (wl-summary-buffer-set-folder): Don't call
1059         wl-summary-detect-mark-position here.
1060         (wl-summary-rescan): Call elmo-message-entity-number.
1061         (wl-summary-sync-update): Ditto.
1062         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1063
1064         * wl-score.el (wl-score-header-index): Redefine 2th element.
1065         (wl-score-overview-entity-get-extra): Abolish.
1066         (wl-score-ov-entity-get): Rewrite.
1067         (wl-score-string-index<, wl-score-string-func<): Abolish.
1068         (wl-score-string<): New function.
1069         (wl-score-string-sort): Use it.
1070
1071         * wl-refile.el (wl-refile-guess-by-history): Use
1072         elmo-message-entity-field.
1073         (wl-refile-guess-by-from): Ditto.
1074         (wl-refile-guess-by-msgid): Ditto.
1075
1076         * Version number is increased to 2.11.16.
1077
1078 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1079
1080         * wl-folder.el (wl-folder-confirm-existence): Don't call
1081         file-exists-p if msgdb-path is nil.
1082         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1083         `wl-read-folder-hist' to `wl-read-folder-history'.
1084
1085 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1086
1087         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1088         `y-or-n-p'.
1089
1090 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-score.el (wl-score-headers): Don't use
1093         elmo-folder-do-each-message-entity.
1094
1095         * Version number is increased to 2.11.15.
1096
1097 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1098
1099         * wl-summary.el (wl-summary-delete-all-msgs): Use
1100         elmo-folder-move-messages instead of elmo-folder-delete-messages
1101         and elmo-folder-detach-messages.
1102         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1103
1104         * wl-expire.el (wl-expire-delete): Ditto.
1105         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1106
1107 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1108
1109         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1110         (wl-message-header-narrowing-fields): Ditto.
1111         (wl-message-header-narrowing-lines): Ditto.
1112         (wl-message-header-narrowing-string): Ditto.
1113
1114         * wl-summary.el (wl-summary-mode-map): Bind
1115         wl-summary-toggle-header-narrowing to "C-cC-f".
1116         (wl-summary-toggle-header-narrowing): New function.
1117
1118         * wl-message.el (wl-message-buffer-create): Call
1119         wl-message-header-narrowing-setup.
1120         (wl-message-redisplay): Call wl-message-header-narrowing.
1121         (wl-message-header-narrowing): New function.
1122         (wl-message-header-narrowing-map): New keymap.
1123         (wl-message-header-narrowing-widen-map): New keymap.
1124         (wl-message-header-narrowing-again-at-mouse): New function.
1125         (wl-message-header-narrowing-1): Ditto.
1126         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1127         (wl-message-header-narrowing-setup): Ditto.
1128         (wl-message-header-narrowing-toggle): Ditto.
1129         
1130         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1131
1132         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1133         'flag as all.
1134         (wl-use-flag-folder-help-echo): New user option.
1135
1136         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1137         wl-summary-highlight as nil.
1138         (wl-summary-set-mark-modified): Follow the API change.
1139         (wl-summary-mark-modified-p): Ditto.
1140         (wl-summary-mark-as-read-all): Ditto.
1141         (wl-summary-sync-marks): Don't call
1142         elmo-folder-list-messages-with-global-mark.
1143         (wl-summary-mark-as-read-internal): Follow the API change.
1144         (wl-summary-mark-as-answered-internal): Ditto.
1145         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1146         Follow the API change.
1147         (wl-summary-create-line): Call with number argument.
1148         (wl-summary-reply): Follow the API change.
1149
1150         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1151         function.
1152         (wl-highlight-summary-line-string): Call it when
1153         wl-use-flag-folder-help-echo is non-nil.
1154         (wl-highlight-summary-current-line): Ditto.
1155         (elmo-flag-folder-referrer): Added autoload setting.
1156
1157         * wl-draft.el (wl-draft-kill): Follow the API change.
1158
1159         * Version number is increased to 2.11.14.
1160         
1161 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1164
1165 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * Version number is increased to 2.11.13.
1168
1169 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1170
1171         * wl-draft.el (wl-draft-previous-history-element): Fixed
1172         unbalanced parenthesis and bind unbound local variables.
1173
1174 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1175
1176         * wl-draft.el (wl-draft-previous-history-element): New function.
1177         (wl-draft-next-history-element): Ditto.
1178         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1179         them to M-p and M-n.
1180
1181 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * Version number is increased to 2.11.12.
1184
1185 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-draft.el (wl-draft-hide): Select buffer-window.
1188
1189 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1190
1191         * wl-summary.el (wl-summary-narrow-to-region): New function.
1192         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1193         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1194         (wl-summary-save-region): Use it.
1195         * wl-action.el (wl-summary-collect-numbers-region)
1196         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1197
1198 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1199
1200         * wl-folder.el (wl-folder-count-incorporates): Don't use
1201         `elmo-msgdb-mark-load'
1202
1203         * Version number is increased to 2.11.11.
1204
1205 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1206
1207         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1208         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1209
1210 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1211
1212         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1213
1214 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * Version number is increased to 2.11.10.
1217
1218 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-mime.el (wl-draft-attribute-value): Fixed.
1221
1222 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-util.el (wl-copy-local-variables): New function.
1225
1226         * wl-mime.el (wl-draft-attribute-recipients): New function.
1227         (wl-draft-attribute-envelope-from): Ditto.
1228         (wl-draft-attribute-smtp-posting-server): Ditto.
1229         (wl-draft-attribute-smtp-posting-port): Ditto.
1230         (wl-draft-attribute-value): Ditto.
1231         (wl-draft-preview-message): Use it to get value for
1232         attributes. Reflect result of `wl-draft-config'.
1233
1234         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1235         and call `wl-summary-mark-as-read' before to call
1236         `wl-summary-unset-mark'.
1237         (wl-summary-target-mark-mark-as-unread): Likewise.
1238         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1239
1240 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1241
1242         * wl-mime.el (wl-draft-preview-message): Use actual value for
1243         attributes; Fix for small window.
1244
1245 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-refile.el (wl-refile-get-field-value): Call
1248         `elmo-message-entity-field' with 3rd argument is non-nil.
1249
1250 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-vars.el (wl-draft-preview-attributes): New user option.
1253         (wl-draft-preview-attributes-list): Ditto.
1254         (wl-draft-preview-attributes-buffer-lines): Ditto.
1255         (wl-draft-preview-attributes-buffer-name): Ditto.
1256
1257         * wl-mime.el (wl-draft-preview-message): Display attributes.
1258
1259 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-summary.el (wl-summary-detect-mark-position): Bind
1262         wl-summary-flag-priority-list to '(new).
1263
1264 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1267         funtion.
1268         (wl-highlight-summary-line-string): Use it.
1269         (wl-highlight-summary-current-line): Ditto.
1270
1271 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1274         line even when the mark string is not changed.
1275
1276         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1277         argument change in the wl-summary-create-line.
1278         (wl-thread-insert-entity-sub): Ditto.
1279
1280         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1281         argument change in the wl-summary-create-line.
1282         (wl-summary-insert-sequential): Ditto.
1283         (wl-summary-update-thread): Ditto.
1284         (wl-summary-persistent-mark-string): New inline function.
1285         (wl-summary-message-mark): Use it.
1286         (wl-summary-create-line): Abolish argument wl-persistent-mark
1287         and added wl-flags, wl-cached.
1288
1289         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1290         mark to flags.
1291         (wl-highlight-summary-current-line): Decide the face not by the 
1292         persistent mark but flags.
1293
1294 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1297         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1298         wl-summary-read-uncached-mark): Revive.
1299         (wl-summary-answered-cached-mark,
1300         wl-summary-answered-uncached-mark): New user option.
1301         (wl-summary-score-marks): Follow the change above.
1302         (wl-summary-auto-refile-skip-marks): Ditto.
1303         (wl-summary-incorporate-marks): Ditto.
1304         (wl-summary-expire-reserve-marks): Ditto.
1305         (wl-summary-flag-priority-list): New user option.
1306
1307         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1308         changes.
1309         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1310         of elmo-message-mark.
1311         (wl-summary-mark-as-read-internal): Ditto.
1312         (wl-summary-mark-as-answered): Ditto.
1313         (wl-summary-mark-as-important): Ditto.
1314         (wl-summary-redisplay-internal): Ditto.
1315         (wl-summary-redisplay-no-mime-internal): Ditto.
1316         (wl-summary-message-mark): New function.
1317         (wl-summary-insert-sequential): Use wl-summary-message-mark
1318         instead of elmo-message-mark.
1319         (wl-summary-update-thread): Ditto.
1320         (wl-summary-persistent-mark): Ditto.
1321         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1322         instead of elmo-message-mark.
1323
1324         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1325         wl-summary-message-mark instead of elmo-message-mark.
1326         (wl-thread-insert-entity-sub): Ditto.
1327         (wl-thread-get-children-msgs-uncached): Ditto.
1328
1329         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1330         variable name changes.
1331         (wl-highlight-summary-current-line): Ditto.
1332
1333         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1334         wl-summary-message-mark instead of elmo-message-mark.
1335
1336         * wl-expire.el (wl-expire-message-p): Ditto.
1337
1338         * wl-score.el (wl-score-headers): Ditto.
1339
1340         * Version number is increased to 2.11.9.
1341
1342         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1343         (wl-summary-sync-update): Follow the change above.
1344         (wl-summary-switch-to-clone-buffer): Ditto.
1345         (wl-summary-open-folder): Ditto.
1346
1347 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1348
1349         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1350         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1351
1352         * Version number is increased to 2.11.8.
1353
1354         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1355
1356         * wl-expire.el (wl-expire-refile): Follow the API change on
1357         `elmo-folder-move-messages'.
1358         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1359
1360         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1361         (wl-summary-exec-action-refile): Ditto.
1362         (wl-summary-exec-action-copy): Ditto.
1363         (wl-summary-no-auto-refile-message-p): No use
1364         `wl-summary-buffer-msgdb'.
1365         (wl-summary-auto-refile): Ditto.
1366
1367 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1370
1371 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1372
1373         * wl-summary.el (wl-summary-sync): Treat no-sync.
1374
1375         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1376         (wl-default-sync-range): Ditto.
1377
1378 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1379
1380         * wl-refile.el (wl-refile-subject-learn): Call
1381         `elmo-message-entity-field' with 3rd argument is non-nil.
1382         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1383         instead of `elmo-msgdb-overview-entity-get-subject'.
1384
1385 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1386
1387         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1388         scan-type is rescan.
1389         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1390         new optional argument force is non-nil.
1391         (wl-summary-save-view-cache): Call it with force argument non-nil.
1392
1393         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1394
1395 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-action.el (wl-summary-print-argument): Fixed last change.
1398
1399 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1400
1401         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1402         simplified.
1403         (wl-summary-target-mark-mark-as-unread): Likewise.
1404         (wl-summary-target-mark-mark-as-important): Likewise.
1405
1406 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1407
1408         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1409         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1410         (wl-summary-mark-as-important-region): Change accordingly.
1411         (wl-summary-target-mark-mark-as-important): Ditto.
1412
1413 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1416
1417         * wl-action.el (wl-summary-print-argument): Print argument to
1418         right side of window if `wl-summary-print-argument-within-window'
1419         is non-nil.
1420
1421 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1422
1423         * wl-action.el (wl-summary-set-mark): Use
1424         `wl-summary-message-visible-p' to check visibility of the message
1425         and jump to message only when the message line is visible and have
1426         different number; Call wl-summary-unset-mark with number argument.
1427         (wl-summary-unset-mark): 
1428         Use `wl-summary-message-visible-p'
1429         to check visibility of the message and jump to message only when
1430         the message line is visible and have different number;
1431
1432 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1433
1434         * Version number is increased to 2.11.7.
1435
1436         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1437         and wl-folder-summary-line-format.
1438
1439         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1440         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1441         (wl-summary-set-score-mark): Use it.
1442         (wl-summary-target-mark-mark-as-read): Ditto.
1443         (wl-summary-target-mark-mark-as-unread): Ditto.
1444         (wl-summary-target-mark-mark-as-important): Ditto.
1445         (wl-summary-target-mark-msgs): Simplified.
1446         (wl-summary-detect-mark-position): Fixed problem when
1447         summary-line-format no contain persisten/temp mark spec.
1448         (wl-summary-temp-mark): Ditto.
1449         (wl-summary-persistent-mark): Ditto.
1450         (wl-summary-update-persistent-mark): Ditto.
1451
1452         * wl-action.el (wl-summary-set-mark): Ditto.
1453         (wl-summary-unset-mark): Ditto.
1454         All other related portions are changed.
1455
1456 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1457
1458         * Version number is increased to 2.11.6.
1459
1460 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1461
1462         * wl-util.el (wl-current-message-buffer): Define as function;
1463         Don't use the value of wl-messge-buffer.
1464
1465         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1466         persistent mark.
1467
1468         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1469         no current message, cause an error.
1470
1471 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * wl-summary.el (wl-summary-set-message-modified): Use
1474         elmo-folder-set-message-modified instead of
1475         elmo-folder-set-message-modified-internal.
1476
1477 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1478
1479         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1480         interactively.
1481         (wl-summary-sync): nokill->entirely.
1482         (wl-summary-sync-marks): Fixed message.
1483         (wl-summary-input-range): Added mark, nokill->entirely.
1484
1485         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1486         messages as read.
1487
1488 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1489
1490         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1491         update-noscore.
1492         (wl-summary-sync): Follow the change above.
1493
1494 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1495
1496         * wl-action.el (wl-summary-target-mark-all): Use
1497         elmo-folder-list-messages.
1498
1499 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1500
1501         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1502         (wl-summary-rescan): Set wl-summary-scored as nil.
1503         (wl-summary-sync-force-update): Follow the change above.
1504         (wl-summary-sync): Ditto.
1505         (wl-summary-sync-update): Added argument disable-killed.
1506         (wl-summary-insert-headers): Set visible-only argument for
1507         elmo-folder-list-messages.
1508         (wl-summary-input-range): Added update-nokill, update-noscore,
1509         all-nokill, all-noscore and mark.
1510
1511         * Version number is increased to 2.11.5.
1512
1513         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1514
1515 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1518         (wl-summary-prefetch-region-no-mark): Change accordingly.
1519         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1520
1521 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-address.el (wl-complete-field-to): Abolished.
1524         (wl-complete-address): Completion function for completing-read.
1525         * wl-action.el (wl-summary-get-resend-address): Use it.
1526
1527         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1528         wl-summary-update-mark and abolish unused argument.
1529         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1530         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1531         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1532         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1533         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1534         * wl-draft.el (wl-draft-kill): Ditto.
1535
1536         * wl-summary.el: Remove unused binding of case-fold-search.
1537         (wl-summary-replace-status-marks): Abolished.
1538
1539 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1540
1541         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1542         is specified or folder length is zero.
1543
1544 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1547         (wl-folder-archive-current-entity): Ditto.
1548
1549 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1550
1551         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1552         retrieving message mark.
1553         (wl-summary-redisplay-internal): Ditto.
1554
1555         * wl-message.el (wl-message-buffer-display): Ignore errors while
1556         retrieving message-id field.
1557
1558         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1559         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1560         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1561         order of the arguments for `wl-expire-message-p'.
1562         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1563
1564         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1565         Check return value of wl-summary-reply.
1566         (wl-summary-reply): Recover window configuration when an error occured.
1567
1568 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1569
1570         * wl-summary.el (wl-summary-resend-message): Abolished, the
1571         feature is inherited by wl-summary-resend (put resend mark).
1572
1573 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1576         wl-message-buffer to nil when the message is hide.
1577
1578 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * .cvsignore: New file.
1581
1582 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1583
1584         * wl-action.el (wl-summary-action-docstring): Add more info.
1585         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1586         duplicate definition.
1587         (wl-summary-define-mark-action): Functions wl-summary-*-region
1588         keep current position.
1589         (wl-summary-unregister-target-mark): Store result to the variable.
1590
1591 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1592
1593         * Version number is increased to 2.11.4.
1594
1595 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1596
1597         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1598         wl-summary-delete-all-temp-marks.
1599         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1600
1601         * wl-action.el (wl-summary-set-mark): Changed terminology
1602         refile-destination -> action-argument.
1603         (wl-summary-unset-mark): Ditto.
1604         (wl-summary-remove-argument): Ditto.
1605         (wl-summary-print-argument): Ditto.
1606
1607         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1608         (wl-thread-remove-argument-region): Ditto.
1609         (wl-thread-print-argument-region): Ditto.
1610         (wl-thread-close): Ditto.
1611         (wl-thread-open): Ditto.
1612
1613         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1614         (wl-highlight-refile-destination-face is abolished)
1615         (wl-highlight-action-argument-string): Ditto.
1616         (wl-highlight-summary-current-line): Highlight action argument.
1617
1618         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1619         color for light backgrounds.
1620         (wl-highlight-summary-answered-face): Ditto.
1621
1622 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1625
1626         * wl-score.el (wl-summary-score-update-all-lines): Use
1627         wl-summary-set-mark.
1628         (wl-summary-score-update-all-lines): Kill expunged messages.
1629
1630         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1631
1632 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1633
1634         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1635         directly.
1636         (wl-score-overview-entity-get-lines): Ditto.
1637         (wl-score-overview-entity-get-xref): Ditto.
1638         (wl-score-get-latest-msgs): Ditto.
1639         (wl-summary-rescore): Ditto.
1640
1641         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1642         to "&".
1643         (wl-summary-mark-as-answered-internal): New inline function.
1644         (wl-summary-mark-as-answered): New function.
1645         (wl-summary-mark-as-unanswered): Ditto.
1646         (wl-summary-sync-marks): Modified for answered-mark synching.
1647
1648 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-action.el (wl-summary-set-mark): Fixed last change.
1651
1652 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1653
1654         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1655         behavior of wl-summary-unread-message-hook
1656         (Pointed out by akira yamada <akira@arika.org>).
1657
1658 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1659
1660         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1661         wl-summary-delete.
1662         * wl-xmas.el (wl-summary-toolbar): Ditto.
1663
1664         * wl-action.el (wl-summary-set-mark): Don't override current
1665         temp-mark.
1666
1667         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1668
1669 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1670
1671         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1672         (wl-refile-msgid-learn): Ditto.
1673         (wl-refile-get-field-value): Ditto.
1674
1675         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1676
1677         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1678         (wl-expire-delete-reserved-messages): Renamed from
1679         wl-expire-reserve-marked-msgs-from-list.
1680         (wl-expire-delete): Removed argument `msgdb'.
1681         (wl-expire-refile): Ditto.
1682         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1683         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1684         mark-alist as argument.
1685         (wl-expire-archive-number1): Removed argument `msgdb'.
1686         (wl-expire-archive-number2): Ditto.
1687         (wl-expire-archive-date): Ditto.
1688         (wl-expire-localdir-date): Ditto.
1689         (wl-expire-hide): Ditto.
1690         (wl-archive-number1): Ditto.
1691         (wl-archive-number2): Ditto.
1692         (wl-archive-date): Ditto.
1693         (wl-archive-folder): Ditto.
1694         All other related portions are changed.
1695
1696 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1699         mean move up and down. (suggested by Takashi Kawachi)
1700
1701 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1702
1703         * wl-acap.el (toplevel): Don't require un-define.
1704
1705 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1706
1707         * wl-thread.el (wl-thread-delete-message): Always update
1708         wl-summary-buffer-number-list.
1709
1710         * wl-action.el (wl-summary-print-destination): 
1711         Do nothing when folder is nil.
1712
1713 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1716         persistent mark when prefetch is succeeded.
1717
1718 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1719
1720         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1721         instead of elmo-msgdb-delete-msgs.
1722         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1723         (wl-expire-hide): Ditto.
1724
1725         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1726
1727         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1728         elmo-msgdb interface.
1729         (wl-thread-get-exist-children): Likewise.
1730         (wl-thread-insert-message): Likewise.
1731         (wl-thread-msg-mark-as-important): Likewise.
1732         (wl-thread-insert-entity-sub): Likewise.
1733         (wl-thread-get-children-msgs-uncached): Likewise.
1734
1735         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1736         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1737         (wl-summary-sync-update): Likewise.
1738         (wl-summary-auto-select-msg-p): Likewise.
1739         (wl-summary-update-thread): Likewise.
1740         (wl-summary-mark-as-important): Likewise.
1741         (wl-summary-jump-to-msg-internal): Likewise.
1742         (wl-summary-redisplay-internal): Likewise.
1743         (wl-summary-print-message-with-ps-print): Likewise.
1744         (wl-summary-folder-info-update): Likewise.
1745
1746         * wl-folder.el (wl-folder-check-one-entity):
1747         elmo-folder-count-flags instead of wl-summary-count-unread.
1748
1749         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1750
1751         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1752
1753         * wl-summary.el (wl-summary-set-message-modified): 
1754         Call wl-summary-set-mark-modified.
1755         (wl-summary-delete-messages-on-buffer): Call
1756         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1757         (wl-summary-sync-update): Call elmo-folder-length instead of
1758         elmo-folder-messages.
1759         (wl-summary-insert-headers): Don't call
1760         elmo-folder-list-message-entities.
1761
1762 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * wl-action.el (wl-summary-define-mark-action): Call
1765         `wl-summary-set-mark' with argument `data'.
1766         (wl-summary-auto-refile): Fixed order of arguments when call
1767         `wl-summary-refile'.
1768
1769 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1770
1771         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1772
1773         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1774
1775         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1776         (Renamed from wl-highlight-summary-deleted-face).
1777         (wl-highlight-summary-resend-face): New face.
1778
1779         (wl-highlight-summary-deleted-face): Renamed from
1780         wl-highlight-summary-erased-face.
1781
1782         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1783
1784         * wl-action.el (wl-summary-get-resend-address): New function.
1785         (wl-summary-exec-action-resend): Ditto.
1786         (wl-summary-exec-action-resend-subr): Ditto.
1787
1788         * w-thread.el (wl-thread-copy): Removed definition.
1789         (wl-thread-refile): Ditto.
1790         (wl-thread-delete): Ditto.
1791         (wl-thread-target-mark): Ditto.
1792
1793         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1794         (wl-summary-target-mark-set-action): Fixed.
1795         (wl-summary-define-mark-action): Fixed quotation.
1796         (wl-summary-move-mark-list-messages): Display message.
1797         (wl-summary-define-mark-action): Define thread functions.
1798         (wl-summary-exec-action-refile): Changed message.
1799         (wl-summary-exec): Ditto.
1800
1801 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1802         
1803         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1804         '%%'.
1805
1806 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1807
1808         * wl.el (toplevel): Require wl-action.
1809         (wl-init): Call wl-summary-define-mark-action.
1810
1811         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1812
1813         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1814         wl-summary-delete and wl-summary-erase.
1815         (wl-summary-mode-map): Ditto.
1816
1817         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1818         wl-delete-folder-alist.
1819
1820         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1821         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1822         (toplevel): Moved mark & action related functions to the wl-action.el.
1823
1824         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1825         in wl-summary-mark-action-list.
1826         (wl-highlight-summary-current-line): Ditto.
1827
1828         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1829         empty lines.
1830
1831         * wl-action.el: New file. 
1832
1833 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-summary.el (wl-summary-target-mark-replace): New function.
1836         (wl-summary-target-mark-prefetch): Use it.
1837         (wl-summary-target-mark-delete): Ditto.
1838         (toplevel): Rearranged definition order.
1839         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1840         (wl-summary-target-mark-erase): Rewrite.
1841         (wl-summary-erase-region): New function.
1842         (wl-summary-exec-action-erase): Changed message.
1843         (wl-summary-move-mark-list-messages): New function.
1844         (wl-summary-exec-action-delete): Use it.
1845         (wl-summary-exec-action-erase): Ditto.
1846
1847         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1848         (wl-summary-skip-mark-list): Added "d".
1849
1850         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1851         while searching.
1852
1853         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1854         and define using defcustom;
1855         Define 4th element as a face.
1856         
1857         * wl-summary.el (wl-summary-incorporate): Use 
1858         `wl-summary-prefetch-region-no-mark' instead of
1859         `wl-summary-prefetch-region'.
1860         (wl-summary-prefetch-region-no-mark): Revival of old
1861         `wl-summary-prefetch-region'.
1862         (wl-summary-mark-action-list): Moved to wl-vars.el
1863
1864         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1865         face according to the `wl-summary-mark-action-list'.
1866         (wl-highlight-summary-current-line): Ditto;
1867         Removed destination highlighting.
1868
1869         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1870         (wl-highlight-summary-line-string): Highlight for "i" mark.
1871         (wl-highlight-summary-current-line): Ditto.
1872
1873         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1874         no destination.
1875
1876         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1877         exists, just go ahead.
1878         (wl-summary-prefetch-region): Rewrite.
1879         (wl-summary-prefetch): Ditto.
1880         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1881         (wl-summary-exec-action-prefetch): New function.
1882         (wl-summary-target-mark-prefetch): Rewrite.
1883
1884 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1885
1886         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1887         (wl-highlight-summary-line-string): Added "d" and "D".
1888         (wl-highlight-summary-current-line): Ditto.
1889
1890         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1891         in wl-summary.el.
1892         (wl-thread-insert-entity-sub): Ditto.
1893         (wl-thread-remove-destination-region): Ditto.
1894         (wl-thread-print-destination-region): Ditto.
1895
1896         * wl-summary.el (wl-summary-buffer-refile-list,
1897         wl-summary-buffer-delete-list,
1898         wl-summary-buffer-copy-list): Abolish.
1899         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1900         All other related portions are changed.
1901         (wl-summary-mark-action-list): New variable.
1902         (wl-summary-set-mark): New function.
1903         (wl-summary-register-target-mark): Ditto.
1904         (wl-summary-unregister-target-mark): Ditto.
1905         (wl-summary-have-target-mark-p): Ditto.
1906         (wl-summary-register-temp-mark): Ditto.
1907         (wl-summary-unregister-temp-mark): Ditto.
1908         (wl-summary-registered-temp-mark): Ditto.
1909         (wl-summary-collect-temp-mark): Ditto.
1910         (wl-summary-unset-mark): Ditto.
1911         (wl-summary-set-target-mark): Ditto.
1912         (wl-summary-unset-target-mark): Ditto.
1913         (wl-summary-set-action-generic): Ditto.
1914         (wl-summary-unset-action-generic): Ditto.
1915         (wl-summary-exec-action-delete): Ditto.
1916         (wl-summary-exec-action-erase): Ditto.
1917         (wl-summary-set-action-refile): Ditto.
1918         (wl-summary-set-action-refile-subr): Ditto.
1919         (wl-summary-unset-action-refile): Ditto.
1920         (wl-summary-make-destination-numbers-list): Ditto.
1921         (wl-summary-exec-action-refile): Ditto.
1922         (wl-summary-set-action-copy): Ditto.
1923         (wl-summary-unset-action-copy): Ditto.
1924         (wl-summary-exec-action-copy): Ditto.
1925         (wl-summary-collect-numbers-region): Ditto.
1926         (wl-summary-delete): Rewrite.
1927         (wl-summary-erase): Ditto.
1928         (wl-summary-remove-destination): Ditto.
1929         (wl-summary-exec): Ditto.
1930         (wl-summary-exec-region): Ditto.
1931         (wl-summary-target-mark-erase): Ditto.
1932         (wl-summary-refile): Ditto.
1933         (wl-summary-copy): Ditto.
1934         (wl-summary-unmark): Ditto.
1935         (wl-summary-delete-all-mark): Ditto.
1936         (wl-summary-mark-line): Don't highlight.
1937         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1938         (wl-summary-target-mark-refile-subr): Rewrite.
1939
1940         (wl-summary-copy-prev-destination): Abolish.
1941
1942 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1943
1944         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1945         default values along the value of wl-on-mule.
1946         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1947         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1948         It is not used anywhere.
1949
1950 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1951
1952         * wl-summary.el (wl-summary-print-destination): Keep position.
1953         (wl-summary-cursor-move-surface): Keep horizontal position.
1954
1955 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1956
1957         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1958         write sendlog.
1959
1960 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1963         `wl-summary-highlight'.
1964
1965 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1968         trivial condition for temp-mark.
1969
1970 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1973         when it hits killed buffer.
1974
1975 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1978         * wl-news.el.in: `message' and `error' take format string.
1979
1980 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-folder (wl-folder-insert-entity): Display a message,
1983         `...done', when the work finish.
1984         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1985
1986 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * wl-message.el (wl-message-redisplay): Remove unused local
1989         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1990
1991 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1992
1993         * wl-summary.el (wl-summary-replace-status-marks): Disable
1994         interactive use.
1995         (wl-summary-reedit): Check message existence at first.
1996         (wl-summary-mark-line): Fix doc, return value is indefinite.
1997
1998         * wl-highlight.el (wl-highlight-message): Arranged.
1999
2000         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2001         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2002         check temp-mark by wl-summary-temp-mark always.
2003         (wl-highlight-summary): Change accordingly.
2004         * wl-summary.el (wl-summary-mark-as-read-all)
2005         (wl-summary-delete-cache, wl-summary-set-score-mark)
2006         (wl-summary-mark-as-unread, wl-summary-unmark)
2007         (wl-summary-mark-line, wl-summary-mark-as-read)
2008         (wl-summary-mark-as-important): Ditto.
2009
2010         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2011         end of the window if possible.
2012         * wl-summary.el (wl-summary-sync-update): Support lazy
2013         highlighting.
2014         (wl-summary-toggle-disp-msg): Ditto.
2015
2016 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2017
2018         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2019
2020 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2021
2022         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2023         change.
2024
2025 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2026
2027         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2028         API.
2029         (wl-summary-sync-update): Ditto.
2030
2031         * wl-score.el (wl-score-get-score-alist): Changed argument.
2032         (wl-summary-rescore-msgs): Likewise.
2033         (wl-summary-score-headers): Likewise.
2034         (wl-score-headers): Likewise;
2035         Use elmo-folder-do-each-message-entity, etc.
2036         (wl-summary-score-effect): Follow the changes above.
2037         (wl-summary-rescore): Ditto.
2038         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2039         (wl-score-get-overview): Abolish.
2040
2041         * wl-summary.el (wl-summary-default-from): Follow the API change in
2042         elmo-msgdb.
2043         (wl-summary-count-unread): Ditto.
2044         (wl-summary-detect-mark-position): Ditto.
2045         (wl-summary-overview-entity-compare-by-date): Ditto.
2046         (wl-summary-overview-entity-compare-by-number): Ditto.
2047         (wl-summary-overview-entity-compare-by-from): Ditto.
2048         (wl-summary-overview-entity-compare-by-subject): Ditto.
2049         (wl-summary-get-list-info): Ditto.
2050         (wl-summary-rescan): Ditto.
2051         (wl-summary-jump-to-msg-by-message-id): Ditto.
2052         (wl-summary-sync-update): Ditto; Removed comment.
2053         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2054         (wl-summary-insert-message): Use wl-summary-insert
2055         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2056         (wl-summary-insert-headers): Changed argument overview to folder.
2057         (wl-summary-search-by-subject): Likewise.
2058         (wl-summary-insert-thread): Renamed from 
2059         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2060
2061         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2062         too.
2063
2064         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2065         wl-string-member.
2066
2067 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2068
2069         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2070         elmo-folder-append-buffer.
2071         (wl-draft-queue-append): Likewise.
2072
2073         * wl-mime.el (wl-message-delete-current-part): Ditto.
2074         (wl-summary-burst-subr): Ditto.
2075
2076         * wl-news.el.in (wl-news-send-news): Ditto.
2077
2078 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2081         function.
2082         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2083         (wl-summary-update-mark): Enclose with save-excursion.
2084         (wl-summary-mark-as-read-internal): Fixed last change.
2085         (wl-summary-mark-as-important): Use 3rd argument of
2086         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2087         Don't use elmo-msgdb-set-mark.
2088         (wl-summary-redisplay-internal): If msgdb flag is already read,
2089         just update the mark on buffer.
2090
2091 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092
2093         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2094         cut visible folder when elmo-folder-delete returns non-nil value.
2095
2096 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2099         by Kenichi OKADA <okada@opaopa.org>).
2100
2101 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2104
2105 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2106
2107         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2108         Fixed the last change, search group entity by its real name.
2109         (Thanks to: KOBAYASHI Shinji)
2110
2111 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2114         (wl-fldmgr-access-display-all): Don't refer visible name.
2115         * wl-expire.el (wl-folder-archive-current-entity)
2116         (wl-folder-expire-current-entity): Ditto.
2117         * wl-folder.el (wl-folder-jump-to-current-entity)
2118         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2119         (wl-folder-open-folder-sub,wl-folder-open-all)
2120         (wl-folder-write-current-folder): Ditto.
2121         (wl-folder-insert-entity): Don't use petname for normal group.
2122         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2123         is the real name.
2124         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2125         Abolished.
2126
2127 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2128
2129         * wl-draft.el (wl-draft-create-buffer): Add
2130         `wl-summary-reply-with-citation'
2131
2132 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2133
2134         * wl-draft.el (wl-draft-reply): Fixed.
2135
2136 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2137
2138         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2139         when `wl-draft-send-confirm-with-preview' is non-nil.
2140         You can scroll up/down by j/k.
2141         (wl-draft-send-confirm-with-preview): New variable (default=t).
2142
2143 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2144
2145         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2146         (wl-fldmgr-save-folders): Fix comment.
2147
2148 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2149
2150         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2151         along the last change in `wl-folder-buffer-group-p'.
2152
2153 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2154
2155         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2156         folder.
2157
2158         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2159         the default value.
2160
2161         * wl-mime.el (wl-summary-burst): Update summary only when target
2162         folder equals current folder.
2163
2164 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2165
2166         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2167
2168 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2169
2170         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2171         value.
2172
2173 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2176         `map-extents' instead of `extent-at' repeatedly.
2177         (wl-highlight-folder-current-line): Ditto.
2178
2179         * wl-highlight.el: Remove useless dummy functions.
2180
2181 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2182
2183         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2184         (wl-folder-put-folder-property): New function to put text property.
2185         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2186         (wl-folder-insert-entity, wl-folder-update-diff-line)
2187         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2188         * wl-e21.el, wl-xmas.el, wl-mule.el
2189         (wl-highlight-folder-current-line): Ditto.
2190         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2191         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2192         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2193         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2194
2195 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2196
2197         * Version number is increased to 2.11.3.
2198
2199 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2200
2201         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2202         Resume current-buffer since it is assumed by remaining tasks.
2203
2204 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2205
2206         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2207         (wl-folder-completion-function): Abolished.
2208         (wl-folder-complete-folder): New function.
2209         (wl-folder-complete-filter-condition): Ditto.
2210         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2211         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2212
2213 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2214
2215         * wl-draft.el (wl-draft-send-confirm): New function.
2216         (wl-draft-send): Use it.
2217
2218         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2219         cursor-in-echo-area while confirming.
2220
2221         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2222
2223         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2224         searching via nntp if wl-summary-search-via-nntp is 'force.
2225         Otherwise, invoke searching in nntp folder only.
2226         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2227
2228         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2229         explicitly for mime-make-text-tag.
2230
2231 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2232
2233         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2234         `mime-make-text-tag' instead of `mime-create-tag'.
2235
2236 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2237
2238         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2239         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2240
2241 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2242
2243         * wl-score.el (wl-score-save): Bind print-length and print-level.
2244         (wl-score-pretty-print): Ditto.
2245         (wl-score-edit-insert-header-entry): Ditto.
2246
2247         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2248         "From" entry to be treated with wl-draft-eword-encode-address-list.
2249         * wl-mime.el (wl-draft-preview-message): Ditto.
2250
2251         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2252         (wl-summary-mark-as-unread): Ditto.
2253         (wl-summary-mark-as-read-region): Change accordingly.
2254         (wl-summary-mark-as-unread-region): Ditto.
2255         (wl-summary-target-mark-mark-as-read): Ditto.
2256         (wl-summary-target-mark-mark-as-unread): Ditto.
2257
2258 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2259
2260         * Version number is increased to 2.11.2.
2261
2262 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2263
2264         * wl-news.el.in (wl-news-previous-version-save): Bind
2265         print-length and print-level.
2266         * wl-thread.el (wl-thread-save-entities): Ditto.
2267         (wl-thread-save-top-list): Bind print-length.
2268
2269 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * wl-highlight.el (wl-highlight-summary-line-string): Use
2272         wl-summary-score-below-mark, wl-summary-score-over-mark.
2273         (wl-highlight-summary-current-line): Ditto.
2274
2275 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2276
2277         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2278         insert it.
2279
2280 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2281
2282         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2283
2284 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2285
2286         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2287         message without msgid.
2288         Rewrite with elmo-folder-move-messages.
2289         Set wl-message-buffer to nil.
2290
2291         * wl-summary.el (wl-summary-erase-subr): New function. Use
2292         elmo-folder-move-messages.
2293         (wl-summary-erase): Call it.
2294         (wl-summary-target-mark-erase): Ditto.
2295
2296 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2297
2298         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2299         it is not up-tp-date.
2300
2301 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2302
2303         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2304         buffer after calling `wl-summary-goto-folder-subr' without the
2305         argument `interactive'.
2306         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2307
2308 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2309
2310         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2311         `mime-create-tag'. Use `string=' instead of `looking-at'.
2312
2313 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2314
2315         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2316         to avoid compile warning.
2317
2318         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2319         entity-id when folder is given.
2320         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2321         save-excursion, use save-selected-window instead.
2322         Select folder buffer window if exists.
2323         (To correct behavior with wl-folder-move-cur-folder.)
2324
2325 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2326
2327         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2328
2329 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2330
2331         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2332         list-count instead of %d.
2333
2334 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2335
2336         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2337         (wl-news): Set it.
2338         (wl-news-append-to-folder): Use it.
2339
2340         * wl-news.el.in (wl-news-send-news): Append to specified folder
2341         instead of wl-default-folder.
2342         (wl-news-append-to-folder): Show error message with specified folder.
2343
2344         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2345                 In most major modes, Emacs assumes that any opening
2346                 delimiter found at the left margin is the start of a
2347                 top-level definition, or defun. Therefore, *never put an
2348                 opening delimiter at the left margin unless it should have
2349                 that significance.*
2350
2351         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2352
2353 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2354
2355         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2356
2357 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2358
2359         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2360
2361 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2362
2363         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2364         for sequential numbering case.
2365
2366 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2367
2368         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2369         value.
2370         (wl-draft-reply-without-argument-list): Ditto.
2371         (wl-draft-reply-myself-with-argument-list): Abolish.
2372         (wl-draft-reply-myself-without-argument-list): Ditto.
2373         * wl-draft.el (wl-draft-self-reply-p): New function.
2374         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2375
2376 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2377
2378         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2379         (avoid error for the case without byte-compiling)
2380
2381 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2382
2383         * wl-news.el.in (wl-news-append-to-folder): New function.
2384         (wl-news-exit): Rewrite.
2385         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2386
2387 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2388
2389         * wl-draft.el (wl-draft-reply-position): New function.
2390         (wl-draft-reply-position): Fix.
2391         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2392         (wl-summary-target-mark-reply-with-citation): Ditto.
2393         (wl-summary-reply-with-citation): Ditto.
2394         * wl-vars.el (wl-draft-reply-default-position): New variable.
2395
2396 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2397
2398         * wl-draft.el (wl-draft-send): Preview when interactive send.
2399
2400 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2401
2402         * wl-draft.el (wl-draft-reply): Set default position.
2403         * wl-summary.el (wl-summary-reply): Ditto.
2404         (wl-summary-reply-with-citation): Ditto.
2405         (wl-summary-target-mark-reply-with-citation): Ditto.
2406
2407 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2408
2409         * wl-news.el.in (wl-news-lang): Set default value according to
2410         current-language-environment.
2411         (wl-news-append-news): Do nothing when news-list is nil.
2412
2413 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2414
2415         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2416         (wl-news): Change message.
2417         (wl-news-exit): Check buffer.
2418         (wl-news-force-exit): New function.
2419         (wl-news-show-all): New function.
2420         (wl-news-discard-and-exit): Fix.
2421
2422 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2423
2424         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2425         according to current-language-environment.
2426
2427         * wl-news.el.in (wl-news): If arg, show all NEWS after
2428         wl-news-default-previous-version.
2429
2430 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2431
2432         * wl-news.el.in (wl-news-check): Rewritten.
2433         (wl-news-previous-version-load): Change data type.
2434         (wl-news-previous-version-save): Change data type.
2435         (wl-news-append-news): Add return value.
2436         (wl-news-check-news): New function.
2437         (wl-news-already-current-p): New function.
2438         (wl-news-send-news): Rewritten.
2439         (wl-news-mode-map): Add new keybind.
2440         (wl-news): Rewritten.
2441         (wl-news-exit): Rewritten.
2442         (wl-news-discard-and-mail): New function.
2443         (wl-news-send-to-address): Abolished.
2444         * wl.el (wl-init): Delete a message.
2445
2446 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2447
2448         * wl-news.el.in (wl-news-exit): Update previous version.
2449         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2450
2451 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2452
2453         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2454
2455 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2456
2457         * wl-news.el.in (wl-news): New function.
2458         (wl-news-mode): New function.
2459         (wl-news-next-line): New function.
2460         (wl-news-next-page): New function.
2461         (wl-news-exit): New function.
2462         (wl-news-buf-name): New variable.
2463         (wl-news-mode-map): New variable.
2464         (wl-news-winconf): New variable.
2465         (wl-news-append-news): Add an option.
2466
2467 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2468
2469         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2470
2471 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2472
2473         * wl-news.el.in (wl-news-send-to-address): New variable.
2474         (wl-news-send-news): Use it.
2475         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2476         Return updating status.
2477         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2478
2479 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2480
2481         * wl-news.el.in (wl-news-send-news): Delete
2482         Organization and X-Face.
2483
2484 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2485
2486         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2487         (wl-news-append-news): New function.
2488         (wl-news-send-news): New function.
2489
2490 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2491
2492         * Version number is increased to 2.11.1.
2493
2494 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2495
2496         * wl-news.el.in : New file.
2497
2498 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2499
2500         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2501         default value.
2502         (wl-draft-reply-without-argument-list): Ditto.
2503
2504 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2505
2506         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2507         (wl-message-buffer-prefetch-idle-time): Ditto.
2508         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2509
2510 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2511
2512         * wl-thread.el (wl-thread-insert-message): Use
2513         wl-summary-max-thread-depth.
2514
2515         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2516         loop detection.
2517
2518         * wl-message.el (wl-message-buffer-display): Back to the first page
2519         when cache is hit.
2520
2521 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2524
2525         * wl-summary.el (wl-summary-insert-thread-entity):
2526         If the thread depth is reached to wl-summary-max-thread-depth,
2527         divide the thread.
2528
2529 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2530
2531         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2532         for elmo-remove-passwd.
2533
2534 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2535
2536         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2537         folder is sticky.
2538         (wl-folder-mark-as-read-all-entity): Ditto.
2539         (wl-folder-prefetch-entity): Ditto.
2540
2541 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2542
2543         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2544
2545 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2546
2547         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2548         Delete messages on buffer for unplugged operation.
2549         (wl-summary-erase): Ditto.
2550
2551 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2552
2553         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2554         take nil so as not to search parent by subject.
2555
2556 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2557
2558         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2559         (wl-folder-get-next-folder): Ditto.
2560         (wl-folder-get-path): Ditto.
2561
2562 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2563
2564         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2565         system and encode the region with it before verifying.
2566
2567 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2568
2569         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2570         system of the echo buffer before decoding.
2571
2572 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2575         original contents.
2576
2577 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2578
2579         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2580         with argument 'any-exists.
2581
2582 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2583
2584         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2585         Use `wl-cs-autoconv'.
2586
2587 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2588
2589         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2590         by `mime-view-automatic-conversion'.
2591
2592         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2593         (wl-message-verify-pgp-nonmime): Ditto.
2594         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2595         Bind them to C-c:d and C-c:v respectively.
2596
2597         Merge following code by Teranishi-san from [wl-en:00167].
2598         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2599         (wl-mime-preview-application/pgp-encrypted): Ditto.
2600         (wl-mime-setup): Add entry.
2601
2602 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2603
2604         * wl-summary.el (wl-summary-target-mark-erase): New function.
2605         Bind it to "mD".
2606
2607 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-vars.el (wl-draft-write-file-function): Fix.
2610         (wl-draft-reedit-hook): Changed default value.
2611
2612         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2613         wl-draft-reedit-hook.
2614         (wl-draft-remove-text-plain-tag): New function.
2615         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2616
2617         * wl-vars.el (wl-draft-write-file-function): New user option.
2618
2619         * wl-draft.el (wl-draft-prepare-edit): Use it for
2620         local-write-file-hooks.
2621         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2622
2623         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2624         (wl-draft-insert-mail-header-separator): Return the body beginning
2625         point.
2626         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2627         text/plain.
2628         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2629
2630 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2631
2632         * wl-summary.el (wl-summary-erase): New function to erase message
2633         without moving it to trash. Bind to "D".
2634
2635         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2636         as `keep' unless switch-function.
2637
2638 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2639
2640         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2641         message buffer by using `wl-summary-toggle-disp-msg'.
2642         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2643         buffer window.
2644         (wl-summary-supresedes-message): Ditto.
2645
2646         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2647         Do not delete other windows.
2648         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2649         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2650         (wl-draft-create-buffer): Set reply-or-forward also for target
2651         mark commands.
2652
2653 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-draft.el (wl-user-agent-compose): Delete special case for
2656         switch-to-buffer-other-window.
2657
2658         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2659         (wl-summary-forward): Ditto.
2660
2661         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2662         function.
2663         (wl-draft-buffer-style): New use option.
2664
2665         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2666         (wl-draft): Follow the change above.
2667         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2668         wl-draft-buffer-style.
2669         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2670         switch-function.
2671
2672 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-draft.el (wl-user-agent-compose): Delete special case for
2675         switch-to-buffer-other-window.
2676
2677         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2678         (wl-summary-forward): Ditto.
2679
2680         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2681         function.
2682         (wl-draft-buffer-style): New use option.
2683
2684         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2685         (wl-draft): Follow the change above.
2686         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2687         wl-draft-buffer-style.
2688         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2689         switch-function.
2690
2691 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2692
2693         * wl-address.el (wl-address-make-completion-entry): Extracted from
2694         `wl-address-make-completion-list'.
2695         (wl-address-enable-strict-loading): New variable.
2696         (wl-address-make-completion-list): Revive petname duplication
2697         inquiry, and enable it if `wl-address-enable-strict-loading'.
2698         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2699
2700 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-message.el (wl-message-get-original-buffer): Avoid
2703         'Selecting deleted buffer' error when original buffer is killed.
2704
2705 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-summary.el (wl-summary-next-message): Use
2708         elmo-message-accessible-p instead of elmo-message-cached-p.
2709
2710 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2711
2712         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2713
2714         * wl-thread.el (wl-thread-open-all-unread): Use
2715         elmo-folder-list-flagged instead of
2716         elmo-folder-list-messages-mark-match.
2717
2718         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2719         instead of elmo-folder-list-messages-mark-match.
2720         (wl-summary-move-spec-alist): New variable.
2721         (wl-summary-move-spec-plugged-alist,
2722         wl-summary-move-spec-unplugged-alist): Abolish.
2723         (wl-summary-next-message): Follow the change above.
2724         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2725         with 'no-msg' argument.
2726
2727         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2728         variable.
2729         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2730         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2731         (wl-message-buffer-prefetch-get-next): Follow the change above.
2732
2733 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-version.el (wl-version): Changed codename.
2736
2737         * Version number is increased to 2.11.0.
2738
2739 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2742         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2743         `wl-draft-config-variables'.
2744         (wl-draft-kill): Fixed problem when the draft is reedit.
2745
2746 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2747
2748         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2749         buffer-modified status (Thanks to
2750         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2751
2752 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2753
2754         * wl-util.el (wl-region-exists-p): New function.
2755
2756         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2757         Remove defvars for byte-compile warnings.
2758
2759 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2760
2761         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2762         defvar-maybe. Removed unused bind.
2763
2764 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2765
2766         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2767         summary buffer window before creating new frame.
2768         (wl-draft-reply): Ditto.
2769
2770 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771
2772         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2773
2774 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2775
2776         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2777
2778 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2781         instead of `kill-region'.
2782
2783 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2786         (wl-highlight-summary-line-string): Use it.
2787         (wl-highlight-summary-current-line): Ditto.
2788
2789         * wl-mime.el (wl-message-delete-current-part): Check the class of
2790         mime-entity.
2791
2792         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2793
2794         * wl-summary.el (wl-summary-make-number-list): Initialize.
2795         (wl-summary-update-mark): New function.
2796         (wl-summary-reply): Put `answered' mark on the message.
2797         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2798
2799         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2800         (wl-draft-reply): Added optional argument `number';
2801         Set wl-draft-parent-number.
2802         (wl-draft-kill): Delete answered mark if it is a reply.
2803
2804 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2805
2806         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2807         that originates in mime-preview-follow-current-entity.
2808         (wl-draft-yank-current-message-entity): Use it if region is active.
2809
2810         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2811         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2812         `wl-message-delete-current-part'.
2813         * wl-mule.el (wl-message-define-keymap): Ditto.
2814         * wl-xmas.el (wl-message-define-keymap): Ditto.
2815
2816 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2817
2818         * wl-mime.el (wl-message-delete-current-part): New function.
2819         (wl-mime-node-id-to-string): Ditto.
2820
2821         * wl-mime.el (wl-message-delete-current-part): Use existing
2822         original buffer which corresponds current mime-view buffer.
2823         (fetched buffer might have different structure, possibly)
2824
2825         * wl-mime.el (wl-message-delete-current-part): Quit if the
2826         message content differs from the actual message.
2827
2828 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2831         order.
2832         (wl-summary-search-by-subject): Search parent message from tail;
2833         Check the existence of the parent message on the current thread tree.
2834         (wl-summary-update-thread): Check whether the line is inserted.
2835
2836 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2837
2838         * wl-vars.el (wl-summary-line-format): Undo last change.
2839         * wl-summary.el (wl-summary-print-destination): Do not put
2840         invisible property when `wl-summary-width' is nil.
2841         (wl-summary-line-subject-minimum-length): Abolished.
2842         (wl-summary-line-subject): Ditto.
2843
2844 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2845
2846         * wl-vars.el (wl-summary-line-format): Change default value.
2847         (wl-summary-subject-length-limit): Abolished.
2848         * wl-summary.el (wl-summary-line-subject): Ditto.
2849
2850 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * wl-template.el (wl-template-select): Added optional argument.
2853         If optional argument is specified, reverse
2854         `wl-template-visible-select'.
2855
2856 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2857
2858         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2859         Take prefix argument to force asking the destination folder.
2860
2861 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2864         count and update status.
2865
2866 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-summary.el (wl-summary-redisplay-internal): If
2869         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2870         after fetching.
2871
2872 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2873
2874         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2875         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2876
2877         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2878
2879 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2882         (All other related portions are changed).
2883         (wl-summary-mark-as-read-all): Rewrite.
2884
2885 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2888         `wl-summary-mark-as-read'.
2889         (wl-summary-mark-as-unread): Rewrite.
2890         (wl-summary-mark-as-read): Added no-modeline argument.
2891         (wl-summary-resume-cache-status): Rewrite.
2892         (wl-summary-exec-subr): Remove unused local variable.
2893
2894 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2895
2896         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2897         logic to call `wl-summary-buffer-prev-folder-function'.
2898         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2899
2900 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2901
2902         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2903         is nil.
2904
2905 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2906
2907         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2908         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2909         (wl-mime-setup): Add its entry.
2910
2911 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2914         (wl-summary-delete-cache): Likewise.
2915         (wl-summary-mark-as-read): Rewrite.
2916
2917 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2918
2919         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2920         `wl-summary-count-unread'.
2921
2922         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2923
2924         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2925
2926 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2927
2928         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2929         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2930         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2931         Renamed to the elmo-msgdb-*-mark.
2932         (wl-summary-score-marks): Follow the change above.
2933         (wl-summary-auto-refile-skip-marks): Ditto.
2934         (wl-summary-incorporate-marks): Ditto.
2935         (wl-summary-expire-reserve-marks): Ditto.
2936
2937         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2938         changes.
2939         (wl-thread-insert-top): Changed updating message.
2940
2941         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2942         variable.
2943         (wl-summary-count-unread): Count answered marks.
2944         (wl-summary-rescan): Call wl-summary-insert-message instead of
2945         wl-summary-append-message-func-internal.
2946         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2947         (wl-summary-prefetch-msg): Follow the variable name changes.
2948         (wl-summary-prefetch-region): Ditto.
2949         (wl-summary-mark-as-read-all): Follow the API changes;
2950         Don't call elmo-folder-replace-marks.
2951         (wl-summary-delete-cache): Follow the variable name changes.
2952         (wl-summary-resume-cache-status): Ditto.
2953         (wl-summary-update-status-marks): New function.
2954         (wl-summary-insert-message): New function.
2955         (wl-summary-sync-marks): Follow the variable name changes.
2956         (wl-summary-sync-update): Synchronize to the msgdb, too;
2957         Changed update messages.
2958         (wl-summary-make-number-list): Rewrite.
2959         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2960         (wl-summary-mark-as-unread): Follow the API changes.
2961         (wl-summary-exec-subr): Follow the variable name changes.
2962         (wl-summary-mark-as-read): Ditto.
2963         (wl-summary-move-spec-plugged-alist): Ditto.
2964         (wl-summary-move-spec-unplugged-alist): Ditto.
2965         (wl-summary-cursor-move-surface): Ditto.
2966
2967         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2968         variable name changes.
2969         (wl-highlight-summary-current-line): Ditto.
2970
2971         * wl-expire.el (wl-expire-refile): Follow the API change in
2972         elmo-folder-move-messages.
2973         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2974         (wl-summary-archive): Use elmo-folder-msgdb instead of
2975         elmo-msgdb-load.
2976
2977 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2978
2979         * wl-mime.el (wl-draft-preview-message): Restore the position
2980         before evaluating wl-draft-send-hook in preview buffer.
2981
2982 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2983
2984         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2985         when it creates new draft buffer.
2986
2987         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2988         without argument.
2989
2990         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2991         Evaluate content and if the value is string, insert it.
2992         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2993         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2994         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2995         wl-draft-config-sub-part-bottom): Use it.
2996
2997         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2998         with the folder name. The question was unintelligible when it is
2999         called from wl-save-status.
3000
3001 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3002
3003         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3004         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3005         cannot take second argument).
3006
3007 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3008
3009         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3010         as t. Since type and subtype are not case sensitive (RFC 2045).
3011
3012 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3013
3014         * wl-vars.el (wl-message-mode-line-format): New variable.
3015         (wl-message-mode-line-format-spec-alist): Ditto.
3016         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3017         (wl-message-redisplay): Use wl-message-mode-line-format.
3018
3019 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3020
3021         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3022
3023 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * wl-summary.el (wl-summary-default-from): Write description.
3026
3027 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3028
3029         * wl-vars.el (wl-ldap-objectclass): Abolish.
3030
3031         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3032         (wl-ldap-make-filter): Removed condition for objectclass.
3033         (wl-ldap-make-matched-value-list): Remove meaningless process.
3034         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3035         (wl-address-ldap-search): Don't add `*' to `pat' string;
3036         use ignore-errors; added `email';
3037         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3038         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3039         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3040
3041
3042 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3043
3044         * wl-draft.el (wl-draft-parent-folder): Write description.
3045         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3046
3047 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3048
3049         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3050         as "" (zero-length string) if no parent.
3051         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3052
3053 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3054
3055         * wl-address.el (wl-address-make-completion-list): Skip duplication
3056         checking.
3057         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3058         `append'.
3059
3060 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3061
3062         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3063         instead of `beginning-of-buffer'.
3064
3065 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3068
3069 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3072         Refer wl-message-buffer-name.
3073         (wl-message-wheel-down): Ditto.
3074
3075 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3076
3077         * wl-vars.el (wl-message-buffer-name): New user option.
3078
3079         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3080         directly instead of making alist dinamically.
3081
3082         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3083         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3084         wl-message-buffer-cache-name.
3085         (wl-message-buffer-cache-clean-up): Ditto.
3086
3087         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3088
3089         * Version number is increased to 2.9.15.
3090
3091 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-vars.el (wl-summary-default-view-alist): New user option.
3094
3095         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3096
3097         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3098         while deleting address.
3099         (wl-draft-delete-myself-from-cc): Ditto.
3100
3101         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3102         If optional argument is specified, reverse sort order.
3103
3104         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3105
3106 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3107
3108         * wl-thread.el (wl-thread-insert-message): Return parent number if
3109         exists.
3110         (wl-thread-update-indent-string-region): Use
3111         wl-thread-update-line-on-buffer-sub instead of
3112         wl-thread-update-line-on-buffer.
3113
3114 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3115
3116         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3117         (wl-folder-close-all): Ditto.
3118
3119 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3120
3121         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3122         and mailing-list:.
3123         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3124         value.
3125         (wl-summary-line-list-info): Print mailing-list name even when 
3126         list-number is empty.
3127
3128 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3131
3132         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3133         (wl-draft-open-file): Ditto.
3134         (wl-draft-random-alphabet): Ditto.
3135
3136         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3137         bindings.
3138
3139 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3142         * wl-vars.el (wl-draft-config-alist): Ditto.
3143
3144 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * Version number is increased to 2.9.14.
3147
3148         * wl.el (wl): Don't set wl-init as nil when error occured while
3149         auto-checking folders.
3150
3151         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3152         `elmo-expand-newtext'.
3153
3154 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3155
3156         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3157         `this-command' so that `wl-folder-goto-folder' contained in
3158         `wl-summary-keep-cursor-command' work.
3159
3160 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3161
3162         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3163         message buffer displaying state.
3164
3165 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3166
3167         * wl-vars.el (wl-summary-default-view): New variable to specify
3168         default value for `wl-summary-buffer-view' instead of using
3169         set-default.
3170         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3171
3172 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3173
3174         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3175
3176         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3177
3178 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3179
3180         * wl-vars.el (wl-forward-subject-prefix): New variable.
3181         * wl-draft.el (wl-draft-forward): Use it.
3182
3183 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3184
3185         * wl-message.el (wl-message-prev-page): When it is called without
3186         lines argument, scroll down by wl-message-scroll-amount lines.
3187         (wl-message-next-page): Ditto.
3188         * wl-vars.el (wl-message-scroll-amount): Change default value
3189         to preserve current behavior.
3190
3191 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3192
3193         * wl-summary.el (wl-summary-prefetch-msg): Bind
3194         `wl-message-entity' to call `wl-summary-from-function'.
3195
3196 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3197
3198         * wl-message.el (wl-message-buffer-create): Run
3199         wl-message-buffer-created-hook.
3200
3201 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-sort-specs): New variable.
3204         (wl-summary-default-sort-spec): Ditto.
3205         (wl-summary-sort): Rewrite.
3206         (wl-summary-sort-by-list-info): New function.
3207
3208 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3209
3210         * wl-summary.el (wl-summary-get-list-info): New function.
3211         (wl-summary-sort): Rewrite.
3212         (wl-summary-line-list-info): Ditto.
3213         (wl-summary-line-list-count): Ditto.
3214         (wl-summary-refile-region): Fixed docstring.
3215
3216 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3219         `wl-folder-entity-hashtb' as completion table.
3220
3221 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3224         only when this command is called interactively; silence the byte-
3225         compiler.
3226
3227 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3228
3229         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3230         active in XEmacs.
3231
3232 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3233
3234         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3235         plural lines.
3236
3237 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3238
3239         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3240         of current line when the cursor is on the header name.
3241         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3242
3243 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3244
3245         * wl-util.el (wl-read-directory-name): Return displayed directory
3246         as the default value also on XEmacs.
3247
3248 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3251         formatting.
3252
3253 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3256         argument and when it is non-nil, check face property before
3257         highlighting for each line.
3258         (wl-highlight-summary-window): Set it.
3259
3260 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3263         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3264
3265         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3266         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3267         (wl-draft-get-fcc-list): Likewise.
3268
3269 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3272         (wl-thread-entity-cur): Ditto.
3273         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3274         wl-thread-indent-regexp setting.
3275         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3276
3277         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3278         wl-summary-lazy-highlight.
3279         (wl-summary-display-bottom): Ditto.
3280
3281         * wl-thread.el (wl-thread-open-close): Likewise.
3282
3283         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3284         from and subject;
3285         Bind wl-draft-use-frame;
3286         Enclose with save-window-excursion;
3287         Use wl-draft-create-buffer instead of with-temp-buffer;
3288         Use wl-draft-prepare-edit;
3289         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3290         Use wl-draft-send instead of wl-draft-raw-send.
3291
3292 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3293
3294         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3295         of using wl-from.
3296
3297 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3300         insert-buffer instead of clone-buffer.
3301         (wl-draft-doing-mime-bcc): New variable.
3302         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3303         infinite loop.
3304         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3305
3306         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3307         (wl-draft-mime-bcc-body): Ditto.
3308
3309         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3310         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3311         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3312         wl-draft-do-mime-bcc.
3313         (wl-draft-mime-bcc-field): New function.
3314         (wl-draft-do-mime-bcc): Ditto.
3315
3316         * wl-address.el (wl-address-complete-header-list): New variable.
3317         (wl-address-complete-header-regexp): Changed default value.
3318
3319         * Version number is increased to 2.9.13.
3320
3321 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3322
3323         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3324         it is differed.
3325
3326 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3329         (wl-summary-line-list-count): Ditto.
3330
3331 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3332
3333         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3334         (wl-nntp-posting-function): New variable.
3335         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3336         `wl-nntp-posting-config-alist'.
3337
3338 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3339
3340         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3341         FLIM.
3342
3343 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3344
3345         * wl-summary.el (wl-summary-target-mark-refile-sub):
3346         Remove a nuisance funcall.
3347
3348 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3351         as t for `try-completion'.
3352
3353 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-summary.el (wl-summary-default-from): Use
3356         wl-address-header-extract-address instead of
3357         std11-extract-address-components.
3358         (wl-summary-simple-from): Ditto.
3359         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3360         (wl-summary-insert-headers): Show message.
3361         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3362         for whole line.
3363         (wl-summary-default-from): Revert last change.
3364         (wl-summary-simple-from): Ditto.
3365         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3366         (wl-summary-mark-as-read-region): Follow the change above.
3367         (wl-summary-sync-marks): Ditto.
3368         (wl-summary-target-mark-mark-as-read): Ditto.
3369         (wl-summary-redisplay-internal): Ditto.
3370         (wl-summary-redisplay-no-mime-internal): Ditto.
3371         (wl-summary-redisplay-all-header): Ditto.
3372         (wl-summary-mark-as-read): Removed argument `cached';
3373         Use current cache status to set cache mark.
3374         (wl-summary-redisplay-internal): Follow the change above.
3375         (wl-summary-redisplay-no-mime-internal): Ditto.
3376         (wl-summary-redisplay-all-header): Ditto.
3377
3378         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3379
3380         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3381         Don't call itself recursively (Adviced by Yamaoka-san).
3382
3383 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3384
3385         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3386         bind wl-summary-highlight as nil to avoid error caused by missing
3387         local variables.
3388
3389 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3390
3391         * wl-vars.el (wl-invalid-character-message): New user option.
3392
3393         * wl-util.el (wl-set-string-width): If truncated string-width is
3394         larger than specified width, use `wl-invalid-character-message'.
3395
3396 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3397
3398         * wl-summary.el (wl-summary-prefetch-msg): 
3399         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3400
3401 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * wl-vars.el (wl-summary-check-line-format): New user option.
3404         (wl-summary-line-format-file): Ditto.
3405
3406         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3407         variable.
3408         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3409         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3410         and `wl-summary-view-old-p' to check whether do a rescan or not.
3411         (wl-summary-view-old-p): New function.
3412         (wl-summary-line-format-changed-p): Ditto.
3413         (wl-summary-line-format-save): Ditto.
3414         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3415
3416         * wl-util.el (wl-set-string-width): Avoid using negative number
3417         for make-string.
3418
3419 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3420
3421         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3422         return value.
3423
3424         * wl-util.el (wl-set-string-width): Added optional argument
3425         `padding' (All other related portions are changed).
3426         (wl-line-parse-format): If the first letter of column number is
3427         `0', zero-padding the result (ex: "%05l").
3428
3429         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3430
3431 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3432
3433         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3434         sequential summary view.
3435
3436 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3439         if it doesn't have a -unix version.
3440
3441 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3442
3443         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3444
3445 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3446
3447         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3448         content.
3449         (wl-draft): Follow the change above.
3450
3451         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3452
3453         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3454         and wl-folder-summary-line-format-alist contain %T and %P.
3455
3456         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3457         (wl-summary-mode-line-format): New user option.
3458         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3459         (wl-summary-line-format): Changed default value.
3460         (wl-summary-lazy-highlight): Changed default value.
3461
3462         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3463         change in wl-summary-create-line.
3464         (wl-thread-insert-entity-sub): Ditto.
3465
3466         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3467         (wl-summary-buffer-unread-status): Ditto.
3468         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3469         (wl-summary-buffer-persistent-mark-column): Ditto.
3470         (wl-summary-buffer-mode-line-formatter): Ditto.
3471         (wl-summary-buffer-mode-line): Ditto.
3472         (wl-summary-message-regexp): Abolished.
3473         (All other related portions are changed.)
3474         (wl-summary-detect-mark-position): New function.
3475         (wl-summary-buffer-set-folder): Setup
3476         wl-summary-buffer-mode-line-formatter.
3477         (wl-summary-mode): Setup selective-display;
3478         Setup pre-idle-hook when xemacs.
3479         (wl-summary-update-modeline): Rewrite.
3480         (wl-summary-jump-to-msg): Define as function;
3481         Changed regexp for searching messages.
3482         (wl-summary-message-number): Rewrite.
3483         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3484         Do rescan when old type summary cache.
3485         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3486         (wl-summary-remove-destination): Use '\r' to detect EOL.
3487         (wl-summary-print-destination): Ditto.
3488         (wl-summary-temp-mark): New inline function.
3489         (wl-summary-persistent-mark): Ditto.
3490         (wl-summary-line-number): New function.
3491         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3492         (wl-summary-line-list-count): New function.
3493         (wl-summary-create-line): Added argument persistent-mark.
3494         (All other related portions are changed)
3495         (wl-summary-create-line): Insert '\r'.
3496         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3497         (wl-summary-cursor-move-surface): New inline function.
3498         (wl-summary-prev): Use it.
3499         (wl-summary-next): Ditto.
3500
3501         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3502         wl-summary-message-regexp.
3503         (wl-highlight-summary): Delete progress message.
3504         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3505
3506         * Version number is increased to 2.9.12.
3507
3508 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3511         variable (nil: no minimum).
3512         (wl-summary-line-subject): Add some spaces after subject by
3513         wl-summary-line-subject-minimum-length.
3514
3515 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3516
3517         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3518         and removed `F'.
3519         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3520         change above).
3521
3522 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3523
3524         * wl-summary.el (wl-summary-line-list-count): Reverted.
3525         (example setting in samples/*/dot.wl is also updated)
3526
3527 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3530
3531         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3532
3533         * wl-vars.el (wl-summary-line-format): Addes some description to the
3534         docstring.
3535
3536         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3537         (wl-summary-line-close-bracket): Ditto.
3538         (wl-summary-line-children-number): Ditto.
3539         (wl-summary-line-thread-indent): Ditto.
3540         (wl-summary-line-children-and-from): Ditto.
3541
3542         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3543         't', 'c', 'F' and added 'C'.
3544
3545         * wl-util.el (wl-set-string-width): Accept negative value.
3546         (wl-line-parse-format): Added "%number(" and "%)".
3547
3548 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3549
3550         * wl-summary.el (wl-summary-line-list-count): Change format of the
3551         return value.
3552
3553 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3554
3555         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3556         from the recent message.el.
3557         (wl-draft-point-in-header-p): Ditto.
3558         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3559         wl-draft-beginning-of-line.
3560         * wl-e21.el (wl-draft-mode-map): Ditto.
3561         * wl-xmas.el (wl-draft-mode-map): Ditto.
3562
3563         * wl-folder.el: Sort macrodefs by dependencies.
3564
3565 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3566
3567         * wl-summary.el (wl-summary-prev): Fixed regexp.
3568         (wl-summary-next): Ditto.
3569
3570 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3571
3572         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3573
3574 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3575
3576         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3577         for backward compatibility.
3578
3579 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3580
3581         * wl-summary.el (wl-summary-line-list-count): New function, merged
3582         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3583         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3584         list counts.
3585
3586 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-summary.el (wl-summary-create-line): Ignore errors while
3589         timezone-fix-time.
3590
3591         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3592
3593         * wl-summary.el (wl-summary-sync-update): Ditto.
3594         (wl-summary-default-from): Use wl-message-entity
3595         instead of entity.
3596
3597         * wl-summary.el (wl-summary-create-line): Fix.
3598
3599         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3600         (wl-summary-line-format): New user option.
3601         (wl-folder-summary-line-format-alist): Ditto.
3602         (wl-summary-from-width): Abolished.
3603
3604         * wl-util.el (toplevel): Require 'bytecomp.
3605         (wl-line-parse-format): New function.
3606         (wl-line-formatter-setup): New macro.
3607
3608         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3609         (wl-summary-buffer-line-formatter): New buffer local variable.
3610         (wl-summary-switch-to-clone-buffer): Follow the change above.
3611         (wl-summary-message-regexp): Fix.
3612         (wl-summary-from-func-internal): Abolished.
3613         (wl-summary-subject-func-internal): Ditto.
3614         (wl-summary-subject-filter-func-internal): Ditto.
3615         (All other related portions are changed.)
3616         (wl-summary-buffer-set-folder):
3617         Set up wl-summary-buffer-number-column and 
3618         wl-summary-buffer-line-formatter
3619         (All other related portions are changed.)
3620         (wl-summary-buffer-number-column-detect): Abolished.
3621         (All other related portions are changed.)
3622         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3623         (wl-summary-delete-all-temp-marks-on-buffer): Use
3624         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3625         (wl-summary-target-mark-delete): Ditto.
3626         (wl-summary-target-mark-refile-subr): Ditto.
3627         (wl-summary-target-mark-mark-as-read): Ditto.
3628         (wl-summary-target-mark-mark-as-unread): Ditto.
3629         (wl-summary-target-mark-mark-as-important): Ditto.
3630         (wl-summary-target-mark-save): Ditto.
3631         (wl-summary-replace-status-marks): Renamed from
3632         wl-summary-set-status-marks-on-buffer;
3633         Use wl-summary-message-regexp instead of
3634         wl-summary-buffer-number-regexp.
3635         (wl-summary-sync-update): Follow the change above.
3636         (wl-summary-goto-previous-message-beginning): New function.
3637         (wl-summary-mark-as-unread): Use it.
3638         (wl-summary-mark-as-important): Ditto.
3639         (wl-summary-line-formatter): New variable.
3640         (wl-summary-line-year): New function.
3641         (wl-summary-line-day): Ditto.
3642         (wl-summary-line-day-of-week): Ditto.
3643         (wl-summary-line-hour): Ditto.
3644         (wl-summary-line-minute): Ditto.
3645         (wl-summary-line-open-bracket): Ditto.
3646         (wl-summary-line-close-bracket): Ditto.
3647         (wl-summary-line-children-number): Ditto.
3648         (wl-summary-line-thread-indent): Ditto.
3649         (wl-summary-line-size): Ditto.
3650         (wl-summary-line-subject): Ditto.
3651         (wl-summary-line-from): Ditto.
3652         (wl-summary-line-children-and-from): Ditto.
3653         (wl-summary-create-line): Rewritten.
3654         (wl-summary-format-date): Abolished.
3655
3656         * wl-highlight.el (wl-highlight-summary-current-line): Use
3657         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3658         Use thread structure to detect thread top message.
3659
3660         * wl-draft.el (wl-default-draft-cite): Don't use
3661         wl-summary-from-func-internal.
3662
3663         * wl-refile.el (wl-refile-subject-learn): Don't use
3664         wl-summary-subject-filter-func-internal.
3665         (wl-refile-guess-by-subject): Ditto.
3666
3667         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3668         parameters.
3669
3670         * wl-thread.el (wl-thread-update-indent-string-region):
3671         Use wl-thread-update-line-on-buffer instead of
3672         wl-thread-update-indent-string.
3673         (wl-thread-update-children-number): Redefine using
3674         wl-thread-update-line-on-buffer.
3675         (wl-thread-update-indent-string): Abolished.
3676
3677         * Version number is increased to 2.9.11.
3678
3679 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3680
3681         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3682         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3683         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3684
3685         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3686         as nil.
3687
3688         * wl-thread.el (wl-thread-open-all-unread): Use 
3689         elmo-folder-list-messages-mark-match.
3690         (wl-thread-insert-message): Removed argument `mark-alist'.
3691         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3692         elmo-msgdb-set-mark.
3693         (wl-thread-get-children-msgs-uncached): Likewise.
3694         (wl-thread-get-exist-children): Added argument include-self.
3695         (wl-thread-delete-message): Follow the change above.
3696
3697         * wl-summary.el (wl-summary-count-unread): Removed argument.
3698         (wl-summary-rescan): Follow the change above.
3699         (wl-summary-mark-as-read-region): Ditto
3700         (wl-summary-mark-as-unread-region): Ditto.
3701         (wl-summary-delete-messages-on-buffer): Ditto.
3702         (wl-summary-sync-update): Ditto.
3703         (wl-summary-switch-to-clone-buffer): Ditto.
3704         (wl-summary-goto-folder-subr): Ditto.
3705         (wl-summary-target-mark-mark-as-read): Ditto.
3706         (wl-summary-target-mark-mark-as-unread): Ditto.
3707         (wl-summary-target-mark-mark-as-important): Ditto.
3708         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3709         (wl-summary-update-thread): Removed argument `mark-alist'.
3710         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3711         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3712         (wl-summary-resume-cache-status): Likewise.
3713         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3714         elmo-msgdb-set-mark.
3715         (wl-summary-mark-as-read-all): Likewise.
3716         (wl-summary-delete-cache): Ditto.
3717         (wl-summary-auto-select-msg-p): Ditto.
3718         (wl-summary-mark-as-unread): Ditto.
3719         (wl-summary-no-auto-refile-message-p): Ditto.
3720         (wl-summary-mark-as-read): Ditto.
3721         (wl-summary-mark-as-important): Ditto.
3722         (wl-summary-auto-refile): Follow the change above.
3723         (wl-summary-delete-all-marks): Removed.
3724         (wl-summary-resume-marks-and-highlight): Ditto.
3725         (wl-summary-resume-marks): Ditto.
3726         (wl-summary-delete-important-msgs-from-list): Ditto.
3727         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3728
3729         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3730         wl-summary-count-unread.
3731
3732         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3733         (wl-summary-score-update-all-lines): Use
3734         elmo-msgdb-set-mark.
3735
3736 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3737
3738         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3739         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3740         (wl-summary-create-line): Renamed from
3741         wl-summary-overview-create-summary-line;
3742         Argument rearrangement.
3743         (wl-summary-update-thread): Follow the change above.
3744
3745         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3746         (wl-thread-insert-entity-sub): Likewise.
3747
3748         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3749         argument `overview', `mark-alist' and added `msgdb'.
3750
3751         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3752
3753         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3754         (wl-summary-rescan): Follow the change above.
3755         (wl-summary-sync-update): Ditto.
3756         (wl-summary-insert-thread-entity): Ditto;
3757         Don't use `let*' in every while loop;
3758         Detect infinite loop of threads.
3759         (wl-summary-update-thread): Removed argument `overview'.
3760
3761         * wl-thread.el (wl-thread-insert-message): Ditto.
3762
3763         * Version number is increased to 2.9.10.
3764
3765         * wl-message.el (wl-message-redisplay): Ignore errors while
3766         wl-message-redisplay-hook.
3767
3768 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3769
3770         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3771
3772 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl.el (wl): inhibit-quit while wl-folder.
3775
3776 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3777
3778         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3779         while msgdb access.
3780
3781 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3782
3783         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3784         even if no folder is not created.
3785
3786 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3787
3788         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3789
3790         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3791         implementation.
3792         (wl-summary-target-mark-thread): Ditto.
3793
3794         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3795
3796 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3797
3798         * wl-util.el (wl-display-bytes): Remove unused function.
3799
3800 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3801
3802         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3803         seems critical one (partially reverse the change in 2002/03/17).
3804
3805 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3806
3807         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3808         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3809
3810 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3811
3812         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3813         is not writable.
3814         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3815         plugged status instead of `'force' as 2nd argument.
3816
3817         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3818         is not creatable.
3819
3820         * Version number is increased to 2.9.9.
3821
3822 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3823
3824         * wl-summary.el (wl-summary-suspend): New function.
3825
3826 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3827
3828         * wl.el (wl): Do not check variables if check is nil.
3829         * wl-utils.el (wl-collect-draft): New function.
3830         * wl-folder.el (wl-folder-suspend): Put summary buffers
3831         and draft buffers at the end of buffer list.
3832         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3833
3834 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3835
3836         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3837         loop instead of recursive call.
3838
3839         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3840         2nd argument.
3841
3842 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-draft.el (wl-draft-create-contents): Don't take neither
3845         (function . args) nor (string . something) any more.
3846
3847         * wl-version.el (wl-generate-user-agent-string): Return string
3848         without header symbol.
3849         * wl-draft.el (wl-draft-default-headers): Use it.
3850
3851         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3852         `wl-draft-insert-ccs' and return field value instead of inserting
3853         the header. Abolish cc argument.
3854         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3855
3856         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3857         rather than one with string car.
3858
3859         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3860         * wl-draft.el (wl-draft-create-contents): Add it after the default
3861         headers.
3862
3863         * wl-draft.el (wl-draft-create-contents): For the case of
3864         (symbol-or-string . function) insert header only when the function
3865         returns string value.
3866
3867 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3868
3869         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3870         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3871
3872 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3873
3874         * wl.el (wl-check-environment): Don't check Message-ID when
3875         `wl-insert-message-id' is nil.
3876         Revive checking if `wl-message-id-domain' contains "@".
3877
3878 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3879
3880         * wl.el (wl-check-environment): Merge examination for "@" at
3881         inappropriate position into the first string-match.
3882
3883         * wl-summary.el (wl-summary-target-mark-print): New function.
3884         (wl-summary-pipe-message-subr): Extracted from
3885         `wl-summary-pipe-message'.
3886         (wl-summary-target-mark-pipe): New function.
3887         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3888         `wl-summary-target-mark-pipe'.
3889
3890 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3891
3892         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3893
3894 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3895
3896         * wl.el (wl-check-environment): Use elmo-warning instead of
3897         error for non-critical ones.
3898         Remove trash folder check.
3899         (wl): Don't ignore error in wl-check-environment.
3900
3901         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3902         check, which is moved from `wl-check-environment'.
3903         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3904
3905 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3908         guess anything, call wl-summary-write.
3909         (wl-summary-write): Create draft with blank To field.
3910         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3911
3912 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3913
3914         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3915         argument full as well for wl-folder-write-current-folder.
3916         If wl-*-write-current-folder cannot guess addressee, add blank
3917         To header.
3918         Rewrite condition for positioning cursor.
3919
3920 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3921
3922         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3923         summary buffer is present, use it.
3924         (wl-folder-jump-to-previous-summary): Ditto.
3925
3926 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3927
3928         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3929
3930         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3931         wl-summary-previous-buffer and wl-summary-next-buffer.
3932
3933         * wl-folder.el (wl-folder-mode-map): Bind
3934         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3935         (wl-folder-jump-to-next-summary): New function.
3936         (wl-folder-jump-to-previous-summary): Ditto.
3937
3938         * wl-draft.el (wl-draft): Rearranged.
3939
3940 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3941
3942         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3943         of header.
3944         (wl-draft): Collect arguments for the header as header-alist.
3945         (wl-draft-forward): Arrange arguments for wl-draft.
3946         (wl-draft-reply): Ditto.
3947         (wl-draft-edit-string): Ditto.
3948         * wl-summary.el (wl-summary-write): Ditto.
3949         (wl-summary-write-current-folder): Ditto.
3950
3951         * Version number is increased to 2.9.8.
3952
3953 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3956
3957         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3958
3959         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3960         even if the guess failed.
3961
3962         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3963         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3964         wl-summary-write-current-folder.
3965         * wl-xmas.el: Ditto.
3966
3967 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-summary.el (wl-summary-next-page): Force display message if
3970         message is not displayed yet.
3971         (wl-summary-prev-page): Ditto.
3972
3973 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3974
3975         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3976
3977 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3978
3979         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3980         add "Preview Message" and "Save Draft and Exit".
3981
3982 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3985         if addrmgr is called from draft in splitted window.
3986
3987         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3988         * wl-mule.el: Ditto.
3989         * wl-xmas.el: Ditto.
3990
3991 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3992
3993         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3994
3995         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3996         * wl-xmas.el (wl-folder-toolbar): Ditto.
3997
3998 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3999
4000         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4001         and wl-draft-save-and-exit.
4002         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4003         * wl-xmas.el: Ditto.
4004         * wl-mule.el: Ditto.
4005
4006         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4007         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4008
4009 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4010
4011         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4012         lists for saving buffer.
4013
4014 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4017         parent-folder argument instead of it.
4018         (wl-draft-create-buffer): Ditto.
4019         (wl-draft-forward): Ditto.
4020         (wl-draft-reply): Ditto.
4021         * wl-summary.el (wl-summary-write): Ditto.
4022         (wl-summary-write-current-folder): Ditto.
4023
4024         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4025         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4026         Folder buffer after composing.
4027
4028 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4031         header if the file `wl-x-face-file' already contains it.
4032
4033 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4034
4035         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4036         folder" entry.
4037         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4038         * wl-e21.el (wl-folder-toolbar): Ditto.
4039         * wl-xmas.el (wl-folder-toolbar): Ditto.
4040
4041 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4044         wl-folder-goto-folder with sticky argument.
4045         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4046
4047 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4050         and wl-summary-previous-buffer.
4051         (wl-summary-next-buffer): New function.
4052         (wl-summary-previous-buffer): Ditto.
4053
4054 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4055
4056         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4057         wl-folder-jump-to-current-entity-with-arg.
4058         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4059         `wl-folder-jump-to-current-entity'.
4060         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4061         `wl-summary-goto-folder-sticky'.
4062         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4063         `wl-summary-goto-folder'.
4064         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4065         Unless force-exit, do not clean temp. marks for sticky summary.
4066         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4067
4068 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4071         not entire.
4072
4073 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4076         to `C-x C-s'.
4077         (wl-summary-save-status): New command.
4078         (wl-summary-exit): Don't clean-up temp marks when sticky.
4079         (Applied patch from Nakayama-san [wl: 09548])
4080         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4081         Do nothing when no mark data.
4082         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4083         Call `wl-summary-delete-all-temp-marks' before saving.
4084
4085 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4086
4087         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4088
4089 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl.el (wl-check-environment): Also cause error when (system-name)
4092         returns "localhost.localdomain". (Although it doesn't affect because
4093         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4094
4095 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4096
4097         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4098         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4099
4100         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4101         value.
4102
4103 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4106         Likewise r-cc-list and r-ng-list.
4107
4108 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4109
4110         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4111         only if it is bound as variable.
4112
4113         * wl-mime.el (wl-draft-preview-message): Ditto.
4114
4115 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4116
4117         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4118         needless `goto-char'.
4119
4120         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4121         `wl-summary-redisplay-no-mime-internal' instead of
4122         `wl-summary-redisplay-no-mime'.
4123         (wl-summary-redisplay-no-mime): Changed argument;
4124         Call `wl-summary-redisplay-no-mime-internal'.
4125
4126         * wl-mime.el (wl-draft-preview-message): Bind
4127         `mime-header-encode-method-alist' locally.
4128
4129         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4130         (wl-draft-std11-parse-addresses): Added the first address check.
4131         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4132
4133         * Version number is increased to 2.9.7.
4134
4135 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4136
4137         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4138
4139 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4140
4141         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4142         related to scrollbar support, if there is no such a feature
4143         compiled in.
4144
4145 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4146
4147         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4148         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4149         for prefetch.
4150
4151 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4152
4153         * wl-summary.el (wl-summary-pick): Fix for no match.
4154
4155 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-draft.el (wl-draft-save):
4158         Override `mime-header-encode-method-alist'.
4159
4160 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4161
4162         * wl-folder.el (wl-folder-pick): New function.
4163         Define key as "?".
4164
4165 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4166
4167         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4168         Fix for unplugged.
4169
4170 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4171
4172         * wl-folder.el (wl-folder-virtual): New function.
4173         Define key as "V".
4174
4175 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4176
4177         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4178         multi folder if entity is group.
4179
4180 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4181
4182         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4183         is nil.
4184
4185 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4186
4187         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4188         (wl-summary-target-mark-msgs): Return the number of marked messages.
4189
4190 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4191
4192         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4193         "first:" is specified.
4194
4195 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4196
4197         * wl-vars.el (wl-from): Use return value of function
4198         user-full-name instead of the variable user-full-name since
4199         XEmacs-20.4 doesn't set this variable.
4200
4201 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4202
4203         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4204         call `wl' directly.
4205
4206 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4207
4208         * wl-draft.el (wl-draft-reedit): Removed duplicated
4209         switch-to-buffers.
4210
4211 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * wl.el (wl-other-frame): Removed garbages.
4214
4215 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4218
4219         * wl-xmas.el (wl-draft-key-setup): Ditto.
4220
4221         * wl-mule.el (wl-draft-key-setup): Ditto.
4222
4223         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4224         (wl-draft-reedit): Ditto.
4225         (wl-draft-prepare-edit): Add `wl-draft-save' to
4226         `local-write-file-hooks'.
4227         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4228         (wl-draft-reedit): Set buffer-file-name.
4229         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4230
4231
4232         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4233         call it.
4234         (wl-delete-startup-frame-function): New variable.
4235         (wl-other-frame): New function
4236         (Original was written by Yamaoka san [wl: 09239]).
4237
4238         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4239         if `wl-folder-use-frame'.
4240
4241 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4242
4243         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4244
4245 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4248         New variable.
4249         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4250         (wl-message-buffer-prefetch-get-next): Use them.
4251         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4252
4253 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4256         with unwind-protect.
4257
4258         * wl-draft.el (wl-draft-reedit): Rewrite.
4259         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4260         (wl-draft-save): Insert header separator if it does not exist;
4261         Removed condition-case.
4262
4263         * wl-summary.el (wl-summary-reedit): Revert last change.
4264
4265         * wl-draft.el (wl-draft-save): Rewrite.
4266         (wl-draft-create-buffer): Set buffer-file-name as nil.
4267
4268         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4269
4270         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4271
4272         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4273         nil.
4274
4275 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4276
4277         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4278         If count is nil, do not prefetch.
4279         (wl-message-buffer-prefetch-next): Next.
4280
4281 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4284
4285 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4288         `delete-backward-char'
4289         (wl-draft-prepare-edit): Check major-mode.
4290         (wl-draft-decode-header): Rewrite.
4291         (wl-draft): Fix.
4292
4293 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4294
4295         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4296
4297 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4298
4299         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4300         (wl-message-buffer-prefetch-get-next): Remove size checking.
4301         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4302
4303 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4304
4305         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4306         (wl-draft-default-headers): Fix.
4307
4308 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-draft.el (wl-draft-default-headers): Insert return value of
4311         `wl-generate-mailer-string-function'.
4312
4313 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4314
4315         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4316         (wl-draft-insert-mail-header-separator): Ditto.
4317
4318         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4319         again (Reverted the change on 2002-01-17 by OKADA san).
4320
4321 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4322
4323         * wl-draft.el (wl-draft): Rewrite.
4324         (wl-draft-create-buffer): New function.
4325         (wl-draft-create-contents): Ditto.
4326         (wl-draft-prepare-edit): Ditto.
4327         (wl-draft-decode-header): Ditto.
4328         (wl-draft-decode-body): Ditto.
4329         (wl-draft-check-new-line): Ditto.
4330         (wl-draft-default-headers): Ditto.
4331         (wl-draft-insert-mail-header-separator): Ditto.
4332
4333 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4334
4335         * Version number is increased to 2.9.6.
4336
4337 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4338
4339         * wl-draft.el (wl-draft-delete-field): Optional argument.
4340         (wl-draft-delete-fields): Ditto.
4341
4342 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-message.el (toplevel): Eliminated byte-compile warning.
4345         for `itimer-function', `delete-timer' and `itimer-list'.
4346
4347 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4348
4349         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4350         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4351         `wl-message-buffer-prefetch-threshold'.
4352         * wl-summary.el (wl-summary-redisplay-internal): Remove
4353         the check of `wl-message-buffer-prefetch-depth'.
4354
4355 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4356
4357         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4358         size of article.
4359         (wl-message-buffer-prefetch-subr): Remove size check.
4360
4361 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-vars.el (wl-plugged): Make customizable.
4364
4365 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4366
4367         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4368         (wl-message-buffer-prefetch-set-timer): New function.
4369         (wl-message-buffer-prefetch-get-next): New function.
4370         (wl-message-buffer-prefetch): New function.
4371         (wl-message-buffer-prefetch-next): Rewrite.
4372         (wl-message-buffer-prefetch-subr): Rewrite.
4373         * wl-vars.el (wl-auto-prefetch-first): New variable.
4374         * wl-summary.el (wl-summary-goto-folder-subr): Call
4375         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4376
4377 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4378
4379         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4380         `wl-summary-unread-message-hook'.
4381
4382 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4383
4384         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4385         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4386         if range is `cache-status'.
4387
4388 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4389
4390         * wl-message.el (wl-message-buffer-prefetch-subr):
4391         Improve debug message.
4392
4393 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4394
4395         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4396         `wl-mail-send-pre-hook'.
4397         (wl-draft-send-mail-with-qmail): Ditto.
4398         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4399
4400 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4401
4402         * wl-message.el (wl-message-buffer-prefetch-subr):
4403         Fix for cancel-function-timers bug.
4404         (wl-message-buffer-prefetch-debug): Default value is t.
4405
4406 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4407
4408         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4409         (wl-message-buffer-prefetch-subr): Rewrite.
4410         Rename from `wl-message-buffer-prefetch'.
4411
4412 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4415         (wl-default-draft-cite-decorate-author): Ditto.
4416
4417         * wl-draft.el (wl-draft-cite-function): Removed.
4418         (wl-default-draft-cite-decorate-author): Ditto.
4419
4420 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4423         (wl-default-draft-cite): Do not arrange author name if the value of
4424         `wl-default-draft-cite-decorate-author' is nil.
4425
4426 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4429
4430         * wl-folder.el (wl-folder-check-one-entity): Don't care
4431         `elmo-folder-use-flag-p'.
4432
4433 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4434
4435         * wl-folder (wl-folder-check-one-entity): Fix
4436         problem if unread is nil.
4437
4438 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-address.el (wl-address-make-completion-list): Check whether
4441         the address is a group list.
4442         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4443
4444 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4445
4446         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4447         The number of the messages of new and unread does not count
4448         correctly.
4449
4450         * wl-summary.el (wl-summary-count-unread): Changed to return
4451         `(new . unread)' instead of total.
4452         (wl-summary-sync-update): Follow the change above.
4453
4454         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4455
4456 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-address.el (wl-address-make-completion-list): Do not enclose
4459         address by " <" and ">" if associated realname is "".
4460         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4461         This is against the promblem with group list in .addresses pointed
4462         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4463
4464 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4465
4466         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4467         message is a format control string.
4468         * wl-expire.el (wl-expire-append-log): Ditto.
4469         * wl-mime.el (wl-summary-burst-subr): Ditto.
4470         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4471         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4472
4473 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4474
4475         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4476         wl.el (wl-check-variables): Rename from `wl-check-type'.
4477         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4478         (wl-check-variables-2): New function.
4479         (wl): Call `wl-check-variables-2'.
4480
4481 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4482
4483         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4484         after renaming folder in access group.
4485
4486 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4487
4488         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4489         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4490         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4491         (wl-message-buffer-prefetch): Rewrite.
4492         (wl-message-buffer-prefetch-idle-time): Removed.
4493         * wl-summary.el (wl-summary-redisplay-internal):
4494         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4495         Error check for `wl-message-buffer-prefetch-depht'.
4496
4497 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * Version number is increased to 2.9.5.
4500         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4501
4502 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4503
4504         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4505         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4506         Based on the patch written by
4507         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-draft.el (wl-draft-raw-send): Fix for
4512         `wl-news-send-pre-hook'
4513
4514 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4515
4516         * wl-utils.el (wl-message-id-function): New variable.
4517         * wl-draft.el (wl-draft-insert-required-fields):
4518         Use `wl-message-id-function'.
4519
4520 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4523         * wl-utils.el (wl-draft-make-message-id-string):
4524         Use `wl-from' for domain part of Message-ID
4525         if `wl-message-id-use-wl-from' if non-nil.
4526         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4527
4528 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4529
4530         * wl.el (wl): Call `wl-check-type'
4531         Do not 'condition-case'.
4532
4533 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4534
4535         * wl.el (wl-check-type): New function.
4536         (wl-check-type-variables): New variable.
4537
4538 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4539
4540         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4541
4542 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-draft.el (wl-smtp-password-key): New function.
4545         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4546         (wl-draft-send-mail-with-smtp): Ditto.
4547         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4548
4549 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4550
4551         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4552         * wl-utils.el (wl-unique-id-suffix): Remove.
4553
4554 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4555
4556         * Version number is increased to 2.9.4.
4557
4558 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4559
4560         * wl-utils.el (wl-unique-id-suffix): New variable.
4561         (wl-unique-id): Use `wl-unique-id-suffix'
4562
4563 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4564
4565         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4566         instead of `elmo-msgdb-search'.
4567
4568         * Version number is increased to 2.9.3.
4569
4570 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4571
4572         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4573
4574 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4575
4576         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4577         (wl-draft-dispatch-message): Changed for send-later.
4578         (wl-draft-queue-flush): Ditto.
4579         (wl-draft): Clear `wl-sent-message-queued'.
4580         (wl-draft-reedit): Ditto.
4581         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4582         * wl-vars.el (wl-draft-force-queuing): New variable.
4583         (wl-draft-force-queuing-mail): New variable.
4584         (wl-draft-force-queuing-news): New variable.
4585
4586 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4589         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4590
4591 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4592
4593         * Version number is increased to 2.9.2.
4594
4595 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * wl-draft.el (wl-draft-elide-region): New user command.
4598         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4599
4600         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4601         command `wl-draft-elide-region'.
4602         * wl-mule.el: Ditto.
4603         * wl-xmas.el: Ditto.
4604
4605 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4606
4607         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4608         (wl-biff-check-folder-async): Removed needless let.
4609
4610 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4611
4612         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4613         wl-folder-get-elmo-folder.
4614         (wl-biff-check-folder): Set `biff' argument of
4615         `wl-folder-check-one-entity'.
4616         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4617
4618         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4619         (wl-folder-check-one-entity): Added `biff' argument;
4620         Setup `biff' slot of folder.
4621
4622         * Version number is increased to 2.9.1.
4623
4624 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4625
4626         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4627         comment out and fixed.
4628         (wl-fldmgr-add-completion-subr): Ditto.
4629
4630         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4631         and msgdb.
4632
4633         * wl.el (wl-toggle-plugged): Save summary view.
4634
4635 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4638
4639 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4640
4641         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4642
4643 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4646         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4647         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4648
4649         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4650         if it was failed.
4651         (wl-demo): Disable undo in the demo buffer.
4652
4653 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * wl-version.el (wl-version): Changed codename.
4656
4657         * Version number is increased to 2.9.0.
4658
4659 2001-12-14  Takuo KITAME <kitame@northeye.org>
4660
4661         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4662         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4663         (wl-folder-mark-as-read-all-current-entity): Ditto.
4664
4665 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4666
4667         * wl-vars.el (wl-from-width): Define as obsolete variable.
4668         (wl-subject-length-limit): Ditto.
4669
4670         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4671
4672         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4673         wl-summary-save-view.
4674
4675         * wl.el (wl-save-status): Ditto.
4676         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4677
4678         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4679         (wl-summary-exit): Follow the change above.
4680         (wl-summary-goto-folder-subr): Ditto.
4681
4682         * wl-folder.el (wl-folder-create-subr): Don't use
4683         `elmo-folder-creatable-p'.
4684
4685 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4686
4687         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4688
4689 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4692         rather than bitmap on Emacs 21.
4693         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4694         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4695         for xbm if the new redisplay engine is not available.
4696
4697 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4698
4699         * wl-folder.el (wl-folder-init-hook): New hook.
4700         (wl-folder-init): Run `wl-folder-init-hook'.
4701
4702 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4705
4706 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4707
4708         * wl-acap.el (wl-acap-cache-filename): New variable.
4709         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4710         (wl-acap-init): Use cache if no ACAP server found.
4711
4712 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4713
4714         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4715         `wl-acap-original-msgdb-dir'.
4716
4717         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4718         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4719
4720         * wl-mime.el (wl-mime-save-directory): Renamed from
4721         `wl-mime-save-dir'.
4722
4723 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4726
4727         * wl-demo.el: Require `path-util'.
4728         (wl-demo-bitmap-mule-available-p): New internal variable.
4729         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4730         `module-installed-p' instead.
4731         (wl-demo-insert-image): Use *.img file for a bitmap image.
4732         (wl-demo): Don't call the ascii demo recursively.
4733
4734 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4735
4736         * Version number is increased to 2.7.7.
4737
4738 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * wl.el (wl-exit): Eliminated byte-compile warning.
4741
4742 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4743
4744         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4745         obsolete variable using `elmo-define-obsolete-variable'.
4746         (wl-fetch-confirm-threshold): Ditto.
4747         (wl-cache-prefetch-folder-type-list): Ditto.
4748         (wl-cache-prefetch-folder-list): Ditto.
4749
4750 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4753         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4754         (wl-demo-insert-image): New function.
4755         (wl-demo-insert-text): New function.
4756         (wl-demo-image-type-alist): Redefine as a function.
4757         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4758         (wl-demo-with-temp-file-buffer): Removed.
4759         (wl-logo-xpm): Removed.
4760         (wl-logo-xbm): Removed.
4761         (wl-logo-bitmap): Removed.
4762
4763 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4764
4765         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4766         (wl-expire-localdir-get-folder-function): New user option.
4767         (wl-expire-localdir-get-folder): New function.
4768         (wl-expire-localdir-date): Ditto.
4769
4770 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4771
4772         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4773         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4774         Fixed unread number mismatch when all-unread < unread.
4775
4776 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4779         (wl-fetch-confirm-threshold): Ditto.
4780
4781         * wl-summary.el (wl-summary-confirm-appends): Removed.
4782         (wl-summary-sync-update): Don't refer
4783         `wl-summary-update-confirm-threshold' (It is now abolished).
4784
4785         * wl-message.el (wl-message-display-internal): Don't refer
4786         `wl-fetch-confirm-threshold' (It is now abolished).
4787
4788 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4791
4792 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4795         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4796         Change default value to nil.
4797         (wl-summary-indent-length-limit): The value can be nil, nil means
4798         unlimited.
4799
4800         * wl-summary.el: Don't set limit for indent length if the value of
4801         wl-summary-indent-length-limit is nil.
4802         If the value of wl-summary-width is nil, it means only that the width
4803         of summary is unlimited (nil doesn't mean that the indent length is
4804         unlimited).
4805
4806         * wl-thread.el: Ditto.
4807
4808 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4809
4810         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4811         be nil, nil means never confirm.
4812         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4813
4814 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4817         means unlimited).
4818
4819 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4822         Use `with-temp-buffer'.
4823
4824 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4825
4826         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4827         with new backquote style).
4828         (wl-folder-get-entity-from-buffer): Ditto.
4829
4830 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4831
4832         * wl-version.el (nemacs-version): Eliminated.
4833         (wl-extended-emacs-version2): Ignore nemacs.
4834         (wl-extended-emacs-version3): Ditto.
4835
4836 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4837
4838         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4839         (wl-draft-add-in-reply-to): New variable.
4840         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4841         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4842         (wl-draft-yank-from-mail-reply-buffer): Use
4843         `wl-draft-add-in-reply-to'.
4844         (wl-draft-insert-current-message): Ditto.
4845
4846 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4847
4848         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4849         typo (kill->hide).
4850         (wl-message-buffer-prefetch-folder-type-list): Added elements
4851         `mark' and `cache' instead of `internal'.
4852
4853 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4854
4855         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4856         resume msgdb directory.
4857
4858 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl.el (wl-exit): Call `wl-acap-exit'.
4861
4862         * wl-summary.el (wl-summary-message-string): New function.
4863         (wl-summary-reedit): Use it.
4864         (wl-summary-resend-bounced-mail): Remove needless let.
4865         (wl-summary-supersedes-message): Ditto.
4866         (wl-summary-save): Ditto.
4867
4868         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4869         (wl-acap-init): Set it.
4870         (wl-acap-exit): New function.
4871
4872 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4873
4874         * wl.el (wl-init): Revert (require 'mime-setup). move from
4875         toplevel.
4876
4877 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4878
4879         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4880         local variables.  Add error when guess function return invalid
4881         value.
4882
4883 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4884
4885         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4886         Change local variable name.
4887         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4888         (wl-folder-get-newsgroups): Return nil when non-news folder.
4889         * wl-summary.el (wl-summary-write-current-folder): State through
4890         when guess-list return nil.
4891         (wl-summary-write-current-folder-functions): Fixed docstring.
4892
4893         * wl.el (wl-exit): Changed confirm message.
4894
4895         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4896         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4897
4898         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4899
4900 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4901
4902         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4903         user option (Renamed from wl-cache-prefetch-folder-type-list).
4904         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4905         from wl-cache-prefetch-folder-list).
4906
4907         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4908         Move to wl-vars.el.
4909         (wl-message-buffer-prefetch-p): Changed to enable
4910         `wl-message-buffer-prefetch-folder-list'.
4911
4912         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4913         `ignore-cache'.
4914
4915 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4916
4917         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4918         `part-top' and `part-bottom'.
4919         (wl-draft-config-sub-part-top): New function.
4920         (wl-draft-config-sub-part-bottom): New function.
4921
4922 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4925
4926 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4929
4930 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4933
4934         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4935         (wl-summary-write-current-folder): Ditto.
4936
4937 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-folder.el (wl-folder-get-newsgroups): Use
4940         `elmo-folder-newsgroups'.
4941
4942 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4943
4944         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4945         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4946         `wl-draft-config-sub-header-bottom'.
4947
4948 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4949
4950         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4951         localnews folder.
4952
4953 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-summary.el (wl-summary-mode): Undo last change.
4956
4957         * wl-folder.el (wl-folder-mode): Ditto.
4958
4959 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-summary.el (wl-summary-mode): Locally set
4962         truncate-partial-window-width to nil.
4963         (for XEmacs)
4964
4965         * wl-folder.el (wl-folder-mode): Ditto.
4966
4967 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4968
4969         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4970
4971 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4974         number.
4975
4976         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4977
4978         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4979
4980         * Version number is increased to 2.7.6.
4981
4982 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4985
4986 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4987
4988         * wl-summary.el (wl-summary-sync-update): Enclose network
4989         related portion with `unwind-protect'.
4990
4991 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4992
4993         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4994
4995 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4998         element.
4999         * wl-vars.el (wl-message-body-button-alist): Ditto.
5000
5001         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5002         max match length.
5003         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5004
5005         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5006         for the max match length;
5007         Use 4th element value for the button string regexp group.
5008
5009         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5010         candidate exists, prompt to select.
5011
5012 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5013
5014         * wl-summary.el (wl-summary-jump-to-msg): Search before
5015         calibration point by `beginning-of-line'.
5016
5017 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5018
5019         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5020         for access group.
5021
5022 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-message.el (wl-message-display-internal): Bind
5025         `default-mime-charset'.
5026
5027         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5028
5029         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5030
5031         * Version number is increased to 2.7.5.
5032
5033 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5034
5035         * wl-expire.el (wl-summary-archive): Fixed;
5036         Use `elmo-folder-name-internal'.
5037
5038 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5039
5040         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5041         from `elmo-folder-move-messages' caller.
5042         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5043
5044         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5045         related portions are changed).
5046
5047 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5048
5049         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5050         counter.
5051
5052 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5053
5054         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5055         buffer local and set it to nil.
5056
5057         * wl-message.el (wl-message-redisplay): Ditto.
5058
5059 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5060
5061         * wl-summary.el (wl-summary-mark-as-important): If message is
5062         already cached, set messag as read, otherwise encache and mark as read.
5063
5064 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5065
5066         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5067         point-min.
5068
5069 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5072         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5073         a keymap.
5074
5075 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5078         parent.
5079
5080         * wl-mule.el (wl-message-define-keymap): Ditto.
5081
5082         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5083
5084         * wl-xmas.el (wl-message-display-internal-hook): Define.
5085         (wl-xmas-setup-message-toolbar): Define as function.
5086         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5087         (wl-message-overload-functions): Abolished.
5088         (wl-message-define-keymap): New function.
5089
5090         * wl-vars.el (wl-message-display-internal-hook): New variable.
5091         (wl-message-header-button-alist): New variable (Renamed from
5092         wl-highlight-message-header-button-alist).
5093         (wl-message-body-button-alist): Ditto.
5094
5095         * wl-mule.el (wl-message-define-keymap): New function.
5096         (wl-message-overload-functions): Abolished.
5097
5098         * wl-message.el (wl-message-add-buttons-to-body): New function.
5099         (wl-message-redisplay): Don't call wl-message-overload-functions;
5100         Call wl-message-add-buttons-to-header and
5101         wl-message-add-buttons-to-body.
5102         (wl-message-display-internal): Set keymap argument for
5103         elmo-mime-display-as-is, elmo-mime-message-display;
5104         Run wl-message-display-internal-hook.
5105         (wl-message-refer-article-or-url): Abolished.
5106
5107         * wl-highlight.el (wl-highlight-headers): Don't call
5108         wl-highlight-message-add-buttons-to-header.
5109         (wl-highlight-message-add-buttons-to-header): Abolished.
5110
5111
5112         * wl-e21.el (wl-message-display-internal-hook): Define.
5113         (wl-e21-setup-toolbar): Deleted duplicated binding.
5114         (wl-e21-setup-message-toolbar): Define as function.
5115         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5116         (wl-message-define-keymap): New function.
5117         (wl-message-overload-functions): Abolished.
5118
5119 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5120
5121         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5122         and elmo-folder-close.
5123
5124         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5125
5126 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5127
5128         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5129         boolean value.
5130         * wl-draft.el (wl-draft-do-fcc): Ditto.
5131
5132 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5133
5134         * wl-vars.el (wl-fcc-force-as-read): New variable.
5135         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5136         mark copied message as read.
5137
5138 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5139
5140         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5141
5142 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5143
5144         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5145         `wl-summary-target-above' instead of obsolete variable
5146         `wl-summary-temp-above'.
5147
5148         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5149         instead of `make-obsolete-variable'.
5150         * wl-refile.el (toplevel): Ditto.
5151
5152 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5155         with third argument t.
5156         (wl-draft): Set first argument for wl-plugged-init as t.
5157
5158         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5159         definition.
5160
5161 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5162
5163         * wl-vars.el: Tabify.
5164         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5165
5166         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5167         message.
5168
5169 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5172         and set default to beep.
5173
5174 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-vars.el (wl-draft-truncate-lines): New variable.
5177
5178         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5179         instead of wl-message-truncate-lines for truncate-lines.
5180
5181 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-message.el (wl-message-display-internal): Call
5184         `wl-highlight-message' after `elmo-mime-display-as-is'.
5185
5186         * wl-mime.el (wl-mime-display-text/plain): New function.
5187         (wl-mime-display-header): Ditto.
5188         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5189         body-presentation-method for text/plain;
5190         Register `wl-mime-display-header' as a header-presentation-method;
5191         Don't set up `elmo-message-text-content-inserted-hook' and
5192         `elmo-message-header-inserted-hook'.
5193
5194         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5195         variable.
5196         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5197         as t if flag is 'all-header;
5198         Don't bind `elmo-message-ignored-field-list',
5199         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5200
5201 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5204         for xemacs with non-mule environment.
5205
5206 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5207
5208         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5209         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5210         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5211
5212 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5213
5214         * wl-vars.el (wl-interactive-send): Set default value as t.
5215
5216 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5219         (wl-addrmgr-method-list): Abolished.
5220         (wl-addrmgr-change-method): Follow above change.
5221
5222         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5223
5224 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-vars.el (wl-message-truncate-lines): Change default value
5227         to default-truncate-lines.
5228
5229         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5230
5231 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-vars.el (wl-message-truncate-lines): New variable.
5234
5235         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5236         wl-message-truncate-lines.
5237
5238 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5239
5240         * wl-acap.el (wl-acap-init): Remove period from error message.
5241         (wl-acap-find-acap-service): Remove period from message.
5242
5243 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5244
5245         * wl.el (wl-check-environment): Undo last change.
5246
5247         * wl-vars.el (wl-from): Changed default value.
5248
5249         * wl-util.el (toplevel): Don't require tm-edit.
5250
5251         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5252         `wl-folder-init';
5253         Don't set mark on mail body.
5254         (wl-draft-reedit): Ditto.
5255
5256         * wl-address.el (wl-address-quote-specials): Define as an alias for
5257         elmo-address-quote-specials.
5258
5259 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5262
5263         * wl-vars.el (wl-from): Set default value as nil.
5264         (wl-organization): Set default value as ORGANIZATION environment
5265         variable.
5266
5267         * wl-draft.el (wl-smtp-extension-bind): Check value of
5268         wl-smtp-connection-type.
5269
5270         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5271         error.
5272
5273 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5274
5275         * Version number is increased to 2.7.4.
5276
5277         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5278         arguments from `wl-highlight-x-face-function' caller.
5279         Use x-face-1.3.6.12 or later.
5280
5281 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5282
5283         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5284
5285 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5286
5287         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5288         (wl-fcc): Fix to accept function.
5289         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5290
5291 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5292
5293         * wl-acap.el (toplevel): Added `product-provide' declare.
5294         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5295
5296 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl.el (wl): Changed order of calling `elmo-init'
5299         and `elmo-folder-init'.
5300
5301 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5302
5303         * wl-mime.el (wl-summary-burst): Extract message when content-type
5304         of root entity is not only `multipart' but also `message/rfc822'.
5305         (wl-summary-burst-subr): Ditto.
5306
5307 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-vars.el (toplevel): Require 'custom.
5310         (wl-trash-folder): Added to `wl-setting' group.
5311
5312         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5313         exists.
5314         (wl-addrmgr-draw): Insert empty line when no entry exists.
5315
5316         * wl-mule.el (wl-message-wheel-up): Fixed.
5317         (wl-message-wheel-down): Ditto.
5318
5319 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5320
5321         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5322         config is an anonymous lambda expression.
5323
5324 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5327         when Mule 2 is running.
5328
5329 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5332
5333 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5336         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5337
5338         * wl-address.el (wl-address-specials-regexp): Eliminated.
5339         (wl-address-quote-specials): Rewrite.
5340
5341 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5344         shy-groups for regexp.
5345
5346         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5347         character classes and Perl style shy-groups for regexp.
5348         (wl-highlight-plugged-current-line): Use Posix style character
5349         classes for regexp.
5350         (wl-e21-highlight-folder-by-numbers): Ditto.
5351         (wl-e21-display-image-p): Use `display-images-p' instead of
5352         `display-graphic-p'.
5353         (display-images-p): Make an alias to `display-graphic-p' if it is
5354         not available.  It is for Emacs version prior to 21.0.105.
5355
5356         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5357         `display-graphic-p'.
5358         (wl-demo-image-type-alist): Ditto.
5359         (display-images-p): Make an alias to `display-graphic-p' if it is
5360         not available.  It is for Emacs version prior to 21.0.105.
5361
5362 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5363
5364         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5365         support.
5366         (wl-generate-user-agent-string): Ditto.
5367
5368         * wl-version.el (wl-version): Update docsting.
5369         (wl-version-status): Ditto.
5370
5371 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5372
5373         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5374         21.0.105.  For Emacs 21.0.104 or earlier.
5375
5376 2001-09-03  Takuo KITAME <kitame@northeye.org>
5377
5378         * wl-e21.el (wl-plugged-init-icons): Use
5379         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5380         (wl-biff-init-icons): Ditto.
5381
5382 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5383
5384         * wl-highlight.el (wl-highlight-summary-current-line):
5385         Fixed highlighting refile/copy destination.
5386
5387         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5388         (wl-acap-store): Encode string by wl-acap-coding-system.
5389
5390 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl-acap.el (toplevel): Check and require 'un-define before
5393         'xemacs-ucs;
5394          Added checking for UTF-2000.
5395
5396 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5399         Don't enclose with `eval-and-compile'.
5400
5401         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5402         wl-init is non-nil.
5403
5404         * wl-draft.el (wl-draft): Ditto.
5405
5406         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5407
5408         * wl-acap.el (toplevel): Require 'wl.
5409         (wl-acap-store): Call `elmo-init'.
5410
5411         * wl.el (wl): Changed position of `wl-check-environment'.
5412         (toplevel): Added autoload setting for wl-acap.
5413
5414         * wl-vars.el (wl-setting): New custom group.
5415         (wl-from): Added wl-setting group.
5416         (wl-user-mail-address-list): Ditto.
5417         (wl-organization): Ditto.
5418         (wl-subscribed-mailing-list): Ditto.
5419         (wl-envelope-from): Ditto.
5420         (wl-smtp-posting-user): Ditto.
5421         (wl-smtp-posting-server): Ditto.
5422         (wl-smtp-posting-port): Ditto.
5423         (wl-smtp-authenticate-type): Ditto.
5424         (wl-pop-before-smtp-user): Ditto.
5425         (wl-pop-before-smtp-server): Ditto.
5426         (wl-pop-before-smtp-port): Ditto.
5427         (wl-pop-before-smtp-authenticate-type): Ditto.
5428         (wl-nntp-posting-server): Ditto.
5429         (wl-nntp-posting-user): Ditto.
5430         (wl-nntp-posting-port): Ditto.
5431         (wl-fetch-confirm-threshold): Ditto.
5432         (wl-prefetch-threshold): Ditto.
5433         (wl-thread-insert-opened): Ditto.
5434         (wl-ldap-server): Ditto.
5435         (wl-ldap-port): Ditto.
5436         (wl-ldap-base): Ditto.
5437         (wl-ldap-objectclass): Ditto.
5438         (wl-use-ldap): Ditto.
5439         (wl-draft-config-alist): Ditto.
5440         (wl-draft-config-matchone): Ditto.
5441         (wl-template-alist): Ditto.
5442         (wl-message-sort-field-list): Ditto.
5443         (wl-message-ignored-field-list): Ditto.
5444         (wl-message-visible-field-list): Ditto.
5445         (wl-interactive-send): Ditto.
5446         (wl-summary-move-order): Ditto.
5447         (wl-auto-select-first): Ditto.
5448         (wl-auto-select-next): Ditto.
5449         (wl-interactive-save-folders): Ditto.
5450
5451         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5452         Initialization codes are moved from wl-local-folder-init.
5453         (wl-local-folder-init): Follow the change above.
5454         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5455
5456         * wl-acap.el: New file.
5457
5458         * Version number is increased to 2.7.3.
5459
5460 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5461
5462         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5463
5464 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5465
5466         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5467         (wl-addrmgr-address-entry-list): Ditto.
5468
5469 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-e21.el (wl-draft-mode-map): Removed binding for
5472         `wl-draft-insert-x-face-field'.
5473
5474         * wl-mule.el (wl-draft-mode-map): Ditto.
5475
5476         * wl-xmas.el (wl-draft-mode-map): Ditto.
5477
5478         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5479         (wl-cs-autoconv): Ditto.
5480         (wl-cs-local): Ditto.
5481         (wl-use-scoring): Ditto.
5482         (wl-mime-charset): Ditto.
5483         (wl-folder-check-async): Ditto.
5484
5485         * wl.el (toplevel): Ignore nemacs and tm.
5486         (wl-exit): Ditto.
5487
5488         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5489         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5490         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5491         instead of wl-address-petname-add-or-change.
5492         (wl-summary-edit-addresses-subr): Use wl-address-delete
5493         instead of wl-address-petname-delete.
5494
5495         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5496
5497         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5498         if error occured.
5499
5500         * wl-message.el (require): Remove tm support.
5501
5502         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5503
5504         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5505         (wl-folder-jump-to-current-entity): Ditto.
5506         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5507
5508         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5509         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5510         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5511
5512         * wl-mule.el (wl-draft-key-setup): Ditto.
5513
5514         * wl-xmas.el (wl-draft-key-setup): Ditto.
5515
5516         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5517         (wl-draft-std11-parse-addresses): New function.
5518         (wl-draft-parse-mailbox-list): Use it.
5519         (wl-draft): Ignore nemacs.
5520         (wl-draft-reedit): Ditto.
5521
5522         * wl-addrmgr.el: New file.
5523         (Original is wl-rcpt.el written by
5524         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5525         Thanks Kitamoto-san.)
5526
5527         * wl-address.el (wl-address-make-address-list): Modified parsing
5528         process.
5529         (wl-address-delete): Renamed from `wl-address-petname-delete';
5530         Modify wl-address-list too.
5531         (wl-address-add-or-change): Renamed from
5532         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5533
5534 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5535
5536         * wl-highlight.el (wl-highlight-summary-current-line):
5537           Work with transient-mark-mode
5538
5539 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * Version number is increased to 2.7.2.
5542
5543         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5544         instead of elmo-dop-queue-method.
5545
5546 2001-08-06  SAITO Atsunori <sai@yedo.com>
5547
5548         * wl-vars.el (wl-ldap-objectclass): New user option.
5549
5550         * wl-address.el (wl-ldap-make-filter): Use it.
5551
5552 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5555
5556 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5557
5558         * wl-folder.el (wl-folder): redisplay after folder insertion.
5559
5560         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5561
5562         * wl-summary.el (wl-summary-sync-update):
5563         Change status mark only when new-msgdb exists.
5564         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5565
5566 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-summary.el (wl-summary-open-folder): New function.
5569         (wl-summary-goto-folder-subr): Use it.
5570         (wl-summary-mark-as-important): Fix;
5571         Encache only when no cache exists.
5572
5573 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5576         Use with-current-buffer.
5577
5578 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5579
5580         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5581         before call `get-buffer'. Fixed parenthesis.
5582         (wl-score-get-header-entry): Clear message and help window when
5583         keyboard quit.
5584         (wl-score-edit-insert-header): Ditto.
5585
5586 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5587
5588         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5589         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5590         (wl-default-draft-cite): Fix.
5591
5592         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5593         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5594
5595 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-message.el (wl-message-prev-page): Do same bahavior
5598         as summary when it is called in the message buffer.
5599         (wl-message-next-page): Ditto.
5600
5601 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-summary.el (wl-summary-forward): Use cache if it is not
5604         section cache.
5605
5606 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5609         Removed redundant require of elmo-vars.
5610         (wl-biff-state-indicator-on): Changed default value for
5611         xemacs with non-mule environment.
5612
5613         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5614         wl-message-buffer is nil;
5615         Hide progress bar after moving messages.
5616
5617 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5620         message at cursor point is deleted.
5621
5622 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-vars.el: Changed file coding system to euc-japan.
5625         Added -*-coding:-*- magic to the first line.
5626
5627         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5628         Search parent from the first message.
5629
5630         * Version number is increased to 2.7.1.
5631
5632 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5633
5634         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5635
5636 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5637
5638         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5639         refile/delete execution.
5640
5641         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5642         Fixed docstring.
5643
5644 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5647         do update process;
5648         Don't update marks when update process is interrupted.
5649
5650 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-summary.el (wl-summary-reply): Fixed problem when
5653         wl-draft-use-frame is non-nil.
5654         (wl-summary-forward): Ditto.
5655
5656         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5657         as nil.
5658         (wl-folder-mark-as-read-all-entity): Ditto.
5659         (wl-folder-prefetch-entity): Ditto.
5660
5661         * wl.el (wl): Check environment before wl-init.
5662
5663         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5664         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5665         instead of wl-summary-collect-unread.
5666         (wl-summary-reply): Split message window.
5667
5668 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5671         only if current language environment is japanese,
5672
5673         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5674         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5675         (wl-folder-goto-folder-subr): Ditto.
5676
5677         * wl-draft.el (wl-draft-dispatch-message): Call
5678         `elmo-file-cache-get-path'.
5679
5680 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-summary.el (wl-summary-cursor-move): If return value of
5683         wl-summary-next-message is not number, don't jump.
5684
5685 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * wl-summary.el (wl-summary-buffer-next-message-function): New
5688         variable.
5689         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5690         if it is bound.
5691
5692         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5693         string.
5694
5695         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5696         (wl-plugged-drawing): Ditto.
5697
5698 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5701         process.
5702         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5703         with unwind-protect.
5704
5705         * wl.el (wl-init): Require mime-setup.
5706         (wl-check-environment): Don't require mime-setup.
5707
5708         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5709         instead of elmo-folder-type.
5710
5711         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5712         value as nil.
5713
5714 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * Version number is increased to 2.7.0.
5717
5718         * wl-version.el (wl-version): Changed codename.
5719
5720         * wl-summary.el (wl-summary-delete-cache): Fixed.
5721
5722         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5723         Workaround for net folders.
5724         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5725
5726         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5727         value to nil (According to the patch from
5728         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5729
5730         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5731         of elmo-folder-close.
5732
5733 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5734
5735         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5736         for postfix.
5737
5738 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5739
5740         * wl-summary.el (wl-summary-resend-message): Fixed.
5741
5742         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5743         Call wl-draft with `from' argument if its address is included in
5744         `wl-user-mail-address-list'.
5745         (wl-draft): Added `from' argument.
5746
5747         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5748         non-nil.
5749         (wl): Don't show demo if wl-demo is nil.
5750
5751         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5752         wl-summary-use-frame.
5753
5754         * wl-vars.el (wl-summary-use-frame): New user option.
5755         (wl-folder-use-frame): Changed docstring.
5756
5757         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5758         non-nil.
5759         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5760         wl-summary-use-frame.
5761
5762         * wl-vars.el (wl-folder-use-frame): New user option.
5763
5764         * wl-summary.el (wl-summary-exit): Back to folder frame if
5765         wl-folder-use-frame is non-nil.
5766         (wl-summary-redisplay-internal): Ignore cache if current folder
5767         is draft folder,
5768         (wl-summary-redisplay-no-mime): Ditto.
5769         (wl-summary-redisplay-all-header): Ditto.
5770
5771         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5772         if wl-folder-use-frame is non-nil.
5773
5774 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-sync-update): Bind
5777         elmo-folder-update-threshold.
5778         (wl-summary-mark-as-important): Enclosed server mark processing
5779         with `save-match-data'.
5780
5781         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5782         only when it is already defined.
5783
5784 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5785
5786         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5787         name of folder exclude localdir is wrong.
5788         * wl-folder.el (wl-folder-sync-entity):
5789         Set `wl-summary-always-sticky-folder-list' as nil.
5790         (wl-folder-mark-as-read-all-entity): Ditto.
5791         (wl-folder-prefetch-entity): Ditto.
5792
5793 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5794
5795         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5796         instead of `wl-summary-write-current-newsgroup'.
5797
5798 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5799
5800         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5801         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5802         non-nil and selected message is important, do not display.
5803
5804 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5805
5806         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5807
5808 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5811
5812         * wl-summary.el (wl-summary-mark-as-important): Set message number
5813         using wl-summary-message-number.
5814
5815 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5816
5817         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5818         destination folder is 'null.
5819
5820 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5821
5822         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5823         New function.
5824         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5825         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5826         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5827
5828 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-mime.el (wl-mime-setup): Added setting for
5831         `mime-setup-signature-key-alist' to avoid overriding key bind for
5832         `wl-draft-send'.
5833
5834         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5835         for `wl-draft-send'.
5836         * wl-mule.el (wl-draft-overload-functions): Ditto.
5837         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5838         * wl-draft.el (wl-draft-send): Ditto.
5839
5840         * wl-message.el (wl-message-display-internal):
5841         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5842         (Patch is provided by <kita@coe.nttdata.co.jp>).
5843
5844 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5845
5846         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5847
5848 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5849
5850         * wl.el (wl): Fix for wl-demo.
5851
5852 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5853
5854         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5855
5856 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5857
5858         * wl-folder.el (wl-folder-prefetch-entity): Use
5859         `wl-folder-get-elmo-folder'.
5860         (wl-folder-count-incorporates): Do not use
5861         `wl-folder-get-elmo-folder'.
5862
5863 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5866         instead of `elmo-folder-get-type'.
5867
5868 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5869
5870         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5871         position on Subject: field.
5872         (Advised by Mito <mit@nines.nec.co.jp>)
5873
5874 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5875
5876         * wl-folder.el (wl-folder-prefetch-entity): Use
5877         `wl-folder-get-elmo-folder'.
5878
5879 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5880
5881         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5882
5883         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5884         `process-duplicates' slot.
5885
5886         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5887         if detection failed.
5888
5889 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5890
5891         * wl-version.el (wl-version-status): Set to "alpha".
5892
5893 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5896         Check wl-message-buffer lives before set-buffer.
5897
5898 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5899
5900         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5901         called in folder mode.
5902         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5903         * wl-summary.el (wl-summary-exit-pre-hook): Run
5904         `wl-summary-exit-pre-hook' before exit summary mode.
5905
5906 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5907
5908         * wl-version.el (wl-version-status): New variable.
5909         (wl-version-status-alist): Removed.
5910         (wl-version-status): Rule included.
5911
5912 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5915         @sponichi.
5916
5917         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5918         when `mail-reply-buffer' is buffer-local variable.
5919         (Reported by <kita@coe.nttdata.co.jp>).
5920
5921 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-vars.el (toplevel): Require 'elmo-util.
5924
5925 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5928         (All other related portions are changed)
5929
5930         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5931
5932         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5933
5934 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5935
5936         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5937
5938 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5939
5940         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5941         Delete other windows to avoid an error.
5942         Use `point-marker' instead of `point' to remember the start point
5943         of body.
5944
5945         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5946
5947         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5948         number not to exceed all message number.
5949
5950 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5953         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5954
5955 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-summary.el (wl-summary-sync-force-update): Added argument
5958         no-check.
5959         (wl-summary-sync-update): Ditto.
5960         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5961         with `no-check'.
5962
5963         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5964         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5965         already running.
5966
5967 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5968
5969         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5970         `dst-folder-arg'.
5971         (wl-expire-archive-number1): Diito.
5972         (wl-expire-archive-number2): Diito.
5973         (wl-expire-archive-Date): Diito.
5974         (wl-archive-number1): Diito.
5975         (wl-archive-number2): Diito.
5976         (wl-archive-date): Diito.
5977         (wl-archive-folder-p): New function.
5978         (wl-summary-expire): Support of expand folder name at
5979         wl-expire-alist.
5980         * wl-util.el (wl-expand-newtext): Renamed from
5981         `wl-refile-expand-newtext'.
5982
5983 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5984
5985         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5986         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5987         `(elmo-msgdb-get-overview msgdb)'.
5988         (wl-summary-prefetch): Bind match data before call
5989         `wl-summay-prefetch-msg'.
5990         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5991         'off if `wl-summary-buffer-disp-msg' is non-nil.
5992         Fixed problem that couldn't show only one new or unread message when
5993         enter folder.
5994         (wl-summary-reply): Don't call `split-window-vertically' and other
5995         window.
5996
5997 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl-expire.el (wl-expire-refile): Fixed.
6000
6001 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6004
6005         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6006         biff notification is removed.
6007
6008         * wl.el (wl): Changed position of `elmo-init'.
6009
6010         * wl-draft.el (wl-default-draft-cite): Use date field
6011         on the citation buffer.
6012
6013         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6014
6015         * wl-xmas.el (wl-folder-internal-icon-list): Added
6016         `wl-folder-shimbun-image'.
6017
6018         * wl-e21.el (wl-folder-internal-icon-list): Added
6019         `wl-folder-shimbun-image'.
6020
6021 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6022
6023         * wl.el (wl-init): Eliminated argument.
6024         (wl): Rewrite.
6025
6026         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6027         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6028         instead of `elmo-folder-msgdb-internal'.
6029         (wl-summary-sync-update): Ditto.
6030         (wl-summary-flush-pending-append-operations): Eliminated.
6031         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6032         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6033         `elmo-folder-open'.
6034
6035         * wl-mime.el (wl-summary-burst): Fixed.
6036
6037         * wl-folder.el (wl-folder-info-save): Check data type.
6038
6039         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6040         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6041         instead of `elmo-folder-msgdb-internal'.
6042         (wl-expire-hide): Ditto.
6043
6044
6045         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6046
6047 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6048
6049         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6050
6051 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6054
6055 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6056
6057         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6058         Fixed `match-beginning' argument mismatch.
6059
6060 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6061
6062         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6063         the default value.
6064
6065 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6068         instead of `elmo-nntp-default-port'.
6069
6070         * wl-vars.el: Fixed some doc strings.
6071
6072 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-summary.el (wl-summary-prefetch-msg): Use
6075         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6076
6077         * wl-vars.el: Define *-func as obsolete variable using
6078         `elmo-define-obsolete-variable'.
6079
6080         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6081         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6082         instead of `wl-message-buffer-prefetch-threshold'.
6083
6084         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6085
6086         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6087
6088         * wl-draft.el (wl-caesar-region-func): Ditto.
6089
6090         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6091         Keep unread status in elmo-folder-move-messages.
6092         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6093
6094 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6095
6096         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6097         `wl-summary-buffer-exit-func'
6098         (wl-summary-buffer-message-redisplay-function): Renamed from
6099         `wl-summary-buffer-message-redisplay-func'
6100         (wl-summary-buffer-next-folder-function): Renamed from
6101         `wl-summary-buffer-next-folder-func'.
6102         (wl-summary-buffer-prev-folder-function): Renamed from
6103         `wl-summary-buffer-prev-folder-func'.
6104         (wl-summary-get-petname-function): Renamed from
6105         `wl-summary-get-petname-func'.
6106
6107         * wl-score.el (wl-score-edit-exit-function): Renamed from
6108         `wl-score-edit-exit-func'.
6109
6110         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6111         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6112
6113         * wl-util.el (wl-load-profile-function): Renamed from
6114         `wl-load-profile-func'.
6115
6116         * wl-folder.el (wl-folder-completion-function): Renamed from
6117         `wl-folder-completion-func'.
6118         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6119
6120         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6121         `wl-expire-archive-get-folder-func'.
6122         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6123         (wl-draft-send-mail-function): Renamed from
6124         `wl-draft-send-mail-func'.
6125         (wl-draft-send-news-function): Renamed from
6126         `wl-draft-send-news-func'.
6127         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6128         (wl-generate-mailer-string-function): Renamed from
6129         `wl-generate-mailer-string-func'.
6130         (wl-highlight-signature-search-function): Renamed from
6131         `wl-highlight-signature-search-func'.
6132         (wl-highlight-x-face-function): Renamed from
6133         `wl-highlight-x-face-func'
6134         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6135         (wl-ps-print-buffer-function): Renamed from
6136         `wl-ps-print-buffer-func'
6137         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6138         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6139         (wl-summary-subject-filter-function): Renamed from
6140         `wl-summary-subject-filter-func'.
6141
6142         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6143         `wl-draft-queue-flush-send-func'
6144         (wl-draft-cite-function): Renamed from
6145         `wl-draft-cite-func'
6146
6147         * wl-address.el (wl-address-init-function): Renamed from
6148         `wl-address-init-func'.
6149
6150 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-draft.el (wl-draft-queue-flush): Don't call
6153         `elmo-dop-unlock-message'.
6154         * wl-draft.el (wl-draft-queue-append): Don't call
6155         `elmo-dop-lock-message'.
6156
6157         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6158         (wl-summary-buffer-folder-name): Ditto.
6159         (wl-summary-message-regexp): Added '-' (all other related portions
6160         are changed).
6161         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6162         wl-summary-buffer-folder-name.
6163
6164 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6165
6166         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6167         the number of mails in the folder buffer is not updated by wl-biff.
6168
6169 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6170
6171         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6172         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6173
6174 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-summary.el (wl-summary-next-message):
6177         Return next message number when wl-summary-move-order is nil.
6178
6179 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6180
6181         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6182         `wl-summary-move-spec-alist'.
6183         (wl-summary-move-spec-unplugged-alist): New variable
6184         (Move spec for unplugged status).
6185         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6186         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6187
6188 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6189
6190         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6191         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6192
6193 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6194
6195         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6196         simple quotation to quote the anonymous function.
6197         * tm-wl.el (wl-draft-preview-message): Ditto.
6198
6199 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6200
6201         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6202         Eliminate redundant `save-excursion'.
6203         (wl-highlight-summary-current-line): Ditto.
6204
6205         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6206         accessing match data when `looking-at' failed.
6207
6208         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6209         `elmo-match-string' where users don't care about the speed.
6210         (wl-draft-save): Ditto.
6211
6212 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-util.el (wl-regexp-opt): New function.
6215
6216         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6217         number from `wl-summary-buffer-number-list'.
6218         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6219         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6220         (wl-summary-move-spec-alist): Changed default setting.
6221
6222 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6223
6224         * wl-vars.el (wl-biff-notify-hook): New hook.
6225         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6226         the arrival of new mail.
6227         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6228         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6229
6230 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6231
6232         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6233
6234 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6237
6238         * Version number is increased to 2.5.8.
6239
6240         * wl-thread.el (toplevel): require 'cl.
6241         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6242         (wl-thread-make-number-list): New function.
6243         (wl-thread-entity-make-number-list-from-children): Ditto.
6244         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6245         (wl-thread-entity-insert-as-children): Likewise.
6246         (wl-thread-delete-message): Likewise.
6247         (wl-meaning-of-mark): Eliminated.
6248         (wl-thread-next-failure-mark-p): Ditto.
6249         (wl-thread-entity-get-mark): Ditto.
6250         (wl-thread-meaning-alist-get-result): Ditto.
6251         (wl-thread-entity-check-prev-mark): Ditto.
6252         (wl-thread-entity-check-next-mark): Ditto.
6253         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6254         (wl-thread-entity-get-prev-marked-entity): Ditto.
6255         (wl-thread-get-prev-unread): Ditto.
6256         (wl-thread-jump-to-prev-unread): Ditto.
6257         (wl-thread-get-next-unread): Ditto.
6258         (wl-thread-jump-to-next-unread): Ditto.
6259         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6260         (wl-thread-entity-get-next-marked-entity): Ditto.
6261
6262         * wl-summary.el (wl-summary-buffer-number-list):
6263         New bufer-local variable.
6264         (wl-summary-switch-to-clone-buffer): Clone
6265         `wl-summary-buffer-number-list'.
6266         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6267         (wl-summary-cursor-move-regex): Eliminated.
6268         (wl-summary-cursor-up): Rewrite.
6269         (wl-summary-cursor-down): Ditto.
6270         (wl-summary-mode-spec-alist): New variable.
6271         (wl-summary-next-message): New inline function.
6272         (wl-summary-cursor-move): New function.
6273         (wl-summary-default-get-next-msg): Rewrite.
6274         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6275         (wl-summary-rescan): Ditto.
6276         (wl-summary-sync-all-init): Ditto.
6277         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6278         summary is not thread view.
6279         (wl-summary-sync-update): Ditto.
6280         (wl-summary-rescan): Ditto.
6281         (wl-summary-make-number-list): New function.
6282
6283         * wl-draft.el: "FCC" -> "Fcc".
6284
6285 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6286
6287         * wl-highlight.el (wl-highlight-summary-window):
6288         Call `set-buffer-modified-p'.
6289
6290         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6291         (wl): Call `elmo-init' and fix.
6292
6293         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6294         Use new variables.
6295
6296         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6297
6298 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6301
6302 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6303
6304         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6305
6306 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6307
6308         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6309         `wl-use-toolbar' nor `display-graphic-p'.
6310         (wl-e21-setup-message-toolbar): Ditto.
6311         (wl-e21-setup-summary-toolbar): Ditto.
6312         (wl-e21-setup-folder-toolbar): Ditto.
6313
6314         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6315         (wl-plugged-init-icons): Ditto.
6316
6317         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6318         `display-graphic-p'.
6319         (wl-plugged-set-folder-icon): Ditto.
6320         (wl-highlight-plugged-current-line): Ditto.
6321         (wl-highlight-folder-current-line): Ditto.
6322         (wl-e21-highlight-folder-group-line): Ditto.
6323         (wl-e21-setup-toolbar): Ditto.
6324         (wl-e21-display-image-p): New macro.
6325
6326         * wl-demo.el (wl-demo): Simplified.
6327         (wl-demo-image-type-alist): Use `image-type-available-p' for
6328         checking whether the image type `xbm' is available.
6329
6330 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6333         (wl-summary-input-range): Ditto.
6334
6335 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-summary.el (wl-summary-edit-addresses): Use
6338         `wl-summary-get-original-buffer'
6339         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6340         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6341         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6342         (wl-summary-get-newsgroups): Eliminated.
6343         (wl-summary-set-crosspost): Ditto.
6344         (wl-summary-is-crosspost-folder): Ditto.
6345         (wl-crosspost-alist-load): Ditto.
6346         (wl-crosspost-alist-save): Ditto.
6347
6348         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6349         `elmo-setup-subscribed-newsgroups' instead of
6350         `elmo-nntp-make-groups-hashtb'.
6351         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6352         instead of `wl-crosspost-alist-save'.
6353
6354         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6355         of `elmo-folder-message-appendable-p'.
6356         (wl-mime-header-presentation-method): Eliminated.
6357
6358         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6359         (Error occurs in emacs21).
6360
6361         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6362         the current buffer).
6363
6364         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6365         instead of `wl-crosspost-alist-save'.
6366         (wl-init): `elmo-crosspost-message-alist-load'
6367         instead of `wl-crosspost-alist-load'
6368
6369         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6370         (wl-parse-newsgroups): Likewise.
6371         (wl-biff-notify): Run `wl-biff-notify-hook'.
6372
6373 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6376
6377         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6378         when `wl-summary-lazy-highlight' is non-nil.
6379         (wl-summary-goto-folder-subr): Highlight only when
6380         `wl-summary-lazy-highlight' is non-nil.
6381
6382         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6383         Don't display progress and highlight temp-mark when
6384         `wl-summary-lazy-highlight' is non-nil.
6385         (wl-highlight-summary-window): New function.
6386         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6387
6388 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-summary.el (wl-summary-sync): Change `all-visible'
6391         from `all-shown'
6392         (wl-summary-input-range): Ditto.
6393
6394 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6395
6396         * wl-e21.el (wl-highlight-folder-current-line): Call
6397         `wl-folder-init-icons' when folder icons have not been initialized.
6398
6399         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6400
6401         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6402         (wl-demo-image-type-alist): New macro.
6403
6404 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6405
6406         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6407         display does not support graphics.
6408         (wl-plugged-init-icons): Ditto.
6409         (wl-folder-init-icons): Ditto.
6410
6411         * wl-demo.el (wl-demo): Chech closely whether the display
6412         supports graphics.
6413
6414 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-summary.el (wl-summary-get-original-buffer): New function.
6417         (wl-summary-set-crosspost): Use it.
6418         (wl-summary-target-mark-uudecode): Ditto.
6419         (wl-summary-reedit): Ditto.
6420         (wl-summary-resend-bounced-mail): Ditto.
6421         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6422         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6423
6424         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6425         (wl-message-display-internal): Ditto.
6426
6427 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6430
6431 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-summary.el (wl-summary-save-view): Renamed from
6434         `wl-summary-save-status'.
6435
6436 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6437
6438         * wl-summary.el (wl-summary-sync): Added `all-shown'
6439
6440 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6441
6442         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6443
6444 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6445
6446         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6447
6448 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6449
6450         * wl-highlight.el (wl-highlight-summary-line-string): Use
6451         `zerop' instead of `= 0'.
6452         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6453
6454         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6455         for comparing numbers.
6456         (wl-template-prev): Use `zerop' instead of `eq 0'.
6457
6458         * wl-draft.el (wl-draft-insert-current-message): Use
6459         `with-current-buffer' instead of `save-excursion'.
6460         Use `zerop' instead of `eq 0'.
6461
6462 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6463
6464         * wl-draft.el (wl-draft-insert-ccs): New function.
6465         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6466         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6467
6468 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6469
6470         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6471
6472 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6473
6474         * wl-expire.el (wl-expire-refile): Don't call
6475         elmo-msgdb-add-msgs-to-seen-list;
6476         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6477         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6478
6479 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-message.el (wl-message-prev-page): Ignore errors while
6482         scroll-down.
6483
6484 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-mime.el: Use elmo-original-message-mode instead of
6487         mmelmo-original-mode.
6488
6489         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6490         `elmo-folder-get-spec';
6491         (wl-fldmgr-add-completion-all-completions):
6492         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6493
6494         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6495         of `elmo-folder-get-type'.
6496
6497         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6498         `elmo-folder-get-spec';
6499         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6500         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6501         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6502         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6503         `elmo-read-msg-no-cache';
6504         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6505         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6506         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6507         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6508         `elmo-cache-save';
6509         (wl-draft-reedit): Use `elmo-message-file-name'.
6510
6511         * wl-expire.el: Use `elmo-folder-name-internal';
6512         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6513         Use macro `wl-summary-buffer-msgdb' instead of variable
6514         `wl-summary-buffer-msgdb';
6515         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6516         Use macro `wl-summary-buffer-folder-name' instead of variable
6517         `wl-summary-buffer-folder-name'.
6518         * wl-score.el: Likewise.
6519
6520         * wl-message.el: Rewrite for new message buffer cache mechanism.
6521         (wl-message-buffer-cache-buffer-get): New macro.
6522         (wl-message-buffer-cache-folder-get): Ditto.
6523         (wl-message-buffer-cache-message-get): Ditto.
6524         (wl-message-buffer-cache-entry-make): Ditto.
6525         (wl-message-buffer-cache-hit): Ditto.
6526         (wl-message-buffer-cache-sort): New function.
6527         (wl-message-buffer-cache-add): Ditto.
6528         (wl-message-buffer-cache-delete): Ditto.
6529         (wl-message-buffer-cache-clean-up): Ditto.
6530         (wl-message-buffer-window): Rewrite.
6531         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6532         (wl-message-buffer-display): New function.
6533         (wl-message-display-internal): New function.
6534
6535 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * wl-folder.el: Use `elmo-folder-name-internal';
6538         Use `wl-folder-get-elmo-folder';
6539         Use `elmo-folder-list-messages' instead of
6540         `elmo-list-folder';
6541         Use `elmo-folder-get-primitive-list' instead of
6542         `elmo-folder-get-primitive-spec-list';
6543         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6544         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6545         Use `elmo-folder-create' instead of `elmo-create-folder'.
6546         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6547         (wl-folder-get-elmo-folder): New macro.
6548         (wl-folder-elmo-folder-cache-get): Ditto.
6549         (wl-folder-elmo-folder-cache-put): Ditto.
6550         (wl-folder-suspend): Call `elmo-quit'.
6551
6552         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6553         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6554         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6555         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6556         (toplevel): require 'cl.
6557         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6558
6559         * wl-summary.el: Rewrite to use new elmo interface.
6560
6561 \f
6562 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6563
6564         * wl-mime.el (wl-draft-preview-message):
6565         Run `wl-draft-send-hook' before collecting recipients information;
6566         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6567
6568         * tm-wl.el (wl-draft-preview-message): Ditto.
6569
6570 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6571
6572         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6573         wrong recipients are displayed when forwarded message.
6574
6575 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * Version number is increased to 2.5.7.
6578
6579 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6580
6581         * wl-message.el (wl-message-next-page): Bind
6582         `window-pixel-scroll-increment' to nil while scrolling up.
6583
6584 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6585
6586         * wl-vars.el (wl-save-hook): New hook.
6587         * wl.el (wl-save): Call `wl-save-hook'.
6588
6589 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6590
6591         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6592         Argument WITH-ARG instead of NO-ARG (negative mean).
6593         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6594         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6595         * wl-message.el (wl-message-follow-current-entity): Likewise.
6596
6597 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6598
6599         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6600         FROM was optional argument.
6601         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6602
6603 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6604
6605         * Version number is increased to 2.5.6.
6606
6607 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6608
6609         * wl-version.el (wl-version-show): Removed.
6610         (wl-version): Add `interactive'.
6611
6612 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6613
6614         * wl-summary.el (wl-summary-get-petname-func): New variable.
6615         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6616         instead of `wl-address-get-petname-1'.
6617         (wl-summary-simple-from): Ditto.
6618
6619         * wl-address.el (wl-address-get-petname-1): Define as function.
6620
6621 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6624         field in the original message.
6625         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6626
6627 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6628
6629         * wl-expire.el (wl-expire-hide):
6630         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6631
6632 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6635         find decoder for To, Cc, and Subject.
6636
6637 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6638
6639         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6640         for checking `elmo-use-buffer-cache'.
6641         (wl-summary-mark-as-important): Fixed typo in comment.
6642
6643 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6646         field in the original message.
6647         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6648
6649 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6650
6651         * wl-expire.el (wl-expire-hide):
6652         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6653
6654 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6657         find decoder for To, Cc, and Subject.
6658
6659 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * Version number is increased to 2.5.5.
6662
6663         * wl-address.el (wl-address-specials-regexp): New constant.
6664         (wl-address-quote-specials): Use it.
6665
6666 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6667
6668         * wl-summary.el (wl-summary-rescan):
6669         Call `wl-summary-buffer-number-column-detect'.
6670         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6671
6672         * wl-message.el (wl-message-mode-map): Define.
6673         (wl-message-decode): Use it as local-map.
6674
6675 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6678         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6679
6680 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6683
6684         * wl-mule.el (wl-read-event-char): Ditto.
6685
6686         * wl-e21.el (wl-read-event-char): Ditto.
6687
6688         * wl-nemacs.el (wl-read-event-char): Ditto.
6689         (read-event): Removed.
6690
6691         * wl-util.el (toplevel): Removed dummy definition of
6692         `read-event'.
6693         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6694
6695 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6696
6697         * wl-nemacs.el (elmo-archive-call-process): Moved to
6698         elmo-archive.el.
6699
6700 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6701
6702         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6703         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6704
6705         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6706         instead of magic-number 6.  Use `not' instead of `null' for symbol
6707         `nil' check (not empty list).
6708         (wl-draft-insert-x-face-field): Fixed paren style.
6709
6710         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6711         one-branch conditional statement, instead of `and' and `if'.
6712         (wl-draft-forward): Likewise.
6713         (wl-draft-add-references): Likewise.
6714         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6715
6716         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6717         conditional steatment.  Use `cond' instead of `if'.
6718         (wl-draft-confirm): Likewise.
6719
6720 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6721
6722         * wl-version.el (wl-version-show): Use `product-string-1'
6723         instead of `wl-version'.
6724         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6725
6726         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6727
6728 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6729
6730         * wl-highlight.el (wl-highlight-headers): Revert
6731         `wl-highlight-x-face-func' argument (`beg' and `end').
6732
6733 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6734
6735         * wl.el (toplevel): Move `product-provide' declare.
6736         * wl-demo.el (toplevel): Ditto.
6737         * wl-dnd.el (toplevel): Ditto.
6738         * wl-highlight.el (toplevel): Ditto.
6739         * wl-message.el (toplevel): Ditto.
6740         * wl-refile.el (toplevel): Ditto.
6741         * wl-util.el (toplevel): Ditto.
6742
6743 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6746         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6747         (wl-thread-close-all): keep cursor position.
6748
6749 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6752         (eq x 0).
6753         (wl-generate-user-agent-string-1): Fix conditional statement.
6754
6755 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * wl.el (wl-check-environment): Additional check for
6758         'wl-local-domain' and `wl-message-id-domain'.
6759
6760 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6763
6764 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6765
6766         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6767         instead of `smtp-sasl-user-realm'.
6768
6769 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6770
6771         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6772
6773 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6774
6775         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6776         to the default value as well as `eword-lexical-analyzer'.
6777
6778 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6779
6780         * wl-version.el (wl-extended-emacs-version,
6781         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6782         `elmo-match-string' instead of `wl-match-string'.
6783
6784 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6785
6786         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6787         docstring.
6788
6789 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6790
6791         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6792
6793 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6794
6795         * wl-highlight.el (wl-highlight-headers): Remove
6796         `wl-highlight-x-face-func' argument (`beg' and `end').
6797
6798 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6799
6800         * wl-summary.el (wl-summary-mark-as-important):
6801         Remove cache if folder is local.
6802
6803 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6804
6805         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6806         to get existing e-mail address string.
6807
6808 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6809
6810         * wl-version.el (wl-generate-user-agent-string): Commentary.
6811         (wl-generate-user-agent-string-1): Use `when' for
6812         one-branch conditional statement, instead of `and' and `if'.
6813         (wl-extended-emacs-version, wl-extended-emacs-version2,
6814         wl-extended-emacs-version3): Ditto.
6815
6816 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6819         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6820         condition-case; Remove initialization.
6821         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6822         (wl-summary-sync-update3): Added argument `sync-all';
6823         Eliminated local variable `msgdb';
6824         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6825         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6826         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6827
6828 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6829
6830         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6831         connection before call `wl-draft-send-mail-with-smtp'.
6832
6833 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6834
6835         * Version number is increased to 2.5.4.
6836
6837 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl.el (wl-check-environment): Additional check for
6840         'wl-local-domain' and `wl-message-id-domain'.
6841
6842 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6845         buffer as command specific.
6846         (wl-folder-mark-as-read-all-entity): Ditto.
6847         (wl-folder-prefetch-entity): Ditto.
6848         (wl-folder-drop-unsync-entity): Ditto.
6849
6850         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6851         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6852         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6853
6854         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6855         save-excursion.
6856
6857 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * Version number is increased to 2.5.3.
6860
6861         * wl-summary.el (wl-summary-save-view-cache):
6862         Delete duplicated `write-region';
6863         Use `write-region-as-binary' instead of `as-binary-output-file' and
6864         `write-region'.
6865
6866 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6867
6868         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6869
6870 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6873         instead of `smtp-via-smtp'.
6874
6875 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6876
6877         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6878
6879 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6882         instead of `smtp-sasl-user-realm'.
6883
6884 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6885
6886         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6887
6888 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6889
6890         * Version number is increased to 2.5.2.
6891
6892 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6895         does not exist.
6896         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6897         (wl-biff-start): Call `timer-activate' if timer already exists.
6898
6899         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6900         only when it is bound as function.
6901
6902 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * Version number is increased to 2.5.1.
6905
6906 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6909         Print refile/copy destination.
6910
6911 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6912
6913         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6914         queue-flush-only is non-nil.
6915
6916         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6917
6918         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6919         checking cache folder.
6920
6921 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6922
6923         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6924         `regexp-quote'.
6925
6926 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6927
6928         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6929         function.
6930         * wl-summary.el (wl-summary-write-current-folder-functions):
6931         Change default value.  Use it.
6932
6933 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * Version number is increased to 2.5.0.
6936
6937         * wl-version.el (wl-version): Changed codename.
6938
6939 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6940
6941         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6942         (wl-summary-supersedes-message): Ditto.
6943
6944 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6945
6946         * wl-refile.el (wl-refile-guess-functions): Renamed from
6947         `wl-refile-guess-func-list'.
6948
6949 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6952         Fixed problem when no rule was matched.
6953
6954 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6955
6956         * wl-summary.el (wl-summary-get-mark): Fixed
6957         `wl-summary-buffer-target-mark' check logic.
6958
6959 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6960
6961         * wl-folder.el (wl-folder-write-current-folder): Added group
6962         folder check.
6963
6964         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6965         `wl-summary-write-current-newsgroup'.
6966         (wl-summary-write-current-folder-functions): New variable.
6967         * wl-folder.el (wl-folder-get-newsgroups): New function.
6968         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6969         (wl-folder-write-current-folder): Renamed from
6970         `wl-folder-write-current-newsgroup'.
6971
6972 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6973
6974         * Version number is increased to 2.3.93.
6975
6976 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6979         (wl-ldap-make-matched-value-list): Ditto.
6980         (wl-ldap-alias-safe-string): Split e-mail address.
6981
6982         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6983         petname folder default was selected.
6984         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6985         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6986
6987 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6990         to `wl-draft-config-exec'.
6991
6992         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6993         instead of calling `wl-draft-config-exec';
6994         Process group-list and show recipients in minibuffer.
6995
6996         * tm-wl.el (wl-draft-preview-message): Ditto.
6997
6998 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6999
7000         * wl.el (toplevel): Added (C) to copyright notice, and
7001         sync Author header.
7002         * tm-wl.el (toplevel): Ditto.
7003         * wl-address.el (toplevel): Ditto.
7004         * wl-demo.el (toplevel): Ditto.
7005         * wl-dnd.el (toplevel): Ditto.
7006         * wl-draft.el (toplevel): Ditto.
7007         * wl-e21.el (toplevel): Ditto.
7008         * wl-expire.el (toplevel): Ditto.
7009         * wl-folder.el (toplevel): Ditto.
7010         * wl-highlight.el (toplevel): Ditto.
7011         * wl-message.el (toplevel): Ditto.
7012         * wl-mime.el (toplevel): Ditto.
7013         * wl-mule.el (toplevel): Ditto.
7014         * wl-nemacs.el (toplevel): Ditto.
7015         * wl-refile.el (toplevel): Ditto.
7016         * wl-score.el (toplevel): Ditto.
7017         * wl-summary.el (toplevel): Ditto.
7018         * wl-template.el (toplevel): Ditto.
7019         * wl-thread.el (toplevel): Ditto.
7020         * wl-util.el (toplevel): Ditto.
7021         * wl-vars.el (toplevel): Ditto.
7022         * wl-xmas.el (toplevel): Ditto.
7023
7024 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7025
7026         * wl.el (wl-init): Added comment about `wl-init-hook'.
7027         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7028         * wl-vars.el (wl-init-hook): Added docs.
7029         (wl-make-plugged-hook): Removed useless docs.
7030         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7031         * wl-xmas.el (toplevel): Ditto.
7032
7033 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7034
7035         * wl-address.el (toplevel): Fixed multiple Author header format.
7036         * wl-demo.el (toplevel): Ditto.
7037         * wl-draft.el (toplevel): Ditto.
7038         * wl-folder.el (toplevel): Ditto.
7039         * wl-summary.el (toplevel): Ditto.
7040         * wl-thread.el (toplevel): Ditto.
7041         * wl-util.el (toplevel): Ditto.
7042         * wl-vars.el (toplevel): Ditto.
7043         * wl-version.el (toplevel): Ditto.
7044         * wl-xmas.el (toplevel): Ditto.
7045         * wl.el (toplevel): Ditto.
7046
7047         * wl-version.el (toplevel): Added require `elmo-version' for
7048         `product-version-as-string'.
7049
7050 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-vars.el (wl-draft-send-hook): Changed default value to
7053         '(wl-draft-config-exec).
7054
7055         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7056         explicitly.
7057         (wl-draft): Set `wl-draft-config-exec-flag' before running
7058         `wl-mail-setup-hook'.
7059
7060         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7061         `wl-biff-init-icons' to `wl-init-hook' instead of
7062         `wl-make-plugged-hook'.
7063         (Because if `wl-draft' command is invoked at first,
7064         they are not initialized)
7065         Updated copyright notice.
7066
7067         * wl-e21.el (toplevel): Ditto;
7068
7069         * wl-demo.el (toplevel): Updated copyright notice.
7070         * wl-address.el (toplevel): Ditto.
7071         * wl-draft.el (toplevel): Ditto.
7072         * wl-version.el (toplevel): Ditto.
7073         * wl-folder.el (toplevel): Ditto.
7074         * wl-summary.el (toplevel): Ditto.
7075         * wl-thread.el (toplevel): Ditto.
7076         * wl-util.el (toplevel): Ditto.
7077         * wl-vars.el (toplevel): Ditto.
7078         * wl.el (toplevel): Ditto.
7079
7080 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-highlight.el (wl-highlight-message): Fixed problem of
7083         highlighting failure which occured when the last field contains
7084         multiple lines in the draft buffer.
7085
7086         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7087         `wl-biff-start' if plugged.
7088
7089         * wl-util.el (wl-biff-check-folder): New function.
7090         (wl-biff-check-folders): Don't set session name prefix.
7091         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7092         (wl-biff-check-folder-async): Ditto.
7093
7094         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7095         in email address.
7096
7097 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7098
7099         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7100
7101         * wl-draft.el (wl-draft-strip-subject-re): New function.
7102
7103         * wl-draft.el (wl-draft-reply): Use it.
7104
7105 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-message.el (wl-mmelmo-message-redisplay): Use
7108         `mime-display-message' instead of `wl-mime-display-message'.
7109
7110         * wl-mime.el (toplevel): Removed compatibility workaround
7111         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7112         (wl-mime-display-message): Abolished.
7113         (wl-mime-entity-read-field): Ditto.
7114         (wl-mime-combine-message/partial-pieces): Use
7115         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7116
7117 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7118
7119         * wl-template.el: Doc fixes.
7120
7121 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7122
7123         * wl-e21.el (wl-message-overload-functions): Do nothing if
7124         `current-local-map' is not available.
7125         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7126
7127 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7128
7129         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7130         representation.
7131
7132         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7133         number.
7134         (wl-fldmgr-save-folders): Don't use `format' when insert
7135         `wl-fldmgr-folders-header'.
7136
7137 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7138
7139         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7140
7141 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl-highlight.el (wl-highlight-message):
7144         Use `std11-field-end' to detect end point of the header field.
7145         Refer `wl-highlight-max-header-size'.
7146
7147         * wl-vars.el (wl-highlight-max-header-size): New variable.
7148
7149         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7150
7151         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7152         Set `for-draft' argument of wl-highlight-headers.
7153         (wl-draft): Ditto.
7154         (wl-draft-reedit): Ditto.
7155         (wl-user-agent-compose-internal): Ditto.
7156
7157 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7158
7159         * wl-message.el (wl-message-add-button): Use overlay.
7160
7161 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7164
7165         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7166         problem when group-list content is nothing.
7167         (Reported by Mito <mit@nines.nec.co.jp>)
7168
7169 2000-10-18  SAITO Atsunori <sai@yedo.com>
7170
7171         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7172
7173 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7174
7175         * tm-wl.el (toplevel): Use product-provide.
7176
7177 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * Version number is increased to 2.3.92.
7180
7181 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7182
7183         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7184         title text, use `display' property for left margin under Emacs 21.
7185
7186         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7187         properties.
7188         (wl-plugged-init-icons): Ditto.
7189
7190 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7191
7192         * wl.el (wl-save-status, wl-init): Remove last period in
7193         "...done." message.
7194         * tm-wl.el (wl-summary-burst): Ditto.
7195         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7196         wl-summary-resume-cache-status,
7197         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7198         wl-summary-sync-update3, wl-summary-highlight-msgs,
7199         wl-summary-flush-pending-append-operations,
7200         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7201         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7202         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7203         wl-thread-open-all): Ditto.
7204         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7205         * wl-mime.el (wl-summary-burst): Ditto.
7206         * wl-highlight.el (wl-highlight-summary): Ditto.
7207         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7208         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7209         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7210         * wl-address.el (wl-local-address-init): Ditto.
7211
7212 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7213
7214         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7215         `add-text-properties'.
7216         (wl-plugged-init-icons): Ditto.
7217         (wl-folder-init-icons): Use `propertize' instead of
7218         `put-text-property'.
7219         (wl-plugged-set-folder-icon): Ditto.
7220         (wl-e21-highlight-folder-group-line): Ditto.
7221
7222 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * wl-version.el (wl-version-status-alist): New variable.
7225         (wl-version-status): New function.
7226
7227         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7228         "Cc" part of the case "Reply-To".
7229
7230         * wl-draft.el (wl-draft-reply): Use result of
7231         `eword-extract-address-components'.
7232
7233         * wl-demo.el (wl-demo-icon-name): New constant.
7234         (wl-logo-xpm): Use it.
7235         (wl-logo-xbm): Ditto.
7236         (wl-logo-bitmap): Ditto.
7237
7238         * Version number is increased to 2.3.91.
7239
7240 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7241
7242         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7243         (wl-extended-emacs-version, wl-extended-emacs-version2,
7244         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7245         docstring.
7246
7247         * wl-version.el (wl-generate-user-agent-string-1): New function.
7248         (wl-generate-user-agent-string): Use it.
7249
7250         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7251         `mime-edit-insert-user-agent-field'.
7252         (wl-generate-user-agent-string): Check
7253         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7254
7255         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7256         instead of `if', when verbose case.
7257
7258 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7259
7260         * wl-expire.el (wl-summary-expire): Fix.
7261
7262 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7263
7264         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7265         and `elmo-lost+found-folder' if 'wl-draft.
7266         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7267
7268 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7269
7270         * wl-expire.el (wl-summary-expire): Change messages.
7271         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7272         `deleing-info' instead of "Deleting..."
7273
7274 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7275
7276         * wl-summary.el (wl-summary-refile-subr): Fix.
7277
7278 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7279
7280         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7281         if pipe folder.
7282
7283 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7284
7285         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7286
7287 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7288
7289         * wl-expire.el (wl-expire-hide): New function.
7290         (wl-summary-expire): Add `hide'.
7291
7292 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7293
7294         * wl-vars.el (wl-draft-reply-without-argument-list):
7295         Changed default value to consider `Reply-To:'.
7296         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7297
7298         * Version number is increased to 2.3.90.
7299
7300         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7301         elmo-imap4-get-session with unwind-protect.
7302         Don't cause error.
7303         (wl-summary-sync-marks): Don't check plugged nor folder type.
7304         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7305         (Always keep current buffer).
7306
7307 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7308
7309         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7310         Enclose with `save-excursion'.
7311
7312 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7313
7314         * wl-version.el (wl-version): Remove interactive.
7315
7316 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7317
7318         * wl-version.el (wl-generate-user-agent-string): Use
7319         `product-string-verbose' instead of `product-string-1'.
7320
7321 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7322
7323         * wl-vars.el (wl-draft-use-cache): New variable.
7324         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7325         if wl-draft-use-cache is non-nil.
7326
7327 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7328
7329         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7330         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7331
7332 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7335         (wl-thread-msg-mark-as-unread): Ditto.
7336
7337         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7338         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7339         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7340         Don't set mark in summary if return value of `elmo-mark-as-read'
7341         is nil.
7342         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7343         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7344         instead of `wl-thread-msg-mark-as-read'.
7345         (wl-summary-mark-as-unread-region): Ditto.
7346         (wl-summary-target-mark-mark-as-read): Ditto.
7347
7348         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7349
7350 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7353
7354         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7355
7356 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7359         face.
7360
7361 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7362
7363         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7364         `running-xemacs'.
7365
7366 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7367
7368         * wl-version.el (toplevel): Use `product-version-as-string' for
7369         set verstion-string, if defined.
7370
7371         * wl-version.el (wl-version-show): Insert string at point, when
7372         call with argument.
7373
7374         * wl-version.el (wl-generate-user-agent-string): Use
7375         `product-string-1' instead of `wl-appname', `wl-version' and
7376         `wl-codename'.
7377
7378 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7379
7380         * wl-address.el (toplevel): Use product-provide.
7381         * wl-demo.el (toplevel): Ditto.
7382         * wl-dnd.el (toplevel): Ditto.
7383         * wl-draft.el (toplevel): Ditto.
7384         * wl-e21.el (toplevel): Ditto.
7385         * wl-expire.el (toplevel): Ditto.
7386         * wl-fldmgr.el (toplevel): Ditto.
7387         * wl-folder.el (toplevel): Ditto.
7388         * wl-highlight.el (toplevel): Ditto.
7389         * wl-message.el (toplevel): Ditto.
7390         * wl-mime.el (toplevel): Ditto.
7391         * wl-mule.el (toplevel): Ditto.
7392         * wl-nemacs.el (toplevel): Ditto.
7393         * wl-refile.el (toplevel): Ditto.
7394         * wl-score.el (toplevel): Ditto.
7395         * wl-summary.el (toplevel): Ditto.
7396         * wl-template.el (toplevel): Ditto.
7397         * wl-thread.el (toplevel): Ditto.
7398         * wl-util.el (toplevel): Ditto.
7399         * wl-vars.el (toplevel): Ditto.
7400         * wl-xmas.el (toplevel): Ditto.
7401         * wl.el (toplevel): Ditto.
7402
7403 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7404
7405         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7406         instead of product.
7407
7408         * wl-version.el (wl-version): Compile time evalution elmo-version.
7409
7410 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7411
7412         * wl-summary.el (wl-summary-sync-force-update): Append queue
7413         `mark-as-read'if unplugged.
7414
7415 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7416
7417         * wl-version.el: New file.  Use product.el.
7418         * wl.el: add (require 'wl-version).
7419         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7420         for ~/.folders header.
7421         (wl-fldmgr-folders-header): Changed.
7422         * wl-demo.el (wl-demo): Use product.el.
7423
7424         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7425         wl-version.el.
7426         * wl-util.el (wl-version, wl-version-show): Ditto.
7427
7428         * wl-util.el (wl-generate-user-agent-string,
7429         wl-extended-emacs-version, wl-extended-emacs-version2,
7430         wl-extended-emacs-version3): Move to wl-version.el.
7431         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7432         xemacs-codename, mime-edit-insert-user-agent-field,
7433         mime-edit-user-agent-value, mime-editor/version,
7434         mime-editor/codename): Compile warning killer move to
7435         wl-version.el
7436
7437 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7438
7439         * wl-summary.el (wl-summary-refile-subr): Fix.
7440
7441 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7444         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7445
7446 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7447
7448         * wl.el (wl-check-environment): Check too many `@'.
7449
7450 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7451
7452         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7453
7454 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7455
7456         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7457         wl-draft-reply-myself-without-argument-list): Add variables.
7458         * wl-draft.el (wl-draft-reply): Use it.
7459
7460 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7461
7462         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7463         the 5th argument of `elmo-network-get-spec'.
7464
7465         * wl-thread.el (wl-thread-reparent-children): New inline function.
7466         (wl-thread-delete-message): Use it.
7467
7468         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7469         (wl-summary-score-update-all-lines): Don't use `dolist'.
7470
7471 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7472
7473         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7474         (require 'elmo-msgdb) for inline function.
7475
7476 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7477
7478         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7479
7480 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7481
7482         * wl-score.el (wl-score-headers): Fix for the confusing macro
7483         `elmo-kill-buffer'.
7484
7485 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7486
7487         * wl-summary.el: Don't use the 3rd argument of `require' because
7488         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7489         * wl-util.el: Ditto.
7490         * wl-draft.el: Ditto.
7491
7492 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7493
7494         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7495         window system is not used.
7496
7497 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7498
7499         * wl-thread.el: Don't use `mapcar' only for iteration.
7500         (wl-thread-resume-entity): Ditto.
7501         (wl-thread-delete-message): Ditto.
7502
7503         * wl-summary.el: Bind `dragdrop-drop-functions',
7504         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7505         of `require' for `timezone', `easymenu' and `ps-print';
7506         don't use `mapcar' only for iteration.
7507
7508         * wl-util.el: Bind `mule-version', `nemacs-version',
7509         `emacs-beta-version', `xemacs-codename',
7510         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7511         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7512         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7513         only for iteration.
7514
7515         * wl-score.el: Don't use `mapcar' only for iteration.
7516         (wl-score-simplify-buffer-fuzzy): Ditto.
7517         (wl-score-simplify-subject): Ditto.
7518         (wl-score-headers): Ditto.
7519         (wl-summary-score-update-all-lines): Ditto.
7520
7521         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7522         `enable-multibyte-characters' and `mule-version'.
7523
7524         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7525         `mapcar' only for iteration.
7526
7527         * wl-demo.el: Don't use `mapcar' only for iteration.
7528
7529         * wl-folder.el: Don't use `mapcar' only for iteration.
7530         (wl-folder-open-all): Ditto.
7531         (wl-folder-count-incorporates): Ditto.
7532
7533         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7534         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7535
7536         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7537         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7538         `smtp-connection-type'; specify 3rd argument of `require' for
7539         `timezone'; don't use `mapcar' only for iteration.
7540         (wl-draft-clone-local-variables): Don't use `mapcar'.
7541         (wl-draft-generate-clone-buffer): Ditto.
7542         (wl-user-agent-compose-internal): Ditto.
7543
7544         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7545
7546         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7547         (wl-save-status): Ditto.
7548
7549         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7550         for iteration.
7551
7552 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7555         removed `Date'.
7556         (wl-fldmgr-make-filter-default): New user option.
7557
7558         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7559         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7560         (wl-fldmgr-filter-completion-alist): Abolish.
7561
7562         * wl.el (wl): Don't check servers if arg is non-nil.
7563
7564         * wl-draft.el (wl-draft-reply): Set only message-id string to
7565         In-Reply-To field.
7566
7567 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-summary.el (wl-summary-pick): Rewrite.
7570
7571         * wl-draft.el (wl-draft-forward): Get references field from
7572         original buffer.
7573         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7574
7575 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7576
7577         * wl-draft.el (wl-draft-forward): Add references field.
7578
7579 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7582         (wl-draft-reply): Use it.
7583
7584 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7585
7586         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7587         when Emacs 21 is running.
7588
7589         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7590         bindings.
7591
7592 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7593
7594         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7595         XPM icons transparent.
7596
7597         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7598         Emacs 21.
7599
7600 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7603         nil.
7604
7605         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7606         when it is persistent.
7607         (wl-summary-sync-marks): Changed argument for
7608         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7609         (wl-summary-virtual): Use `elmo-read-search-condition'.
7610         (wl-summary-redisplay-internal): If folder is local, mark as read
7611         even when folder is plugged.
7612
7613 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7614
7615         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7616         of `tool-bar-lines' in the frame parameters.
7617         (after-make-frame-functions, post-command-hook): Don't modify the
7618         value.
7619         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7620         wl-e21-tool-bar-lines): Removed.
7621
7622 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7623
7624         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7625         properties `evaporate' and `wl-momentary-overlay' as well.
7626         (wl-highlight-summary-displaying): Ditto.
7627         (wl-delete-all-overlays): Don't delete overlay which does not have
7628         a property `wl-momentary-overlay'.
7629
7630         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7631         `display-mouse-p' and `display-graphic-p'.
7632         (wl-folder-init-icons): Don't search for XBM or the other files.
7633         (wl-plugged-set-folder-icon): Make icons if and only if
7634         `display-graphic-p' returns non-nil.
7635         (wl-highlight-plugged-current-line): Use `before-string' overlay
7636         property to show icon images.
7637         (wl-highlight-folder-current-line): Ditto.
7638         (wl-e21-highlight-folder-group-line): Ditto.
7639         (wl-e21-highlight-folder-by-numbers): Ditto.
7640         (wl-e21-insert-image): Removed.
7641         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7642         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7643         said.
7644         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7645         `wl-e21-force-switch-toolbar'.
7646         (wl-e21-make-icon-image): Removed.
7647         (wl-e21-setup-toolbar): Don't search for XBM files.
7648         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7649         the default value.
7650
7651 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-util.el (wl-biff-check-folder-async): Set
7654         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7655
7656 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7657
7658         * wl-e21.el (after-make-frame-functions): Add
7659         `wl-e21-force-switch-toolbar'.
7660         (wl-e21-force-switch-toolbar): New function force to switch the
7661         toolbar appearance automatically.
7662         (post-command-hook): Add `wl-e21-switch-toolbar'.
7663         (wl-e21-switch-toolbar): New function to switch the toolbar
7664         appearance automatically.
7665         (wl-e21-tool-bar-lines): New buffer local variable.
7666
7667 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl-util.el (wl-biff-check-folders-running): New variable.
7670         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7671         (wl-biff-check-folder-async-callback):
7672         Set `wl-biff-check-folders-running'.
7673         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7674         with unwind-protect.
7675
7676         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7677         Enclose `wl-folder-auto-check' with unwind-protect.
7678
7679         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7680         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7681
7682         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7683
7684         * wl-util.el (wl-biff-notify): New inline function.
7685         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7686         locally.
7687         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7688         folder-list' is 1.
7689         Use `wl-biff-notify'.
7690         (wl-biff-check-folder-async-callback): New function.
7691         (wl-biff-check-folder-async): Ditto.
7692
7693         * wl-folder.el (wl-folder): Don't check folders.
7694         (wl-folder-auto-check): New function.
7695
7696 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7697
7698         * wl-util.el (wl-biff-start) [Emacs19+]:
7699         Use `timer-next-integral-multiple-of-time'.
7700         (wl-biff-check-folders): Use `wl-default-folder'
7701         if `wl-biff-check-folder-list' is nil.
7702
7703 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7704
7705         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7706         instead of `elmo-delete-lists'.
7707
7708 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7709
7710         * wl.el (wl-plugged-toggle-all): Set the value of
7711         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7712         (wl-plugged-toggle): Ditto.
7713         (wl-toggle-plugged): Ditto.
7714         (wl-plugged-init): Ditto.
7715
7716         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7717         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7718         instead of `wl-biff-state-indicator-off' and
7719         `wl-biff-state-indicator-on'; don't modify the value and the type
7720         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7721         (wl-plugged-init-icons): Set icons data to
7722         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7723         instead of `wl-plug-state-indicator-off' and
7724         `wl-plug-state-indicator-on'; don't modify the value and the type
7725         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7726
7727         * wl-vars.el (wl-modeline-biff-state-off,
7728         wl-modeline-biff-state-on, wl-modeline-biff-status,
7729         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7730         wl-modeline-plug-status): New internal variables.
7731         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7732         wl-biff-check-interval, wl-biff-check-folder-list): Change
7733         customization group from `wl-folder' to `wl-highlight'.
7734         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7735         wl-show-plug-status-on-modeline): Defcustomized.
7736
7737         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7738         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7739         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7740         a flag to `mode-line-buffer-identification'.
7741
7742         * wl-e21.el (wl-biff-init-icons): Set icons data to
7743         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7744         instead of `wl-biff-state-indicator-off' and
7745         `wl-biff-state-indicator-on'.
7746         (wl-plugged-init-icons): Set icons data to
7747         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7748         instead of `wl-plug-state-indicator-off' and
7749         `wl-plug-state-indicator-on'.
7750
7751 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7752
7753         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7754         excessive titles.
7755
7756 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7757
7758         * wl.el (wl-plugged-mode): Use revised
7759         `wl-mode-line-buffer-identification'.
7760         (wl-plugged-init): Don't use `force-mode-line-update'.
7761
7762         * wl-xmas.el (wl-draft-overload-functions): Use revised
7763         `wl-mode-line-buffer-identification'.
7764         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7765         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7766         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7767         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7768         `wl-make-plugged-hook';
7769         add `wl-folder-init-icons' and `wl-setup-folder' to
7770         `wl-folder-mode-hook'.
7771
7772         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7773         19 as well.
7774         (wl-mode-line-display-priority-list): New user option.
7775         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7776         Defcustomized.
7777         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7778         Add docs.
7779
7780         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7781         start.
7782         (wl-mode-line-buffer-identification): Revised as a function.
7783
7784         * wl-summary.el (wl-summary-mode): Use revised
7785         `wl-mode-line-buffer-identification'; don't call
7786         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7787         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7788         `wl-xmas-setup-summary'.
7789
7790         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7791         `wl-mode-line-buffer-identification'.
7792
7793         * wl-mule.el (wl-draft-overload-functions): Use revised
7794         `wl-mode-line-buffer-identification'.
7795
7796         * wl-folder.el (wl-make-plugged-alist): Don't call
7797         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7798         (wl-folder): Don't call `wl-folder-init-icons' directly.
7799         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7800         `wl-xmas-setup-folder' directly;
7801         use revised `wl-mode-line-buffer-identification'.
7802         (TopLevel): Don't bind `wl-biff-init-icons',
7803         `wl-plugged-init-icons', `wl-folder-init-icons',
7804         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7805
7806         * wl-e21.el (wl-draft-overload-functions): Use revised
7807         `wl-mode-line-buffer-identification'.
7808         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7809         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7810         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7811         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7812         `wl-make-plugged-hook';
7813         add `wl-folder-init-icons' and `wl-setup-folder' to
7814         `wl-folder-mode-hook'.
7815
7816 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7817             Katsumi Yamaoka    <yamaoka@jpl.org>
7818
7819         * wl.el (wl): Call `wl-biff-start'.
7820         (wl-exit): Call `wl-biff-stop'.
7821         (wl-plugged-mode): Show biff in modeline.
7822         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7823
7824         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7825         (wl-biff-init-icons): New function.
7826         (wl-plugged-init-icons): Don't make too much keymaps.
7827         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7828
7829         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7830         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7831         variables.
7832         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7833         options.
7834
7835         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7836         wl-biff-start, wl-biff-stop): New functions.
7837         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7838         (wl-biff-timer-name): New variable.
7839
7840         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7841
7842         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7843         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7844
7845         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7846         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7847
7848         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7849         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7850         `wl-folder-init-icons' to `ignore' if they are not available.
7851         (wl-folder-mode): Show biff in modeline.
7852
7853         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7854         (wl-biff-init-icons): New function.
7855         (wl-plugged-init-icons): Don't make too much keymaps.
7856         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7857
7858 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7859
7860         * wl-vars.el (wl-strict-diff-folders): Customization Type
7861         and doc fix.  Define as a list of regular expressions for
7862         folders or nil.
7863         * wl-folder.el (wl-folder-check-one-entity): Use
7864         `wl-string-match-member' instead of `wl-string-member' for
7865         `wl-strict-diff-folders'.
7866
7867 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7868
7869         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7870         (wl-highlight-folder-current-line): Use it; new implementation.
7871         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7872         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7873         `defsubst' instead of `defun'.
7874
7875         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7876         `wl-highlight-group-folder-by-numbers'; made it can also be a
7877         number.  See info for more details.
7878
7879         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7880         running.
7881
7882         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7883         to bind them.
7884
7885         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7886         (wl-highlight-folder-current-line): New implementation.
7887
7888         * wl-highlight.el (wl-highlight-folder-group-line): New
7889         implementation.
7890         (wl-delete-all-overlays): Rewrite as a marco.
7891         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7892
7893         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7894         running.
7895         (wl-folder-*-glyph): No need to bind them.
7896
7897         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7898         `wl-e21-highlight-folder-group-icon'; rewrite.
7899         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7900         `defsubst' instead of `defun'.
7901         (wl-folder-mode-map): Bind it when compiling.
7902
7903 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7906
7907         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7908
7909 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7910
7911         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7912
7913 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7914
7915         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7916         (wl-highlight-folder-current-line): Use it.
7917
7918         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7919         in `id-name'.
7920
7921 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7922
7923         * wl.el: Require `wl-e21' when Emacs 21 is running.
7924
7925         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7926         default when Emacs 21 is running.
7927         (wl-use-highlight-mouse-line): Ditto.
7928         (wl-on-emacs21): New constant.
7929         (wl-on-emacs20): Removed.
7930
7931         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7932         Emacs 21 is running.
7933
7934         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7935         Emacs 21 is running.
7936
7937         * wl-e21.el: New file.
7938
7939 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7940
7941         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7942         (wl-toggle-plugged): Ditto.
7943         (wl-plugged-toggle): Ditto.
7944         (wl-plugged-toggle-all): Ditto.
7945
7946         * wl-vars.el (wl-plug-state-indicator): Refer
7947         `wl-plug-state-indicator-on' indirectly.
7948
7949 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7952         Call `wl-folder-confirm-existence'.
7953
7954         * wl-folder.el (wl-folder-confirm-existence): Added optional
7955         argument `force'.
7956
7957 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7958
7959         * wl-summary.el (wl-summary-refile-subr): Assume
7960         `copy-or-refile' as symbol.
7961         (wl-summary-refile): Follow up above change.
7962         (wl-summary-copy): Ditto.  Doc fix.
7963
7964 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-summary.el (wl-summary-pick): Don't bind
7967         `elmo-search-mime-charset'.
7968
7969         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7970         default using old backquote style.
7971         (wl-search-mime-charset): Abolished.
7972
7973         * wl-highlight.el (wl-highlight-headers):
7974         Call `point' after `re-search-forward'(for Nemacs).
7975
7976         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7977         for elmo-imap4.el.
7978
7979 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7980
7981         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7982         `wl-message-ignored-field-list' instead of
7983         `mime-view-ignored-field-list'.
7984
7985         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7986         Add interactive spec.
7987         (wl-folder-goto-bottom-of-current-folder): Ditto.
7988         (wl-folder-mode-map): Bind them.
7989
7990         * wl-vars.el (wl-message-ignored-field-list): New variable.
7991         (wl-message-visible-field-list): New variable.
7992
7993         * wl-mime.el (wl-mime-header-presentation-method): New function.
7994         (wl-mime-setup): Set header-presentation-method.
7995
7996 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7997
7998         * wl-nemacs.el (wl-draft-overload-functions): Set
7999         `mode-line-buffer-identification' instead of using
8000         `wl-make-modeline'.
8001
8002         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8003         instead of using `wl-make-modeline'.
8004
8005         * wl-xmas.el (wl-plugged-init-icons): Set up
8006         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8007         (wl-make-modeline): Abolish.
8008         (wl-draft-overload-functions): Set
8009         `mode-line-buffer-identification' instead of using
8010         `wl-make-modeline'.
8011
8012         * wl-util.el (wl-make-modeline-subr): Abolish.
8013         (wl-mode-line-buffer-identification): New alias.
8014
8015         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8016         (wl-summary-make-modeline): Abolish.
8017         (wl-summary-buffer-set-folder): Set
8018         `wl-summary-buffer-folder-indicator'.
8019         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8020         of using `wl-make-modeline'.
8021         (wl-summary-switch-to-clone-buffer): Don't set
8022         `mode-line-buffer-identification'.
8023         (wl-summary-goto-folder-subr): Ditto.
8024
8025         * wl-mule.el (wl-draft-overload-functions): Set
8026         `mode-line-buffer-identification' instead of using
8027         `wl-make-modeline'.
8028
8029         * wl-folder.el (wl-folder-mode): Set
8030         `mode-line-buffer-identification' instead of using
8031         `wl-make-modeline'.
8032         (wl-folder): Don't set `mode-line-buffer-identification'.
8033
8034 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8035
8036         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8037         instead of `member' for `wl-refile-guess-func-list' look-ups.
8038         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8039
8040 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8041
8042         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8043         `wl-message-button-dispatcher'.
8044
8045         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8046
8047         * wl-message.el (wl-message-button-dispatcher): Use it.
8048
8049         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8050         "In-Reply-To".
8051
8052         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8053         Bind `case-fold-search' to t.
8054
8055 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8056
8057         * wl-xmas.el (wl-message-overload-functions): Initialize
8058         `wl-message-button-map'.
8059
8060         * wl-mule.el (wl-message-overload-functions): Initialize
8061         `wl-message-button-map'.
8062
8063         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8064
8065         * wl-message.el (wl-message-button-map): New keymap.
8066         (wl-message-add-button): New function.
8067         (wl-message-button-dispatcher): New function.
8068         (wl-message-button-refer-article): New function.
8069
8070         * wl-highlight.el
8071         (wl-highlight-message-add-buttons-to-header): New function.
8072         (wl-highlight-headers): Use it.
8073
8074 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8075
8076         * wl-summary.el (wl-summary-default-from): Use
8077         `wl-address-get-petname-1'.
8078         (wl-summary-simple-from): Ditto.
8079
8080         * wl-address.el (wl-address-get-petname-1): New inline function.
8081         (wl-address-get-petname): Use it.
8082
8083 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8084
8085         * wl-summary.el (wl-summary-default-from): Return full-name part
8086         from the address if no petname was found.
8087         (wl-summary-simple-from): Ditto.
8088
8089         * wl-address.el (wl-address-get-petname): Return nil if no petname
8090         associated with the address was found.
8091
8092 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8093
8094         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8095         display is finished.
8096
8097 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8098
8099         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8100         `elmo-folder-exists-p' argument.
8101
8102 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8103
8104         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8105         the folder.
8106
8107 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8110
8111         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8112         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8113
8114 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8115
8116         * wl-folder.el (wl-folder-create-subr): New function.
8117         (wl-folder-confirm-existence): Use it.
8118         (wl-folder-check-one-entity): Use it.
8119         Check the error symbol is derived from 'elmo-open-error.
8120
8121         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8122         `ignore-error'.
8123
8124 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8125
8126         * wl-util.el (toplevel): Add (eval-when-compile (require
8127         'elmo-util)).  (Maybe `provide' is typo.)
8128
8129 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8130
8131         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8132         (I don't know why this was needed.)
8133
8134         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8135         Follow up changes for stream-type.
8136
8137         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8138         (wl-draft-elmo-nntp-send): Ditto.
8139
8140         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8141         (wl-nntp-posting-stream-type): Ditto.
8142         (wl-pop-before-smtp-ssl): Abolished.
8143         (wl-nntp-posting-ssl): Ditto.
8144
8145         * wl-address.el (wl-address-quote-specials): New function.
8146         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8147
8148         * wl-draft.el (wl-draft-reply): Ditto.
8149
8150 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8151
8152         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8153         use function `wl-string-match-assoc'.
8154
8155 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8158
8159         * wl-draft.el (wl-draft-deduce-address-list): New function.
8160         (wl-draft-parse-mailbox-list): Ditto.
8161         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8162         instead of `smtp-deduce-address-list'.
8163         (wl-draft-on-field-p): Follow group list.
8164
8165         * wl-address.el (wl-address-concat-token): New function.
8166         (wl-address-string-without-group-list-contents): Ditto.
8167         (wl-complete-field-body): Fixed problem of completion
8168         by japanese petname.
8169         (wl-address-make-completion-list): Rewrite.
8170
8171 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8172
8173         * wl-address.el (wl-address-make-completion-list): Completion by
8174         petname.
8175         (wl-complete-field-body): Likewise.
8176
8177 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8180         contains invalid address syntax.
8181
8182 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8183
8184         * wl-folder.el (wl-folder-check-entity-async): Use
8185         `elmo-nntp-spec-hostname'.
8186
8187 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8188
8189         * wl-summary.el (wl-summary-msgdb-load-async): Use
8190         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8191
8192 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8193
8194         * wl-draft.el (wl-draft-reply): Set argument
8195         `content-transfer-encoding' as nil.
8196
8197 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8198
8199         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8200         `wl-refile-alist'.
8201
8202 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8203
8204         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8205         (wl-draft-edit-string): Ditto.
8206         (wl-draft-forward): Ditto.
8207         * wl-summary.el (wl-summary-write): Ditto.
8208
8209 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-summary.el (wl-summary-sync-update3): Call
8212         `wl-summary-buffer-number-column-detect'.
8213         (wl-summary-buffer-number-column-detect): Search from point-min.
8214
8215 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8218         contains an address which is not included in original to or cc.
8219
8220 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8221
8222         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8223         begin-line does not exist.
8224         * wl-message.el (wl-message-uu-substring): Ditto.
8225
8226 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8229         clear local variables.
8230         (wl-summary-exit): Call `elmo-commit'.
8231         (wl-summary-switch-to-clone-buffer): Call
8232         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8233         (wl-summary-goto-folder-subr): Ditto.
8234
8235         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8236         POP folder.
8237
8238 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8241         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8242         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8243         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8244         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8245         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8246
8247         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8248
8249 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8250
8251         * wl-summary.el (wl-summary-search-by-subject):
8252         Search parent message from the latest one.
8253
8254 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8257         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8258
8259         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8260         New user option.
8261
8262         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8263         if elmo-nntp-use-killed-list is nil.
8264         Use `elmo-msgdb-append-to-killed-list'.
8265         (Append numbers confirmed as disappeared to the killed list.)
8266         (wl-summary-confirm-appends): Don't display negative number.
8267
8268 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8269
8270         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8271
8272 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8273
8274         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8275         range is `all'.
8276         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8277         `elmo-list-bigger-diff'.
8278
8279 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8280
8281         * wl-summary.el (wl-summary-buffer-exit-func):
8282         New buffer local variable.
8283         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8284
8285 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8286
8287         * wl-demo.el (wl-demo): Fix the last change.
8288
8289 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8290
8291         * wl-demo.el (wl-demo): Don't use `eval'.
8292
8293 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8294
8295         * wl-summary.el (wl-summary-buffer-thread-modified):
8296         New buffer-local variable.
8297         (wl-summary-set-thread-modified): New function.
8298         (wl-summary-thread-modified-p): New function.
8299         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8300         (wl-summary-yank-saved-message): Use function
8301         `wl-summary-set-thread-modified'
8302         (wl-summary-switch-to-clone-buffer): Add
8303         `wl-summary-buffer-thread-modified'.
8304
8305         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8306         (wl-summary-buffer-mark-saved-hook): Ditto.
8307         * wl-summary.el (wl-summary-msgdb-save): New hook
8308         `wl-summary-buffer-message-saved-hook' and
8309         `wl-summary-buffer-mark-saved-hook'.
8310
8311 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8312
8313         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8314
8315 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8316
8317         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8318         don't hide scroll bars under FSF Emacsen because it may incur an
8319         undesirable redrawing.
8320
8321 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8322
8323         * wl-draft.el (wl-draft-edit-string): Call
8324         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8325
8326 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8327
8328         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8329
8330 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8331
8332         * wl-summary.el (wl-summary-msgdb-load-async): Call
8333         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8334
8335 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8336
8337         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8338         fringes in demo buffer; center bitmap logo correctly even if old
8339         Mule is used.
8340
8341 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8342
8343         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8344
8345         * wl-refile.el (wl-refile-subject-alist): New variable.
8346         (wl-refile-subject-alist-file-name): Ditto.
8347         (wl-refile-alist-setup): Rewrite.
8348         (wl-refile-alist-save): Use `elmo-object-save'.
8349         Eliminated arguments.
8350         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8351         (wl-refile-guess-by-subject): New function.
8352         (wl-refile-guess-func-list): Added it.
8353
8354 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8355
8356         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8357         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8358
8359 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8362         New buffer-local variable.
8363         (wl-summary-buffer-next-folder-func): Ditto.
8364         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8365         if non-nil.
8366         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8367         if non-nil.
8368         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8369         if non-nil.
8370         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8371         if non-nil.
8372
8373 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8374
8375         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8376         permanently in the demo buffer.
8377
8378 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8381         `mime-entity-fetch-field'.
8382
8383         * wl.el (wl-exit): Delete plugged buffer.
8384
8385         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8386         XEmacs has menubar feature.
8387
8388 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8389
8390         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8391         cannot arrive at the beginning of the buffer under old Emacsen.
8392
8393 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl-address.el (wl-address-ldap-search):
8396         Call `ldap-search-entries' with `withdn' argument t.
8397         (wl-complete-field-body): Bind completion-ignore-case as t.
8398         Clear ldap search hash when it was sole completion.
8399         Use elmo-string for pattern string.
8400         (wl-ldap-alias-safe-string): Eliminated needless let.
8401
8402 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8403
8404         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8405         (wl-ldap-alias-sep): New constant.
8406         (wl-ldap-search-attribute-type-list): Ditto.
8407         (wl-ldap-get-value): New function.
8408         (wl-ldap-make-filter): Ditto.
8409         (wl-ldap-make-matched-value-list): Ditto.
8410         (wl-ldap-alias-safe-string): Ditto.
8411         (wl-ldap-register-dn-string): Ditto.
8412         (wl-address-ldap-search): Rewrite.
8413
8414 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8415
8416         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8417         thread is deleted.
8418         (wl-thread-delete-line-from-buffer): Ditto.
8419         (wl-thread-get-exist-children): New function.
8420
8421 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8422
8423         * wl-demo.el (wl-demo): Made it to select various image types.
8424         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8425         from `wl-title-logo'.
8426         (wl-logo-ascii): New variable.
8427         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8428         (wl-demo-copyright-notice): New constant.
8429
8430         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8431
8432 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8433
8434         * wl-vars.el (wl-summary-target-above): Renamed from
8435         wl-summary-temp-above.
8436         * wl-score.el (wl-score-get-score-alist): Use it.
8437         (wl-summary-score-update-all-lines): Use it.
8438         * wl-summary.el: Ditto. (make-variable-buffer-local).
8439
8440 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * wl-vars.el (wl-ldap-port): New user option.
8443
8444         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8445         Rewite whole implementation.
8446         (wl-complete-field-body): Fixed.
8447
8448 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8449
8450         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8451         Choose implementation at compile time.
8452
8453 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8454
8455         * wl-address.el (wl-ldap-search-internal): New function.
8456         (wl-complete-field-to): Use it.
8457
8458 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8459
8460         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8461         Use `let' instead of `let*'.
8462         Require 'wl-vars.
8463
8464         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8465         Define as defcustom.
8466         (wl-ldap-base): Ditto.
8467         (wl-use-ldap): Ditto.
8468
8469 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8470
8471         * wl-address.el (wl-ldap-search): New function.
8472         (wl-complete-field-body): Use `wl-ldap-search'.
8473         (wl-ldap-server): New variable.
8474         (wl-ldap-base): Ditto.
8475         (wl-use-ldap): Ditto.
8476
8477 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8478
8479         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8480         (Pointed out by Mito <mit@nines.nec.co.jp>).
8481         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8482         buffer-local variables like `wl-summary-redisplay-internal'.
8483         (wl-summary-redisplay-all-header): Likewise.  Update
8484         Summary view too.
8485
8486 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8487
8488         * wl-summary.el (wl-summary-jump-to-parent-message):
8489         Consider prefix argument.
8490
8491         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8492         when closed thread is deleted.
8493
8494 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8495
8496         * wl-summary.el (wl-summary-jump-to-parent-message):
8497         Consider thread modification.
8498
8499 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8500
8501         * wl-message.el (wl-message-normal-get-original-buffer): Use
8502         `save-excursion'.
8503
8504         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8505         (wl-summary-showto-folder-regexp): Ditto.
8506
8507 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8508
8509         * wl-util.el (wl-delete-alist): Doc fix.
8510         (wl-delete-associations): New function.
8511         (wl-inverse-alist): New function.
8512         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8513         Split temporary variables. Use `wl-delete-associations'
8514         and `wl-inverse-alist'.
8515         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8516
8517 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-folder.el (wl-folder-prefetch-entity):
8520         Execute prefetching if new count is unknown.
8521
8522 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8523
8524         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8525
8526         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8527         delete entity.
8528         (wl-thread-set-parent): If insert as top, set linked as nil.
8529
8530         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8531         `wl-thread-cleanup-symbols' when view mode is thread.
8532
8533 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8534
8535         * wl-folder.el (wl-folder-create-folder-entity): Use
8536         with-current-buffer.
8537         (wl-local-folder-init): Call set-buffer to make sure we are in
8538         the Folder buffer. Don't touch buffer-local variables here.
8539         (wl-folder-mode): Initialize buffer-local variables here.
8540
8541         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8542         (wl-folder-entity-assign-id): Ditto.
8543         (wl-folder-create-entity-hashtb): Ditto.
8544         (wl-local-folder-init): Ditto.
8545         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8546
8547 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8548
8549         * wl-summary.el (wl-summary-default-from): Fix probrem when
8550         std11-extract-address-components return (nil "foo@bar").
8551
8552 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8553
8554         * wl-draft.el (wl-draft-clone-local-variables):
8555         Remove redundant `setq'.
8556
8557 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8558
8559         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8560         Bind wl-highlight-x-face-func as nil while highlighting header.
8561
8562 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8563
8564         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8565
8566 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8567
8568         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8569         elmo-msgdb-overview-hashtb from copy-variables.
8570         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8571         instead of `elmo-msgdb-overview-get-entity-by-number'.
8572         (wl-summary-auto-refile): Ditto.
8573
8574         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8575         `elmo-msgdb-overview-get-entity' instead of
8576         `elmo-msgdb-search-overview-entity'.  Use
8577         `elmo-msgdb-overview-get-entity' instead of
8578         `elmo-msgdb-overview-get-entity-by-number'.
8579         (wl-thread-insert-entity-sub): Ditto.
8580         (wl-thread-insert-message): Ditto.
8581
8582         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8583         `elmo-msgdb-overview-get-entity'.
8584         (wl-normal-message-redisplay): Ditto.
8585
8586 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8587
8588         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8589         `wl-thread-entities'.
8590         (wl-thread-delete-message): Fix remove top message from
8591         `wl-thread-entity-list'.
8592
8593         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8594         wl-append(nconc), because update-list is broken on Meadow.
8595
8596         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8597         updating process.
8598         (wl-summary-rescan): Ditto.
8599         (wl-summary-sync-update3): Ditto.
8600         * wl-thread.el (wl-thread-set-parent): Renamed from
8601         `wl-summary-set-parent'.
8602         (wl-thread-insert-message): Updating buffer faster.
8603         (wl-thread-delete-message): Updating buffer faster.
8604
8605         * wl-score.el (wl-summary-score-update-all-lines): Changed
8606         interval for display progress gauge.
8607
8608 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8609
8610         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8611         folder always-sticky.
8612         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8613         defmacro.
8614
8615 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8616
8617         * wl-vars.el (wl-draft-add-references): New user option.
8618
8619         * wl-draft.el (wl-draft-add-references): New function.
8620         (wl-draft-yank-from-mail-reply-buffer): Use it.
8621         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8622         as nil.
8623
8624 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8625
8626         * wl-thread.el (wl-thread-update-line-msgs): Called
8627         `wl-thread-update-line-on-buffer-sub'.
8628         (wl-thread-update-line-on-buffer): Delete routine of inserting
8629         thread.
8630         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8631         moved from `wl-thread-update-line-on-buffer'.
8632         Add threshold for displaying progress gauge.
8633         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8634         argument of `wl-thread-update-line-msgs'.
8635         Add threshold for displaying progress gauge.
8636         * wl-folder.el:
8637         Add threshold for displaying progress gauge.
8638         * wl-score.el: Ditto.
8639
8640         * wl-expire.el (wl-summary-expire): Display deleting info.
8641
8642 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8645         `no-msg'.
8646         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8647         argument of `wl-thread-update-line-msgs'.
8648         (wl-summary-set-parent): Added optional argument `parent-number'.
8649         (wl-summary-buffer-saved-message): New buffer local variable.
8650         (wl-summary-save-current-message): New command.
8651         (wl-summary-yank-saved-message): Ditto.
8652         (wl-summary-mode-map): Added key binding for
8653         `wl-summary-save-current-message' (\ew) and
8654         `wl-summary-yank-saved-message' (\C-y).
8655         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8656
8657 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-summary.el (wl-summary-mode-map): Added key binding for
8660         `wl-summary-set-parent' (ts).
8661
8662 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8663
8664         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8665         subject faster. If thread number is reverse, delayed updating
8666         thread.
8667         (wl-summary-search-by-subject): Ditto.
8668         (wl-summary-put-alike): Ditto.
8669         (wl-summary-get-alike): Ditto.
8670         (wl-summary-insert-headers): Insert header of all overview in
8671         buffer.
8672         (wl-summary-rescan): Delayed updating thread. Kill search subject
8673         buffer for wl-summary-search-by-subject.
8674         (wl-summary-sync-update3): Ditto.
8675         (wl-summary-exit): Ditto.
8676         (wl-summary-goto-bottom-of-current-thread): Change for linked
8677         thread.
8678         (wl-summary-overview-create-summary-line): Change line for linked
8679         thread.
8680
8681         * wl-summary.el (wl-summary-update-thread): Use
8682         wl-thread-maybe-get-children-num.
8683         (wl-summary-set-parent): If change parent, move sub thread.
8684         (wl-summary-redisplay-internal): Add horizontal recenter.
8685         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8686
8687         * wl-thread.el (wl-thread-entity-get-linked): New function.
8688         (wl-thread-entity-set-linked): New function.
8689         (wl-thread-create-entity): Add linked element.
8690         (wl-thread-entity-insert-as-top): Use wl-append.
8691         (wl-thread-maybe-get-children-num): If closing thread, return
8692         children msgs.
8693         (wl-thread-update-line-msgs): Displaying progress message.
8694         (wl-thread-update-line-on-buffer-sub): Use
8695         wl-thread-maybe-get-children-num.
8696         (wl-thread-update-line-on-buffer): If update line is not exists,
8697         insert thread.
8698         (wl-thread-delete-message): If delete top msg of thread, search
8699         parent by subject.
8700         (wl-thread-insert-entity): Use
8701         wl-thread-maybe-get-children-num.
8702
8703         * wl-highlight.el (wl-highlight-summary-current-line): change
8704         sregexp for linked thread.
8705         * wl-util.el (wl-count-lines): Count lines.
8706         (wl-horizontal-recenter): horizontal recenter.
8707         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8708         (wl-score-get-alike): Ditto.
8709         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8710         (wl-subject-length-limit): New variable.
8711         (wl-highlight-thread-indent-string-regexp): Changed for linked
8712         thread.
8713
8714 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8717         New variable (revival).
8718         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8719         by subject matching if there's no in-reply-to nor references field
8720         (revival).
8721
8722 \f
8723 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8726         message.
8727
8728 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-summary.el (wl-summary-reply): Return t if there was a
8731         message at cursor point.
8732         Added unwind-protect.
8733         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8734         returns t.
8735         (wl-summary-cancel-message): Do nothing when there's no message at
8736         cursor point.
8737         (wl-summary-forward): Ditto.
8738         (wl-summary-jump-to-parent-message): Ditto.
8739         (wl-summary-reedit): Ditto.
8740         (wl-summary-edit-addresses): Ditto.
8741         (wl-summary-pipe-message): Ditto.
8742         (wl-summary-print-message-with-ps-print): Ditto.
8743         (wl-summary-print-message): Ditto.
8744         (wl-summary-mark-as-important): Ditto.
8745         (wl-summary-mark-as-unread): Ditto.
8746
8747         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8748         message at cursor point.
8749         (wl-summary-reply-with-citation): Remove unwind-protect.
8750
8751         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8752         subject searching feature.
8753         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8754         Eliminated.
8755
8756 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8759         New variable.
8760         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8761         by subject matching if there's no in-reply-to nor references field.
8762
8763         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8764
8765         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8766         when display is finished.
8767         (wl-folder-open-all): Ditto.
8768         (wl-folder-update-access-group): Ditto.
8769         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8770         * wl-thread.el (wl-thread-close-all): Ditto.
8771
8772         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8773         progress gauge only when it was displayed.
8774         * wl-folder.el (wl-folder-insert-entity): Ditto.
8775
8776 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * wl-summary.el (wl-summary-incorporate): Enclose
8779         `wl-summary-sync-force-update' with save-excursion.
8780
8781 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8782
8783         * wl-summary.el (wl-summary-prefetch-region):
8784         Pass current cursor point to `pos-visible-in-window-p' after
8785         moving cursor to the started point.
8786
8787 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8788
8789         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8790
8791         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8792         fields from the forwarding message.
8793         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8794         `ignored-fields'.
8795
8796 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * wl-mime.el (wl-message-request-partial):
8799         Eliminated argument `msgdb'.
8800         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8801         (wl-mime-combine-message/partial-pieces): Likewise.
8802         * tm-wl.el (wl-message-request-partial): Likewise.
8803         (wl-mime-combine-message/partial-pieces): Likewise.
8804
8805 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8806
8807         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8808         when display is finished.
8809
8810 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8811
8812         * wl-summary.el (wl-summary-goto-folder-subr):
8813         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8814
8815 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8818         when cursor point is visible.
8819
8820 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-expire.el (wl-expire-archive-get-max-number):
8823         Don't use `file-name-directory'.
8824
8825 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-expire.el (wl-expire-archive-get-max-number):
8828         Use `file-name-directory'.
8829
8830 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8833         only when there is progress.
8834
8835 2000-04-13  Mito <mit@nines.nec.co.jp>
8836
8837         * wl-summary.el (wl-summary-sync-marks): Display progress.
8838
8839 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8842         (wl-summary-prev): Move cursor regardless of unread status.
8843         (wl-summary-next): Ditto.
8844
8845 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8848         Added argument `target' and `number'.
8849         * tm-wl.el (wl-summary-burst-subr): New function.
8850         (wl-summary-burst): Use it.
8851
8852 2000-04-10  Mito <mit@nines.nec.co.jp>
8853
8854         * wl-mime.el (wl-burst): New function.
8855         (wl-summary-burst): Use it.
8856
8857 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8858
8859         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8860         as petname when there's no candidate.
8861
8862 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8865         New variable.
8866         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8867
8868         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8869
8870         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8871
8872 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8873
8874         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8875         Use substring of `original' instead of buffer-substring.
8876         (wl-refile-evaluate-rule):
8877         Set `original' argument of wl-refile-expand-newtext.
8878
8879         * wl-summary.el
8880         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8881         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8882         (wl-summary-auto-refile): Check existence of destination folder just
8883         before marking.
8884
8885 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8886
8887         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8888         when wl-refile-get-field-value return nil.
8889
8890 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8891
8892         * wl-refile.el
8893         (wl-refile-expand-newtext): New function imported from Gnus.
8894         (wl-refile-evaluate-rule): Use it.
8895
8896 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8897
8898         * wl-summary.el (wl-summary-print-destination):
8899         Duplicate folder string to avoid putting text-property on
8900         original string.
8901
8902         * wl-refile.el (wl-refile-get-field-value): New function.
8903         (wl-refile-evaluate-rule): New function;
8904         Evaluate refile rule recursively.
8905         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8906         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8907         New function; Check existence of a target folder recursively.
8908         (wl-summary-auto-refile-check-refile-rule-alist):
8909         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8910
8911 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8914
8915         * wl-folder.el (wl-create-folder-entity-from-buffer):
8916         Fixed problem when '}' character is contained in folder name.
8917
8918         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8919
8920 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8921
8922         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8923         (wl-fldmgr-add-completion-all-completions):
8924         Use wl-fldmgr-add-completion-hashtb.
8925
8926 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8927
8928         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8929         wl-fldmgr-add-completion-subr): New functions.
8930         * wl-folder.el (wl-folder-completion-func): New variable.
8931         * wl-summary.el (wl-summary-read-folder):
8932         Use wl-folder-completion-func.
8933
8934         * wl-refile.el: Eliminate throw & catch.
8935
8936         * wl.el (wl-plugged-sending-queue-status): Fixed.
8937
8938 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8939
8940         * wl-draft.el (wl-draft): Put category property on
8941         mail-header-separator.