0d678eb0b5652bf357aaa87529ae3d22f77a12e7
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
4         unsubscribe list only if argument CLEAR is nil.
5
6 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-draft.el (wl-draft-reply): Decode subject before removing
9         Re: prefix.
10
11 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
12
13         * wl-summary.el (wl-summary-sort-by-size): New command.
14
15 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-summary.el (wl-summary-number-list-from-region): New
18         function.
19         (wl-summary-mark-as-read-region): Use it.
20         (wl-summary-mark-as-unread-region): Ditto.
21         (wl-summary-set-flags-region): Ditto and add optional argument
22         remove.
23         (wl-summary-mark-as-answered-region): Ditto.
24         (wl-summary-mark-as-important-region): Ditto.
25         (wl-summary-target-mark-mark-as-important): Added optional
26         argument remove.
27         (wl-summary-target-mark-mark-as-answered): Ditto.
28         (wl-summary-target-mark-set-flags): Ditto.
29
30 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
31
32         * wl-summary.el (wl-summary-set-flags-region): Call
33         `wl-summary-set-flags-internal' with number list instead of call
34         one by each message.
35         (wl-summary-target-mark-set-flags): Likewise.
36
37 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-summary.el (wl-summary-target-mark-operation): Add optional
40         argument `inverse' and use `wl-summary-delete-all-target-marks'.
41         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
42         (wl-summary-target-mark-mark-as-answered): Likewise.
43
44 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
45
46         * wl-summary.el (wl-summary-target-mark-forward): Use
47         `wl-summary-delete-all-target-marks' instead of
48         `wl-summary-delete-all-temp-marks'.
49         (wl-summary-target-mark-reply-with-citation): Ditto.
50         (wl-summary-target-mark-uudecode): Ditto.
51         (wl-summary-target-mark-set-flags): Ditto and remove needless
52         cursor move.
53
54 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
55
56         * wl-summary.el (wl-summary-target-mark-forward): Protect
57         wl-summary-buffer-target-mark-list from nreverse.
58         (wl-summary-target-mark-reply-with-citation): Ditto.
59
60 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
61
62         * wl-thread.el (wl-thread-update-indent-string-thread): Use
63         `elmo-display-progress-threshold'.
64
65 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
68         check `wl-summary-highlight'.
69         (wl-summary-window-scroll-functions): Respect value of
70         `wl-summary-highlight'.
71         (wl-summary-sync-update): Run hooks
72         `wl-summary-buffer-window-scroll-functions' at any time.
73
74 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
75
76         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
77         from `wl-summary-cleanup-temp-marks'.
78         (wl-summary-cleanup-temp-marks): Abolish argument.
79         * wl.el (wl-save-status): Revert previous change.
80         (wl-execute-temp-marks): New function, call
81         `wl-summary-exec-with-confirmation'.
82         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
83         (wl-folder-save-and-exec-marks): Abolished.
84
85 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-e21.el (wl-e21-display-image-p): Respect
88         `wl-highlight-folder-with-icon'.
89         (wl-e21-highlight-folder-group-line): Highlight mouse line
90         even if wl-e21-display-image-p is nil.
91
92         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
93         Respect value of `wl-summary-highlight'.
94
95         * wl.el (wl-save-status): Remove unused variable.
96
97         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
98         (wl-folder-mode-map): Bind it to "x".
99
100 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
101
102         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
103
104         * wl-thread.el (wl-thread-get-parent-list): Don't check
105         disconnected ancestors, neglecting needless work in
106         `wl-thread-update-indent-string-thread'.
107
108         * wl.el (wl-save): Take prefix argument to execute remaining marks.
109         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
110         argument, add argument default-keep to keep marks by default.
111
112         * Version number is increased to 2.11.30.
113
114         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
115         customization type and docstring.
116         (wl-draft-reply-without-argument-list): Ditto.
117
118 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
119
120         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
121
122         * wl-spam.el (wl-spam-mark-action-list): Ditto.
123
124 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
127
128 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
129
130         * wl-draft.el (wl-draft-config-exec): Narrow the range of
131         save-excursion so as not to include run-hooks.
132
133 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
136         Clarify that marks are going to be cleared.
137
138 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
141         according to 3rd element of wl-summary-flag-mark.
142
143         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
144
145 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-action.el (wl-summary-target-mark-all): Don't set
148         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
149
150 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
151
152         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
153         (wl-forward-subject-prefix): Ditto.
154         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
155         (wl-draft-reply-make-subject): Ditto.
156
157         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
158         `wl-draft-forward'.
159         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
160
161 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
162
163         * wl-action.el (wl-summary-target-mark-set-action): Stop if
164         target message does not exist.
165
166 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
167
168         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
169         `wl-subject-prefix-regexp'.
170         (wl-subject-forward-prefix-regexp): New variable.
171         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
172         `wl-draft-strip-subject-re' and take regexp as argument.
173         (wl-draft-forward): Use it.
174         (wl-draft-reply): Ditto.
175
176 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
177
178         * wl-e21.el (wl-highlight-plugged-current-line): Change for
179         emacs multi-tty support.
180
181 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
182
183         * wl-e21.el (wl-e21-display-image-p): Don't call
184         `display-images-p'.
185         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
186         support.
187         (wl-highlight-folder-current-line): Ditto.
188         (wl-folder-init-icons): Ditto.
189
190 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
193         the last line of summary in unplugged mode.
194
195 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
196
197         * wl-vars.el (wl-refile-rule-alist): Doc fix.
198
199 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
200
201         * wl-vars.el (wl-user-mail-address-regexp): New variable.
202         * wl-address.el (wl-address-user-mail-address-p): Use it.
203         (wl-address-delete-user-mail-addresses): Ditto.
204         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
205
206         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
207         (wl-address-delete-user-mail-addresses): Ditto.
208
209         * wl-address.el (wl-address-delete-user-mail-addresses): New
210         function.
211         * wl-refile.el (wl-refile-guess-by-history): Use it.
212         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
213         (wl-draft-make-mail-followup-to): Ditto and fix logic.
214
215         * wl-draft.el (wl-draft-edit-string): To judge sender address,
216         use wl-address-user-mail-address-p.
217
218 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
219
220         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
221         after opening group.
222
223 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
226         of elmo-set-buffer-multibyte.
227
228         * wl-message.el (wl-original-message-mode): Ditto.
229
230         * wl-score.el (wl-score-insert-header): Ditto.
231
232         * wl-summary.el
233         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
234         (wl-summary-goto-folder-subr): Ditto.
235         (wl-summary-insert-headers): Ditto.
236
237         * wl-util.el (wl-set-string-width): Ditto.
238
239         * Version number is increased to 2.11.29.
240
241 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
244         (wl-highlight-summary-line-help-echo-alist): New variable.
245         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
246         into `wl-highlight-summary-line-help-echo' and
247         `wl-highlight-flag-folder-help-echo'.
248         (wl-highlight-summary-line-string): Change accordingly.
249         (wl-highlight-summary-current-line): Ditto.
250
251 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-highlight.el (wl-highlight-message): Ignore white spaces
254         at the beginning of field body (Thanks to Markus Knittig).
255
256         * wl-draft.el (wl-draft-insert-current-message): Also check
257         summary buffer, remove unnecessary tag.
258
259 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-draft.el (wl-draft-insert-current-message): Cause error also
262         when wl-message-buffer is nil.
263
264         * wl-folder.el (wl-folder): Abolish unused argument.
265         Call wl-folder-init when wl-folder-entity is nil.
266         * wl.el (wl): Change accordingly.
267
268 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
271         multibyte string before insert into draft buffer.
272         (wl-draft-create-buffer): Always enable multibyte characters for
273         draft buffer.
274
275         * Version number is increased to 2.11.28.
276
277 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-folder.el (wl-folder-open-close): Handle blank line.
280         (wl-folder-jump-to-current-entity): Ditto.
281
282 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * Version number is increased to 2.11.27.
285
286 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-thread.el (wl-thread-insert-message): When the thread is
289         devided by wl-summary-max-thread-depth, insert line at the end of
290         buffer.
291
292 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * Version number is increased to 2.11.26.
295
296 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
297
298         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
299
300 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
301
302         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
303         value of stream-type and session.
304
305 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
306
307         * Version number is increased to 2.11.25.
308
309 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
310
311         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
312         in a quit message.
313
314 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
317         (wl-summary-redisplay-no-mime-internal): Ditto.
318
319 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
322         * wl-vars.el (wl-smtp-connection-type): Ditto.
323
324 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
325
326         * wl-highlight.el (wl-highlight-message): Change to strict regexp
327         for the separator line and quote mail-header-separator.
328
329 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-spam.el (wl-message-check-spam): Fixed problem no display
332         result message.
333
334         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
335         `elmo-multiple-fields-body-list' with boundary as
336         mail-header-separator.
337
338 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
341
342 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
343
344         * wl-util.el (wl-list-diff): Remove unused function.
345
346         * wl-draft.el (wl-draft-send-confirm): Discard input before
347         confirmation.
348
349 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
352         order of flag and new.
353
354 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-vars.el (wl-refile-policy-alist): Abolished.
357
358         * wl-action.el (wl-summary-set-action-refile): Follow the change
359         above.
360
361 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * wl-highlight.el (wl-highlight-signature-search): Don't use
364         re-search-backward for a long word since it is possible to crash
365         XEmacs because of a bug.
366
367 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
368
369         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
370
371 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
372
373         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
374         argument for wl-summary-sync-force-update.
375
376 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
377
378         * wl-summary.el (wl-summary-mode-map): Revival of
379         wl-summary-mark-as-important related bindings;
380         Bind 'F','tF','mF','rF','m&'.
381         (wl-summary-mark-as-important-region): Revival.
382         (wl-summary-target-mark-mark-as-important): Ditto.
383         (wl-summary-target-mark-operation): New function.
384         (wl-summary-target-mark-mark-as-answered): Use it.
385         (wl-summary-decide-flag): Don't set Important as default.
386         (wl-summary-mark-as-important-internal): Revival.
387         (wl-summary-mark-as-important): Ditto.
388
389         * wl-thread.el (wl-thread-mark-as-important): Ditto.
390
391         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
392         instead of facep.
393
394 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
395
396         * wl-dnd.el (wl-dnd-drop-func): Fix.
397
398         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
399         mouse-set-point instead of posn-point.
400
401         * wl-xmas.el (wl-completing-read-multiple): Define as function.
402
403         * wl-mule.el (wl-completing-read-multiple): Ditto.
404
405 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-demo.el (face-background-name): Defalias to avoid compile
408         warning.
409
410 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
411
412         * wl-summary.el (wl-summary-decide-flag): Use
413         wl-completing-read-multiple instead of completing-read-multiple.
414
415         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
416         New alias.
417
418         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
419         Use face-background-name instead of face-background.
420
421         * wl-vars.el (wl-summary-save-file-suffix): New user option.
422
423         * wl-summary.el (wl-summary-save): Use it.
424         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
425
426         * wl-mime.el (wl-mime-save-content): Fix last change.
427
428 2004-02-10  Len Trigg <lenbok@myrealbox.com>
429
430         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
431         New function.
432         (wl-summary-sort-specs): Added sort.
433         * wl-mime.el (wl-mime-save-content): Expand file name.
434
435 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
436
437         * wl-mime.el (wl-draft-preview-message): Fixed typo.
438
439         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
440
441 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
444         for flag if it is not defined.
445
446 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
447
448         * wl-e21.el (wl-highlight-folder-current-line): Use
449         elmo-folder-type-internal when elmo-folder-type returns nil.
450
451         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
452
453         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
454
455         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
456
457         * wl-e21.el (wl-summary-toolbar): Ditto.
458
459         * wl-vars.el (wl-demo-background-color): Abolished.
460         (wl-summary-persistent-mark-priority-list): Renamed from
461         wl-summary-flag-priority-list.
462         (wl-summary-flag-alist): New user option.
463         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
464         (wl-message-mode-line-format-spec-alist): Added 'F'.
465         (wl-message-mode-line-format): Likewise.
466         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
467         instead of wl-summary-important-mark.
468         (wl-file-folder-icon): New variable.
469
470         * wl-thread.el (wl-thread-set-flags): Renamed from
471         wl-thread-mark-as-important.
472
473         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
474         warning.
475         (wl-summary-mode-menu-spec): Follow the change of 
476         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
477         (wl-summary-mode-map): Follow the change of
478         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
479         (wl-summary-detect-mark-position): Follow the variable name change.
480         (wl-summary-set-flags-region): New function for the replacement of
481         wl-summary-mark-as-important-region.
482         (wl-summary-sync-marks): Sync all global-flags.
483         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
484         instead of elmo-message-flagged-p.
485         (wl-summary-persistent-mark-string): Follow the variable name change;
486         Put wl-summary-flag-mark if the message has global-flag.
487         (wl-summary-target-mark-set-flags): Renamed from 
488         wl-summary-target-mark-mark-as-important.
489         (wl-summary-decide-flag): New function.
490         (wl-summary-set-flags-internal): Renamed from
491         wl-summary-mark-as-important-internal.
492         (wl-summary-add-flags-internal): New function.
493         (wl-summary-remove-flags-internal): Ditto.
494         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
495         (wl-summary-mark-as-unimportant): Abolish.
496         (wl-summary-move-spec-alist): Changed `important' to `digest'.
497         (wl-summary-next-message): List flagged messages in the msgdb.
498
499         * wl-score.el (wl-summary-score-update-all-lines): Use
500         wl-summary-add-flags-internal instead of 
501
502         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
503
504         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
505         from wl-message-buffer-cur-flag (To avoid misunderstanding).
506         (wl-message-buffer-require-all-header): Renamed from
507         wl-message-buffer-all-header-flag (Ditto).
508         (wl-message-buffer-flag-indicator): New variable.
509         (wl-message-redisplay): Changed local varibale name from `flag' to
510         `display-type'; Set up wl-message-buffer-flag-indicator.
511         (wl-message-buffer-display): Changed varibale name from `flag' to
512         `display-type'.
513         (wl-message-display-internal): Likewise.
514
515         * wl-highlight.el (wl-highlight-demo-face): Define default background
516         color.
517         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
518
519         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
520
521         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
522         (wl-demo-setup-properties): Renamed from
523         `wl-demo-set-background-color'.
524         (wl-demo): Follow the change above.
525         
526         * Version number is increased to 2.11.24.
527
528 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-summary.el (wl-summary-toggle-thread): Call
531         `wl-summary-rescan' with disable-thread as non-nil.
532         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
533
534 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
535
536         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
537         foreground property of the face.
538         (wl-demo-insert-text): Don't set up face property here.
539         (wl-demo): Call wl-demo-set-background-color, anyway.
540
541 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-vars.el (wl-demo-background-color): The value can be nil.
544
545 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
546
547         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
548         to wl-summary-wheel-dispatcher.
549
550         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
551         wl-message-wheel-dispatcher.
552         (wl-message-wheel-dispatcher): New function.
553         (wl-summary-wheel-dispatcher): Ditto.
554
555 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
556
557         * wl-action.el (wl-summary-target-mark-all): List messages which are
558         not in the killed-list.
559
560         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
561         only when the folder is 'flag/important.
562
563         * wl-address.el (wl-complete-field-body): Complete if the last
564         character is a space.
565
566 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-folder.el (wl-folder-clear-entity-info): Use
569         elmo-clear-hash-val.
570
571         * wl-fldmgr.el (wl-fldmgr-rename): Set
572         wl-folder-info-alist-modified as t.
573
574 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
577
578 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
579
580         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
581         (wl-folder-buffer-last-visited-entity-id): New buffer local
582         variable.
583         (wl-folder-revisit-last-visited-folder): New function.
584         (wl-folder-mode-map): Bind it to "C-i".
585         (wl-folder-set-current-entity-id): Set last visited folder.
586         * wl-summary.el (wl-summary-exit): Ditto.
587
588 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
591         before calling `recenter' in order to cope with an XEmacs bug.
592
593 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
594
595         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
596         to the default value.
597
598 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
599
600         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
601         change.
602         (wl-summary-sync-marks): Ditto.
603         (wl-summary-mark-as-read-internal): Ditto.
604         (wl-summary-mark-as-answered-internal): Ditto.
605         (wl-summary-mark-as-important-internal): Ditto.
606         (wl-summary-reply): Ditto.
607
608         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
609         instead of `elmo-folder-unflag-answered'.
610
611         * Version number is increased to 2.11.23.
612
613         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
614         the last change.
615
616 2004-01-11  Kenichi Okada  <okada@opaopa.org>
617
618         * wl-spam.el (wl-summary-exec-action-refile-with-register):
619         Specify "spam" or "good".
620
621 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
622
623         * wl-spam.el (wl-summary-exec-action-spam): Call
624         wl-folder-confirm-existence for spam folder.
625         (wl-spam-setup): Bind "mk".
626
627 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
630
631 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
632
633         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
634         destination folder is empty.
635
636 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
637
638         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
639         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
640
641         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
642         (wl-summary-refile-prev-destination-region): New function.
643         (wl-thread-refile-prev-destination): Ditto.
644         (wl-summary-target-mark-refile-prev-destination): Ditto.
645
646 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
647
648         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
649         (wl-demo-background-color): Changed default value.
650
651         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
652         color.
653
654         * wl-demo.el (wl-demo-set-background-color): New function.
655         (wl-demo): Call it.
656
657 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-address.el (wl-address-delete): Avoid mis-deleting.
660         * wl-address.el (wl-address-add-or-change): Don't add empty
661         address.
662
663 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
664
665         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
666
667 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
668
669         * wl-vars.el (wl-demo-image-filter-alist): New variable
670         (wl-demo-background-color): Ditto.
671
672         * wl-demo.el (wl-demo-xpm-set-background): New function.
673         (wl-demo-image-filter): Ditto.
674         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
675
676         * wl-vars.el (wl-demo-icon-name-alist): New variable.
677
678         * wl-demo.el (wl-demo-icon-name): Define as function.
679         (wl-demo-insert-image): Use it.
680
681 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
682
683         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
684
685 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
686
687         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
688
689 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
690
691         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
692
693 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-thread.el (wl-thread-mark-as-answered): New function.
696
697         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
698         answered" entry.
699         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
700         "r&" and wl-thread-mark-as-answered to "t&".
701         (wl-summary-mark-as-important-region): Refine to toggle mark.
702         (wl-summary-mark-as-answered-region): New function.
703         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
704         and 3rd argument.
705         (wl-summary-mark-as-important-internal): Likewise.
706
707 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-template.el (wl-template-preview): New internal variable.
710         (wl-template-preview-p): New function.
711         (wl-template-show): Bind `wl-template-preview' as t.
712
713 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
716         `elmo-message-entity-field' with 3rd argument which is non-nil.
717
718 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
721         Removed duplicate local bind `folder'.
722
723 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
726
727 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
730         duplicate definition.
731
732 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
733
734         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
735         non-nil, use it; Don't fetch message if there's no message in the
736         current cursor position.
737
738 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
739
740         * wl-util.el (wl-region-exists-p): Use region-active-p.
741         (wl-deactivate-region): New function.
742         * wl-message.el (wl-message-redisplay): Deactivate region.
743
744         * wl-summary.el (wl-summary-reply): Call
745         `wl-summary-set-message-buffer-or-redisplay' instead of
746         `wl-summary-redisplay-internal', don't move point.
747
748 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
751         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
752         by regexp.
753
754 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
757         if no need.
758
759 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
762         default value to nil.
763         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
764         `wl-summary-prepare-hook'; Replace refile action to
765         `wl-summary-exec-action-refile-with-register'.
766
767         * Version number is increased to 2.11.22.
768
769 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-summary.el (wl-summary-detect-mark-position): Set
772         `wl-summary-buffer-weekday-name-lang'.
773
774 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
775
776         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
777         (wl-summary-mark-as-read-all): Ditto.
778         (wl-summary-delete-messages-on-buffer): Ditto.
779         (wl-summary-sync-update): Ditto.
780         (wl-summary-mark-as-read-internal): Ditto.
781         (wl-summary-mark-as-answered-internal): Ditto.
782         (wl-summary-update-folder-info): Abolished.
783
784 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-summary.el (wl-summary-mark-as-read-all): Use
787         `wl-summary-update-folder-info' instead of
788         `wl-folder-update-unread'.
789
790 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
791
792         * wl-summary.el (wl-summary-update-folder-info): New function derived from
793         `wl-summary-folder-info-update'.
794         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
795         instead of `wl-summary-folder-info-update'.
796         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
797         `wl-folder-set-folder-updated'.
798         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
799         instead of `wl-folder-update-unread'.
800         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
801         the value of `wl-summary-buffer-unread-count' for the second parameter of
802         `wl-folder-update-unread'.
803
804         * Version number is increased to 2.11.21.
805
806 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
807
808         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
809         a local variable.
810
811 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-spam.el (wl-summary-mark-spam): Show message only if call
814         interactively.
815
816         * wl-summary.el (wl-summary-mark-as-important-internal): New
817         internal function.
818         (wl-summary-mark-as-important): Use it.
819         (wl-summary-mark-as-unimportant): New function.
820         (wl-summary-sync-marks): Follow the API change.
821
822         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
823
824         * wl-mime.el (wl-summary-burst): Check target folder is writable.
825
826 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
827
828         * wl-folder.el (wl-folder-update-unread): Re-indent.
829         Narrow the scope of a local variable.
830
831 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
834         (wl-addrmgr-merge-entries): Ditto.
835         (wl-addrmgr): Added to address entry which exists in draft buffer
836         if no entry is in original.
837
838 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
839
840         * wl-batch.el: New file.
841
842 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
843
844         * wl-vars.el (wl-use-semi): Remove unused variable.
845
846 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
849         "?".
850
851 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
854         wl-summary-new-mark.
855         (wl-summary-new-cached-mark): New user option.
856         (wl-summary-score-marks): Follow the change above.
857         (wl-summary-auto-refile-skip-marks): Ditto.
858         (wl-summary-incorporate-marks): Ditto.
859         (wl-summary-expire-reserve-marks): Ditto.
860
861         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
862
863         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
864         (wl-summary-persistent-mark-string): Distinguished between cached
865         and uncached mark when the message is new.
866
867 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-spam.el (wl-spam-domain): Renamed from
870         `wl-spam-folder-guess-domain'.
871         (wl-summary-exec-action-spam): Register as spam if domain of the
872         source folder is good.
873         (wl-summary-exec-action-refile-with-register): Register message if
874         domain of the source folder is not undecided.
875
876 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
879         detect thread loop.
880
881 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
884         and wl-summary-skip-mark-list.
885
886 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
889
890         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
891
892         * wl-spam.el (toplevel): Require wl-highlight.
893         (wl-spam-auto-check-policy-alist): Abolish.
894         (wl-spam-auto-check-folder-regexp-list): New user option.
895         (wl-spam-auto-check-marks): Ditto.
896         (wl-spam-mark-action-list): Ditto.
897         (wl-highlight-summary-spam-face): New face.
898         (wl-spam-auto-check-message-p): New function.
899         (wl-spam-map-spam-messages): Fixed message.
900         (wl-spam-register-spam-messages): Ditto.
901         (wl-spam-register-good-messages): Ditto.
902         (wl-summary-spam-map): Add and remove keybind.
903         (wl-summary-target-mark-spam): Abolish.
904         (wl-summary-refile-spam): Ditto.
905         (wl-summary-test-spam): New function.
906         (wl-summary-mark-spam): Ditto.
907         (wl-summary-auto-check-spam): Follow the above change.
908         (wl-summary-exec-action-spam): New function.
909         (wl-summary-exec-action-refile-with-register): Fixed message.
910         (wl-message-check-spam): New function.
911         (wl-spam-setup): Ditto.
912         (toplevel): Call it if this file is loaded interactivity.
913
914         * Version number is increased to 2.11.20.
915
916 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
919         when new optional argument `force' is non nil or modified.
920
921 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl.el (toplevel): Require wl-spam when compile.
924         (wl-save-status): Call wl-spam-save-status.
925
926         * wl-spam.el (wl-spam-register-spam-messages): New function.
927         (wl-spam-register-good-messages): Ditto.
928         (wl-spam-save-status): Ditto.
929         (wl-summary-mode-map): Bind
930         wl-summary-target-mark-register-as-spam to "ms" and
931         wl-summary-target-mark-register-as-good to "mn".
932         (wl-summary-register-as-spam): Abolish optional argument; Use
933         wl-spam-register-spam-messages.
934         (wl-summary-register-as-spam-all): Use
935         wl-spam-register-spam-messages.
936         (wl-summary-register-as-good): Abolish optional argument; Use
937         wl-spam-register-good-messages.
938         (wl-summary-register-as-good-all): Use
939         wl-spam-register-good-messages.
940         (wl-summary-target-mark-register-as-spam): New funtion.
941         (wl-summary-target-mark-register-as-good): Ditto.
942
943 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-spam.el: New file.
946
947 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
950
951         * wl-action.el (wl-auto-refile-guess-functions): New variable.
952         (wl-summary-auto-refile): Call wl-refile-guess with
953         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
954
955 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
958         with disable-thread argument non-nil.
959
960 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-summary.el (wl-summary-rescan): Added optional argument
963         disable-thread.
964         (wl-summary-sync): Call wl-summary-rescan with argument
965         disable-thread.
966         (wl-summary-input-range): Added new range `rescan-thread'.
967
968 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
969
970         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
971
972 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
975         internal variable.
976         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
977         wl-summary-search-parent-by-subject-regexp and
978         wl-summary-divide-thread-when-subject-changed as nil.
979         (wl-summary-insert-sequential): If entity is nil, nothing to do.
980         (wl-summary-insert-thread): Search parent entity from
981         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
982         thread loop.
983
984 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
985
986         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
987
988         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
989
990         * wl-util.el (wl-require-update-all-folder-p): New function.
991         (wl-get-assoc-list-value): Added `function' to match directive.
992         (wl-collect-draft): Rewrite.
993
994         * wl-summary.el (wl-summary-sync-update): Clear faces
995         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
996         are non-nil.
997         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
998         argument as function.
999         (wl-summary-input-range): Ditto.
1000
1001         * wl-folder.el (wl-draft-get-folder): New function.
1002         (wl-folder-get-elmo-folder): Consider draft folder.
1003
1004         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1005         (wl-draft-buffer-message-number): New buffer local variable.
1006         (wl-draft-folder-internal): New internal variable.
1007         (wl-draft-delete): Rewrite.
1008         (wl-draft-save): Ditto.
1009         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1010         wl-folder-get-elmo-folder.
1011         (wl-draft-config-info-operation): Ditto.
1012         (wl-jump-to-draft-folder): Ditto.
1013         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1014         (wl-draft-reedit): Rewrite.
1015
1016         * Version number is increased to 2.11.19.
1017         
1018 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1019
1020         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1021         variable.
1022
1023 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1026         Use ignore-errors instead of unwind-protect.
1027
1028 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1029
1030         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1031         for updating `wl-thread-entity-list'.
1032
1033 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1034
1035         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1036         parameter from calling `wl-thread-entity-get-older-brothers' and
1037         `wl-thread-entity-get-younger-brothers'.
1038         Replace nested `append' with a single one.
1039
1040 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (wl-summary-mode): Don't use the return value of
1043         `make-local-hook'.
1044
1045 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1046
1047         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1048         instead of `let*'.
1049         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1050         of local variables.
1051
1052 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1055         Renamed from wl-summary-window-scroll-functions.
1056         (wl-summary-window-scroll-functions): Don't set to variable.
1057         (wl-summary-display-top): Use run-hooks.
1058         (wl-summary-display-bottom): Ditto.
1059         (wl-summary-toggle-disp-msg): Ditto.
1060         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1061         Use it instead of wl-summary-window-scroll-functions.
1062         (wl-summary-goto-folder-subr): Don't call
1063         wl-summary-window-scroll-functions, use
1064         wl-summary-buffer-window-scroll-functions instead.
1065
1066 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1069         make-local-variable.
1070
1071 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1072
1073         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1074         set-buffer-modified-p.
1075         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1076         (wl-summary-display-bottom): Ditto.
1077         (wl-summary-toggle-disp-msg): Ditto.
1078
1079 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1082
1083         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1084         (wl-summary-forward): Use elmo-message-entity-field instead of
1085         elmo-message-field.
1086
1087         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1088
1089 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * wl-summary.el (wl-summary-window-scroll-functions): No use
1092         `append'.
1093
1094 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1097         function.
1098         (wl-summary-window-scroll-functions): Call it when both
1099         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1100         (wl-summary-temp-mark): Added optional argument number.
1101         (wl-summary-message-mark): Added optional argument flag.
1102         (wl-summary-persistent-mark): Added optional argument number and flag.
1103         (wl-summary-update-persistent-mark): Ditto.
1104         (wl-summary-update-status-marks): Set "r" for interactive spec.
1105
1106         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1107         argument number and flag.
1108
1109         * wl-action.el (wl-summary-registered-temp-mark): 
1110         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1111
1112 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1115         internal variable (buffer local).
1116         (wl-summary-window-scroll-functions): New function.
1117         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1118         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1119         as nil.
1120         (wl-summary-update-status-marks): Added arguments beg, end and
1121         check.
1122         (wl-summary-update-mark-window): Use function.
1123         (wl-summary-sync-update): Follow the change above.
1124         (wl-summary-switch-to-clone-buffer): Copy
1125         wl-summary-buffer-unsync-mark-number-list.
1126         (wl-summary-goto-folder-subr): Set
1127         wl-summary-buffer-unsync-mark-number-list and
1128         use wl-summary-window-scroll-functions instead of
1129         wl-summary-lazy-highlight.
1130
1131         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1132
1133 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1136
1137         * wl-summary.el (wl-summary-update-persistent-mark): Call
1138         wl-summary-set-message-modified.
1139
1140         * wl-summary.el (wl-summary-sync-update): Don't call
1141         wl-summary-update-status-marks.
1142
1143         * Version number is increased to 2.11.18.
1144
1145 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1146
1147         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1148         (wl-message-next-page): Ditto.
1149
1150 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1151
1152         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1153         local variable.  Change the order of a collected list into the
1154         same as the specified range.  Remove nil from a collected list.
1155
1156 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1159         argument for elmo-folder-list-messages.
1160
1161 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1164         change (wl-summary-count-unreads return a list instead of a cons
1165         cell).
1166
1167 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1168
1169         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1170         `wl-summary-folder-info-update'.
1171
1172 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1173
1174         * wl-summary.el (wl-summary-set-message-modified): No use
1175         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1176         (wl-summary-set-mark-modified): Abolish.
1177         (wl-summary-mark-modified-p): Ditto.
1178         (wl-summary-save-view): Follow the change above.
1179
1180         * wl-expire.el (wl-summary-expire): Likewise.
1181
1182 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-summary.el (wl-summary-detect-mark-position): Use
1185         modb-entity-handler.
1186         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1187
1188         * Version number is increased to 2.11.17.
1189
1190 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1191
1192         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1193         entity field value.
1194         (wl-summary-prefetch-msg): Ditto.
1195         (wl-summary-print-message-with-ps-print): Ditto.
1196
1197 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1198
1199         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1200         for dummy entity.
1201         (wl-summary-insert-thread): Use elmo-message-entity-field.
1202         (wl-summary-update-thread): Use elmo-message-entity-field and
1203         elmo-message-entity-number.
1204         (wl-summary-line-number):  Use elmo-message-entity-number.
1205         (wl-summary-line-size): Use elmo-message-entity-field.
1206         (wl-summary-line-subject): Ditto.
1207         (wl-summary-line-from): Ditto.
1208         (wl-summary-line-attached): Ditto.
1209         (wl-summary-create-line): Ditto.
1210         (wl-summary-create-line): Use elmo-message-entity-number.
1211         (wl-summary-print-message-with-ps-print): Use
1212         elmo-message-entity-field.
1213
1214 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1215
1216         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1217         change in elmo-msgdb-make-message-entity.
1218         (wl-summary-buffer-set-folder): Don't call
1219         wl-summary-detect-mark-position here.
1220         (wl-summary-rescan): Call elmo-message-entity-number.
1221         (wl-summary-sync-update): Ditto.
1222         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1223
1224         * wl-score.el (wl-score-header-index): Redefine 2th element.
1225         (wl-score-overview-entity-get-extra): Abolish.
1226         (wl-score-ov-entity-get): Rewrite.
1227         (wl-score-string-index<, wl-score-string-func<): Abolish.
1228         (wl-score-string<): New function.
1229         (wl-score-string-sort): Use it.
1230
1231         * wl-refile.el (wl-refile-guess-by-history): Use
1232         elmo-message-entity-field.
1233         (wl-refile-guess-by-from): Ditto.
1234         (wl-refile-guess-by-msgid): Ditto.
1235
1236         * Version number is increased to 2.11.16.
1237
1238 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1239
1240         * wl-folder.el (wl-folder-confirm-existence): Don't call
1241         file-exists-p if msgdb-path is nil.
1242         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1243         `wl-read-folder-hist' to `wl-read-folder-history'.
1244
1245 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1246
1247         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1248         `y-or-n-p'.
1249
1250 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-score.el (wl-score-headers): Don't use
1253         elmo-folder-do-each-message-entity.
1254
1255         * Version number is increased to 2.11.15.
1256
1257 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1258
1259         * wl-summary.el (wl-summary-delete-all-msgs): Use
1260         elmo-folder-move-messages instead of elmo-folder-delete-messages
1261         and elmo-folder-detach-messages.
1262         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1263
1264         * wl-expire.el (wl-expire-delete): Ditto.
1265         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1266
1267 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1268
1269         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1270         (wl-message-header-narrowing-fields): Ditto.
1271         (wl-message-header-narrowing-lines): Ditto.
1272         (wl-message-header-narrowing-string): Ditto.
1273
1274         * wl-summary.el (wl-summary-mode-map): Bind
1275         wl-summary-toggle-header-narrowing to "C-cC-f".
1276         (wl-summary-toggle-header-narrowing): New function.
1277
1278         * wl-message.el (wl-message-buffer-create): Call
1279         wl-message-header-narrowing-setup.
1280         (wl-message-redisplay): Call wl-message-header-narrowing.
1281         (wl-message-header-narrowing): New function.
1282         (wl-message-header-narrowing-map): New keymap.
1283         (wl-message-header-narrowing-widen-map): New keymap.
1284         (wl-message-header-narrowing-again-at-mouse): New function.
1285         (wl-message-header-narrowing-1): Ditto.
1286         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1287         (wl-message-header-narrowing-setup): Ditto.
1288         (wl-message-header-narrowing-toggle): Ditto.
1289         
1290         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1291
1292         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1293         'flag as all.
1294         (wl-use-flag-folder-help-echo): New user option.
1295
1296         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1297         wl-summary-highlight as nil.
1298         (wl-summary-set-mark-modified): Follow the API change.
1299         (wl-summary-mark-modified-p): Ditto.
1300         (wl-summary-mark-as-read-all): Ditto.
1301         (wl-summary-sync-marks): Don't call
1302         elmo-folder-list-messages-with-global-mark.
1303         (wl-summary-mark-as-read-internal): Follow the API change.
1304         (wl-summary-mark-as-answered-internal): Ditto.
1305         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1306         Follow the API change.
1307         (wl-summary-create-line): Call with number argument.
1308         (wl-summary-reply): Follow the API change.
1309
1310         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1311         function.
1312         (wl-highlight-summary-line-string): Call it when
1313         wl-use-flag-folder-help-echo is non-nil.
1314         (wl-highlight-summary-current-line): Ditto.
1315         (elmo-flag-folder-referrer): Added autoload setting.
1316
1317         * wl-draft.el (wl-draft-kill): Follow the API change.
1318
1319         * Version number is increased to 2.11.14.
1320         
1321 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1324
1325 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * Version number is increased to 2.11.13.
1328
1329 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-draft.el (wl-draft-previous-history-element): Fixed
1332         unbalanced parenthesis and bind unbound local variables.
1333
1334 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-draft.el (wl-draft-previous-history-element): New function.
1337         (wl-draft-next-history-element): Ditto.
1338         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1339         them to M-p and M-n.
1340
1341 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * Version number is increased to 2.11.12.
1344
1345 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1346
1347         * wl-draft.el (wl-draft-hide): Select buffer-window.
1348
1349 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1350
1351         * wl-summary.el (wl-summary-narrow-to-region): New function.
1352         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1353         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1354         (wl-summary-save-region): Use it.
1355         * wl-action.el (wl-summary-collect-numbers-region)
1356         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1357
1358 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1359
1360         * wl-folder.el (wl-folder-count-incorporates): Don't use
1361         `elmo-msgdb-mark-load'
1362
1363         * Version number is increased to 2.11.11.
1364
1365 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1366
1367         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1368         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1369
1370 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1371
1372         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1373
1374 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1375
1376         * Version number is increased to 2.11.10.
1377
1378 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1379
1380         * wl-mime.el (wl-draft-attribute-value): Fixed.
1381
1382 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-util.el (wl-copy-local-variables): New function.
1385
1386         * wl-mime.el (wl-draft-attribute-recipients): New function.
1387         (wl-draft-attribute-envelope-from): Ditto.
1388         (wl-draft-attribute-smtp-posting-server): Ditto.
1389         (wl-draft-attribute-smtp-posting-port): Ditto.
1390         (wl-draft-attribute-value): Ditto.
1391         (wl-draft-preview-message): Use it to get value for
1392         attributes. Reflect result of `wl-draft-config'.
1393
1394         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1395         and call `wl-summary-mark-as-read' before to call
1396         `wl-summary-unset-mark'.
1397         (wl-summary-target-mark-mark-as-unread): Likewise.
1398         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1399
1400 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1401
1402         * wl-mime.el (wl-draft-preview-message): Use actual value for
1403         attributes; Fix for small window.
1404
1405 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-refile.el (wl-refile-get-field-value): Call
1408         `elmo-message-entity-field' with 3rd argument is non-nil.
1409
1410 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * wl-vars.el (wl-draft-preview-attributes): New user option.
1413         (wl-draft-preview-attributes-list): Ditto.
1414         (wl-draft-preview-attributes-buffer-lines): Ditto.
1415         (wl-draft-preview-attributes-buffer-name): Ditto.
1416
1417         * wl-mime.el (wl-draft-preview-message): Display attributes.
1418
1419 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-summary.el (wl-summary-detect-mark-position): Bind
1422         wl-summary-flag-priority-list to '(new).
1423
1424 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1427         funtion.
1428         (wl-highlight-summary-line-string): Use it.
1429         (wl-highlight-summary-current-line): Ditto.
1430
1431 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1432
1433         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1434         line even when the mark string is not changed.
1435
1436         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1437         argument change in the wl-summary-create-line.
1438         (wl-thread-insert-entity-sub): Ditto.
1439
1440         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1441         argument change in the wl-summary-create-line.
1442         (wl-summary-insert-sequential): Ditto.
1443         (wl-summary-update-thread): Ditto.
1444         (wl-summary-persistent-mark-string): New inline function.
1445         (wl-summary-message-mark): Use it.
1446         (wl-summary-create-line): Abolish argument wl-persistent-mark
1447         and added wl-flags, wl-cached.
1448
1449         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1450         mark to flags.
1451         (wl-highlight-summary-current-line): Decide the face not by the 
1452         persistent mark but flags.
1453
1454 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1457         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1458         wl-summary-read-uncached-mark): Revive.
1459         (wl-summary-answered-cached-mark,
1460         wl-summary-answered-uncached-mark): New user option.
1461         (wl-summary-score-marks): Follow the change above.
1462         (wl-summary-auto-refile-skip-marks): Ditto.
1463         (wl-summary-incorporate-marks): Ditto.
1464         (wl-summary-expire-reserve-marks): Ditto.
1465         (wl-summary-flag-priority-list): New user option.
1466
1467         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1468         changes.
1469         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1470         of elmo-message-mark.
1471         (wl-summary-mark-as-read-internal): Ditto.
1472         (wl-summary-mark-as-answered): Ditto.
1473         (wl-summary-mark-as-important): Ditto.
1474         (wl-summary-redisplay-internal): Ditto.
1475         (wl-summary-redisplay-no-mime-internal): Ditto.
1476         (wl-summary-message-mark): New function.
1477         (wl-summary-insert-sequential): Use wl-summary-message-mark
1478         instead of elmo-message-mark.
1479         (wl-summary-update-thread): Ditto.
1480         (wl-summary-persistent-mark): Ditto.
1481         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1482         instead of elmo-message-mark.
1483
1484         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1485         wl-summary-message-mark instead of elmo-message-mark.
1486         (wl-thread-insert-entity-sub): Ditto.
1487         (wl-thread-get-children-msgs-uncached): Ditto.
1488
1489         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1490         variable name changes.
1491         (wl-highlight-summary-current-line): Ditto.
1492
1493         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1494         wl-summary-message-mark instead of elmo-message-mark.
1495
1496         * wl-expire.el (wl-expire-message-p): Ditto.
1497
1498         * wl-score.el (wl-score-headers): Ditto.
1499
1500         * Version number is increased to 2.11.9.
1501
1502         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1503         (wl-summary-sync-update): Follow the change above.
1504         (wl-summary-switch-to-clone-buffer): Ditto.
1505         (wl-summary-open-folder): Ditto.
1506
1507 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1510         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1511
1512         * Version number is increased to 2.11.8.
1513
1514         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1515
1516         * wl-expire.el (wl-expire-refile): Follow the API change on
1517         `elmo-folder-move-messages'.
1518         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1519
1520         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1521         (wl-summary-exec-action-refile): Ditto.
1522         (wl-summary-exec-action-copy): Ditto.
1523         (wl-summary-no-auto-refile-message-p): No use
1524         `wl-summary-buffer-msgdb'.
1525         (wl-summary-auto-refile): Ditto.
1526
1527 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1528
1529         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1530
1531 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1532
1533         * wl-summary.el (wl-summary-sync): Treat no-sync.
1534
1535         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1536         (wl-default-sync-range): Ditto.
1537
1538 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1539
1540         * wl-refile.el (wl-refile-subject-learn): Call
1541         `elmo-message-entity-field' with 3rd argument is non-nil.
1542         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1543         instead of `elmo-msgdb-overview-entity-get-subject'.
1544
1545 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1548         scan-type is rescan.
1549         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1550         new optional argument force is non-nil.
1551         (wl-summary-save-view-cache): Call it with force argument non-nil.
1552
1553         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1554
1555 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1556
1557         * wl-action.el (wl-summary-print-argument): Fixed last change.
1558
1559 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1562         simplified.
1563         (wl-summary-target-mark-mark-as-unread): Likewise.
1564         (wl-summary-target-mark-mark-as-important): Likewise.
1565
1566 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1569         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1570         (wl-summary-mark-as-important-region): Change accordingly.
1571         (wl-summary-target-mark-mark-as-important): Ditto.
1572
1573 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1576
1577         * wl-action.el (wl-summary-print-argument): Print argument to
1578         right side of window if `wl-summary-print-argument-within-window'
1579         is non-nil.
1580
1581 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1582
1583         * wl-action.el (wl-summary-set-mark): Use
1584         `wl-summary-message-visible-p' to check visibility of the message
1585         and jump to message only when the message line is visible and have
1586         different number; Call wl-summary-unset-mark with number argument.
1587         (wl-summary-unset-mark): 
1588         Use `wl-summary-message-visible-p'
1589         to check visibility of the message and jump to message only when
1590         the message line is visible and have different number;
1591
1592 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1593
1594         * Version number is increased to 2.11.7.
1595
1596         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1597         and wl-folder-summary-line-format.
1598
1599         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1600         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1601         (wl-summary-set-score-mark): Use it.
1602         (wl-summary-target-mark-mark-as-read): Ditto.
1603         (wl-summary-target-mark-mark-as-unread): Ditto.
1604         (wl-summary-target-mark-mark-as-important): Ditto.
1605         (wl-summary-target-mark-msgs): Simplified.
1606         (wl-summary-detect-mark-position): Fixed problem when
1607         summary-line-format no contain persisten/temp mark spec.
1608         (wl-summary-temp-mark): Ditto.
1609         (wl-summary-persistent-mark): Ditto.
1610         (wl-summary-update-persistent-mark): Ditto.
1611
1612         * wl-action.el (wl-summary-set-mark): Ditto.
1613         (wl-summary-unset-mark): Ditto.
1614         All other related portions are changed.
1615
1616 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * Version number is increased to 2.11.6.
1619
1620 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-util.el (wl-current-message-buffer): Define as function;
1623         Don't use the value of wl-messge-buffer.
1624
1625         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1626         persistent mark.
1627
1628         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1629         no current message, cause an error.
1630
1631 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * wl-summary.el (wl-summary-set-message-modified): Use
1634         elmo-folder-set-message-modified instead of
1635         elmo-folder-set-message-modified-internal.
1636
1637 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1638
1639         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1640         interactively.
1641         (wl-summary-sync): nokill->entirely.
1642         (wl-summary-sync-marks): Fixed message.
1643         (wl-summary-input-range): Added mark, nokill->entirely.
1644
1645         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1646         messages as read.
1647
1648 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1649
1650         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1651         update-noscore.
1652         (wl-summary-sync): Follow the change above.
1653
1654 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-action.el (wl-summary-target-mark-all): Use
1657         elmo-folder-list-messages.
1658
1659 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1660
1661         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1662         (wl-summary-rescan): Set wl-summary-scored as nil.
1663         (wl-summary-sync-force-update): Follow the change above.
1664         (wl-summary-sync): Ditto.
1665         (wl-summary-sync-update): Added argument disable-killed.
1666         (wl-summary-insert-headers): Set visible-only argument for
1667         elmo-folder-list-messages.
1668         (wl-summary-input-range): Added update-nokill, update-noscore,
1669         all-nokill, all-noscore and mark.
1670
1671         * Version number is increased to 2.11.5.
1672
1673         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1674
1675 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1676
1677         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1678         (wl-summary-prefetch-region-no-mark): Change accordingly.
1679         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1680
1681 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-address.el (wl-complete-field-to): Abolished.
1684         (wl-complete-address): Completion function for completing-read.
1685         * wl-action.el (wl-summary-get-resend-address): Use it.
1686
1687         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1688         wl-summary-update-mark and abolish unused argument.
1689         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1690         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1691         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1692         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1693         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1694         * wl-draft.el (wl-draft-kill): Ditto.
1695
1696         * wl-summary.el: Remove unused binding of case-fold-search.
1697         (wl-summary-replace-status-marks): Abolished.
1698
1699 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1700
1701         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1702         is specified or folder length is zero.
1703
1704 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1705
1706         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1707         (wl-folder-archive-current-entity): Ditto.
1708
1709 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1710
1711         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1712         retrieving message mark.
1713         (wl-summary-redisplay-internal): Ditto.
1714
1715         * wl-message.el (wl-message-buffer-display): Ignore errors while
1716         retrieving message-id field.
1717
1718         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1719         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1720         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1721         order of the arguments for `wl-expire-message-p'.
1722         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1723
1724         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1725         Check return value of wl-summary-reply.
1726         (wl-summary-reply): Recover window configuration when an error occured.
1727
1728 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-summary.el (wl-summary-resend-message): Abolished, the
1731         feature is inherited by wl-summary-resend (put resend mark).
1732
1733 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1736         wl-message-buffer to nil when the message is hide.
1737
1738 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * .cvsignore: New file.
1741
1742 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-action.el (wl-summary-action-docstring): Add more info.
1745         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1746         duplicate definition.
1747         (wl-summary-define-mark-action): Functions wl-summary-*-region
1748         keep current position.
1749         (wl-summary-unregister-target-mark): Store result to the variable.
1750
1751 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1752
1753         * Version number is increased to 2.11.4.
1754
1755 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1756
1757         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1758         wl-summary-delete-all-temp-marks.
1759         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1760
1761         * wl-action.el (wl-summary-set-mark): Changed terminology
1762         refile-destination -> action-argument.
1763         (wl-summary-unset-mark): Ditto.
1764         (wl-summary-remove-argument): Ditto.
1765         (wl-summary-print-argument): Ditto.
1766
1767         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1768         (wl-thread-remove-argument-region): Ditto.
1769         (wl-thread-print-argument-region): Ditto.
1770         (wl-thread-close): Ditto.
1771         (wl-thread-open): Ditto.
1772
1773         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1774         (wl-highlight-refile-destination-face is abolished)
1775         (wl-highlight-action-argument-string): Ditto.
1776         (wl-highlight-summary-current-line): Highlight action argument.
1777
1778         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1779         color for light backgrounds.
1780         (wl-highlight-summary-answered-face): Ditto.
1781
1782 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1783
1784         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1785
1786         * wl-score.el (wl-summary-score-update-all-lines): Use
1787         wl-summary-set-mark.
1788         (wl-summary-score-update-all-lines): Kill expunged messages.
1789
1790         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1791
1792 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1793
1794         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1795         directly.
1796         (wl-score-overview-entity-get-lines): Ditto.
1797         (wl-score-overview-entity-get-xref): Ditto.
1798         (wl-score-get-latest-msgs): Ditto.
1799         (wl-summary-rescore): Ditto.
1800
1801         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1802         to "&".
1803         (wl-summary-mark-as-answered-internal): New inline function.
1804         (wl-summary-mark-as-answered): New function.
1805         (wl-summary-mark-as-unanswered): Ditto.
1806         (wl-summary-sync-marks): Modified for answered-mark synching.
1807
1808 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-action.el (wl-summary-set-mark): Fixed last change.
1811
1812 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1813
1814         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1815         behavior of wl-summary-unread-message-hook
1816         (Pointed out by akira yamada <akira@arika.org>).
1817
1818 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1819
1820         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1821         wl-summary-delete.
1822         * wl-xmas.el (wl-summary-toolbar): Ditto.
1823
1824         * wl-action.el (wl-summary-set-mark): Don't override current
1825         temp-mark.
1826
1827         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1828
1829 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1832         (wl-refile-msgid-learn): Ditto.
1833         (wl-refile-get-field-value): Ditto.
1834
1835         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1836
1837         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1838         (wl-expire-delete-reserved-messages): Renamed from
1839         wl-expire-reserve-marked-msgs-from-list.
1840         (wl-expire-delete): Removed argument `msgdb'.
1841         (wl-expire-refile): Ditto.
1842         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1843         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1844         mark-alist as argument.
1845         (wl-expire-archive-number1): Removed argument `msgdb'.
1846         (wl-expire-archive-number2): Ditto.
1847         (wl-expire-archive-date): Ditto.
1848         (wl-expire-localdir-date): Ditto.
1849         (wl-expire-hide): Ditto.
1850         (wl-archive-number1): Ditto.
1851         (wl-archive-number2): Ditto.
1852         (wl-archive-date): Ditto.
1853         (wl-archive-folder): Ditto.
1854         All other related portions are changed.
1855
1856 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1857
1858         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1859         mean move up and down. (suggested by Takashi Kawachi)
1860
1861 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1862
1863         * wl-acap.el (toplevel): Don't require un-define.
1864
1865 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1866
1867         * wl-thread.el (wl-thread-delete-message): Always update
1868         wl-summary-buffer-number-list.
1869
1870         * wl-action.el (wl-summary-print-destination): 
1871         Do nothing when folder is nil.
1872
1873 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1876         persistent mark when prefetch is succeeded.
1877
1878 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1879
1880         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1881         instead of elmo-msgdb-delete-msgs.
1882         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1883         (wl-expire-hide): Ditto.
1884
1885         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1886
1887         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1888         elmo-msgdb interface.
1889         (wl-thread-get-exist-children): Likewise.
1890         (wl-thread-insert-message): Likewise.
1891         (wl-thread-msg-mark-as-important): Likewise.
1892         (wl-thread-insert-entity-sub): Likewise.
1893         (wl-thread-get-children-msgs-uncached): Likewise.
1894
1895         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1896         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1897         (wl-summary-sync-update): Likewise.
1898         (wl-summary-auto-select-msg-p): Likewise.
1899         (wl-summary-update-thread): Likewise.
1900         (wl-summary-mark-as-important): Likewise.
1901         (wl-summary-jump-to-msg-internal): Likewise.
1902         (wl-summary-redisplay-internal): Likewise.
1903         (wl-summary-print-message-with-ps-print): Likewise.
1904         (wl-summary-folder-info-update): Likewise.
1905
1906         * wl-folder.el (wl-folder-check-one-entity):
1907         elmo-folder-count-flags instead of wl-summary-count-unread.
1908
1909         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1910
1911         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1912
1913         * wl-summary.el (wl-summary-set-message-modified): 
1914         Call wl-summary-set-mark-modified.
1915         (wl-summary-delete-messages-on-buffer): Call
1916         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1917         (wl-summary-sync-update): Call elmo-folder-length instead of
1918         elmo-folder-messages.
1919         (wl-summary-insert-headers): Don't call
1920         elmo-folder-list-message-entities.
1921
1922 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * wl-action.el (wl-summary-define-mark-action): Call
1925         `wl-summary-set-mark' with argument `data'.
1926         (wl-summary-auto-refile): Fixed order of arguments when call
1927         `wl-summary-refile'.
1928
1929 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1930
1931         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1932
1933         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1934
1935         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1936         (Renamed from wl-highlight-summary-deleted-face).
1937         (wl-highlight-summary-resend-face): New face.
1938
1939         (wl-highlight-summary-deleted-face): Renamed from
1940         wl-highlight-summary-erased-face.
1941
1942         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1943
1944         * wl-action.el (wl-summary-get-resend-address): New function.
1945         (wl-summary-exec-action-resend): Ditto.
1946         (wl-summary-exec-action-resend-subr): Ditto.
1947
1948         * w-thread.el (wl-thread-copy): Removed definition.
1949         (wl-thread-refile): Ditto.
1950         (wl-thread-delete): Ditto.
1951         (wl-thread-target-mark): Ditto.
1952
1953         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1954         (wl-summary-target-mark-set-action): Fixed.
1955         (wl-summary-define-mark-action): Fixed quotation.
1956         (wl-summary-move-mark-list-messages): Display message.
1957         (wl-summary-define-mark-action): Define thread functions.
1958         (wl-summary-exec-action-refile): Changed message.
1959         (wl-summary-exec): Ditto.
1960
1961 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1962         
1963         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1964         '%%'.
1965
1966 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1967
1968         * wl.el (toplevel): Require wl-action.
1969         (wl-init): Call wl-summary-define-mark-action.
1970
1971         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1972
1973         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1974         wl-summary-delete and wl-summary-erase.
1975         (wl-summary-mode-map): Ditto.
1976
1977         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1978         wl-delete-folder-alist.
1979
1980         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1981         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1982         (toplevel): Moved mark & action related functions to the wl-action.el.
1983
1984         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1985         in wl-summary-mark-action-list.
1986         (wl-highlight-summary-current-line): Ditto.
1987
1988         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1989         empty lines.
1990
1991         * wl-action.el: New file. 
1992
1993 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1994
1995         * wl-summary.el (wl-summary-target-mark-replace): New function.
1996         (wl-summary-target-mark-prefetch): Use it.
1997         (wl-summary-target-mark-delete): Ditto.
1998         (toplevel): Rearranged definition order.
1999         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2000         (wl-summary-target-mark-erase): Rewrite.
2001         (wl-summary-erase-region): New function.
2002         (wl-summary-exec-action-erase): Changed message.
2003         (wl-summary-move-mark-list-messages): New function.
2004         (wl-summary-exec-action-delete): Use it.
2005         (wl-summary-exec-action-erase): Ditto.
2006
2007         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2008         (wl-summary-skip-mark-list): Added "d".
2009
2010         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2011         while searching.
2012
2013         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2014         and define using defcustom;
2015         Define 4th element as a face.
2016         
2017         * wl-summary.el (wl-summary-incorporate): Use 
2018         `wl-summary-prefetch-region-no-mark' instead of
2019         `wl-summary-prefetch-region'.
2020         (wl-summary-prefetch-region-no-mark): Revival of old
2021         `wl-summary-prefetch-region'.
2022         (wl-summary-mark-action-list): Moved to wl-vars.el
2023
2024         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2025         face according to the `wl-summary-mark-action-list'.
2026         (wl-highlight-summary-current-line): Ditto;
2027         Removed destination highlighting.
2028
2029         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2030         (wl-highlight-summary-line-string): Highlight for "i" mark.
2031         (wl-highlight-summary-current-line): Ditto.
2032
2033         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2034         no destination.
2035
2036         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2037         exists, just go ahead.
2038         (wl-summary-prefetch-region): Rewrite.
2039         (wl-summary-prefetch): Ditto.
2040         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2041         (wl-summary-exec-action-prefetch): New function.
2042         (wl-summary-target-mark-prefetch): Rewrite.
2043
2044 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2047         (wl-highlight-summary-line-string): Added "d" and "D".
2048         (wl-highlight-summary-current-line): Ditto.
2049
2050         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2051         in wl-summary.el.
2052         (wl-thread-insert-entity-sub): Ditto.
2053         (wl-thread-remove-destination-region): Ditto.
2054         (wl-thread-print-destination-region): Ditto.
2055
2056         * wl-summary.el (wl-summary-buffer-refile-list,
2057         wl-summary-buffer-delete-list,
2058         wl-summary-buffer-copy-list): Abolish.
2059         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2060         All other related portions are changed.
2061         (wl-summary-mark-action-list): New variable.
2062         (wl-summary-set-mark): New function.
2063         (wl-summary-register-target-mark): Ditto.
2064         (wl-summary-unregister-target-mark): Ditto.
2065         (wl-summary-have-target-mark-p): Ditto.
2066         (wl-summary-register-temp-mark): Ditto.
2067         (wl-summary-unregister-temp-mark): Ditto.
2068         (wl-summary-registered-temp-mark): Ditto.
2069         (wl-summary-collect-temp-mark): Ditto.
2070         (wl-summary-unset-mark): Ditto.
2071         (wl-summary-set-target-mark): Ditto.
2072         (wl-summary-unset-target-mark): Ditto.
2073         (wl-summary-set-action-generic): Ditto.
2074         (wl-summary-unset-action-generic): Ditto.
2075         (wl-summary-exec-action-delete): Ditto.
2076         (wl-summary-exec-action-erase): Ditto.
2077         (wl-summary-set-action-refile): Ditto.
2078         (wl-summary-set-action-refile-subr): Ditto.
2079         (wl-summary-unset-action-refile): Ditto.
2080         (wl-summary-make-destination-numbers-list): Ditto.
2081         (wl-summary-exec-action-refile): Ditto.
2082         (wl-summary-set-action-copy): Ditto.
2083         (wl-summary-unset-action-copy): Ditto.
2084         (wl-summary-exec-action-copy): Ditto.
2085         (wl-summary-collect-numbers-region): Ditto.
2086         (wl-summary-delete): Rewrite.
2087         (wl-summary-erase): Ditto.
2088         (wl-summary-remove-destination): Ditto.
2089         (wl-summary-exec): Ditto.
2090         (wl-summary-exec-region): Ditto.
2091         (wl-summary-target-mark-erase): Ditto.
2092         (wl-summary-refile): Ditto.
2093         (wl-summary-copy): Ditto.
2094         (wl-summary-unmark): Ditto.
2095         (wl-summary-delete-all-mark): Ditto.
2096         (wl-summary-mark-line): Don't highlight.
2097         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2098         (wl-summary-target-mark-refile-subr): Rewrite.
2099
2100         (wl-summary-copy-prev-destination): Abolish.
2101
2102 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2105         default values along the value of wl-on-mule.
2106         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2107         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2108         It is not used anywhere.
2109
2110 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2111
2112         * wl-summary.el (wl-summary-print-destination): Keep position.
2113         (wl-summary-cursor-move-surface): Keep horizontal position.
2114
2115 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116
2117         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2118         write sendlog.
2119
2120 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2121
2122         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2123         `wl-summary-highlight'.
2124
2125 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2126
2127         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2128         trivial condition for temp-mark.
2129
2130 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2133         when it hits killed buffer.
2134
2135 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2136
2137         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2138         * wl-news.el.in: `message' and `error' take format string.
2139
2140 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-folder (wl-folder-insert-entity): Display a message,
2143         `...done', when the work finish.
2144         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2145
2146 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2147
2148         * wl-message.el (wl-message-redisplay): Remove unused local
2149         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2150
2151 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2152
2153         * wl-summary.el (wl-summary-replace-status-marks): Disable
2154         interactive use.
2155         (wl-summary-reedit): Check message existence at first.
2156         (wl-summary-mark-line): Fix doc, return value is indefinite.
2157
2158         * wl-highlight.el (wl-highlight-message): Arranged.
2159
2160         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2161         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2162         check temp-mark by wl-summary-temp-mark always.
2163         (wl-highlight-summary): Change accordingly.
2164         * wl-summary.el (wl-summary-mark-as-read-all)
2165         (wl-summary-delete-cache, wl-summary-set-score-mark)
2166         (wl-summary-mark-as-unread, wl-summary-unmark)
2167         (wl-summary-mark-line, wl-summary-mark-as-read)
2168         (wl-summary-mark-as-important): Ditto.
2169
2170         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2171         end of the window if possible.
2172         * wl-summary.el (wl-summary-sync-update): Support lazy
2173         highlighting.
2174         (wl-summary-toggle-disp-msg): Ditto.
2175
2176 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2177
2178         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2179
2180 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2183         change.
2184
2185 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2186
2187         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2188         API.
2189         (wl-summary-sync-update): Ditto.
2190
2191         * wl-score.el (wl-score-get-score-alist): Changed argument.
2192         (wl-summary-rescore-msgs): Likewise.
2193         (wl-summary-score-headers): Likewise.
2194         (wl-score-headers): Likewise;
2195         Use elmo-folder-do-each-message-entity, etc.
2196         (wl-summary-score-effect): Follow the changes above.
2197         (wl-summary-rescore): Ditto.
2198         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2199         (wl-score-get-overview): Abolish.
2200
2201         * wl-summary.el (wl-summary-default-from): Follow the API change in
2202         elmo-msgdb.
2203         (wl-summary-count-unread): Ditto.
2204         (wl-summary-detect-mark-position): Ditto.
2205         (wl-summary-overview-entity-compare-by-date): Ditto.
2206         (wl-summary-overview-entity-compare-by-number): Ditto.
2207         (wl-summary-overview-entity-compare-by-from): Ditto.
2208         (wl-summary-overview-entity-compare-by-subject): Ditto.
2209         (wl-summary-get-list-info): Ditto.
2210         (wl-summary-rescan): Ditto.
2211         (wl-summary-jump-to-msg-by-message-id): Ditto.
2212         (wl-summary-sync-update): Ditto; Removed comment.
2213         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2214         (wl-summary-insert-message): Use wl-summary-insert
2215         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2216         (wl-summary-insert-headers): Changed argument overview to folder.
2217         (wl-summary-search-by-subject): Likewise.
2218         (wl-summary-insert-thread): Renamed from 
2219         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2220
2221         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2222         too.
2223
2224         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2225         wl-string-member.
2226
2227 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2228
2229         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2230         elmo-folder-append-buffer.
2231         (wl-draft-queue-append): Likewise.
2232
2233         * wl-mime.el (wl-message-delete-current-part): Ditto.
2234         (wl-summary-burst-subr): Ditto.
2235
2236         * wl-news.el.in (wl-news-send-news): Ditto.
2237
2238 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2239
2240         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2241         function.
2242         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2243         (wl-summary-update-mark): Enclose with save-excursion.
2244         (wl-summary-mark-as-read-internal): Fixed last change.
2245         (wl-summary-mark-as-important): Use 3rd argument of
2246         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2247         Don't use elmo-msgdb-set-mark.
2248         (wl-summary-redisplay-internal): If msgdb flag is already read,
2249         just update the mark on buffer.
2250
2251 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2252
2253         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2254         cut visible folder when elmo-folder-delete returns non-nil value.
2255
2256 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2257
2258         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2259         by Kenichi OKADA <okada@opaopa.org>).
2260
2261 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2262
2263         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2264
2265 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2266
2267         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2268         Fixed the last change, search group entity by its real name.
2269         (Thanks to: KOBAYASHI Shinji)
2270
2271 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2274         (wl-fldmgr-access-display-all): Don't refer visible name.
2275         * wl-expire.el (wl-folder-archive-current-entity)
2276         (wl-folder-expire-current-entity): Ditto.
2277         * wl-folder.el (wl-folder-jump-to-current-entity)
2278         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2279         (wl-folder-open-folder-sub,wl-folder-open-all)
2280         (wl-folder-write-current-folder): Ditto.
2281         (wl-folder-insert-entity): Don't use petname for normal group.
2282         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2283         is the real name.
2284         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2285         Abolished.
2286
2287 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2288
2289         * wl-draft.el (wl-draft-create-buffer): Add
2290         `wl-summary-reply-with-citation'
2291
2292 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2293
2294         * wl-draft.el (wl-draft-reply): Fixed.
2295
2296 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2297
2298         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2299         when `wl-draft-send-confirm-with-preview' is non-nil.
2300         You can scroll up/down by j/k.
2301         (wl-draft-send-confirm-with-preview): New variable (default=t).
2302
2303 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2304
2305         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2306         (wl-fldmgr-save-folders): Fix comment.
2307
2308 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2309
2310         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2311         along the last change in `wl-folder-buffer-group-p'.
2312
2313 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2314
2315         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2316         folder.
2317
2318         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2319         the default value.
2320
2321         * wl-mime.el (wl-summary-burst): Update summary only when target
2322         folder equals current folder.
2323
2324 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2327
2328 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2329
2330         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2331         value.
2332
2333 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2336         `map-extents' instead of `extent-at' repeatedly.
2337         (wl-highlight-folder-current-line): Ditto.
2338
2339         * wl-highlight.el: Remove useless dummy functions.
2340
2341 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2342
2343         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2344         (wl-folder-put-folder-property): New function to put text property.
2345         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2346         (wl-folder-insert-entity, wl-folder-update-diff-line)
2347         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2348         * wl-e21.el, wl-xmas.el, wl-mule.el
2349         (wl-highlight-folder-current-line): Ditto.
2350         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2351         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2352         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2353         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2354
2355 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2356
2357         * Version number is increased to 2.11.3.
2358
2359 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2360
2361         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2362         Resume current-buffer since it is assumed by remaining tasks.
2363
2364 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2365
2366         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2367         (wl-folder-completion-function): Abolished.
2368         (wl-folder-complete-folder): New function.
2369         (wl-folder-complete-filter-condition): Ditto.
2370         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2371         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2372
2373 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2374
2375         * wl-draft.el (wl-draft-send-confirm): New function.
2376         (wl-draft-send): Use it.
2377
2378         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2379         cursor-in-echo-area while confirming.
2380
2381         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2382
2383         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2384         searching via nntp if wl-summary-search-via-nntp is 'force.
2385         Otherwise, invoke searching in nntp folder only.
2386         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2387
2388         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2389         explicitly for mime-make-text-tag.
2390
2391 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2392
2393         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2394         `mime-make-text-tag' instead of `mime-create-tag'.
2395
2396 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2397
2398         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2399         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2400
2401 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2402
2403         * wl-score.el (wl-score-save): Bind print-length and print-level.
2404         (wl-score-pretty-print): Ditto.
2405         (wl-score-edit-insert-header-entry): Ditto.
2406
2407         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2408         "From" entry to be treated with wl-draft-eword-encode-address-list.
2409         * wl-mime.el (wl-draft-preview-message): Ditto.
2410
2411         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2412         (wl-summary-mark-as-unread): Ditto.
2413         (wl-summary-mark-as-read-region): Change accordingly.
2414         (wl-summary-mark-as-unread-region): Ditto.
2415         (wl-summary-target-mark-mark-as-read): Ditto.
2416         (wl-summary-target-mark-mark-as-unread): Ditto.
2417
2418 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2419
2420         * Version number is increased to 2.11.2.
2421
2422 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2423
2424         * wl-news.el.in (wl-news-previous-version-save): Bind
2425         print-length and print-level.
2426         * wl-thread.el (wl-thread-save-entities): Ditto.
2427         (wl-thread-save-top-list): Bind print-length.
2428
2429 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2430
2431         * wl-highlight.el (wl-highlight-summary-line-string): Use
2432         wl-summary-score-below-mark, wl-summary-score-over-mark.
2433         (wl-highlight-summary-current-line): Ditto.
2434
2435 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2436
2437         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2438         insert it.
2439
2440 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2441
2442         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2443
2444 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2445
2446         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2447         message without msgid.
2448         Rewrite with elmo-folder-move-messages.
2449         Set wl-message-buffer to nil.
2450
2451         * wl-summary.el (wl-summary-erase-subr): New function. Use
2452         elmo-folder-move-messages.
2453         (wl-summary-erase): Call it.
2454         (wl-summary-target-mark-erase): Ditto.
2455
2456 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2457
2458         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2459         it is not up-tp-date.
2460
2461 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2462
2463         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2464         buffer after calling `wl-summary-goto-folder-subr' without the
2465         argument `interactive'.
2466         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2467
2468 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2469
2470         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2471         `mime-create-tag'. Use `string=' instead of `looking-at'.
2472
2473 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2474
2475         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2476         to avoid compile warning.
2477
2478         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2479         entity-id when folder is given.
2480         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2481         save-excursion, use save-selected-window instead.
2482         Select folder buffer window if exists.
2483         (To correct behavior with wl-folder-move-cur-folder.)
2484
2485 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2486
2487         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2488
2489 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2490
2491         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2492         list-count instead of %d.
2493
2494 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2495
2496         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2497         (wl-news): Set it.
2498         (wl-news-append-to-folder): Use it.
2499
2500         * wl-news.el.in (wl-news-send-news): Append to specified folder
2501         instead of wl-default-folder.
2502         (wl-news-append-to-folder): Show error message with specified folder.
2503
2504         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2505                 In most major modes, Emacs assumes that any opening
2506                 delimiter found at the left margin is the start of a
2507                 top-level definition, or defun. Therefore, *never put an
2508                 opening delimiter at the left margin unless it should have
2509                 that significance.*
2510
2511         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2512
2513 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2514
2515         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2516
2517 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2518
2519         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2520
2521 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2522
2523         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2524         for sequential numbering case.
2525
2526 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2527
2528         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2529         value.
2530         (wl-draft-reply-without-argument-list): Ditto.
2531         (wl-draft-reply-myself-with-argument-list): Abolish.
2532         (wl-draft-reply-myself-without-argument-list): Ditto.
2533         * wl-draft.el (wl-draft-self-reply-p): New function.
2534         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2535
2536 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2537
2538         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2539         (avoid error for the case without byte-compiling)
2540
2541 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2542
2543         * wl-news.el.in (wl-news-append-to-folder): New function.
2544         (wl-news-exit): Rewrite.
2545         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2546
2547 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2548
2549         * wl-draft.el (wl-draft-reply-position): New function.
2550         (wl-draft-reply-position): Fix.
2551         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2552         (wl-summary-target-mark-reply-with-citation): Ditto.
2553         (wl-summary-reply-with-citation): Ditto.
2554         * wl-vars.el (wl-draft-reply-default-position): New variable.
2555
2556 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2557
2558         * wl-draft.el (wl-draft-send): Preview when interactive send.
2559
2560 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2561
2562         * wl-draft.el (wl-draft-reply): Set default position.
2563         * wl-summary.el (wl-summary-reply): Ditto.
2564         (wl-summary-reply-with-citation): Ditto.
2565         (wl-summary-target-mark-reply-with-citation): Ditto.
2566
2567 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2568
2569         * wl-news.el.in (wl-news-lang): Set default value according to
2570         current-language-environment.
2571         (wl-news-append-news): Do nothing when news-list is nil.
2572
2573 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2574
2575         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2576         (wl-news): Change message.
2577         (wl-news-exit): Check buffer.
2578         (wl-news-force-exit): New function.
2579         (wl-news-show-all): New function.
2580         (wl-news-discard-and-exit): Fix.
2581
2582 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2583
2584         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2585         according to current-language-environment.
2586
2587         * wl-news.el.in (wl-news): If arg, show all NEWS after
2588         wl-news-default-previous-version.
2589
2590 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2591
2592         * wl-news.el.in (wl-news-check): Rewritten.
2593         (wl-news-previous-version-load): Change data type.
2594         (wl-news-previous-version-save): Change data type.
2595         (wl-news-append-news): Add return value.
2596         (wl-news-check-news): New function.
2597         (wl-news-already-current-p): New function.
2598         (wl-news-send-news): Rewritten.
2599         (wl-news-mode-map): Add new keybind.
2600         (wl-news): Rewritten.
2601         (wl-news-exit): Rewritten.
2602         (wl-news-discard-and-mail): New function.
2603         (wl-news-send-to-address): Abolished.
2604         * wl.el (wl-init): Delete a message.
2605
2606 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2607
2608         * wl-news.el.in (wl-news-exit): Update previous version.
2609         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2610
2611 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2612
2613         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2614
2615 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2616
2617         * wl-news.el.in (wl-news): New function.
2618         (wl-news-mode): New function.
2619         (wl-news-next-line): New function.
2620         (wl-news-next-page): New function.
2621         (wl-news-exit): New function.
2622         (wl-news-buf-name): New variable.
2623         (wl-news-mode-map): New variable.
2624         (wl-news-winconf): New variable.
2625         (wl-news-append-news): Add an option.
2626
2627 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2628
2629         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2630
2631 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2632
2633         * wl-news.el.in (wl-news-send-to-address): New variable.
2634         (wl-news-send-news): Use it.
2635         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2636         Return updating status.
2637         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2638
2639 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2640
2641         * wl-news.el.in (wl-news-send-news): Delete
2642         Organization and X-Face.
2643
2644 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2645
2646         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2647         (wl-news-append-news): New function.
2648         (wl-news-send-news): New function.
2649
2650 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2651
2652         * Version number is increased to 2.11.1.
2653
2654 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2655
2656         * wl-news.el.in : New file.
2657
2658 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2659
2660         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2661         default value.
2662         (wl-draft-reply-without-argument-list): Ditto.
2663
2664 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2665
2666         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2667         (wl-message-buffer-prefetch-idle-time): Ditto.
2668         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2669
2670 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2671
2672         * wl-thread.el (wl-thread-insert-message): Use
2673         wl-summary-max-thread-depth.
2674
2675         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2676         loop detection.
2677
2678         * wl-message.el (wl-message-buffer-display): Back to the first page
2679         when cache is hit.
2680
2681 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2684
2685         * wl-summary.el (wl-summary-insert-thread-entity):
2686         If the thread depth is reached to wl-summary-max-thread-depth,
2687         divide the thread.
2688
2689 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2690
2691         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2692         for elmo-remove-passwd.
2693
2694 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2697         folder is sticky.
2698         (wl-folder-mark-as-read-all-entity): Ditto.
2699         (wl-folder-prefetch-entity): Ditto.
2700
2701 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2702
2703         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2704
2705 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2706
2707         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2708         Delete messages on buffer for unplugged operation.
2709         (wl-summary-erase): Ditto.
2710
2711 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2712
2713         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2714         take nil so as not to search parent by subject.
2715
2716 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2717
2718         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2719         (wl-folder-get-next-folder): Ditto.
2720         (wl-folder-get-path): Ditto.
2721
2722 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2723
2724         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2725         system and encode the region with it before verifying.
2726
2727 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2728
2729         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2730         system of the echo buffer before decoding.
2731
2732 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2733
2734         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2735         original contents.
2736
2737 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2740         with argument 'any-exists.
2741
2742 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2743
2744         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2745         Use `wl-cs-autoconv'.
2746
2747 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2748
2749         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2750         by `mime-view-automatic-conversion'.
2751
2752         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2753         (wl-message-verify-pgp-nonmime): Ditto.
2754         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2755         Bind them to C-c:d and C-c:v respectively.
2756
2757         Merge following code by Teranishi-san from [wl-en:00167].
2758         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2759         (wl-mime-preview-application/pgp-encrypted): Ditto.
2760         (wl-mime-setup): Add entry.
2761
2762 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2763
2764         * wl-summary.el (wl-summary-target-mark-erase): New function.
2765         Bind it to "mD".
2766
2767 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * wl-vars.el (wl-draft-write-file-function): Fix.
2770         (wl-draft-reedit-hook): Changed default value.
2771
2772         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2773         wl-draft-reedit-hook.
2774         (wl-draft-remove-text-plain-tag): New function.
2775         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2776
2777         * wl-vars.el (wl-draft-write-file-function): New user option.
2778
2779         * wl-draft.el (wl-draft-prepare-edit): Use it for
2780         local-write-file-hooks.
2781         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2782
2783         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2784         (wl-draft-insert-mail-header-separator): Return the body beginning
2785         point.
2786         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2787         text/plain.
2788         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2789
2790 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2791
2792         * wl-summary.el (wl-summary-erase): New function to erase message
2793         without moving it to trash. Bind to "D".
2794
2795         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2796         as `keep' unless switch-function.
2797
2798 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2799
2800         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2801         message buffer by using `wl-summary-toggle-disp-msg'.
2802         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2803         buffer window.
2804         (wl-summary-supresedes-message): Ditto.
2805
2806         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2807         Do not delete other windows.
2808         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2809         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2810         (wl-draft-create-buffer): Set reply-or-forward also for target
2811         mark commands.
2812
2813 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2814
2815         * wl-draft.el (wl-user-agent-compose): Delete special case for
2816         switch-to-buffer-other-window.
2817
2818         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2819         (wl-summary-forward): Ditto.
2820
2821         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2822         function.
2823         (wl-draft-buffer-style): New use option.
2824
2825         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2826         (wl-draft): Follow the change above.
2827         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2828         wl-draft-buffer-style.
2829         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2830         switch-function.
2831
2832 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-draft.el (wl-user-agent-compose): Delete special case for
2835         switch-to-buffer-other-window.
2836
2837         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2838         (wl-summary-forward): Ditto.
2839
2840         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2841         function.
2842         (wl-draft-buffer-style): New use option.
2843
2844         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2845         (wl-draft): Follow the change above.
2846         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2847         wl-draft-buffer-style.
2848         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2849         switch-function.
2850
2851 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2852
2853         * wl-address.el (wl-address-make-completion-entry): Extracted from
2854         `wl-address-make-completion-list'.
2855         (wl-address-enable-strict-loading): New variable.
2856         (wl-address-make-completion-list): Revive petname duplication
2857         inquiry, and enable it if `wl-address-enable-strict-loading'.
2858         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2859
2860 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2861
2862         * wl-message.el (wl-message-get-original-buffer): Avoid
2863         'Selecting deleted buffer' error when original buffer is killed.
2864
2865 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-summary.el (wl-summary-next-message): Use
2868         elmo-message-accessible-p instead of elmo-message-cached-p.
2869
2870 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2873
2874         * wl-thread.el (wl-thread-open-all-unread): Use
2875         elmo-folder-list-flagged instead of
2876         elmo-folder-list-messages-mark-match.
2877
2878         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2879         instead of elmo-folder-list-messages-mark-match.
2880         (wl-summary-move-spec-alist): New variable.
2881         (wl-summary-move-spec-plugged-alist,
2882         wl-summary-move-spec-unplugged-alist): Abolish.
2883         (wl-summary-next-message): Follow the change above.
2884         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2885         with 'no-msg' argument.
2886
2887         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2888         variable.
2889         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2890         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2891         (wl-message-buffer-prefetch-get-next): Follow the change above.
2892
2893 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2894
2895         * wl-version.el (wl-version): Changed codename.
2896
2897         * Version number is increased to 2.11.0.
2898
2899 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2902         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2903         `wl-draft-config-variables'.
2904         (wl-draft-kill): Fixed problem when the draft is reedit.
2905
2906 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2907
2908         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2909         buffer-modified status (Thanks to
2910         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2911
2912 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-util.el (wl-region-exists-p): New function.
2915
2916         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2917         Remove defvars for byte-compile warnings.
2918
2919 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2920
2921         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2922         defvar-maybe. Removed unused bind.
2923
2924 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2925
2926         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2927         summary buffer window before creating new frame.
2928         (wl-draft-reply): Ditto.
2929
2930 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2933
2934 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2935
2936         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2937
2938 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2941         instead of `kill-region'.
2942
2943 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2944
2945         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2946         (wl-highlight-summary-line-string): Use it.
2947         (wl-highlight-summary-current-line): Ditto.
2948
2949         * wl-mime.el (wl-message-delete-current-part): Check the class of
2950         mime-entity.
2951
2952         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2953
2954         * wl-summary.el (wl-summary-make-number-list): Initialize.
2955         (wl-summary-update-mark): New function.
2956         (wl-summary-reply): Put `answered' mark on the message.
2957         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2958
2959         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2960         (wl-draft-reply): Added optional argument `number';
2961         Set wl-draft-parent-number.
2962         (wl-draft-kill): Delete answered mark if it is a reply.
2963
2964 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2965
2966         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2967         that originates in mime-preview-follow-current-entity.
2968         (wl-draft-yank-current-message-entity): Use it if region is active.
2969
2970         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2971         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2972         `wl-message-delete-current-part'.
2973         * wl-mule.el (wl-message-define-keymap): Ditto.
2974         * wl-xmas.el (wl-message-define-keymap): Ditto.
2975
2976 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2977
2978         * wl-mime.el (wl-message-delete-current-part): New function.
2979         (wl-mime-node-id-to-string): Ditto.
2980
2981         * wl-mime.el (wl-message-delete-current-part): Use existing
2982         original buffer which corresponds current mime-view buffer.
2983         (fetched buffer might have different structure, possibly)
2984
2985         * wl-mime.el (wl-message-delete-current-part): Quit if the
2986         message content differs from the actual message.
2987
2988 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2989
2990         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2991         order.
2992         (wl-summary-search-by-subject): Search parent message from tail;
2993         Check the existence of the parent message on the current thread tree.
2994         (wl-summary-update-thread): Check whether the line is inserted.
2995
2996 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-vars.el (wl-summary-line-format): Undo last change.
2999         * wl-summary.el (wl-summary-print-destination): Do not put
3000         invisible property when `wl-summary-width' is nil.
3001         (wl-summary-line-subject-minimum-length): Abolished.
3002         (wl-summary-line-subject): Ditto.
3003
3004 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3005
3006         * wl-vars.el (wl-summary-line-format): Change default value.
3007         (wl-summary-subject-length-limit): Abolished.
3008         * wl-summary.el (wl-summary-line-subject): Ditto.
3009
3010 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3011
3012         * wl-template.el (wl-template-select): Added optional argument.
3013         If optional argument is specified, reverse
3014         `wl-template-visible-select'.
3015
3016 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3017
3018         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3019         Take prefix argument to force asking the destination folder.
3020
3021 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3024         count and update status.
3025
3026 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * wl-summary.el (wl-summary-redisplay-internal): If
3029         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3030         after fetching.
3031
3032 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3035         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3036
3037         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3038
3039 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3042         (All other related portions are changed).
3043         (wl-summary-mark-as-read-all): Rewrite.
3044
3045 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3048         `wl-summary-mark-as-read'.
3049         (wl-summary-mark-as-unread): Rewrite.
3050         (wl-summary-mark-as-read): Added no-modeline argument.
3051         (wl-summary-resume-cache-status): Rewrite.
3052         (wl-summary-exec-subr): Remove unused local variable.
3053
3054 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3055
3056         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3057         logic to call `wl-summary-buffer-prev-folder-function'.
3058         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3059
3060 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3063         is nil.
3064
3065 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3066
3067         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3068         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3069         (wl-mime-setup): Add its entry.
3070
3071 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3072
3073         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3074         (wl-summary-delete-cache): Likewise.
3075         (wl-summary-mark-as-read): Rewrite.
3076
3077 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3078
3079         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3080         `wl-summary-count-unread'.
3081
3082         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3083
3084         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3085
3086 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3089         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3090         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3091         Renamed to the elmo-msgdb-*-mark.
3092         (wl-summary-score-marks): Follow the change above.
3093         (wl-summary-auto-refile-skip-marks): Ditto.
3094         (wl-summary-incorporate-marks): Ditto.
3095         (wl-summary-expire-reserve-marks): Ditto.
3096
3097         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3098         changes.
3099         (wl-thread-insert-top): Changed updating message.
3100
3101         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3102         variable.
3103         (wl-summary-count-unread): Count answered marks.
3104         (wl-summary-rescan): Call wl-summary-insert-message instead of
3105         wl-summary-append-message-func-internal.
3106         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3107         (wl-summary-prefetch-msg): Follow the variable name changes.
3108         (wl-summary-prefetch-region): Ditto.
3109         (wl-summary-mark-as-read-all): Follow the API changes;
3110         Don't call elmo-folder-replace-marks.
3111         (wl-summary-delete-cache): Follow the variable name changes.
3112         (wl-summary-resume-cache-status): Ditto.
3113         (wl-summary-update-status-marks): New function.
3114         (wl-summary-insert-message): New function.
3115         (wl-summary-sync-marks): Follow the variable name changes.
3116         (wl-summary-sync-update): Synchronize to the msgdb, too;
3117         Changed update messages.
3118         (wl-summary-make-number-list): Rewrite.
3119         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3120         (wl-summary-mark-as-unread): Follow the API changes.
3121         (wl-summary-exec-subr): Follow the variable name changes.
3122         (wl-summary-mark-as-read): Ditto.
3123         (wl-summary-move-spec-plugged-alist): Ditto.
3124         (wl-summary-move-spec-unplugged-alist): Ditto.
3125         (wl-summary-cursor-move-surface): Ditto.
3126
3127         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3128         variable name changes.
3129         (wl-highlight-summary-current-line): Ditto.
3130
3131         * wl-expire.el (wl-expire-refile): Follow the API change in
3132         elmo-folder-move-messages.
3133         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3134         (wl-summary-archive): Use elmo-folder-msgdb instead of
3135         elmo-msgdb-load.
3136
3137 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-mime.el (wl-draft-preview-message): Restore the position
3140         before evaluating wl-draft-send-hook in preview buffer.
3141
3142 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3143
3144         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3145         when it creates new draft buffer.
3146
3147         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3148         without argument.
3149
3150         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3151         Evaluate content and if the value is string, insert it.
3152         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3153         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3154         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3155         wl-draft-config-sub-part-bottom): Use it.
3156
3157         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3158         with the folder name. The question was unintelligible when it is
3159         called from wl-save-status.
3160
3161 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3162
3163         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3164         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3165         cannot take second argument).
3166
3167 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3168
3169         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3170         as t. Since type and subtype are not case sensitive (RFC 2045).
3171
3172 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3173
3174         * wl-vars.el (wl-message-mode-line-format): New variable.
3175         (wl-message-mode-line-format-spec-alist): Ditto.
3176         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3177         (wl-message-redisplay): Use wl-message-mode-line-format.
3178
3179 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3180
3181         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3182
3183 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3184
3185         * wl-summary.el (wl-summary-default-from): Write description.
3186
3187 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3188
3189         * wl-vars.el (wl-ldap-objectclass): Abolish.
3190
3191         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3192         (wl-ldap-make-filter): Removed condition for objectclass.
3193         (wl-ldap-make-matched-value-list): Remove meaningless process.
3194         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3195         (wl-address-ldap-search): Don't add `*' to `pat' string;
3196         use ignore-errors; added `email';
3197         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3198         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3199         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3200
3201
3202 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-draft.el (wl-draft-parent-folder): Write description.
3205         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3206
3207 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3208
3209         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3210         as "" (zero-length string) if no parent.
3211         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3212
3213 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3214
3215         * wl-address.el (wl-address-make-completion-list): Skip duplication
3216         checking.
3217         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3218         `append'.
3219
3220 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3221
3222         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3223         instead of `beginning-of-buffer'.
3224
3225 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3228
3229 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3232         Refer wl-message-buffer-name.
3233         (wl-message-wheel-down): Ditto.
3234
3235 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-vars.el (wl-message-buffer-name): New user option.
3238
3239         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3240         directly instead of making alist dinamically.
3241
3242         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3243         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3244         wl-message-buffer-cache-name.
3245         (wl-message-buffer-cache-clean-up): Ditto.
3246
3247         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3248
3249         * Version number is increased to 2.9.15.
3250
3251 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-vars.el (wl-summary-default-view-alist): New user option.
3254
3255         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3256
3257         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3258         while deleting address.
3259         (wl-draft-delete-myself-from-cc): Ditto.
3260
3261         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3262         If optional argument is specified, reverse sort order.
3263
3264         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3265
3266 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-thread.el (wl-thread-insert-message): Return parent number if
3269         exists.
3270         (wl-thread-update-indent-string-region): Use
3271         wl-thread-update-line-on-buffer-sub instead of
3272         wl-thread-update-line-on-buffer.
3273
3274 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3275
3276         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3277         (wl-folder-close-all): Ditto.
3278
3279 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3280
3281         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3282         and mailing-list:.
3283         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3284         value.
3285         (wl-summary-line-list-info): Print mailing-list name even when 
3286         list-number is empty.
3287
3288 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3289
3290         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3291
3292         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3293         (wl-draft-open-file): Ditto.
3294         (wl-draft-random-alphabet): Ditto.
3295
3296         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3297         bindings.
3298
3299 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3300
3301         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3302         * wl-vars.el (wl-draft-config-alist): Ditto.
3303
3304 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3305
3306         * Version number is increased to 2.9.14.
3307
3308         * wl.el (wl): Don't set wl-init as nil when error occured while
3309         auto-checking folders.
3310
3311         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3312         `elmo-expand-newtext'.
3313
3314 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3315
3316         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3317         `this-command' so that `wl-folder-goto-folder' contained in
3318         `wl-summary-keep-cursor-command' work.
3319
3320 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3323         message buffer displaying state.
3324
3325 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3326
3327         * wl-vars.el (wl-summary-default-view): New variable to specify
3328         default value for `wl-summary-buffer-view' instead of using
3329         set-default.
3330         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3331
3332 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3333
3334         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3335
3336         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3337
3338 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3339
3340         * wl-vars.el (wl-forward-subject-prefix): New variable.
3341         * wl-draft.el (wl-draft-forward): Use it.
3342
3343 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3344
3345         * wl-message.el (wl-message-prev-page): When it is called without
3346         lines argument, scroll down by wl-message-scroll-amount lines.
3347         (wl-message-next-page): Ditto.
3348         * wl-vars.el (wl-message-scroll-amount): Change default value
3349         to preserve current behavior.
3350
3351 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * wl-summary.el (wl-summary-prefetch-msg): Bind
3354         `wl-message-entity' to call `wl-summary-from-function'.
3355
3356 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3357
3358         * wl-message.el (wl-message-buffer-create): Run
3359         wl-message-buffer-created-hook.
3360
3361 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * wl-summary.el (wl-summary-sort-specs): New variable.
3364         (wl-summary-default-sort-spec): Ditto.
3365         (wl-summary-sort): Rewrite.
3366         (wl-summary-sort-by-list-info): New function.
3367
3368 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3369
3370         * wl-summary.el (wl-summary-get-list-info): New function.
3371         (wl-summary-sort): Rewrite.
3372         (wl-summary-line-list-info): Ditto.
3373         (wl-summary-line-list-count): Ditto.
3374         (wl-summary-refile-region): Fixed docstring.
3375
3376 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3379         `wl-folder-entity-hashtb' as completion table.
3380
3381 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3384         only when this command is called interactively; silence the byte-
3385         compiler.
3386
3387 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3388
3389         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3390         active in XEmacs.
3391
3392 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3393
3394         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3395         plural lines.
3396
3397 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3398
3399         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3400         of current line when the cursor is on the header name.
3401         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3402
3403 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3404
3405         * wl-util.el (wl-read-directory-name): Return displayed directory
3406         as the default value also on XEmacs.
3407
3408 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3409
3410         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3411         formatting.
3412
3413 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3414
3415         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3416         argument and when it is non-nil, check face property before
3417         highlighting for each line.
3418         (wl-highlight-summary-window): Set it.
3419
3420 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3423         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3424
3425         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3426         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3427         (wl-draft-get-fcc-list): Likewise.
3428
3429 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3432         (wl-thread-entity-cur): Ditto.
3433         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3434         wl-thread-indent-regexp setting.
3435         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3436
3437         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3438         wl-summary-lazy-highlight.
3439         (wl-summary-display-bottom): Ditto.
3440
3441         * wl-thread.el (wl-thread-open-close): Likewise.
3442
3443         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3444         from and subject;
3445         Bind wl-draft-use-frame;
3446         Enclose with save-window-excursion;
3447         Use wl-draft-create-buffer instead of with-temp-buffer;
3448         Use wl-draft-prepare-edit;
3449         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3450         Use wl-draft-send instead of wl-draft-raw-send.
3451
3452 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3455         of using wl-from.
3456
3457 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3458
3459         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3460         insert-buffer instead of clone-buffer.
3461         (wl-draft-doing-mime-bcc): New variable.
3462         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3463         infinite loop.
3464         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3465
3466         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3467         (wl-draft-mime-bcc-body): Ditto.
3468
3469         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3470         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3471         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3472         wl-draft-do-mime-bcc.
3473         (wl-draft-mime-bcc-field): New function.
3474         (wl-draft-do-mime-bcc): Ditto.
3475
3476         * wl-address.el (wl-address-complete-header-list): New variable.
3477         (wl-address-complete-header-regexp): Changed default value.
3478
3479         * Version number is increased to 2.9.13.
3480
3481 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3484         it is differed.
3485
3486 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3487
3488         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3489         (wl-summary-line-list-count): Ditto.
3490
3491 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3492
3493         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3494         (wl-nntp-posting-function): New variable.
3495         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3496         `wl-nntp-posting-config-alist'.
3497
3498 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3499
3500         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3501         FLIM.
3502
3503 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3504
3505         * wl-summary.el (wl-summary-target-mark-refile-sub):
3506         Remove a nuisance funcall.
3507
3508 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3511         as t for `try-completion'.
3512
3513 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-summary.el (wl-summary-default-from): Use
3516         wl-address-header-extract-address instead of
3517         std11-extract-address-components.
3518         (wl-summary-simple-from): Ditto.
3519         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3520         (wl-summary-insert-headers): Show message.
3521         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3522         for whole line.
3523         (wl-summary-default-from): Revert last change.
3524         (wl-summary-simple-from): Ditto.
3525         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3526         (wl-summary-mark-as-read-region): Follow the change above.
3527         (wl-summary-sync-marks): Ditto.
3528         (wl-summary-target-mark-mark-as-read): Ditto.
3529         (wl-summary-redisplay-internal): Ditto.
3530         (wl-summary-redisplay-no-mime-internal): Ditto.
3531         (wl-summary-redisplay-all-header): Ditto.
3532         (wl-summary-mark-as-read): Removed argument `cached';
3533         Use current cache status to set cache mark.
3534         (wl-summary-redisplay-internal): Follow the change above.
3535         (wl-summary-redisplay-no-mime-internal): Ditto.
3536         (wl-summary-redisplay-all-header): Ditto.
3537
3538         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3539
3540         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3541         Don't call itself recursively (Adviced by Yamaoka-san).
3542
3543 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3544
3545         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3546         bind wl-summary-highlight as nil to avoid error caused by missing
3547         local variables.
3548
3549 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-vars.el (wl-invalid-character-message): New user option.
3552
3553         * wl-util.el (wl-set-string-width): If truncated string-width is
3554         larger than specified width, use `wl-invalid-character-message'.
3555
3556 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3557
3558         * wl-summary.el (wl-summary-prefetch-msg): 
3559         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3560
3561 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-vars.el (wl-summary-check-line-format): New user option.
3564         (wl-summary-line-format-file): Ditto.
3565
3566         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3567         variable.
3568         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3569         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3570         and `wl-summary-view-old-p' to check whether do a rescan or not.
3571         (wl-summary-view-old-p): New function.
3572         (wl-summary-line-format-changed-p): Ditto.
3573         (wl-summary-line-format-save): Ditto.
3574         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3575
3576         * wl-util.el (wl-set-string-width): Avoid using negative number
3577         for make-string.
3578
3579 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3580
3581         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3582         return value.
3583
3584         * wl-util.el (wl-set-string-width): Added optional argument
3585         `padding' (All other related portions are changed).
3586         (wl-line-parse-format): If the first letter of column number is
3587         `0', zero-padding the result (ex: "%05l").
3588
3589         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3590
3591 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3592
3593         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3594         sequential summary view.
3595
3596 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3599         if it doesn't have a -unix version.
3600
3601 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3604
3605 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3608         content.
3609         (wl-draft): Follow the change above.
3610
3611         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3612
3613         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3614         and wl-folder-summary-line-format-alist contain %T and %P.
3615
3616         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3617         (wl-summary-mode-line-format): New user option.
3618         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3619         (wl-summary-line-format): Changed default value.
3620         (wl-summary-lazy-highlight): Changed default value.
3621
3622         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3623         change in wl-summary-create-line.
3624         (wl-thread-insert-entity-sub): Ditto.
3625
3626         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3627         (wl-summary-buffer-unread-status): Ditto.
3628         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3629         (wl-summary-buffer-persistent-mark-column): Ditto.
3630         (wl-summary-buffer-mode-line-formatter): Ditto.
3631         (wl-summary-buffer-mode-line): Ditto.
3632         (wl-summary-message-regexp): Abolished.
3633         (All other related portions are changed.)
3634         (wl-summary-detect-mark-position): New function.
3635         (wl-summary-buffer-set-folder): Setup
3636         wl-summary-buffer-mode-line-formatter.
3637         (wl-summary-mode): Setup selective-display;
3638         Setup pre-idle-hook when xemacs.
3639         (wl-summary-update-modeline): Rewrite.
3640         (wl-summary-jump-to-msg): Define as function;
3641         Changed regexp for searching messages.
3642         (wl-summary-message-number): Rewrite.
3643         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3644         Do rescan when old type summary cache.
3645         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3646         (wl-summary-remove-destination): Use '\r' to detect EOL.
3647         (wl-summary-print-destination): Ditto.
3648         (wl-summary-temp-mark): New inline function.
3649         (wl-summary-persistent-mark): Ditto.
3650         (wl-summary-line-number): New function.
3651         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3652         (wl-summary-line-list-count): New function.
3653         (wl-summary-create-line): Added argument persistent-mark.
3654         (All other related portions are changed)
3655         (wl-summary-create-line): Insert '\r'.
3656         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3657         (wl-summary-cursor-move-surface): New inline function.
3658         (wl-summary-prev): Use it.
3659         (wl-summary-next): Ditto.
3660
3661         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3662         wl-summary-message-regexp.
3663         (wl-highlight-summary): Delete progress message.
3664         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3665
3666         * Version number is increased to 2.9.12.
3667
3668 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3671         variable (nil: no minimum).
3672         (wl-summary-line-subject): Add some spaces after subject by
3673         wl-summary-line-subject-minimum-length.
3674
3675 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3676
3677         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3678         and removed `F'.
3679         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3680         change above).
3681
3682 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3683
3684         * wl-summary.el (wl-summary-line-list-count): Reverted.
3685         (example setting in samples/*/dot.wl is also updated)
3686
3687 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3690
3691         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3692
3693         * wl-vars.el (wl-summary-line-format): Addes some description to the
3694         docstring.
3695
3696         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3697         (wl-summary-line-close-bracket): Ditto.
3698         (wl-summary-line-children-number): Ditto.
3699         (wl-summary-line-thread-indent): Ditto.
3700         (wl-summary-line-children-and-from): Ditto.
3701
3702         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3703         't', 'c', 'F' and added 'C'.
3704
3705         * wl-util.el (wl-set-string-width): Accept negative value.
3706         (wl-line-parse-format): Added "%number(" and "%)".
3707
3708 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3709
3710         * wl-summary.el (wl-summary-line-list-count): Change format of the
3711         return value.
3712
3713 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3714
3715         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3716         from the recent message.el.
3717         (wl-draft-point-in-header-p): Ditto.
3718         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3719         wl-draft-beginning-of-line.
3720         * wl-e21.el (wl-draft-mode-map): Ditto.
3721         * wl-xmas.el (wl-draft-mode-map): Ditto.
3722
3723         * wl-folder.el: Sort macrodefs by dependencies.
3724
3725 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3726
3727         * wl-summary.el (wl-summary-prev): Fixed regexp.
3728         (wl-summary-next): Ditto.
3729
3730 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3731
3732         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3733
3734 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3735
3736         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3737         for backward compatibility.
3738
3739 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3740
3741         * wl-summary.el (wl-summary-line-list-count): New function, merged
3742         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3743         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3744         list counts.
3745
3746 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3747
3748         * wl-summary.el (wl-summary-create-line): Ignore errors while
3749         timezone-fix-time.
3750
3751         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3752
3753         * wl-summary.el (wl-summary-sync-update): Ditto.
3754         (wl-summary-default-from): Use wl-message-entity
3755         instead of entity.
3756
3757         * wl-summary.el (wl-summary-create-line): Fix.
3758
3759         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3760         (wl-summary-line-format): New user option.
3761         (wl-folder-summary-line-format-alist): Ditto.
3762         (wl-summary-from-width): Abolished.
3763
3764         * wl-util.el (toplevel): Require 'bytecomp.
3765         (wl-line-parse-format): New function.
3766         (wl-line-formatter-setup): New macro.
3767
3768         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3769         (wl-summary-buffer-line-formatter): New buffer local variable.
3770         (wl-summary-switch-to-clone-buffer): Follow the change above.
3771         (wl-summary-message-regexp): Fix.
3772         (wl-summary-from-func-internal): Abolished.
3773         (wl-summary-subject-func-internal): Ditto.
3774         (wl-summary-subject-filter-func-internal): Ditto.
3775         (All other related portions are changed.)
3776         (wl-summary-buffer-set-folder):
3777         Set up wl-summary-buffer-number-column and 
3778         wl-summary-buffer-line-formatter
3779         (All other related portions are changed.)
3780         (wl-summary-buffer-number-column-detect): Abolished.
3781         (All other related portions are changed.)
3782         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3783         (wl-summary-delete-all-temp-marks-on-buffer): Use
3784         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3785         (wl-summary-target-mark-delete): Ditto.
3786         (wl-summary-target-mark-refile-subr): Ditto.
3787         (wl-summary-target-mark-mark-as-read): Ditto.
3788         (wl-summary-target-mark-mark-as-unread): Ditto.
3789         (wl-summary-target-mark-mark-as-important): Ditto.
3790         (wl-summary-target-mark-save): Ditto.
3791         (wl-summary-replace-status-marks): Renamed from
3792         wl-summary-set-status-marks-on-buffer;
3793         Use wl-summary-message-regexp instead of
3794         wl-summary-buffer-number-regexp.
3795         (wl-summary-sync-update): Follow the change above.
3796         (wl-summary-goto-previous-message-beginning): New function.
3797         (wl-summary-mark-as-unread): Use it.
3798         (wl-summary-mark-as-important): Ditto.
3799         (wl-summary-line-formatter): New variable.
3800         (wl-summary-line-year): New function.
3801         (wl-summary-line-day): Ditto.
3802         (wl-summary-line-day-of-week): Ditto.
3803         (wl-summary-line-hour): Ditto.
3804         (wl-summary-line-minute): Ditto.
3805         (wl-summary-line-open-bracket): Ditto.
3806         (wl-summary-line-close-bracket): Ditto.
3807         (wl-summary-line-children-number): Ditto.
3808         (wl-summary-line-thread-indent): Ditto.
3809         (wl-summary-line-size): Ditto.
3810         (wl-summary-line-subject): Ditto.
3811         (wl-summary-line-from): Ditto.
3812         (wl-summary-line-children-and-from): Ditto.
3813         (wl-summary-create-line): Rewritten.
3814         (wl-summary-format-date): Abolished.
3815
3816         * wl-highlight.el (wl-highlight-summary-current-line): Use
3817         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3818         Use thread structure to detect thread top message.
3819
3820         * wl-draft.el (wl-default-draft-cite): Don't use
3821         wl-summary-from-func-internal.
3822
3823         * wl-refile.el (wl-refile-subject-learn): Don't use
3824         wl-summary-subject-filter-func-internal.
3825         (wl-refile-guess-by-subject): Ditto.
3826
3827         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3828         parameters.
3829
3830         * wl-thread.el (wl-thread-update-indent-string-region):
3831         Use wl-thread-update-line-on-buffer instead of
3832         wl-thread-update-indent-string.
3833         (wl-thread-update-children-number): Redefine using
3834         wl-thread-update-line-on-buffer.
3835         (wl-thread-update-indent-string): Abolished.
3836
3837         * Version number is increased to 2.9.11.
3838
3839 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3840
3841         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3842         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3843         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3844
3845         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3846         as nil.
3847
3848         * wl-thread.el (wl-thread-open-all-unread): Use 
3849         elmo-folder-list-messages-mark-match.
3850         (wl-thread-insert-message): Removed argument `mark-alist'.
3851         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3852         elmo-msgdb-set-mark.
3853         (wl-thread-get-children-msgs-uncached): Likewise.
3854         (wl-thread-get-exist-children): Added argument include-self.
3855         (wl-thread-delete-message): Follow the change above.
3856
3857         * wl-summary.el (wl-summary-count-unread): Removed argument.
3858         (wl-summary-rescan): Follow the change above.
3859         (wl-summary-mark-as-read-region): Ditto
3860         (wl-summary-mark-as-unread-region): Ditto.
3861         (wl-summary-delete-messages-on-buffer): Ditto.
3862         (wl-summary-sync-update): Ditto.
3863         (wl-summary-switch-to-clone-buffer): Ditto.
3864         (wl-summary-goto-folder-subr): Ditto.
3865         (wl-summary-target-mark-mark-as-read): Ditto.
3866         (wl-summary-target-mark-mark-as-unread): Ditto.
3867         (wl-summary-target-mark-mark-as-important): Ditto.
3868         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3869         (wl-summary-update-thread): Removed argument `mark-alist'.
3870         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3871         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3872         (wl-summary-resume-cache-status): Likewise.
3873         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3874         elmo-msgdb-set-mark.
3875         (wl-summary-mark-as-read-all): Likewise.
3876         (wl-summary-delete-cache): Ditto.
3877         (wl-summary-auto-select-msg-p): Ditto.
3878         (wl-summary-mark-as-unread): Ditto.
3879         (wl-summary-no-auto-refile-message-p): Ditto.
3880         (wl-summary-mark-as-read): Ditto.
3881         (wl-summary-mark-as-important): Ditto.
3882         (wl-summary-auto-refile): Follow the change above.
3883         (wl-summary-delete-all-marks): Removed.
3884         (wl-summary-resume-marks-and-highlight): Ditto.
3885         (wl-summary-resume-marks): Ditto.
3886         (wl-summary-delete-important-msgs-from-list): Ditto.
3887         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3888
3889         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3890         wl-summary-count-unread.
3891
3892         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3893         (wl-summary-score-update-all-lines): Use
3894         elmo-msgdb-set-mark.
3895
3896 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3899         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3900         (wl-summary-create-line): Renamed from
3901         wl-summary-overview-create-summary-line;
3902         Argument rearrangement.
3903         (wl-summary-update-thread): Follow the change above.
3904
3905         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3906         (wl-thread-insert-entity-sub): Likewise.
3907
3908         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3909         argument `overview', `mark-alist' and added `msgdb'.
3910
3911         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3912
3913         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3914         (wl-summary-rescan): Follow the change above.
3915         (wl-summary-sync-update): Ditto.
3916         (wl-summary-insert-thread-entity): Ditto;
3917         Don't use `let*' in every while loop;
3918         Detect infinite loop of threads.
3919         (wl-summary-update-thread): Removed argument `overview'.
3920
3921         * wl-thread.el (wl-thread-insert-message): Ditto.
3922
3923         * Version number is increased to 2.9.10.
3924
3925         * wl-message.el (wl-message-redisplay): Ignore errors while
3926         wl-message-redisplay-hook.
3927
3928 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3929
3930         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3931
3932 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl.el (wl): inhibit-quit while wl-folder.
3935
3936 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3937
3938         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3939         while msgdb access.
3940
3941 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3942
3943         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3944         even if no folder is not created.
3945
3946 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3949
3950         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3951         implementation.
3952         (wl-summary-target-mark-thread): Ditto.
3953
3954         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3955
3956 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3957
3958         * wl-util.el (wl-display-bytes): Remove unused function.
3959
3960 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3961
3962         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3963         seems critical one (partially reverse the change in 2002/03/17).
3964
3965 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3966
3967         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3968         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3969
3970 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3971
3972         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3973         is not writable.
3974         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3975         plugged status instead of `'force' as 2nd argument.
3976
3977         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3978         is not creatable.
3979
3980         * Version number is increased to 2.9.9.
3981
3982 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl-summary.el (wl-summary-suspend): New function.
3985
3986 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3987
3988         * wl.el (wl): Do not check variables if check is nil.
3989         * wl-utils.el (wl-collect-draft): New function.
3990         * wl-folder.el (wl-folder-suspend): Put summary buffers
3991         and draft buffers at the end of buffer list.
3992         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3993
3994 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3995
3996         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3997         loop instead of recursive call.
3998
3999         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4000         2nd argument.
4001
4002 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-draft.el (wl-draft-create-contents): Don't take neither
4005         (function . args) nor (string . something) any more.
4006
4007         * wl-version.el (wl-generate-user-agent-string): Return string
4008         without header symbol.
4009         * wl-draft.el (wl-draft-default-headers): Use it.
4010
4011         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4012         `wl-draft-insert-ccs' and return field value instead of inserting
4013         the header. Abolish cc argument.
4014         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4015
4016         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4017         rather than one with string car.
4018
4019         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4020         * wl-draft.el (wl-draft-create-contents): Add it after the default
4021         headers.
4022
4023         * wl-draft.el (wl-draft-create-contents): For the case of
4024         (symbol-or-string . function) insert header only when the function
4025         returns string value.
4026
4027 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4030         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4031
4032 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * wl.el (wl-check-environment): Don't check Message-ID when
4035         `wl-insert-message-id' is nil.
4036         Revive checking if `wl-message-id-domain' contains "@".
4037
4038 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl.el (wl-check-environment): Merge examination for "@" at
4041         inappropriate position into the first string-match.
4042
4043         * wl-summary.el (wl-summary-target-mark-print): New function.
4044         (wl-summary-pipe-message-subr): Extracted from
4045         `wl-summary-pipe-message'.
4046         (wl-summary-target-mark-pipe): New function.
4047         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4048         `wl-summary-target-mark-pipe'.
4049
4050 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4051
4052         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4053
4054 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4055
4056         * wl.el (wl-check-environment): Use elmo-warning instead of
4057         error for non-critical ones.
4058         Remove trash folder check.
4059         (wl): Don't ignore error in wl-check-environment.
4060
4061         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4062         check, which is moved from `wl-check-environment'.
4063         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4064
4065 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4066
4067         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4068         guess anything, call wl-summary-write.
4069         (wl-summary-write): Create draft with blank To field.
4070         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4071
4072 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4073
4074         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4075         argument full as well for wl-folder-write-current-folder.
4076         If wl-*-write-current-folder cannot guess addressee, add blank
4077         To header.
4078         Rewrite condition for positioning cursor.
4079
4080 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4081
4082         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4083         summary buffer is present, use it.
4084         (wl-folder-jump-to-previous-summary): Ditto.
4085
4086 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4087
4088         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4089
4090         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4091         wl-summary-previous-buffer and wl-summary-next-buffer.
4092
4093         * wl-folder.el (wl-folder-mode-map): Bind
4094         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4095         (wl-folder-jump-to-next-summary): New function.
4096         (wl-folder-jump-to-previous-summary): Ditto.
4097
4098         * wl-draft.el (wl-draft): Rearranged.
4099
4100 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4101
4102         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4103         of header.
4104         (wl-draft): Collect arguments for the header as header-alist.
4105         (wl-draft-forward): Arrange arguments for wl-draft.
4106         (wl-draft-reply): Ditto.
4107         (wl-draft-edit-string): Ditto.
4108         * wl-summary.el (wl-summary-write): Ditto.
4109         (wl-summary-write-current-folder): Ditto.
4110
4111         * Version number is increased to 2.9.8.
4112
4113 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4116
4117         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4118
4119         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4120         even if the guess failed.
4121
4122         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4123         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4124         wl-summary-write-current-folder.
4125         * wl-xmas.el: Ditto.
4126
4127 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * wl-summary.el (wl-summary-next-page): Force display message if
4130         message is not displayed yet.
4131         (wl-summary-prev-page): Ditto.
4132
4133 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4134
4135         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4136
4137 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4140         add "Preview Message" and "Save Draft and Exit".
4141
4142 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4143
4144         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4145         if addrmgr is called from draft in splitted window.
4146
4147         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4148         * wl-mule.el: Ditto.
4149         * wl-xmas.el: Ditto.
4150
4151 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4152
4153         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4154
4155         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4156         * wl-xmas.el (wl-folder-toolbar): Ditto.
4157
4158 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4161         and wl-draft-save-and-exit.
4162         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4163         * wl-xmas.el: Ditto.
4164         * wl-mule.el: Ditto.
4165
4166         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4167         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4168
4169 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4172         lists for saving buffer.
4173
4174 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4175
4176         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4177         parent-folder argument instead of it.
4178         (wl-draft-create-buffer): Ditto.
4179         (wl-draft-forward): Ditto.
4180         (wl-draft-reply): Ditto.
4181         * wl-summary.el (wl-summary-write): Ditto.
4182         (wl-summary-write-current-folder): Ditto.
4183
4184         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4185         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4186         Folder buffer after composing.
4187
4188 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4191         header if the file `wl-x-face-file' already contains it.
4192
4193 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4196         folder" entry.
4197         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4198         * wl-e21.el (wl-folder-toolbar): Ditto.
4199         * wl-xmas.el (wl-folder-toolbar): Ditto.
4200
4201 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4204         wl-folder-goto-folder with sticky argument.
4205         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4206
4207 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4210         and wl-summary-previous-buffer.
4211         (wl-summary-next-buffer): New function.
4212         (wl-summary-previous-buffer): Ditto.
4213
4214 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4215
4216         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4217         wl-folder-jump-to-current-entity-with-arg.
4218         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4219         `wl-folder-jump-to-current-entity'.
4220         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4221         `wl-summary-goto-folder-sticky'.
4222         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4223         `wl-summary-goto-folder'.
4224         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4225         Unless force-exit, do not clean temp. marks for sticky summary.
4226         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4227
4228 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4231         not entire.
4232
4233 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4236         to `C-x C-s'.
4237         (wl-summary-save-status): New command.
4238         (wl-summary-exit): Don't clean-up temp marks when sticky.
4239         (Applied patch from Nakayama-san [wl: 09548])
4240         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4241         Do nothing when no mark data.
4242         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4243         Call `wl-summary-delete-all-temp-marks' before saving.
4244
4245 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4246
4247         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4248
4249 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4250
4251         * wl.el (wl-check-environment): Also cause error when (system-name)
4252         returns "localhost.localdomain". (Although it doesn't affect because
4253         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4254
4255 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4256
4257         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4258         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4259
4260         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4261         value.
4262
4263 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4266         Likewise r-cc-list and r-ng-list.
4267
4268 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4271         only if it is bound as variable.
4272
4273         * wl-mime.el (wl-draft-preview-message): Ditto.
4274
4275 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4276
4277         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4278         needless `goto-char'.
4279
4280         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4281         `wl-summary-redisplay-no-mime-internal' instead of
4282         `wl-summary-redisplay-no-mime'.
4283         (wl-summary-redisplay-no-mime): Changed argument;
4284         Call `wl-summary-redisplay-no-mime-internal'.
4285
4286         * wl-mime.el (wl-draft-preview-message): Bind
4287         `mime-header-encode-method-alist' locally.
4288
4289         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4290         (wl-draft-std11-parse-addresses): Added the first address check.
4291         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4292
4293         * Version number is increased to 2.9.7.
4294
4295 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4296
4297         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4298
4299 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4300
4301         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4302         related to scrollbar support, if there is no such a feature
4303         compiled in.
4304
4305 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4306
4307         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4308         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4309         for prefetch.
4310
4311 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4312
4313         * wl-summary.el (wl-summary-pick): Fix for no match.
4314
4315 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4316
4317         * wl-draft.el (wl-draft-save):
4318         Override `mime-header-encode-method-alist'.
4319
4320 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4321
4322         * wl-folder.el (wl-folder-pick): New function.
4323         Define key as "?".
4324
4325 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4328         Fix for unplugged.
4329
4330 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-folder.el (wl-folder-virtual): New function.
4333         Define key as "V".
4334
4335 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4336
4337         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4338         multi folder if entity is group.
4339
4340 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4341
4342         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4343         is nil.
4344
4345 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4346
4347         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4348         (wl-summary-target-mark-msgs): Return the number of marked messages.
4349
4350 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4351
4352         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4353         "first:" is specified.
4354
4355 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4356
4357         * wl-vars.el (wl-from): Use return value of function
4358         user-full-name instead of the variable user-full-name since
4359         XEmacs-20.4 doesn't set this variable.
4360
4361 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4364         call `wl' directly.
4365
4366 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4367
4368         * wl-draft.el (wl-draft-reedit): Removed duplicated
4369         switch-to-buffers.
4370
4371 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * wl.el (wl-other-frame): Removed garbages.
4374
4375 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4376
4377         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4378
4379         * wl-xmas.el (wl-draft-key-setup): Ditto.
4380
4381         * wl-mule.el (wl-draft-key-setup): Ditto.
4382
4383         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4384         (wl-draft-reedit): Ditto.
4385         (wl-draft-prepare-edit): Add `wl-draft-save' to
4386         `local-write-file-hooks'.
4387         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4388         (wl-draft-reedit): Set buffer-file-name.
4389         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4390
4391
4392         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4393         call it.
4394         (wl-delete-startup-frame-function): New variable.
4395         (wl-other-frame): New function
4396         (Original was written by Yamaoka san [wl: 09239]).
4397
4398         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4399         if `wl-folder-use-frame'.
4400
4401 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4402
4403         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4404
4405 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4406
4407         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4408         New variable.
4409         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4410         (wl-message-buffer-prefetch-get-next): Use them.
4411         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4412
4413 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4414
4415         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4416         with unwind-protect.
4417
4418         * wl-draft.el (wl-draft-reedit): Rewrite.
4419         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4420         (wl-draft-save): Insert header separator if it does not exist;
4421         Removed condition-case.
4422
4423         * wl-summary.el (wl-summary-reedit): Revert last change.
4424
4425         * wl-draft.el (wl-draft-save): Rewrite.
4426         (wl-draft-create-buffer): Set buffer-file-name as nil.
4427
4428         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4429
4430         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4431
4432         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4433         nil.
4434
4435 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4436
4437         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4438         If count is nil, do not prefetch.
4439         (wl-message-buffer-prefetch-next): Next.
4440
4441 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4442
4443         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4444
4445 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4446
4447         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4448         `delete-backward-char'
4449         (wl-draft-prepare-edit): Check major-mode.
4450         (wl-draft-decode-header): Rewrite.
4451         (wl-draft): Fix.
4452
4453 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4454
4455         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4456
4457 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4460         (wl-message-buffer-prefetch-get-next): Remove size checking.
4461         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4462
4463 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4464
4465         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4466         (wl-draft-default-headers): Fix.
4467
4468 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4469
4470         * wl-draft.el (wl-draft-default-headers): Insert return value of
4471         `wl-generate-mailer-string-function'.
4472
4473 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4474
4475         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4476         (wl-draft-insert-mail-header-separator): Ditto.
4477
4478         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4479         again (Reverted the change on 2002-01-17 by OKADA san).
4480
4481 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4482
4483         * wl-draft.el (wl-draft): Rewrite.
4484         (wl-draft-create-buffer): New function.
4485         (wl-draft-create-contents): Ditto.
4486         (wl-draft-prepare-edit): Ditto.
4487         (wl-draft-decode-header): Ditto.
4488         (wl-draft-decode-body): Ditto.
4489         (wl-draft-check-new-line): Ditto.
4490         (wl-draft-default-headers): Ditto.
4491         (wl-draft-insert-mail-header-separator): Ditto.
4492
4493 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4494
4495         * Version number is increased to 2.9.6.
4496
4497 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * wl-draft.el (wl-draft-delete-field): Optional argument.
4500         (wl-draft-delete-fields): Ditto.
4501
4502 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4503
4504         * wl-message.el (toplevel): Eliminated byte-compile warning.
4505         for `itimer-function', `delete-timer' and `itimer-list'.
4506
4507 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4510         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4511         `wl-message-buffer-prefetch-threshold'.
4512         * wl-summary.el (wl-summary-redisplay-internal): Remove
4513         the check of `wl-message-buffer-prefetch-depth'.
4514
4515 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4516
4517         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4518         size of article.
4519         (wl-message-buffer-prefetch-subr): Remove size check.
4520
4521 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * wl-vars.el (wl-plugged): Make customizable.
4524
4525 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4528         (wl-message-buffer-prefetch-set-timer): New function.
4529         (wl-message-buffer-prefetch-get-next): New function.
4530         (wl-message-buffer-prefetch): New function.
4531         (wl-message-buffer-prefetch-next): Rewrite.
4532         (wl-message-buffer-prefetch-subr): Rewrite.
4533         * wl-vars.el (wl-auto-prefetch-first): New variable.
4534         * wl-summary.el (wl-summary-goto-folder-subr): Call
4535         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4536
4537 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4538
4539         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4540         `wl-summary-unread-message-hook'.
4541
4542 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4545         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4546         if range is `cache-status'.
4547
4548 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-message.el (wl-message-buffer-prefetch-subr):
4551         Improve debug message.
4552
4553 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4554
4555         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4556         `wl-mail-send-pre-hook'.
4557         (wl-draft-send-mail-with-qmail): Ditto.
4558         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4559
4560 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4561
4562         * wl-message.el (wl-message-buffer-prefetch-subr):
4563         Fix for cancel-function-timers bug.
4564         (wl-message-buffer-prefetch-debug): Default value is t.
4565
4566 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4567
4568         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4569         (wl-message-buffer-prefetch-subr): Rewrite.
4570         Rename from `wl-message-buffer-prefetch'.
4571
4572 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4573
4574         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4575         (wl-default-draft-cite-decorate-author): Ditto.
4576
4577         * wl-draft.el (wl-draft-cite-function): Removed.
4578         (wl-default-draft-cite-decorate-author): Ditto.
4579
4580 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4583         (wl-default-draft-cite): Do not arrange author name if the value of
4584         `wl-default-draft-cite-decorate-author' is nil.
4585
4586 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4589
4590         * wl-folder.el (wl-folder-check-one-entity): Don't care
4591         `elmo-folder-use-flag-p'.
4592
4593 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4594
4595         * wl-folder (wl-folder-check-one-entity): Fix
4596         problem if unread is nil.
4597
4598 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-address.el (wl-address-make-completion-list): Check whether
4601         the address is a group list.
4602         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4603
4604 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4605
4606         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4607         The number of the messages of new and unread does not count
4608         correctly.
4609
4610         * wl-summary.el (wl-summary-count-unread): Changed to return
4611         `(new . unread)' instead of total.
4612         (wl-summary-sync-update): Follow the change above.
4613
4614         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4615
4616 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4617
4618         * wl-address.el (wl-address-make-completion-list): Do not enclose
4619         address by " <" and ">" if associated realname is "".
4620         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4621         This is against the promblem with group list in .addresses pointed
4622         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4623
4624 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4627         message is a format control string.
4628         * wl-expire.el (wl-expire-append-log): Ditto.
4629         * wl-mime.el (wl-summary-burst-subr): Ditto.
4630         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4631         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4632
4633 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4634
4635         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4636         wl.el (wl-check-variables): Rename from `wl-check-type'.
4637         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4638         (wl-check-variables-2): New function.
4639         (wl): Call `wl-check-variables-2'.
4640
4641 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4642
4643         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4644         after renaming folder in access group.
4645
4646 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4647
4648         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4649         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4650         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4651         (wl-message-buffer-prefetch): Rewrite.
4652         (wl-message-buffer-prefetch-idle-time): Removed.
4653         * wl-summary.el (wl-summary-redisplay-internal):
4654         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4655         Error check for `wl-message-buffer-prefetch-depht'.
4656
4657 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * Version number is increased to 2.9.5.
4660         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4661
4662 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4665         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4666         Based on the patch written by
4667         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4670
4671         * wl-draft.el (wl-draft-raw-send): Fix for
4672         `wl-news-send-pre-hook'
4673
4674 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4675
4676         * wl-utils.el (wl-message-id-function): New variable.
4677         * wl-draft.el (wl-draft-insert-required-fields):
4678         Use `wl-message-id-function'.
4679
4680 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4683         * wl-utils.el (wl-draft-make-message-id-string):
4684         Use `wl-from' for domain part of Message-ID
4685         if `wl-message-id-use-wl-from' if non-nil.
4686         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4687
4688 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4689
4690         * wl.el (wl): Call `wl-check-type'
4691         Do not 'condition-case'.
4692
4693 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4694
4695         * wl.el (wl-check-type): New function.
4696         (wl-check-type-variables): New variable.
4697
4698 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4701
4702 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * wl-draft.el (wl-smtp-password-key): New function.
4705         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4706         (wl-draft-send-mail-with-smtp): Ditto.
4707         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4708
4709 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4712         * wl-utils.el (wl-unique-id-suffix): Remove.
4713
4714 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4715
4716         * Version number is increased to 2.9.4.
4717
4718 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4719
4720         * wl-utils.el (wl-unique-id-suffix): New variable.
4721         (wl-unique-id): Use `wl-unique-id-suffix'
4722
4723 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4724
4725         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4726         instead of `elmo-msgdb-search'.
4727
4728         * Version number is increased to 2.9.3.
4729
4730 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4731
4732         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4733
4734 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4737         (wl-draft-dispatch-message): Changed for send-later.
4738         (wl-draft-queue-flush): Ditto.
4739         (wl-draft): Clear `wl-sent-message-queued'.
4740         (wl-draft-reedit): Ditto.
4741         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4742         * wl-vars.el (wl-draft-force-queuing): New variable.
4743         (wl-draft-force-queuing-mail): New variable.
4744         (wl-draft-force-queuing-news): New variable.
4745
4746 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4749         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4750
4751 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4752
4753         * Version number is increased to 2.9.2.
4754
4755 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * wl-draft.el (wl-draft-elide-region): New user command.
4758         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4759
4760         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4761         command `wl-draft-elide-region'.
4762         * wl-mule.el: Ditto.
4763         * wl-xmas.el: Ditto.
4764
4765 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4768         (wl-biff-check-folder-async): Removed needless let.
4769
4770 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4773         wl-folder-get-elmo-folder.
4774         (wl-biff-check-folder): Set `biff' argument of
4775         `wl-folder-check-one-entity'.
4776         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4777
4778         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4779         (wl-folder-check-one-entity): Added `biff' argument;
4780         Setup `biff' slot of folder.
4781
4782         * Version number is increased to 2.9.1.
4783
4784 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4787         comment out and fixed.
4788         (wl-fldmgr-add-completion-subr): Ditto.
4789
4790         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4791         and msgdb.
4792
4793         * wl.el (wl-toggle-plugged): Save summary view.
4794
4795 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4796
4797         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4798
4799 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4800
4801         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4802
4803 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4806         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4807         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4808
4809         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4810         if it was failed.
4811         (wl-demo): Disable undo in the demo buffer.
4812
4813 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4814
4815         * wl-version.el (wl-version): Changed codename.
4816
4817         * Version number is increased to 2.9.0.
4818
4819 2001-12-14  Takuo KITAME <kitame@northeye.org>
4820
4821         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4822         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4823         (wl-folder-mark-as-read-all-current-entity): Ditto.
4824
4825 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-vars.el (wl-from-width): Define as obsolete variable.
4828         (wl-subject-length-limit): Ditto.
4829
4830         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4831
4832         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4833         wl-summary-save-view.
4834
4835         * wl.el (wl-save-status): Ditto.
4836         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4837
4838         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4839         (wl-summary-exit): Follow the change above.
4840         (wl-summary-goto-folder-subr): Ditto.
4841
4842         * wl-folder.el (wl-folder-create-subr): Don't use
4843         `elmo-folder-creatable-p'.
4844
4845 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4846
4847         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4848
4849 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4852         rather than bitmap on Emacs 21.
4853         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4854         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4855         for xbm if the new redisplay engine is not available.
4856
4857 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4858
4859         * wl-folder.el (wl-folder-init-hook): New hook.
4860         (wl-folder-init): Run `wl-folder-init-hook'.
4861
4862 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4865
4866 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4867
4868         * wl-acap.el (wl-acap-cache-filename): New variable.
4869         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4870         (wl-acap-init): Use cache if no ACAP server found.
4871
4872 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4873
4874         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4875         `wl-acap-original-msgdb-dir'.
4876
4877         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4878         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4879
4880         * wl-mime.el (wl-mime-save-directory): Renamed from
4881         `wl-mime-save-dir'.
4882
4883 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4886
4887         * wl-demo.el: Require `path-util'.
4888         (wl-demo-bitmap-mule-available-p): New internal variable.
4889         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4890         `module-installed-p' instead.
4891         (wl-demo-insert-image): Use *.img file for a bitmap image.
4892         (wl-demo): Don't call the ascii demo recursively.
4893
4894 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4895
4896         * Version number is increased to 2.7.7.
4897
4898 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl.el (wl-exit): Eliminated byte-compile warning.
4901
4902 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4903
4904         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4905         obsolete variable using `elmo-define-obsolete-variable'.
4906         (wl-fetch-confirm-threshold): Ditto.
4907         (wl-cache-prefetch-folder-type-list): Ditto.
4908         (wl-cache-prefetch-folder-list): Ditto.
4909
4910 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4913         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4914         (wl-demo-insert-image): New function.
4915         (wl-demo-insert-text): New function.
4916         (wl-demo-image-type-alist): Redefine as a function.
4917         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4918         (wl-demo-with-temp-file-buffer): Removed.
4919         (wl-logo-xpm): Removed.
4920         (wl-logo-xbm): Removed.
4921         (wl-logo-bitmap): Removed.
4922
4923 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4924
4925         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4926         (wl-expire-localdir-get-folder-function): New user option.
4927         (wl-expire-localdir-get-folder): New function.
4928         (wl-expire-localdir-date): Ditto.
4929
4930 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4931
4932         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4933         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4934         Fixed unread number mismatch when all-unread < unread.
4935
4936 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4937
4938         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4939         (wl-fetch-confirm-threshold): Ditto.
4940
4941         * wl-summary.el (wl-summary-confirm-appends): Removed.
4942         (wl-summary-sync-update): Don't refer
4943         `wl-summary-update-confirm-threshold' (It is now abolished).
4944
4945         * wl-message.el (wl-message-display-internal): Don't refer
4946         `wl-fetch-confirm-threshold' (It is now abolished).
4947
4948 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4951
4952 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4953
4954         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4955         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4956         Change default value to nil.
4957         (wl-summary-indent-length-limit): The value can be nil, nil means
4958         unlimited.
4959
4960         * wl-summary.el: Don't set limit for indent length if the value of
4961         wl-summary-indent-length-limit is nil.
4962         If the value of wl-summary-width is nil, it means only that the width
4963         of summary is unlimited (nil doesn't mean that the indent length is
4964         unlimited).
4965
4966         * wl-thread.el: Ditto.
4967
4968 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4969
4970         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4971         be nil, nil means never confirm.
4972         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4973
4974 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4977         means unlimited).
4978
4979 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4982         Use `with-temp-buffer'.
4983
4984 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4987         with new backquote style).
4988         (wl-folder-get-entity-from-buffer): Ditto.
4989
4990 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4991
4992         * wl-version.el (nemacs-version): Eliminated.
4993         (wl-extended-emacs-version2): Ignore nemacs.
4994         (wl-extended-emacs-version3): Ditto.
4995
4996 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4997
4998         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4999         (wl-draft-add-in-reply-to): New variable.
5000         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5001         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5002         (wl-draft-yank-from-mail-reply-buffer): Use
5003         `wl-draft-add-in-reply-to'.
5004         (wl-draft-insert-current-message): Ditto.
5005
5006 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5007
5008         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5009         typo (kill->hide).
5010         (wl-message-buffer-prefetch-folder-type-list): Added elements
5011         `mark' and `cache' instead of `internal'.
5012
5013 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5016         resume msgdb directory.
5017
5018 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl.el (wl-exit): Call `wl-acap-exit'.
5021
5022         * wl-summary.el (wl-summary-message-string): New function.
5023         (wl-summary-reedit): Use it.
5024         (wl-summary-resend-bounced-mail): Remove needless let.
5025         (wl-summary-supersedes-message): Ditto.
5026         (wl-summary-save): Ditto.
5027
5028         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5029         (wl-acap-init): Set it.
5030         (wl-acap-exit): New function.
5031
5032 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5033
5034         * wl.el (wl-init): Revert (require 'mime-setup). move from
5035         toplevel.
5036
5037 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5038
5039         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5040         local variables.  Add error when guess function return invalid
5041         value.
5042
5043 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5044
5045         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5046         Change local variable name.
5047         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5048         (wl-folder-get-newsgroups): Return nil when non-news folder.
5049         * wl-summary.el (wl-summary-write-current-folder): State through
5050         when guess-list return nil.
5051         (wl-summary-write-current-folder-functions): Fixed docstring.
5052
5053         * wl.el (wl-exit): Changed confirm message.
5054
5055         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5056         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5057
5058         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5059
5060 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5061
5062         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5063         user option (Renamed from wl-cache-prefetch-folder-type-list).
5064         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5065         from wl-cache-prefetch-folder-list).
5066
5067         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5068         Move to wl-vars.el.
5069         (wl-message-buffer-prefetch-p): Changed to enable
5070         `wl-message-buffer-prefetch-folder-list'.
5071
5072         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5073         `ignore-cache'.
5074
5075 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5076
5077         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5078         `part-top' and `part-bottom'.
5079         (wl-draft-config-sub-part-top): New function.
5080         (wl-draft-config-sub-part-bottom): New function.
5081
5082 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5085
5086 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5087
5088         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5089
5090 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5093
5094         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5095         (wl-summary-write-current-folder): Ditto.
5096
5097 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-folder.el (wl-folder-get-newsgroups): Use
5100         `elmo-folder-newsgroups'.
5101
5102 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5103
5104         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5105         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5106         `wl-draft-config-sub-header-bottom'.
5107
5108 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5109
5110         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5111         localnews folder.
5112
5113 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-summary.el (wl-summary-mode): Undo last change.
5116
5117         * wl-folder.el (wl-folder-mode): Ditto.
5118
5119 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-summary.el (wl-summary-mode): Locally set
5122         truncate-partial-window-width to nil.
5123         (for XEmacs)
5124
5125         * wl-folder.el (wl-folder-mode): Ditto.
5126
5127 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5130
5131 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5132
5133         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5134         number.
5135
5136         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5137
5138         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5139
5140         * Version number is increased to 2.7.6.
5141
5142 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5145
5146 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-summary.el (wl-summary-sync-update): Enclose network
5149         related portion with `unwind-protect'.
5150
5151 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5152
5153         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5154
5155 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5158         element.
5159         * wl-vars.el (wl-message-body-button-alist): Ditto.
5160
5161         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5162         max match length.
5163         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5164
5165         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5166         for the max match length;
5167         Use 4th element value for the button string regexp group.
5168
5169         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5170         candidate exists, prompt to select.
5171
5172 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5173
5174         * wl-summary.el (wl-summary-jump-to-msg): Search before
5175         calibration point by `beginning-of-line'.
5176
5177 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5178
5179         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5180         for access group.
5181
5182 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-message.el (wl-message-display-internal): Bind
5185         `default-mime-charset'.
5186
5187         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5188
5189         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5190
5191         * Version number is increased to 2.7.5.
5192
5193 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5194
5195         * wl-expire.el (wl-summary-archive): Fixed;
5196         Use `elmo-folder-name-internal'.
5197
5198 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5199
5200         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5201         from `elmo-folder-move-messages' caller.
5202         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5203
5204         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5205         related portions are changed).
5206
5207 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5208
5209         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5210         counter.
5211
5212 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5213
5214         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5215         buffer local and set it to nil.
5216
5217         * wl-message.el (wl-message-redisplay): Ditto.
5218
5219 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-summary.el (wl-summary-mark-as-important): If message is
5222         already cached, set messag as read, otherwise encache and mark as read.
5223
5224 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5227         point-min.
5228
5229 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5232         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5233         a keymap.
5234
5235 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5236
5237         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5238         parent.
5239
5240         * wl-mule.el (wl-message-define-keymap): Ditto.
5241
5242         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5243
5244         * wl-xmas.el (wl-message-display-internal-hook): Define.
5245         (wl-xmas-setup-message-toolbar): Define as function.
5246         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5247         (wl-message-overload-functions): Abolished.
5248         (wl-message-define-keymap): New function.
5249
5250         * wl-vars.el (wl-message-display-internal-hook): New variable.
5251         (wl-message-header-button-alist): New variable (Renamed from
5252         wl-highlight-message-header-button-alist).
5253         (wl-message-body-button-alist): Ditto.
5254
5255         * wl-mule.el (wl-message-define-keymap): New function.
5256         (wl-message-overload-functions): Abolished.
5257
5258         * wl-message.el (wl-message-add-buttons-to-body): New function.
5259         (wl-message-redisplay): Don't call wl-message-overload-functions;
5260         Call wl-message-add-buttons-to-header and
5261         wl-message-add-buttons-to-body.
5262         (wl-message-display-internal): Set keymap argument for
5263         elmo-mime-display-as-is, elmo-mime-message-display;
5264         Run wl-message-display-internal-hook.
5265         (wl-message-refer-article-or-url): Abolished.
5266
5267         * wl-highlight.el (wl-highlight-headers): Don't call
5268         wl-highlight-message-add-buttons-to-header.
5269         (wl-highlight-message-add-buttons-to-header): Abolished.
5270
5271
5272         * wl-e21.el (wl-message-display-internal-hook): Define.
5273         (wl-e21-setup-toolbar): Deleted duplicated binding.
5274         (wl-e21-setup-message-toolbar): Define as function.
5275         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5276         (wl-message-define-keymap): New function.
5277         (wl-message-overload-functions): Abolished.
5278
5279 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5280
5281         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5282         and elmo-folder-close.
5283
5284         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5285
5286 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5287
5288         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5289         boolean value.
5290         * wl-draft.el (wl-draft-do-fcc): Ditto.
5291
5292 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5293
5294         * wl-vars.el (wl-fcc-force-as-read): New variable.
5295         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5296         mark copied message as read.
5297
5298 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5299
5300         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5301
5302 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5303
5304         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5305         `wl-summary-target-above' instead of obsolete variable
5306         `wl-summary-temp-above'.
5307
5308         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5309         instead of `make-obsolete-variable'.
5310         * wl-refile.el (toplevel): Ditto.
5311
5312 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5315         with third argument t.
5316         (wl-draft): Set first argument for wl-plugged-init as t.
5317
5318         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5319         definition.
5320
5321 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5322
5323         * wl-vars.el: Tabify.
5324         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5325
5326         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5327         message.
5328
5329 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5332         and set default to beep.
5333
5334 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-vars.el (wl-draft-truncate-lines): New variable.
5337
5338         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5339         instead of wl-message-truncate-lines for truncate-lines.
5340
5341 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5342
5343         * wl-message.el (wl-message-display-internal): Call
5344         `wl-highlight-message' after `elmo-mime-display-as-is'.
5345
5346         * wl-mime.el (wl-mime-display-text/plain): New function.
5347         (wl-mime-display-header): Ditto.
5348         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5349         body-presentation-method for text/plain;
5350         Register `wl-mime-display-header' as a header-presentation-method;
5351         Don't set up `elmo-message-text-content-inserted-hook' and
5352         `elmo-message-header-inserted-hook'.
5353
5354         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5355         variable.
5356         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5357         as t if flag is 'all-header;
5358         Don't bind `elmo-message-ignored-field-list',
5359         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5360
5361 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5364         for xemacs with non-mule environment.
5365
5366 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5367
5368         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5369         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5370         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5371
5372 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5373
5374         * wl-vars.el (wl-interactive-send): Set default value as t.
5375
5376 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5379         (wl-addrmgr-method-list): Abolished.
5380         (wl-addrmgr-change-method): Follow above change.
5381
5382         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5383
5384 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5385
5386         * wl-vars.el (wl-message-truncate-lines): Change default value
5387         to default-truncate-lines.
5388
5389         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5390
5391 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5392
5393         * wl-vars.el (wl-message-truncate-lines): New variable.
5394
5395         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5396         wl-message-truncate-lines.
5397
5398 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5399
5400         * wl-acap.el (wl-acap-init): Remove period from error message.
5401         (wl-acap-find-acap-service): Remove period from message.
5402
5403 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl.el (wl-check-environment): Undo last change.
5406
5407         * wl-vars.el (wl-from): Changed default value.
5408
5409         * wl-util.el (toplevel): Don't require tm-edit.
5410
5411         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5412         `wl-folder-init';
5413         Don't set mark on mail body.
5414         (wl-draft-reedit): Ditto.
5415
5416         * wl-address.el (wl-address-quote-specials): Define as an alias for
5417         elmo-address-quote-specials.
5418
5419 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5422
5423         * wl-vars.el (wl-from): Set default value as nil.
5424         (wl-organization): Set default value as ORGANIZATION environment
5425         variable.
5426
5427         * wl-draft.el (wl-smtp-extension-bind): Check value of
5428         wl-smtp-connection-type.
5429
5430         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5431         error.
5432
5433 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5434
5435         * Version number is increased to 2.7.4.
5436
5437         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5438         arguments from `wl-highlight-x-face-function' caller.
5439         Use x-face-1.3.6.12 or later.
5440
5441 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5442
5443         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5444
5445 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5446
5447         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5448         (wl-fcc): Fix to accept function.
5449         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5450
5451 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5452
5453         * wl-acap.el (toplevel): Added `product-provide' declare.
5454         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5455
5456 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl.el (wl): Changed order of calling `elmo-init'
5459         and `elmo-folder-init'.
5460
5461 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5462
5463         * wl-mime.el (wl-summary-burst): Extract message when content-type
5464         of root entity is not only `multipart' but also `message/rfc822'.
5465         (wl-summary-burst-subr): Ditto.
5466
5467 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5468
5469         * wl-vars.el (toplevel): Require 'custom.
5470         (wl-trash-folder): Added to `wl-setting' group.
5471
5472         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5473         exists.
5474         (wl-addrmgr-draw): Insert empty line when no entry exists.
5475
5476         * wl-mule.el (wl-message-wheel-up): Fixed.
5477         (wl-message-wheel-down): Ditto.
5478
5479 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5480
5481         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5482         config is an anonymous lambda expression.
5483
5484 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5487         when Mule 2 is running.
5488
5489 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5490
5491         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5492
5493 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5494
5495         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5496         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5497
5498         * wl-address.el (wl-address-specials-regexp): Eliminated.
5499         (wl-address-quote-specials): Rewrite.
5500
5501 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5504         shy-groups for regexp.
5505
5506         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5507         character classes and Perl style shy-groups for regexp.
5508         (wl-highlight-plugged-current-line): Use Posix style character
5509         classes for regexp.
5510         (wl-e21-highlight-folder-by-numbers): Ditto.
5511         (wl-e21-display-image-p): Use `display-images-p' instead of
5512         `display-graphic-p'.
5513         (display-images-p): Make an alias to `display-graphic-p' if it is
5514         not available.  It is for Emacs version prior to 21.0.105.
5515
5516         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5517         `display-graphic-p'.
5518         (wl-demo-image-type-alist): Ditto.
5519         (display-images-p): Make an alias to `display-graphic-p' if it is
5520         not available.  It is for Emacs version prior to 21.0.105.
5521
5522 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5523
5524         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5525         support.
5526         (wl-generate-user-agent-string): Ditto.
5527
5528         * wl-version.el (wl-version): Update docsting.
5529         (wl-version-status): Ditto.
5530
5531 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5532
5533         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5534         21.0.105.  For Emacs 21.0.104 or earlier.
5535
5536 2001-09-03  Takuo KITAME <kitame@northeye.org>
5537
5538         * wl-e21.el (wl-plugged-init-icons): Use
5539         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5540         (wl-biff-init-icons): Ditto.
5541
5542 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * wl-highlight.el (wl-highlight-summary-current-line):
5545         Fixed highlighting refile/copy destination.
5546
5547         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5548         (wl-acap-store): Encode string by wl-acap-coding-system.
5549
5550 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-acap.el (toplevel): Check and require 'un-define before
5553         'xemacs-ucs;
5554          Added checking for UTF-2000.
5555
5556 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5557
5558         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5559         Don't enclose with `eval-and-compile'.
5560
5561         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5562         wl-init is non-nil.
5563
5564         * wl-draft.el (wl-draft): Ditto.
5565
5566         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5567
5568         * wl-acap.el (toplevel): Require 'wl.
5569         (wl-acap-store): Call `elmo-init'.
5570
5571         * wl.el (wl): Changed position of `wl-check-environment'.
5572         (toplevel): Added autoload setting for wl-acap.
5573
5574         * wl-vars.el (wl-setting): New custom group.
5575         (wl-from): Added wl-setting group.
5576         (wl-user-mail-address-list): Ditto.
5577         (wl-organization): Ditto.
5578         (wl-subscribed-mailing-list): Ditto.
5579         (wl-envelope-from): Ditto.
5580         (wl-smtp-posting-user): Ditto.
5581         (wl-smtp-posting-server): Ditto.
5582         (wl-smtp-posting-port): Ditto.
5583         (wl-smtp-authenticate-type): Ditto.
5584         (wl-pop-before-smtp-user): Ditto.
5585         (wl-pop-before-smtp-server): Ditto.
5586         (wl-pop-before-smtp-port): Ditto.
5587         (wl-pop-before-smtp-authenticate-type): Ditto.
5588         (wl-nntp-posting-server): Ditto.
5589         (wl-nntp-posting-user): Ditto.
5590         (wl-nntp-posting-port): Ditto.
5591         (wl-fetch-confirm-threshold): Ditto.
5592         (wl-prefetch-threshold): Ditto.
5593         (wl-thread-insert-opened): Ditto.
5594         (wl-ldap-server): Ditto.
5595         (wl-ldap-port): Ditto.
5596         (wl-ldap-base): Ditto.
5597         (wl-ldap-objectclass): Ditto.
5598         (wl-use-ldap): Ditto.
5599         (wl-draft-config-alist): Ditto.
5600         (wl-draft-config-matchone): Ditto.
5601         (wl-template-alist): Ditto.
5602         (wl-message-sort-field-list): Ditto.
5603         (wl-message-ignored-field-list): Ditto.
5604         (wl-message-visible-field-list): Ditto.
5605         (wl-interactive-send): Ditto.
5606         (wl-summary-move-order): Ditto.
5607         (wl-auto-select-first): Ditto.
5608         (wl-auto-select-next): Ditto.
5609         (wl-interactive-save-folders): Ditto.
5610
5611         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5612         Initialization codes are moved from wl-local-folder-init.
5613         (wl-local-folder-init): Follow the change above.
5614         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5615
5616         * wl-acap.el: New file.
5617
5618         * Version number is increased to 2.7.3.
5619
5620 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5621
5622         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5623
5624 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5625
5626         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5627         (wl-addrmgr-address-entry-list): Ditto.
5628
5629 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-e21.el (wl-draft-mode-map): Removed binding for
5632         `wl-draft-insert-x-face-field'.
5633
5634         * wl-mule.el (wl-draft-mode-map): Ditto.
5635
5636         * wl-xmas.el (wl-draft-mode-map): Ditto.
5637
5638         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5639         (wl-cs-autoconv): Ditto.
5640         (wl-cs-local): Ditto.
5641         (wl-use-scoring): Ditto.
5642         (wl-mime-charset): Ditto.
5643         (wl-folder-check-async): Ditto.
5644
5645         * wl.el (toplevel): Ignore nemacs and tm.
5646         (wl-exit): Ditto.
5647
5648         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5649         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5650         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5651         instead of wl-address-petname-add-or-change.
5652         (wl-summary-edit-addresses-subr): Use wl-address-delete
5653         instead of wl-address-petname-delete.
5654
5655         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5656
5657         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5658         if error occured.
5659
5660         * wl-message.el (require): Remove tm support.
5661
5662         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5663
5664         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5665         (wl-folder-jump-to-current-entity): Ditto.
5666         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5667
5668         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5669         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5670         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5671
5672         * wl-mule.el (wl-draft-key-setup): Ditto.
5673
5674         * wl-xmas.el (wl-draft-key-setup): Ditto.
5675
5676         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5677         (wl-draft-std11-parse-addresses): New function.
5678         (wl-draft-parse-mailbox-list): Use it.
5679         (wl-draft): Ignore nemacs.
5680         (wl-draft-reedit): Ditto.
5681
5682         * wl-addrmgr.el: New file.
5683         (Original is wl-rcpt.el written by
5684         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5685         Thanks Kitamoto-san.)
5686
5687         * wl-address.el (wl-address-make-address-list): Modified parsing
5688         process.
5689         (wl-address-delete): Renamed from `wl-address-petname-delete';
5690         Modify wl-address-list too.
5691         (wl-address-add-or-change): Renamed from
5692         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5693
5694 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5695
5696         * wl-highlight.el (wl-highlight-summary-current-line):
5697           Work with transient-mark-mode
5698
5699 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5700
5701         * Version number is increased to 2.7.2.
5702
5703         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5704         instead of elmo-dop-queue-method.
5705
5706 2001-08-06  SAITO Atsunori <sai@yedo.com>
5707
5708         * wl-vars.el (wl-ldap-objectclass): New user option.
5709
5710         * wl-address.el (wl-ldap-make-filter): Use it.
5711
5712 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5713
5714         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5715
5716 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5717
5718         * wl-folder.el (wl-folder): redisplay after folder insertion.
5719
5720         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5721
5722         * wl-summary.el (wl-summary-sync-update):
5723         Change status mark only when new-msgdb exists.
5724         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5725
5726 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-summary.el (wl-summary-open-folder): New function.
5729         (wl-summary-goto-folder-subr): Use it.
5730         (wl-summary-mark-as-important): Fix;
5731         Encache only when no cache exists.
5732
5733 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5736         Use with-current-buffer.
5737
5738 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5739
5740         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5741         before call `get-buffer'. Fixed parenthesis.
5742         (wl-score-get-header-entry): Clear message and help window when
5743         keyboard quit.
5744         (wl-score-edit-insert-header): Ditto.
5745
5746 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5747
5748         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5749         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5750         (wl-default-draft-cite): Fix.
5751
5752         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5753         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5754
5755 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-message.el (wl-message-prev-page): Do same bahavior
5758         as summary when it is called in the message buffer.
5759         (wl-message-next-page): Ditto.
5760
5761 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-summary.el (wl-summary-forward): Use cache if it is not
5764         section cache.
5765
5766 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5767
5768         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5769         Removed redundant require of elmo-vars.
5770         (wl-biff-state-indicator-on): Changed default value for
5771         xemacs with non-mule environment.
5772
5773         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5774         wl-message-buffer is nil;
5775         Hide progress bar after moving messages.
5776
5777 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5780         message at cursor point is deleted.
5781
5782 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5783
5784         * wl-vars.el: Changed file coding system to euc-japan.
5785         Added -*-coding:-*- magic to the first line.
5786
5787         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5788         Search parent from the first message.
5789
5790         * Version number is increased to 2.7.1.
5791
5792 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5793
5794         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5795
5796 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5797
5798         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5799         refile/delete execution.
5800
5801         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5802         Fixed docstring.
5803
5804 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5805
5806         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5807         do update process;
5808         Don't update marks when update process is interrupted.
5809
5810 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-summary.el (wl-summary-reply): Fixed problem when
5813         wl-draft-use-frame is non-nil.
5814         (wl-summary-forward): Ditto.
5815
5816         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5817         as nil.
5818         (wl-folder-mark-as-read-all-entity): Ditto.
5819         (wl-folder-prefetch-entity): Ditto.
5820
5821         * wl.el (wl): Check environment before wl-init.
5822
5823         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5824         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5825         instead of wl-summary-collect-unread.
5826         (wl-summary-reply): Split message window.
5827
5828 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5831         only if current language environment is japanese,
5832
5833         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5834         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5835         (wl-folder-goto-folder-subr): Ditto.
5836
5837         * wl-draft.el (wl-draft-dispatch-message): Call
5838         `elmo-file-cache-get-path'.
5839
5840 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * wl-summary.el (wl-summary-cursor-move): If return value of
5843         wl-summary-next-message is not number, don't jump.
5844
5845 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5846
5847         * wl-summary.el (wl-summary-buffer-next-message-function): New
5848         variable.
5849         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5850         if it is bound.
5851
5852         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5853         string.
5854
5855         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5856         (wl-plugged-drawing): Ditto.
5857
5858 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5861         process.
5862         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5863         with unwind-protect.
5864
5865         * wl.el (wl-init): Require mime-setup.
5866         (wl-check-environment): Don't require mime-setup.
5867
5868         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5869         instead of elmo-folder-type.
5870
5871         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5872         value as nil.
5873
5874 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5875
5876         * Version number is increased to 2.7.0.
5877
5878         * wl-version.el (wl-version): Changed codename.
5879
5880         * wl-summary.el (wl-summary-delete-cache): Fixed.
5881
5882         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5883         Workaround for net folders.
5884         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5885
5886         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5887         value to nil (According to the patch from
5888         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5889
5890         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5891         of elmo-folder-close.
5892
5893 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5894
5895         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5896         for postfix.
5897
5898 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-summary.el (wl-summary-resend-message): Fixed.
5901
5902         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5903         Call wl-draft with `from' argument if its address is included in
5904         `wl-user-mail-address-list'.
5905         (wl-draft): Added `from' argument.
5906
5907         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5908         non-nil.
5909         (wl): Don't show demo if wl-demo is nil.
5910
5911         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5912         wl-summary-use-frame.
5913
5914         * wl-vars.el (wl-summary-use-frame): New user option.
5915         (wl-folder-use-frame): Changed docstring.
5916
5917         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5918         non-nil.
5919         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5920         wl-summary-use-frame.
5921
5922         * wl-vars.el (wl-folder-use-frame): New user option.
5923
5924         * wl-summary.el (wl-summary-exit): Back to folder frame if
5925         wl-folder-use-frame is non-nil.
5926         (wl-summary-redisplay-internal): Ignore cache if current folder
5927         is draft folder,
5928         (wl-summary-redisplay-no-mime): Ditto.
5929         (wl-summary-redisplay-all-header): Ditto.
5930
5931         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5932         if wl-folder-use-frame is non-nil.
5933
5934 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5935
5936         * wl-summary.el (wl-summary-sync-update): Bind
5937         elmo-folder-update-threshold.
5938         (wl-summary-mark-as-important): Enclosed server mark processing
5939         with `save-match-data'.
5940
5941         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5942         only when it is already defined.
5943
5944 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5945
5946         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5947         name of folder exclude localdir is wrong.
5948         * wl-folder.el (wl-folder-sync-entity):
5949         Set `wl-summary-always-sticky-folder-list' as nil.
5950         (wl-folder-mark-as-read-all-entity): Ditto.
5951         (wl-folder-prefetch-entity): Ditto.
5952
5953 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5954
5955         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5956         instead of `wl-summary-write-current-newsgroup'.
5957
5958 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5959
5960         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5961         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5962         non-nil and selected message is important, do not display.
5963
5964 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5965
5966         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5967
5968 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5971
5972         * wl-summary.el (wl-summary-mark-as-important): Set message number
5973         using wl-summary-message-number.
5974
5975 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5976
5977         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5978         destination folder is 'null.
5979
5980 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5981
5982         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5983         New function.
5984         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5985         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5986         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5987
5988 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5989
5990         * wl-mime.el (wl-mime-setup): Added setting for
5991         `mime-setup-signature-key-alist' to avoid overriding key bind for
5992         `wl-draft-send'.
5993
5994         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5995         for `wl-draft-send'.
5996         * wl-mule.el (wl-draft-overload-functions): Ditto.
5997         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5998         * wl-draft.el (wl-draft-send): Ditto.
5999
6000         * wl-message.el (wl-message-display-internal):
6001         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6002         (Patch is provided by <kita@coe.nttdata.co.jp>).
6003
6004 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6005
6006         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6007
6008 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6009
6010         * wl.el (wl): Fix for wl-demo.
6011
6012 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6013
6014         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6015
6016 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6017
6018         * wl-folder.el (wl-folder-prefetch-entity): Use
6019         `wl-folder-get-elmo-folder'.
6020         (wl-folder-count-incorporates): Do not use
6021         `wl-folder-get-elmo-folder'.
6022
6023 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6024
6025         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6026         instead of `elmo-folder-get-type'.
6027
6028 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6029
6030         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6031         position on Subject: field.
6032         (Advised by Mito <mit@nines.nec.co.jp>)
6033
6034 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6035
6036         * wl-folder.el (wl-folder-prefetch-entity): Use
6037         `wl-folder-get-elmo-folder'.
6038
6039 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6040
6041         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6042
6043         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6044         `process-duplicates' slot.
6045
6046         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6047         if detection failed.
6048
6049 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6050
6051         * wl-version.el (wl-version-status): Set to "alpha".
6052
6053 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6056         Check wl-message-buffer lives before set-buffer.
6057
6058 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6059
6060         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6061         called in folder mode.
6062         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6063         * wl-summary.el (wl-summary-exit-pre-hook): Run
6064         `wl-summary-exit-pre-hook' before exit summary mode.
6065
6066 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6067
6068         * wl-version.el (wl-version-status): New variable.
6069         (wl-version-status-alist): Removed.
6070         (wl-version-status): Rule included.
6071
6072 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6075         @sponichi.
6076
6077         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6078         when `mail-reply-buffer' is buffer-local variable.
6079         (Reported by <kita@coe.nttdata.co.jp>).
6080
6081 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-vars.el (toplevel): Require 'elmo-util.
6084
6085 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6086
6087         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6088         (All other related portions are changed)
6089
6090         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6091
6092         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6093
6094 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6095
6096         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6097
6098 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6101         Delete other windows to avoid an error.
6102         Use `point-marker' instead of `point' to remember the start point
6103         of body.
6104
6105         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6106
6107         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6108         number not to exceed all message number.
6109
6110 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6111
6112         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6113         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6114
6115 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-summary.el (wl-summary-sync-force-update): Added argument
6118         no-check.
6119         (wl-summary-sync-update): Ditto.
6120         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6121         with `no-check'.
6122
6123         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6124         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6125         already running.
6126
6127 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6128
6129         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6130         `dst-folder-arg'.
6131         (wl-expire-archive-number1): Diito.
6132         (wl-expire-archive-number2): Diito.
6133         (wl-expire-archive-Date): Diito.
6134         (wl-archive-number1): Diito.
6135         (wl-archive-number2): Diito.
6136         (wl-archive-date): Diito.
6137         (wl-archive-folder-p): New function.
6138         (wl-summary-expire): Support of expand folder name at
6139         wl-expire-alist.
6140         * wl-util.el (wl-expand-newtext): Renamed from
6141         `wl-refile-expand-newtext'.
6142
6143 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6144
6145         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6146         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6147         `(elmo-msgdb-get-overview msgdb)'.
6148         (wl-summary-prefetch): Bind match data before call
6149         `wl-summay-prefetch-msg'.
6150         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6151         'off if `wl-summary-buffer-disp-msg' is non-nil.
6152         Fixed problem that couldn't show only one new or unread message when
6153         enter folder.
6154         (wl-summary-reply): Don't call `split-window-vertically' and other
6155         window.
6156
6157 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl-expire.el (wl-expire-refile): Fixed.
6160
6161 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6164
6165         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6166         biff notification is removed.
6167
6168         * wl.el (wl): Changed position of `elmo-init'.
6169
6170         * wl-draft.el (wl-default-draft-cite): Use date field
6171         on the citation buffer.
6172
6173         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6174
6175         * wl-xmas.el (wl-folder-internal-icon-list): Added
6176         `wl-folder-shimbun-image'.
6177
6178         * wl-e21.el (wl-folder-internal-icon-list): Added
6179         `wl-folder-shimbun-image'.
6180
6181 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl.el (wl-init): Eliminated argument.
6184         (wl): Rewrite.
6185
6186         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6187         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6188         instead of `elmo-folder-msgdb-internal'.
6189         (wl-summary-sync-update): Ditto.
6190         (wl-summary-flush-pending-append-operations): Eliminated.
6191         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6192         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6193         `elmo-folder-open'.
6194
6195         * wl-mime.el (wl-summary-burst): Fixed.
6196
6197         * wl-folder.el (wl-folder-info-save): Check data type.
6198
6199         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6200         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6201         instead of `elmo-folder-msgdb-internal'.
6202         (wl-expire-hide): Ditto.
6203
6204
6205         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6206
6207 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6208
6209         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6210
6211 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6212
6213         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6214
6215 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6216
6217         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6218         Fixed `match-beginning' argument mismatch.
6219
6220 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6221
6222         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6223         the default value.
6224
6225 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6228         instead of `elmo-nntp-default-port'.
6229
6230         * wl-vars.el: Fixed some doc strings.
6231
6232 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-summary.el (wl-summary-prefetch-msg): Use
6235         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6236
6237         * wl-vars.el: Define *-func as obsolete variable using
6238         `elmo-define-obsolete-variable'.
6239
6240         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6241         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6242         instead of `wl-message-buffer-prefetch-threshold'.
6243
6244         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6245
6246         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6247
6248         * wl-draft.el (wl-caesar-region-func): Ditto.
6249
6250         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6251         Keep unread status in elmo-folder-move-messages.
6252         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6253
6254 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6255
6256         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6257         `wl-summary-buffer-exit-func'
6258         (wl-summary-buffer-message-redisplay-function): Renamed from
6259         `wl-summary-buffer-message-redisplay-func'
6260         (wl-summary-buffer-next-folder-function): Renamed from
6261         `wl-summary-buffer-next-folder-func'.
6262         (wl-summary-buffer-prev-folder-function): Renamed from
6263         `wl-summary-buffer-prev-folder-func'.
6264         (wl-summary-get-petname-function): Renamed from
6265         `wl-summary-get-petname-func'.
6266
6267         * wl-score.el (wl-score-edit-exit-function): Renamed from
6268         `wl-score-edit-exit-func'.
6269
6270         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6271         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6272
6273         * wl-util.el (wl-load-profile-function): Renamed from
6274         `wl-load-profile-func'.
6275
6276         * wl-folder.el (wl-folder-completion-function): Renamed from
6277         `wl-folder-completion-func'.
6278         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6279
6280         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6281         `wl-expire-archive-get-folder-func'.
6282         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6283         (wl-draft-send-mail-function): Renamed from
6284         `wl-draft-send-mail-func'.
6285         (wl-draft-send-news-function): Renamed from
6286         `wl-draft-send-news-func'.
6287         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6288         (wl-generate-mailer-string-function): Renamed from
6289         `wl-generate-mailer-string-func'.
6290         (wl-highlight-signature-search-function): Renamed from
6291         `wl-highlight-signature-search-func'.
6292         (wl-highlight-x-face-function): Renamed from
6293         `wl-highlight-x-face-func'
6294         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6295         (wl-ps-print-buffer-function): Renamed from
6296         `wl-ps-print-buffer-func'
6297         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6298         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6299         (wl-summary-subject-filter-function): Renamed from
6300         `wl-summary-subject-filter-func'.
6301
6302         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6303         `wl-draft-queue-flush-send-func'
6304         (wl-draft-cite-function): Renamed from
6305         `wl-draft-cite-func'
6306
6307         * wl-address.el (wl-address-init-function): Renamed from
6308         `wl-address-init-func'.
6309
6310 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-draft.el (wl-draft-queue-flush): Don't call
6313         `elmo-dop-unlock-message'.
6314         * wl-draft.el (wl-draft-queue-append): Don't call
6315         `elmo-dop-lock-message'.
6316
6317         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6318         (wl-summary-buffer-folder-name): Ditto.
6319         (wl-summary-message-regexp): Added '-' (all other related portions
6320         are changed).
6321         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6322         wl-summary-buffer-folder-name.
6323
6324 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6325
6326         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6327         the number of mails in the folder buffer is not updated by wl-biff.
6328
6329 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6330
6331         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6332         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6333
6334 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6335
6336         * wl-summary.el (wl-summary-next-message):
6337         Return next message number when wl-summary-move-order is nil.
6338
6339 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6340
6341         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6342         `wl-summary-move-spec-alist'.
6343         (wl-summary-move-spec-unplugged-alist): New variable
6344         (Move spec for unplugged status).
6345         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6346         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6347
6348 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6349
6350         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6351         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6352
6353 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6354
6355         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6356         simple quotation to quote the anonymous function.
6357         * tm-wl.el (wl-draft-preview-message): Ditto.
6358
6359 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6360
6361         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6362         Eliminate redundant `save-excursion'.
6363         (wl-highlight-summary-current-line): Ditto.
6364
6365         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6366         accessing match data when `looking-at' failed.
6367
6368         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6369         `elmo-match-string' where users don't care about the speed.
6370         (wl-draft-save): Ditto.
6371
6372 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-util.el (wl-regexp-opt): New function.
6375
6376         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6377         number from `wl-summary-buffer-number-list'.
6378         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6379         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6380         (wl-summary-move-spec-alist): Changed default setting.
6381
6382 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6383
6384         * wl-vars.el (wl-biff-notify-hook): New hook.
6385         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6386         the arrival of new mail.
6387         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6388         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6389
6390 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6393
6394 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6397
6398         * Version number is increased to 2.5.8.
6399
6400         * wl-thread.el (toplevel): require 'cl.
6401         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6402         (wl-thread-make-number-list): New function.
6403         (wl-thread-entity-make-number-list-from-children): Ditto.
6404         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6405         (wl-thread-entity-insert-as-children): Likewise.
6406         (wl-thread-delete-message): Likewise.
6407         (wl-meaning-of-mark): Eliminated.
6408         (wl-thread-next-failure-mark-p): Ditto.
6409         (wl-thread-entity-get-mark): Ditto.
6410         (wl-thread-meaning-alist-get-result): Ditto.
6411         (wl-thread-entity-check-prev-mark): Ditto.
6412         (wl-thread-entity-check-next-mark): Ditto.
6413         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6414         (wl-thread-entity-get-prev-marked-entity): Ditto.
6415         (wl-thread-get-prev-unread): Ditto.
6416         (wl-thread-jump-to-prev-unread): Ditto.
6417         (wl-thread-get-next-unread): Ditto.
6418         (wl-thread-jump-to-next-unread): Ditto.
6419         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6420         (wl-thread-entity-get-next-marked-entity): Ditto.
6421
6422         * wl-summary.el (wl-summary-buffer-number-list):
6423         New bufer-local variable.
6424         (wl-summary-switch-to-clone-buffer): Clone
6425         `wl-summary-buffer-number-list'.
6426         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6427         (wl-summary-cursor-move-regex): Eliminated.
6428         (wl-summary-cursor-up): Rewrite.
6429         (wl-summary-cursor-down): Ditto.
6430         (wl-summary-mode-spec-alist): New variable.
6431         (wl-summary-next-message): New inline function.
6432         (wl-summary-cursor-move): New function.
6433         (wl-summary-default-get-next-msg): Rewrite.
6434         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6435         (wl-summary-rescan): Ditto.
6436         (wl-summary-sync-all-init): Ditto.
6437         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6438         summary is not thread view.
6439         (wl-summary-sync-update): Ditto.
6440         (wl-summary-rescan): Ditto.
6441         (wl-summary-make-number-list): New function.
6442
6443         * wl-draft.el: "FCC" -> "Fcc".
6444
6445 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-highlight.el (wl-highlight-summary-window):
6448         Call `set-buffer-modified-p'.
6449
6450         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6451         (wl): Call `elmo-init' and fix.
6452
6453         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6454         Use new variables.
6455
6456         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6457
6458 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6461
6462 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6463
6464         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6465
6466 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6467
6468         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6469         `wl-use-toolbar' nor `display-graphic-p'.
6470         (wl-e21-setup-message-toolbar): Ditto.
6471         (wl-e21-setup-summary-toolbar): Ditto.
6472         (wl-e21-setup-folder-toolbar): Ditto.
6473
6474         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6475         (wl-plugged-init-icons): Ditto.
6476
6477         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6478         `display-graphic-p'.
6479         (wl-plugged-set-folder-icon): Ditto.
6480         (wl-highlight-plugged-current-line): Ditto.
6481         (wl-highlight-folder-current-line): Ditto.
6482         (wl-e21-highlight-folder-group-line): Ditto.
6483         (wl-e21-setup-toolbar): Ditto.
6484         (wl-e21-display-image-p): New macro.
6485
6486         * wl-demo.el (wl-demo): Simplified.
6487         (wl-demo-image-type-alist): Use `image-type-available-p' for
6488         checking whether the image type `xbm' is available.
6489
6490 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6493         (wl-summary-input-range): Ditto.
6494
6495 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-summary.el (wl-summary-edit-addresses): Use
6498         `wl-summary-get-original-buffer'
6499         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6500         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6501         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6502         (wl-summary-get-newsgroups): Eliminated.
6503         (wl-summary-set-crosspost): Ditto.
6504         (wl-summary-is-crosspost-folder): Ditto.
6505         (wl-crosspost-alist-load): Ditto.
6506         (wl-crosspost-alist-save): Ditto.
6507
6508         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6509         `elmo-setup-subscribed-newsgroups' instead of
6510         `elmo-nntp-make-groups-hashtb'.
6511         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6512         instead of `wl-crosspost-alist-save'.
6513
6514         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6515         of `elmo-folder-message-appendable-p'.
6516         (wl-mime-header-presentation-method): Eliminated.
6517
6518         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6519         (Error occurs in emacs21).
6520
6521         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6522         the current buffer).
6523
6524         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6525         instead of `wl-crosspost-alist-save'.
6526         (wl-init): `elmo-crosspost-message-alist-load'
6527         instead of `wl-crosspost-alist-load'
6528
6529         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6530         (wl-parse-newsgroups): Likewise.
6531         (wl-biff-notify): Run `wl-biff-notify-hook'.
6532
6533 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6536
6537         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6538         when `wl-summary-lazy-highlight' is non-nil.
6539         (wl-summary-goto-folder-subr): Highlight only when
6540         `wl-summary-lazy-highlight' is non-nil.
6541
6542         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6543         Don't display progress and highlight temp-mark when
6544         `wl-summary-lazy-highlight' is non-nil.
6545         (wl-highlight-summary-window): New function.
6546         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6547
6548 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-summary.el (wl-summary-sync): Change `all-visible'
6551         from `all-shown'
6552         (wl-summary-input-range): Ditto.
6553
6554 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6555
6556         * wl-e21.el (wl-highlight-folder-current-line): Call
6557         `wl-folder-init-icons' when folder icons have not been initialized.
6558
6559         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6560
6561         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6562         (wl-demo-image-type-alist): New macro.
6563
6564 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6565
6566         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6567         display does not support graphics.
6568         (wl-plugged-init-icons): Ditto.
6569         (wl-folder-init-icons): Ditto.
6570
6571         * wl-demo.el (wl-demo): Chech closely whether the display
6572         supports graphics.
6573
6574 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-summary.el (wl-summary-get-original-buffer): New function.
6577         (wl-summary-set-crosspost): Use it.
6578         (wl-summary-target-mark-uudecode): Ditto.
6579         (wl-summary-reedit): Ditto.
6580         (wl-summary-resend-bounced-mail): Ditto.
6581         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6582         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6583
6584         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6585         (wl-message-display-internal): Ditto.
6586
6587 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6590
6591 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * wl-summary.el (wl-summary-save-view): Renamed from
6594         `wl-summary-save-status'.
6595
6596 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6597
6598         * wl-summary.el (wl-summary-sync): Added `all-shown'
6599
6600 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6601
6602         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6603
6604 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6607
6608 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6609
6610         * wl-highlight.el (wl-highlight-summary-line-string): Use
6611         `zerop' instead of `= 0'.
6612         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6613
6614         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6615         for comparing numbers.
6616         (wl-template-prev): Use `zerop' instead of `eq 0'.
6617
6618         * wl-draft.el (wl-draft-insert-current-message): Use
6619         `with-current-buffer' instead of `save-excursion'.
6620         Use `zerop' instead of `eq 0'.
6621
6622 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6623
6624         * wl-draft.el (wl-draft-insert-ccs): New function.
6625         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6626         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6627
6628 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6631
6632 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-expire.el (wl-expire-refile): Don't call
6635         elmo-msgdb-add-msgs-to-seen-list;
6636         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6637         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6638
6639 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl-message.el (wl-message-prev-page): Ignore errors while
6642         scroll-down.
6643
6644 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-mime.el: Use elmo-original-message-mode instead of
6647         mmelmo-original-mode.
6648
6649         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6650         `elmo-folder-get-spec';
6651         (wl-fldmgr-add-completion-all-completions):
6652         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6653
6654         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6655         of `elmo-folder-get-type'.
6656
6657         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6658         `elmo-folder-get-spec';
6659         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6660         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6661         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6662         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6663         `elmo-read-msg-no-cache';
6664         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6665         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6666         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6667         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6668         `elmo-cache-save';
6669         (wl-draft-reedit): Use `elmo-message-file-name'.
6670
6671         * wl-expire.el: Use `elmo-folder-name-internal';
6672         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6673         Use macro `wl-summary-buffer-msgdb' instead of variable
6674         `wl-summary-buffer-msgdb';
6675         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6676         Use macro `wl-summary-buffer-folder-name' instead of variable
6677         `wl-summary-buffer-folder-name'.
6678         * wl-score.el: Likewise.
6679
6680         * wl-message.el: Rewrite for new message buffer cache mechanism.
6681         (wl-message-buffer-cache-buffer-get): New macro.
6682         (wl-message-buffer-cache-folder-get): Ditto.
6683         (wl-message-buffer-cache-message-get): Ditto.
6684         (wl-message-buffer-cache-entry-make): Ditto.
6685         (wl-message-buffer-cache-hit): Ditto.
6686         (wl-message-buffer-cache-sort): New function.
6687         (wl-message-buffer-cache-add): Ditto.
6688         (wl-message-buffer-cache-delete): Ditto.
6689         (wl-message-buffer-cache-clean-up): Ditto.
6690         (wl-message-buffer-window): Rewrite.
6691         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6692         (wl-message-buffer-display): New function.
6693         (wl-message-display-internal): New function.
6694
6695 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-folder.el: Use `elmo-folder-name-internal';
6698         Use `wl-folder-get-elmo-folder';
6699         Use `elmo-folder-list-messages' instead of
6700         `elmo-list-folder';
6701         Use `elmo-folder-get-primitive-list' instead of
6702         `elmo-folder-get-primitive-spec-list';
6703         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6704         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6705         Use `elmo-folder-create' instead of `elmo-create-folder'.
6706         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6707         (wl-folder-get-elmo-folder): New macro.
6708         (wl-folder-elmo-folder-cache-get): Ditto.
6709         (wl-folder-elmo-folder-cache-put): Ditto.
6710         (wl-folder-suspend): Call `elmo-quit'.
6711
6712         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6713         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6714         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6715         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6716         (toplevel): require 'cl.
6717         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6718
6719         * wl-summary.el: Rewrite to use new elmo interface.
6720
6721 \f
6722 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl-mime.el (wl-draft-preview-message):
6725         Run `wl-draft-send-hook' before collecting recipients information;
6726         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6727
6728         * tm-wl.el (wl-draft-preview-message): Ditto.
6729
6730 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6733         wrong recipients are displayed when forwarded message.
6734
6735 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * Version number is increased to 2.5.7.
6738
6739 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6740
6741         * wl-message.el (wl-message-next-page): Bind
6742         `window-pixel-scroll-increment' to nil while scrolling up.
6743
6744 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-vars.el (wl-save-hook): New hook.
6747         * wl.el (wl-save): Call `wl-save-hook'.
6748
6749 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6752         Argument WITH-ARG instead of NO-ARG (negative mean).
6753         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6754         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6755         * wl-message.el (wl-message-follow-current-entity): Likewise.
6756
6757 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6758
6759         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6760         FROM was optional argument.
6761         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6762
6763 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6764
6765         * Version number is increased to 2.5.6.
6766
6767 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6768
6769         * wl-version.el (wl-version-show): Removed.
6770         (wl-version): Add `interactive'.
6771
6772 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6773
6774         * wl-summary.el (wl-summary-get-petname-func): New variable.
6775         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6776         instead of `wl-address-get-petname-1'.
6777         (wl-summary-simple-from): Ditto.
6778
6779         * wl-address.el (wl-address-get-petname-1): Define as function.
6780
6781 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6784         field in the original message.
6785         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6786
6787 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6788
6789         * wl-expire.el (wl-expire-hide):
6790         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6791
6792 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6795         find decoder for To, Cc, and Subject.
6796
6797 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6800         for checking `elmo-use-buffer-cache'.
6801         (wl-summary-mark-as-important): Fixed typo in comment.
6802
6803 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6804
6805         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6806         field in the original message.
6807         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6808
6809 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6810
6811         * wl-expire.el (wl-expire-hide):
6812         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6813
6814 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6817         find decoder for To, Cc, and Subject.
6818
6819 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6820
6821         * Version number is increased to 2.5.5.
6822
6823         * wl-address.el (wl-address-specials-regexp): New constant.
6824         (wl-address-quote-specials): Use it.
6825
6826 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-summary.el (wl-summary-rescan):
6829         Call `wl-summary-buffer-number-column-detect'.
6830         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6831
6832         * wl-message.el (wl-message-mode-map): Define.
6833         (wl-message-decode): Use it as local-map.
6834
6835 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6838         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6839
6840 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6843
6844         * wl-mule.el (wl-read-event-char): Ditto.
6845
6846         * wl-e21.el (wl-read-event-char): Ditto.
6847
6848         * wl-nemacs.el (wl-read-event-char): Ditto.
6849         (read-event): Removed.
6850
6851         * wl-util.el (toplevel): Removed dummy definition of
6852         `read-event'.
6853         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6854
6855 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6856
6857         * wl-nemacs.el (elmo-archive-call-process): Moved to
6858         elmo-archive.el.
6859
6860 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6861
6862         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6863         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6864
6865         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6866         instead of magic-number 6.  Use `not' instead of `null' for symbol
6867         `nil' check (not empty list).
6868         (wl-draft-insert-x-face-field): Fixed paren style.
6869
6870         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6871         one-branch conditional statement, instead of `and' and `if'.
6872         (wl-draft-forward): Likewise.
6873         (wl-draft-add-references): Likewise.
6874         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6875
6876         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6877         conditional steatment.  Use `cond' instead of `if'.
6878         (wl-draft-confirm): Likewise.
6879
6880 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6881
6882         * wl-version.el (wl-version-show): Use `product-string-1'
6883         instead of `wl-version'.
6884         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6885
6886         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6887
6888 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6889
6890         * wl-highlight.el (wl-highlight-headers): Revert
6891         `wl-highlight-x-face-func' argument (`beg' and `end').
6892
6893 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6894
6895         * wl.el (toplevel): Move `product-provide' declare.
6896         * wl-demo.el (toplevel): Ditto.
6897         * wl-dnd.el (toplevel): Ditto.
6898         * wl-highlight.el (toplevel): Ditto.
6899         * wl-message.el (toplevel): Ditto.
6900         * wl-refile.el (toplevel): Ditto.
6901         * wl-util.el (toplevel): Ditto.
6902
6903 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6906         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6907         (wl-thread-close-all): keep cursor position.
6908
6909 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6910
6911         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6912         (eq x 0).
6913         (wl-generate-user-agent-string-1): Fix conditional statement.
6914
6915 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6916
6917         * wl.el (wl-check-environment): Additional check for
6918         'wl-local-domain' and `wl-message-id-domain'.
6919
6920 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6921
6922         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6923
6924 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6925
6926         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6927         instead of `smtp-sasl-user-realm'.
6928
6929 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6930
6931         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6932
6933 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6934
6935         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6936         to the default value as well as `eword-lexical-analyzer'.
6937
6938 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6939
6940         * wl-version.el (wl-extended-emacs-version,
6941         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6942         `elmo-match-string' instead of `wl-match-string'.
6943
6944 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6945
6946         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6947         docstring.
6948
6949 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6950
6951         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6952
6953 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6954
6955         * wl-highlight.el (wl-highlight-headers): Remove
6956         `wl-highlight-x-face-func' argument (`beg' and `end').
6957
6958 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-summary.el (wl-summary-mark-as-important):
6961         Remove cache if folder is local.
6962
6963 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6964
6965         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6966         to get existing e-mail address string.
6967
6968 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6969
6970         * wl-version.el (wl-generate-user-agent-string): Commentary.
6971         (wl-generate-user-agent-string-1): Use `when' for
6972         one-branch conditional statement, instead of `and' and `if'.
6973         (wl-extended-emacs-version, wl-extended-emacs-version2,
6974         wl-extended-emacs-version3): Ditto.
6975
6976 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6979         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6980         condition-case; Remove initialization.
6981         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6982         (wl-summary-sync-update3): Added argument `sync-all';
6983         Eliminated local variable `msgdb';
6984         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6985         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6986         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6987
6988 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6989
6990         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6991         connection before call `wl-draft-send-mail-with-smtp'.
6992
6993 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * Version number is increased to 2.5.4.
6996
6997 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6998
6999         * wl.el (wl-check-environment): Additional check for
7000         'wl-local-domain' and `wl-message-id-domain'.
7001
7002 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7003
7004         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7005         buffer as command specific.
7006         (wl-folder-mark-as-read-all-entity): Ditto.
7007         (wl-folder-prefetch-entity): Ditto.
7008         (wl-folder-drop-unsync-entity): Ditto.
7009
7010         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7011         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7012         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7013
7014         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7015         save-excursion.
7016
7017 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * Version number is increased to 2.5.3.
7020
7021         * wl-summary.el (wl-summary-save-view-cache):
7022         Delete duplicated `write-region';
7023         Use `write-region-as-binary' instead of `as-binary-output-file' and
7024         `write-region'.
7025
7026 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7027
7028         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7029
7030 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7033         instead of `smtp-via-smtp'.
7034
7035 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7036
7037         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7038
7039 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7040
7041         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7042         instead of `smtp-sasl-user-realm'.
7043
7044 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7045
7046         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7047
7048 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7049
7050         * Version number is increased to 2.5.2.
7051
7052 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7055         does not exist.
7056         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7057         (wl-biff-start): Call `timer-activate' if timer already exists.
7058
7059         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7060         only when it is bound as function.
7061
7062 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7063
7064         * Version number is increased to 2.5.1.
7065
7066 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7069         Print refile/copy destination.
7070
7071 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7072
7073         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7074         queue-flush-only is non-nil.
7075
7076         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7077
7078         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7079         checking cache folder.
7080
7081 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7082
7083         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7084         `regexp-quote'.
7085
7086 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7087
7088         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7089         function.
7090         * wl-summary.el (wl-summary-write-current-folder-functions):
7091         Change default value.  Use it.
7092
7093 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * Version number is increased to 2.5.0.
7096
7097         * wl-version.el (wl-version): Changed codename.
7098
7099 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7100
7101         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7102         (wl-summary-supersedes-message): Ditto.
7103
7104 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7105
7106         * wl-refile.el (wl-refile-guess-functions): Renamed from
7107         `wl-refile-guess-func-list'.
7108
7109 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7112         Fixed problem when no rule was matched.
7113
7114 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7115
7116         * wl-summary.el (wl-summary-get-mark): Fixed
7117         `wl-summary-buffer-target-mark' check logic.
7118
7119 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7120
7121         * wl-folder.el (wl-folder-write-current-folder): Added group
7122         folder check.
7123
7124         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7125         `wl-summary-write-current-newsgroup'.
7126         (wl-summary-write-current-folder-functions): New variable.
7127         * wl-folder.el (wl-folder-get-newsgroups): New function.
7128         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7129         (wl-folder-write-current-folder): Renamed from
7130         `wl-folder-write-current-newsgroup'.
7131
7132 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7133
7134         * Version number is increased to 2.3.93.
7135
7136 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7139         (wl-ldap-make-matched-value-list): Ditto.
7140         (wl-ldap-alias-safe-string): Split e-mail address.
7141
7142         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7143         petname folder default was selected.
7144         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7145         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7146
7147 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7150         to `wl-draft-config-exec'.
7151
7152         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7153         instead of calling `wl-draft-config-exec';
7154         Process group-list and show recipients in minibuffer.
7155
7156         * tm-wl.el (wl-draft-preview-message): Ditto.
7157
7158 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7159
7160         * wl.el (toplevel): Added (C) to copyright notice, and
7161         sync Author header.
7162         * tm-wl.el (toplevel): Ditto.
7163         * wl-address.el (toplevel): Ditto.
7164         * wl-demo.el (toplevel): Ditto.
7165         * wl-dnd.el (toplevel): Ditto.
7166         * wl-draft.el (toplevel): Ditto.
7167         * wl-e21.el (toplevel): Ditto.
7168         * wl-expire.el (toplevel): Ditto.
7169         * wl-folder.el (toplevel): Ditto.
7170         * wl-highlight.el (toplevel): Ditto.
7171         * wl-message.el (toplevel): Ditto.
7172         * wl-mime.el (toplevel): Ditto.
7173         * wl-mule.el (toplevel): Ditto.
7174         * wl-nemacs.el (toplevel): Ditto.
7175         * wl-refile.el (toplevel): Ditto.
7176         * wl-score.el (toplevel): Ditto.
7177         * wl-summary.el (toplevel): Ditto.
7178         * wl-template.el (toplevel): Ditto.
7179         * wl-thread.el (toplevel): Ditto.
7180         * wl-util.el (toplevel): Ditto.
7181         * wl-vars.el (toplevel): Ditto.
7182         * wl-xmas.el (toplevel): Ditto.
7183
7184 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7185
7186         * wl.el (wl-init): Added comment about `wl-init-hook'.
7187         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7188         * wl-vars.el (wl-init-hook): Added docs.
7189         (wl-make-plugged-hook): Removed useless docs.
7190         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7191         * wl-xmas.el (toplevel): Ditto.
7192
7193 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7194
7195         * wl-address.el (toplevel): Fixed multiple Author header format.
7196         * wl-demo.el (toplevel): Ditto.
7197         * wl-draft.el (toplevel): Ditto.
7198         * wl-folder.el (toplevel): Ditto.
7199         * wl-summary.el (toplevel): Ditto.
7200         * wl-thread.el (toplevel): Ditto.
7201         * wl-util.el (toplevel): Ditto.
7202         * wl-vars.el (toplevel): Ditto.
7203         * wl-version.el (toplevel): Ditto.
7204         * wl-xmas.el (toplevel): Ditto.
7205         * wl.el (toplevel): Ditto.
7206
7207         * wl-version.el (toplevel): Added require `elmo-version' for
7208         `product-version-as-string'.
7209
7210 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7211
7212         * wl-vars.el (wl-draft-send-hook): Changed default value to
7213         '(wl-draft-config-exec).
7214
7215         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7216         explicitly.
7217         (wl-draft): Set `wl-draft-config-exec-flag' before running
7218         `wl-mail-setup-hook'.
7219
7220         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7221         `wl-biff-init-icons' to `wl-init-hook' instead of
7222         `wl-make-plugged-hook'.
7223         (Because if `wl-draft' command is invoked at first,
7224         they are not initialized)
7225         Updated copyright notice.
7226
7227         * wl-e21.el (toplevel): Ditto;
7228
7229         * wl-demo.el (toplevel): Updated copyright notice.
7230         * wl-address.el (toplevel): Ditto.
7231         * wl-draft.el (toplevel): Ditto.
7232         * wl-version.el (toplevel): Ditto.
7233         * wl-folder.el (toplevel): Ditto.
7234         * wl-summary.el (toplevel): Ditto.
7235         * wl-thread.el (toplevel): Ditto.
7236         * wl-util.el (toplevel): Ditto.
7237         * wl-vars.el (toplevel): Ditto.
7238         * wl.el (toplevel): Ditto.
7239
7240 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * wl-highlight.el (wl-highlight-message): Fixed problem of
7243         highlighting failure which occured when the last field contains
7244         multiple lines in the draft buffer.
7245
7246         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7247         `wl-biff-start' if plugged.
7248
7249         * wl-util.el (wl-biff-check-folder): New function.
7250         (wl-biff-check-folders): Don't set session name prefix.
7251         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7252         (wl-biff-check-folder-async): Ditto.
7253
7254         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7255         in email address.
7256
7257 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7258
7259         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7260
7261         * wl-draft.el (wl-draft-strip-subject-re): New function.
7262
7263         * wl-draft.el (wl-draft-reply): Use it.
7264
7265 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-message.el (wl-mmelmo-message-redisplay): Use
7268         `mime-display-message' instead of `wl-mime-display-message'.
7269
7270         * wl-mime.el (toplevel): Removed compatibility workaround
7271         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7272         (wl-mime-display-message): Abolished.
7273         (wl-mime-entity-read-field): Ditto.
7274         (wl-mime-combine-message/partial-pieces): Use
7275         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7276
7277 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7278
7279         * wl-template.el: Doc fixes.
7280
7281 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7282
7283         * wl-e21.el (wl-message-overload-functions): Do nothing if
7284         `current-local-map' is not available.
7285         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7286
7287 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7288
7289         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7290         representation.
7291
7292         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7293         number.
7294         (wl-fldmgr-save-folders): Don't use `format' when insert
7295         `wl-fldmgr-folders-header'.
7296
7297 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7298
7299         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7300
7301 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-highlight.el (wl-highlight-message):
7304         Use `std11-field-end' to detect end point of the header field.
7305         Refer `wl-highlight-max-header-size'.
7306
7307         * wl-vars.el (wl-highlight-max-header-size): New variable.
7308
7309         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7310
7311         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7312         Set `for-draft' argument of wl-highlight-headers.
7313         (wl-draft): Ditto.
7314         (wl-draft-reedit): Ditto.
7315         (wl-user-agent-compose-internal): Ditto.
7316
7317 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7318
7319         * wl-message.el (wl-message-add-button): Use overlay.
7320
7321 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7324
7325         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7326         problem when group-list content is nothing.
7327         (Reported by Mito <mit@nines.nec.co.jp>)
7328
7329 2000-10-18  SAITO Atsunori <sai@yedo.com>
7330
7331         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7332
7333 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7334
7335         * tm-wl.el (toplevel): Use product-provide.
7336
7337 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * Version number is increased to 2.3.92.
7340
7341 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7342
7343         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7344         title text, use `display' property for left margin under Emacs 21.
7345
7346         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7347         properties.
7348         (wl-plugged-init-icons): Ditto.
7349
7350 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7351
7352         * wl.el (wl-save-status, wl-init): Remove last period in
7353         "...done." message.
7354         * tm-wl.el (wl-summary-burst): Ditto.
7355         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7356         wl-summary-resume-cache-status,
7357         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7358         wl-summary-sync-update3, wl-summary-highlight-msgs,
7359         wl-summary-flush-pending-append-operations,
7360         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7361         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7362         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7363         wl-thread-open-all): Ditto.
7364         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7365         * wl-mime.el (wl-summary-burst): Ditto.
7366         * wl-highlight.el (wl-highlight-summary): Ditto.
7367         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7368         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7369         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7370         * wl-address.el (wl-local-address-init): Ditto.
7371
7372 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7373
7374         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7375         `add-text-properties'.
7376         (wl-plugged-init-icons): Ditto.
7377         (wl-folder-init-icons): Use `propertize' instead of
7378         `put-text-property'.
7379         (wl-plugged-set-folder-icon): Ditto.
7380         (wl-e21-highlight-folder-group-line): Ditto.
7381
7382 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-version.el (wl-version-status-alist): New variable.
7385         (wl-version-status): New function.
7386
7387         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7388         "Cc" part of the case "Reply-To".
7389
7390         * wl-draft.el (wl-draft-reply): Use result of
7391         `eword-extract-address-components'.
7392
7393         * wl-demo.el (wl-demo-icon-name): New constant.
7394         (wl-logo-xpm): Use it.
7395         (wl-logo-xbm): Ditto.
7396         (wl-logo-bitmap): Ditto.
7397
7398         * Version number is increased to 2.3.91.
7399
7400 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7401
7402         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7403         (wl-extended-emacs-version, wl-extended-emacs-version2,
7404         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7405         docstring.
7406
7407         * wl-version.el (wl-generate-user-agent-string-1): New function.
7408         (wl-generate-user-agent-string): Use it.
7409
7410         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7411         `mime-edit-insert-user-agent-field'.
7412         (wl-generate-user-agent-string): Check
7413         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7414
7415         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7416         instead of `if', when verbose case.
7417
7418 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7419
7420         * wl-expire.el (wl-summary-expire): Fix.
7421
7422 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7423
7424         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7425         and `elmo-lost+found-folder' if 'wl-draft.
7426         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7427
7428 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7429
7430         * wl-expire.el (wl-summary-expire): Change messages.
7431         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7432         `deleing-info' instead of "Deleting..."
7433
7434 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7435
7436         * wl-summary.el (wl-summary-refile-subr): Fix.
7437
7438 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7439
7440         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7441         if pipe folder.
7442
7443 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7444
7445         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7446
7447 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7448
7449         * wl-expire.el (wl-expire-hide): New function.
7450         (wl-summary-expire): Add `hide'.
7451
7452 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-vars.el (wl-draft-reply-without-argument-list):
7455         Changed default value to consider `Reply-To:'.
7456         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7457
7458         * Version number is increased to 2.3.90.
7459
7460         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7461         elmo-imap4-get-session with unwind-protect.
7462         Don't cause error.
7463         (wl-summary-sync-marks): Don't check plugged nor folder type.
7464         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7465         (Always keep current buffer).
7466
7467 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7468
7469         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7470         Enclose with `save-excursion'.
7471
7472 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7473
7474         * wl-version.el (wl-version): Remove interactive.
7475
7476 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7477
7478         * wl-version.el (wl-generate-user-agent-string): Use
7479         `product-string-verbose' instead of `product-string-1'.
7480
7481 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7482
7483         * wl-vars.el (wl-draft-use-cache): New variable.
7484         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7485         if wl-draft-use-cache is non-nil.
7486
7487 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7488
7489         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7490         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7491
7492 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7495         (wl-thread-msg-mark-as-unread): Ditto.
7496
7497         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7498         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7499         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7500         Don't set mark in summary if return value of `elmo-mark-as-read'
7501         is nil.
7502         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7503         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7504         instead of `wl-thread-msg-mark-as-read'.
7505         (wl-summary-mark-as-unread-region): Ditto.
7506         (wl-summary-target-mark-mark-as-read): Ditto.
7507
7508         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7509
7510 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7513
7514         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7515
7516 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7517
7518         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7519         face.
7520
7521 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7522
7523         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7524         `running-xemacs'.
7525
7526 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7527
7528         * wl-version.el (toplevel): Use `product-version-as-string' for
7529         set verstion-string, if defined.
7530
7531         * wl-version.el (wl-version-show): Insert string at point, when
7532         call with argument.
7533
7534         * wl-version.el (wl-generate-user-agent-string): Use
7535         `product-string-1' instead of `wl-appname', `wl-version' and
7536         `wl-codename'.
7537
7538 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7539
7540         * wl-address.el (toplevel): Use product-provide.
7541         * wl-demo.el (toplevel): Ditto.
7542         * wl-dnd.el (toplevel): Ditto.
7543         * wl-draft.el (toplevel): Ditto.
7544         * wl-e21.el (toplevel): Ditto.
7545         * wl-expire.el (toplevel): Ditto.
7546         * wl-fldmgr.el (toplevel): Ditto.
7547         * wl-folder.el (toplevel): Ditto.
7548         * wl-highlight.el (toplevel): Ditto.
7549         * wl-message.el (toplevel): Ditto.
7550         * wl-mime.el (toplevel): Ditto.
7551         * wl-mule.el (toplevel): Ditto.
7552         * wl-nemacs.el (toplevel): Ditto.
7553         * wl-refile.el (toplevel): Ditto.
7554         * wl-score.el (toplevel): Ditto.
7555         * wl-summary.el (toplevel): Ditto.
7556         * wl-template.el (toplevel): Ditto.
7557         * wl-thread.el (toplevel): Ditto.
7558         * wl-util.el (toplevel): Ditto.
7559         * wl-vars.el (toplevel): Ditto.
7560         * wl-xmas.el (toplevel): Ditto.
7561         * wl.el (toplevel): Ditto.
7562
7563 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7564
7565         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7566         instead of product.
7567
7568         * wl-version.el (wl-version): Compile time evalution elmo-version.
7569
7570 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7571
7572         * wl-summary.el (wl-summary-sync-force-update): Append queue
7573         `mark-as-read'if unplugged.
7574
7575 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7576
7577         * wl-version.el: New file.  Use product.el.
7578         * wl.el: add (require 'wl-version).
7579         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7580         for ~/.folders header.
7581         (wl-fldmgr-folders-header): Changed.
7582         * wl-demo.el (wl-demo): Use product.el.
7583
7584         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7585         wl-version.el.
7586         * wl-util.el (wl-version, wl-version-show): Ditto.
7587
7588         * wl-util.el (wl-generate-user-agent-string,
7589         wl-extended-emacs-version, wl-extended-emacs-version2,
7590         wl-extended-emacs-version3): Move to wl-version.el.
7591         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7592         xemacs-codename, mime-edit-insert-user-agent-field,
7593         mime-edit-user-agent-value, mime-editor/version,
7594         mime-editor/codename): Compile warning killer move to
7595         wl-version.el
7596
7597 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7598
7599         * wl-summary.el (wl-summary-refile-subr): Fix.
7600
7601 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7604         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7605
7606 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7607
7608         * wl.el (wl-check-environment): Check too many `@'.
7609
7610 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7611
7612         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7613
7614 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7617         wl-draft-reply-myself-without-argument-list): Add variables.
7618         * wl-draft.el (wl-draft-reply): Use it.
7619
7620 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7621
7622         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7623         the 5th argument of `elmo-network-get-spec'.
7624
7625         * wl-thread.el (wl-thread-reparent-children): New inline function.
7626         (wl-thread-delete-message): Use it.
7627
7628         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7629         (wl-summary-score-update-all-lines): Don't use `dolist'.
7630
7631 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7632
7633         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7634         (require 'elmo-msgdb) for inline function.
7635
7636 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7637
7638         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7639
7640 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7641
7642         * wl-score.el (wl-score-headers): Fix for the confusing macro
7643         `elmo-kill-buffer'.
7644
7645 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7646
7647         * wl-summary.el: Don't use the 3rd argument of `require' because
7648         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7649         * wl-util.el: Ditto.
7650         * wl-draft.el: Ditto.
7651
7652 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7653
7654         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7655         window system is not used.
7656
7657 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7658
7659         * wl-thread.el: Don't use `mapcar' only for iteration.
7660         (wl-thread-resume-entity): Ditto.
7661         (wl-thread-delete-message): Ditto.
7662
7663         * wl-summary.el: Bind `dragdrop-drop-functions',
7664         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7665         of `require' for `timezone', `easymenu' and `ps-print';
7666         don't use `mapcar' only for iteration.
7667
7668         * wl-util.el: Bind `mule-version', `nemacs-version',
7669         `emacs-beta-version', `xemacs-codename',
7670         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7671         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7672         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7673         only for iteration.
7674
7675         * wl-score.el: Don't use `mapcar' only for iteration.
7676         (wl-score-simplify-buffer-fuzzy): Ditto.
7677         (wl-score-simplify-subject): Ditto.
7678         (wl-score-headers): Ditto.
7679         (wl-summary-score-update-all-lines): Ditto.
7680
7681         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7682         `enable-multibyte-characters' and `mule-version'.
7683
7684         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7685         `mapcar' only for iteration.
7686
7687         * wl-demo.el: Don't use `mapcar' only for iteration.
7688
7689         * wl-folder.el: Don't use `mapcar' only for iteration.
7690         (wl-folder-open-all): Ditto.
7691         (wl-folder-count-incorporates): Ditto.
7692
7693         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7694         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7695
7696         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7697         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7698         `smtp-connection-type'; specify 3rd argument of `require' for
7699         `timezone'; don't use `mapcar' only for iteration.
7700         (wl-draft-clone-local-variables): Don't use `mapcar'.
7701         (wl-draft-generate-clone-buffer): Ditto.
7702         (wl-user-agent-compose-internal): Ditto.
7703
7704         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7705
7706         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7707         (wl-save-status): Ditto.
7708
7709         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7710         for iteration.
7711
7712 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7715         removed `Date'.
7716         (wl-fldmgr-make-filter-default): New user option.
7717
7718         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7719         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7720         (wl-fldmgr-filter-completion-alist): Abolish.
7721
7722         * wl.el (wl): Don't check servers if arg is non-nil.
7723
7724         * wl-draft.el (wl-draft-reply): Set only message-id string to
7725         In-Reply-To field.
7726
7727 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl-summary.el (wl-summary-pick): Rewrite.
7730
7731         * wl-draft.el (wl-draft-forward): Get references field from
7732         original buffer.
7733         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7734
7735 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7736
7737         * wl-draft.el (wl-draft-forward): Add references field.
7738
7739 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7742         (wl-draft-reply): Use it.
7743
7744 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7745
7746         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7747         when Emacs 21 is running.
7748
7749         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7750         bindings.
7751
7752 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7753
7754         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7755         XPM icons transparent.
7756
7757         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7758         Emacs 21.
7759
7760 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7763         nil.
7764
7765         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7766         when it is persistent.
7767         (wl-summary-sync-marks): Changed argument for
7768         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7769         (wl-summary-virtual): Use `elmo-read-search-condition'.
7770         (wl-summary-redisplay-internal): If folder is local, mark as read
7771         even when folder is plugged.
7772
7773 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7774
7775         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7776         of `tool-bar-lines' in the frame parameters.
7777         (after-make-frame-functions, post-command-hook): Don't modify the
7778         value.
7779         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7780         wl-e21-tool-bar-lines): Removed.
7781
7782 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7783
7784         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7785         properties `evaporate' and `wl-momentary-overlay' as well.
7786         (wl-highlight-summary-displaying): Ditto.
7787         (wl-delete-all-overlays): Don't delete overlay which does not have
7788         a property `wl-momentary-overlay'.
7789
7790         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7791         `display-mouse-p' and `display-graphic-p'.
7792         (wl-folder-init-icons): Don't search for XBM or the other files.
7793         (wl-plugged-set-folder-icon): Make icons if and only if
7794         `display-graphic-p' returns non-nil.
7795         (wl-highlight-plugged-current-line): Use `before-string' overlay
7796         property to show icon images.
7797         (wl-highlight-folder-current-line): Ditto.
7798         (wl-e21-highlight-folder-group-line): Ditto.
7799         (wl-e21-highlight-folder-by-numbers): Ditto.
7800         (wl-e21-insert-image): Removed.
7801         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7802         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7803         said.
7804         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7805         `wl-e21-force-switch-toolbar'.
7806         (wl-e21-make-icon-image): Removed.
7807         (wl-e21-setup-toolbar): Don't search for XBM files.
7808         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7809         the default value.
7810
7811 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-util.el (wl-biff-check-folder-async): Set
7814         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7815
7816 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7817
7818         * wl-e21.el (after-make-frame-functions): Add
7819         `wl-e21-force-switch-toolbar'.
7820         (wl-e21-force-switch-toolbar): New function force to switch the
7821         toolbar appearance automatically.
7822         (post-command-hook): Add `wl-e21-switch-toolbar'.
7823         (wl-e21-switch-toolbar): New function to switch the toolbar
7824         appearance automatically.
7825         (wl-e21-tool-bar-lines): New buffer local variable.
7826
7827 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-util.el (wl-biff-check-folders-running): New variable.
7830         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7831         (wl-biff-check-folder-async-callback):
7832         Set `wl-biff-check-folders-running'.
7833         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7834         with unwind-protect.
7835
7836         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7837         Enclose `wl-folder-auto-check' with unwind-protect.
7838
7839         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7840         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7841
7842         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7843
7844         * wl-util.el (wl-biff-notify): New inline function.
7845         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7846         locally.
7847         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7848         folder-list' is 1.
7849         Use `wl-biff-notify'.
7850         (wl-biff-check-folder-async-callback): New function.
7851         (wl-biff-check-folder-async): Ditto.
7852
7853         * wl-folder.el (wl-folder): Don't check folders.
7854         (wl-folder-auto-check): New function.
7855
7856 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7857
7858         * wl-util.el (wl-biff-start) [Emacs19+]:
7859         Use `timer-next-integral-multiple-of-time'.
7860         (wl-biff-check-folders): Use `wl-default-folder'
7861         if `wl-biff-check-folder-list' is nil.
7862
7863 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7864
7865         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7866         instead of `elmo-delete-lists'.
7867
7868 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7869
7870         * wl.el (wl-plugged-toggle-all): Set the value of
7871         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7872         (wl-plugged-toggle): Ditto.
7873         (wl-toggle-plugged): Ditto.
7874         (wl-plugged-init): Ditto.
7875
7876         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7877         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7878         instead of `wl-biff-state-indicator-off' and
7879         `wl-biff-state-indicator-on'; don't modify the value and the type
7880         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7881         (wl-plugged-init-icons): Set icons data to
7882         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7883         instead of `wl-plug-state-indicator-off' and
7884         `wl-plug-state-indicator-on'; don't modify the value and the type
7885         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7886
7887         * wl-vars.el (wl-modeline-biff-state-off,
7888         wl-modeline-biff-state-on, wl-modeline-biff-status,
7889         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7890         wl-modeline-plug-status): New internal variables.
7891         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7892         wl-biff-check-interval, wl-biff-check-folder-list): Change
7893         customization group from `wl-folder' to `wl-highlight'.
7894         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7895         wl-show-plug-status-on-modeline): Defcustomized.
7896
7897         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7898         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7899         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7900         a flag to `mode-line-buffer-identification'.
7901
7902         * wl-e21.el (wl-biff-init-icons): Set icons data to
7903         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7904         instead of `wl-biff-state-indicator-off' and
7905         `wl-biff-state-indicator-on'.
7906         (wl-plugged-init-icons): Set icons data to
7907         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7908         instead of `wl-plug-state-indicator-off' and
7909         `wl-plug-state-indicator-on'.
7910
7911 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7912
7913         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7914         excessive titles.
7915
7916 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7917
7918         * wl.el (wl-plugged-mode): Use revised
7919         `wl-mode-line-buffer-identification'.
7920         (wl-plugged-init): Don't use `force-mode-line-update'.
7921
7922         * wl-xmas.el (wl-draft-overload-functions): Use revised
7923         `wl-mode-line-buffer-identification'.
7924         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7925         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7926         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7927         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7928         `wl-make-plugged-hook';
7929         add `wl-folder-init-icons' and `wl-setup-folder' to
7930         `wl-folder-mode-hook'.
7931
7932         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7933         19 as well.
7934         (wl-mode-line-display-priority-list): New user option.
7935         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7936         Defcustomized.
7937         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7938         Add docs.
7939
7940         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7941         start.
7942         (wl-mode-line-buffer-identification): Revised as a function.
7943
7944         * wl-summary.el (wl-summary-mode): Use revised
7945         `wl-mode-line-buffer-identification'; don't call
7946         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7947         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7948         `wl-xmas-setup-summary'.
7949
7950         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7951         `wl-mode-line-buffer-identification'.
7952
7953         * wl-mule.el (wl-draft-overload-functions): Use revised
7954         `wl-mode-line-buffer-identification'.
7955
7956         * wl-folder.el (wl-make-plugged-alist): Don't call
7957         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7958         (wl-folder): Don't call `wl-folder-init-icons' directly.
7959         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7960         `wl-xmas-setup-folder' directly;
7961         use revised `wl-mode-line-buffer-identification'.
7962         (TopLevel): Don't bind `wl-biff-init-icons',
7963         `wl-plugged-init-icons', `wl-folder-init-icons',
7964         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7965
7966         * wl-e21.el (wl-draft-overload-functions): Use revised
7967         `wl-mode-line-buffer-identification'.
7968         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7969         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7970         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7971         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7972         `wl-make-plugged-hook';
7973         add `wl-folder-init-icons' and `wl-setup-folder' to
7974         `wl-folder-mode-hook'.
7975
7976 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7977             Katsumi Yamaoka    <yamaoka@jpl.org>
7978
7979         * wl.el (wl): Call `wl-biff-start'.
7980         (wl-exit): Call `wl-biff-stop'.
7981         (wl-plugged-mode): Show biff in modeline.
7982         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7983
7984         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7985         (wl-biff-init-icons): New function.
7986         (wl-plugged-init-icons): Don't make too much keymaps.
7987         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7988
7989         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7990         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7991         variables.
7992         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7993         options.
7994
7995         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7996         wl-biff-start, wl-biff-stop): New functions.
7997         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7998         (wl-biff-timer-name): New variable.
7999
8000         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8001
8002         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8003         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8004
8005         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8006         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8007
8008         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8009         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8010         `wl-folder-init-icons' to `ignore' if they are not available.
8011         (wl-folder-mode): Show biff in modeline.
8012
8013         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8014         (wl-biff-init-icons): New function.
8015         (wl-plugged-init-icons): Don't make too much keymaps.
8016         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8017
8018 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8019
8020         * wl-vars.el (wl-strict-diff-folders): Customization Type
8021         and doc fix.  Define as a list of regular expressions for
8022         folders or nil.
8023         * wl-folder.el (wl-folder-check-one-entity): Use
8024         `wl-string-match-member' instead of `wl-string-member' for
8025         `wl-strict-diff-folders'.
8026
8027 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8028
8029         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8030         (wl-highlight-folder-current-line): Use it; new implementation.
8031         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8032         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8033         `defsubst' instead of `defun'.
8034
8035         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8036         `wl-highlight-group-folder-by-numbers'; made it can also be a
8037         number.  See info for more details.
8038
8039         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8040         running.
8041
8042         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8043         to bind them.
8044
8045         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8046         (wl-highlight-folder-current-line): New implementation.
8047
8048         * wl-highlight.el (wl-highlight-folder-group-line): New
8049         implementation.
8050         (wl-delete-all-overlays): Rewrite as a marco.
8051         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8052
8053         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8054         running.
8055         (wl-folder-*-glyph): No need to bind them.
8056
8057         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8058         `wl-e21-highlight-folder-group-icon'; rewrite.
8059         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8060         `defsubst' instead of `defun'.
8061         (wl-folder-mode-map): Bind it when compiling.
8062
8063 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8064
8065         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8066
8067         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8068
8069 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8070
8071         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8072
8073 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8074
8075         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8076         (wl-highlight-folder-current-line): Use it.
8077
8078         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8079         in `id-name'.
8080
8081 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8082
8083         * wl.el: Require `wl-e21' when Emacs 21 is running.
8084
8085         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8086         default when Emacs 21 is running.
8087         (wl-use-highlight-mouse-line): Ditto.
8088         (wl-on-emacs21): New constant.
8089         (wl-on-emacs20): Removed.
8090
8091         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8092         Emacs 21 is running.
8093
8094         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8095         Emacs 21 is running.
8096
8097         * wl-e21.el: New file.
8098
8099 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8100
8101         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8102         (wl-toggle-plugged): Ditto.
8103         (wl-plugged-toggle): Ditto.
8104         (wl-plugged-toggle-all): Ditto.
8105
8106         * wl-vars.el (wl-plug-state-indicator): Refer
8107         `wl-plug-state-indicator-on' indirectly.
8108
8109 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8112         Call `wl-folder-confirm-existence'.
8113
8114         * wl-folder.el (wl-folder-confirm-existence): Added optional
8115         argument `force'.
8116
8117 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8118
8119         * wl-summary.el (wl-summary-refile-subr): Assume
8120         `copy-or-refile' as symbol.
8121         (wl-summary-refile): Follow up above change.
8122         (wl-summary-copy): Ditto.  Doc fix.
8123
8124 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl-summary.el (wl-summary-pick): Don't bind
8127         `elmo-search-mime-charset'.
8128
8129         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8130         default using old backquote style.
8131         (wl-search-mime-charset): Abolished.
8132
8133         * wl-highlight.el (wl-highlight-headers):
8134         Call `point' after `re-search-forward'(for Nemacs).
8135
8136         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8137         for elmo-imap4.el.
8138
8139 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8140
8141         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8142         `wl-message-ignored-field-list' instead of
8143         `mime-view-ignored-field-list'.
8144
8145         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8146         Add interactive spec.
8147         (wl-folder-goto-bottom-of-current-folder): Ditto.
8148         (wl-folder-mode-map): Bind them.
8149
8150         * wl-vars.el (wl-message-ignored-field-list): New variable.
8151         (wl-message-visible-field-list): New variable.
8152
8153         * wl-mime.el (wl-mime-header-presentation-method): New function.
8154         (wl-mime-setup): Set header-presentation-method.
8155
8156 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8157
8158         * wl-nemacs.el (wl-draft-overload-functions): Set
8159         `mode-line-buffer-identification' instead of using
8160         `wl-make-modeline'.
8161
8162         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8163         instead of using `wl-make-modeline'.
8164
8165         * wl-xmas.el (wl-plugged-init-icons): Set up
8166         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8167         (wl-make-modeline): Abolish.
8168         (wl-draft-overload-functions): Set
8169         `mode-line-buffer-identification' instead of using
8170         `wl-make-modeline'.
8171
8172         * wl-util.el (wl-make-modeline-subr): Abolish.
8173         (wl-mode-line-buffer-identification): New alias.
8174
8175         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8176         (wl-summary-make-modeline): Abolish.
8177         (wl-summary-buffer-set-folder): Set
8178         `wl-summary-buffer-folder-indicator'.
8179         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8180         of using `wl-make-modeline'.
8181         (wl-summary-switch-to-clone-buffer): Don't set
8182         `mode-line-buffer-identification'.
8183         (wl-summary-goto-folder-subr): Ditto.
8184
8185         * wl-mule.el (wl-draft-overload-functions): Set
8186         `mode-line-buffer-identification' instead of using
8187         `wl-make-modeline'.
8188
8189         * wl-folder.el (wl-folder-mode): Set
8190         `mode-line-buffer-identification' instead of using
8191         `wl-make-modeline'.
8192         (wl-folder): Don't set `mode-line-buffer-identification'.
8193
8194 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8195
8196         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8197         instead of `member' for `wl-refile-guess-func-list' look-ups.
8198         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8199
8200 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8201
8202         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8203         `wl-message-button-dispatcher'.
8204
8205         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8206
8207         * wl-message.el (wl-message-button-dispatcher): Use it.
8208
8209         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8210         "In-Reply-To".
8211
8212         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8213         Bind `case-fold-search' to t.
8214
8215 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8216
8217         * wl-xmas.el (wl-message-overload-functions): Initialize
8218         `wl-message-button-map'.
8219
8220         * wl-mule.el (wl-message-overload-functions): Initialize
8221         `wl-message-button-map'.
8222
8223         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8224
8225         * wl-message.el (wl-message-button-map): New keymap.
8226         (wl-message-add-button): New function.
8227         (wl-message-button-dispatcher): New function.
8228         (wl-message-button-refer-article): New function.
8229
8230         * wl-highlight.el
8231         (wl-highlight-message-add-buttons-to-header): New function.
8232         (wl-highlight-headers): Use it.
8233
8234 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8235
8236         * wl-summary.el (wl-summary-default-from): Use
8237         `wl-address-get-petname-1'.
8238         (wl-summary-simple-from): Ditto.
8239
8240         * wl-address.el (wl-address-get-petname-1): New inline function.
8241         (wl-address-get-petname): Use it.
8242
8243 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8244
8245         * wl-summary.el (wl-summary-default-from): Return full-name part
8246         from the address if no petname was found.
8247         (wl-summary-simple-from): Ditto.
8248
8249         * wl-address.el (wl-address-get-petname): Return nil if no petname
8250         associated with the address was found.
8251
8252 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8253
8254         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8255         display is finished.
8256
8257 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258
8259         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8260         `elmo-folder-exists-p' argument.
8261
8262 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8263
8264         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8265         the folder.
8266
8267 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8270
8271         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8272         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8273
8274 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8275
8276         * wl-folder.el (wl-folder-create-subr): New function.
8277         (wl-folder-confirm-existence): Use it.
8278         (wl-folder-check-one-entity): Use it.
8279         Check the error symbol is derived from 'elmo-open-error.
8280
8281         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8282         `ignore-error'.
8283
8284 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8285
8286         * wl-util.el (toplevel): Add (eval-when-compile (require
8287         'elmo-util)).  (Maybe `provide' is typo.)
8288
8289 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8292         (I don't know why this was needed.)
8293
8294         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8295         Follow up changes for stream-type.
8296
8297         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8298         (wl-draft-elmo-nntp-send): Ditto.
8299
8300         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8301         (wl-nntp-posting-stream-type): Ditto.
8302         (wl-pop-before-smtp-ssl): Abolished.
8303         (wl-nntp-posting-ssl): Ditto.
8304
8305         * wl-address.el (wl-address-quote-specials): New function.
8306         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8307
8308         * wl-draft.el (wl-draft-reply): Ditto.
8309
8310 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8311
8312         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8313         use function `wl-string-match-assoc'.
8314
8315 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8316
8317         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8318
8319         * wl-draft.el (wl-draft-deduce-address-list): New function.
8320         (wl-draft-parse-mailbox-list): Ditto.
8321         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8322         instead of `smtp-deduce-address-list'.
8323         (wl-draft-on-field-p): Follow group list.
8324
8325         * wl-address.el (wl-address-concat-token): New function.
8326         (wl-address-string-without-group-list-contents): Ditto.
8327         (wl-complete-field-body): Fixed problem of completion
8328         by japanese petname.
8329         (wl-address-make-completion-list): Rewrite.
8330
8331 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8332
8333         * wl-address.el (wl-address-make-completion-list): Completion by
8334         petname.
8335         (wl-complete-field-body): Likewise.
8336
8337 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8338
8339         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8340         contains invalid address syntax.
8341
8342 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8343
8344         * wl-folder.el (wl-folder-check-entity-async): Use
8345         `elmo-nntp-spec-hostname'.
8346
8347 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8348
8349         * wl-summary.el (wl-summary-msgdb-load-async): Use
8350         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8351
8352 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8353
8354         * wl-draft.el (wl-draft-reply): Set argument
8355         `content-transfer-encoding' as nil.
8356
8357 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8358
8359         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8360         `wl-refile-alist'.
8361
8362 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8363
8364         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8365         (wl-draft-edit-string): Ditto.
8366         (wl-draft-forward): Ditto.
8367         * wl-summary.el (wl-summary-write): Ditto.
8368
8369 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-summary.el (wl-summary-sync-update3): Call
8372         `wl-summary-buffer-number-column-detect'.
8373         (wl-summary-buffer-number-column-detect): Search from point-min.
8374
8375 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8376
8377         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8378         contains an address which is not included in original to or cc.
8379
8380 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8381
8382         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8383         begin-line does not exist.
8384         * wl-message.el (wl-message-uu-substring): Ditto.
8385
8386 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8387
8388         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8389         clear local variables.
8390         (wl-summary-exit): Call `elmo-commit'.
8391         (wl-summary-switch-to-clone-buffer): Call
8392         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8393         (wl-summary-goto-folder-subr): Ditto.
8394
8395         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8396         POP folder.
8397
8398 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8401         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8402         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8403         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8404         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8405         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8406
8407         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8408
8409 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8410
8411         * wl-summary.el (wl-summary-search-by-subject):
8412         Search parent message from the latest one.
8413
8414 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8417         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8418
8419         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8420         New user option.
8421
8422         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8423         if elmo-nntp-use-killed-list is nil.
8424         Use `elmo-msgdb-append-to-killed-list'.
8425         (Append numbers confirmed as disappeared to the killed list.)
8426         (wl-summary-confirm-appends): Don't display negative number.
8427
8428 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8429
8430         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8431
8432 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8433
8434         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8435         range is `all'.
8436         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8437         `elmo-list-bigger-diff'.
8438
8439 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-summary.el (wl-summary-buffer-exit-func):
8442         New buffer local variable.
8443         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8444
8445 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8446
8447         * wl-demo.el (wl-demo): Fix the last change.
8448
8449 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8450
8451         * wl-demo.el (wl-demo): Don't use `eval'.
8452
8453 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8454
8455         * wl-summary.el (wl-summary-buffer-thread-modified):
8456         New buffer-local variable.
8457         (wl-summary-set-thread-modified): New function.
8458         (wl-summary-thread-modified-p): New function.
8459         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8460         (wl-summary-yank-saved-message): Use function
8461         `wl-summary-set-thread-modified'
8462         (wl-summary-switch-to-clone-buffer): Add
8463         `wl-summary-buffer-thread-modified'.
8464
8465         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8466         (wl-summary-buffer-mark-saved-hook): Ditto.
8467         * wl-summary.el (wl-summary-msgdb-save): New hook
8468         `wl-summary-buffer-message-saved-hook' and
8469         `wl-summary-buffer-mark-saved-hook'.
8470
8471 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8472
8473         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8474
8475 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8476
8477         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8478         don't hide scroll bars under FSF Emacsen because it may incur an
8479         undesirable redrawing.
8480
8481 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8482
8483         * wl-draft.el (wl-draft-edit-string): Call
8484         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8485
8486 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8487
8488         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8489
8490 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8491
8492         * wl-summary.el (wl-summary-msgdb-load-async): Call
8493         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8494
8495 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8496
8497         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8498         fringes in demo buffer; center bitmap logo correctly even if old
8499         Mule is used.
8500
8501 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8502
8503         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8504
8505         * wl-refile.el (wl-refile-subject-alist): New variable.
8506         (wl-refile-subject-alist-file-name): Ditto.
8507         (wl-refile-alist-setup): Rewrite.
8508         (wl-refile-alist-save): Use `elmo-object-save'.
8509         Eliminated arguments.
8510         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8511         (wl-refile-guess-by-subject): New function.
8512         (wl-refile-guess-func-list): Added it.
8513
8514 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8515
8516         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8517         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8518
8519 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8520
8521         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8522         New buffer-local variable.
8523         (wl-summary-buffer-next-folder-func): Ditto.
8524         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8525         if non-nil.
8526         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8527         if non-nil.
8528         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8529         if non-nil.
8530         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8531         if non-nil.
8532
8533 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8534
8535         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8536         permanently in the demo buffer.
8537
8538 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8539
8540         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8541         `mime-entity-fetch-field'.
8542
8543         * wl.el (wl-exit): Delete plugged buffer.
8544
8545         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8546         XEmacs has menubar feature.
8547
8548 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8549
8550         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8551         cannot arrive at the beginning of the buffer under old Emacsen.
8552
8553 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8554
8555         * wl-address.el (wl-address-ldap-search):
8556         Call `ldap-search-entries' with `withdn' argument t.
8557         (wl-complete-field-body): Bind completion-ignore-case as t.
8558         Clear ldap search hash when it was sole completion.
8559         Use elmo-string for pattern string.
8560         (wl-ldap-alias-safe-string): Eliminated needless let.
8561
8562 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8563
8564         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8565         (wl-ldap-alias-sep): New constant.
8566         (wl-ldap-search-attribute-type-list): Ditto.
8567         (wl-ldap-get-value): New function.
8568         (wl-ldap-make-filter): Ditto.
8569         (wl-ldap-make-matched-value-list): Ditto.
8570         (wl-ldap-alias-safe-string): Ditto.
8571         (wl-ldap-register-dn-string): Ditto.
8572         (wl-address-ldap-search): Rewrite.
8573
8574 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8575
8576         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8577         thread is deleted.
8578         (wl-thread-delete-line-from-buffer): Ditto.
8579         (wl-thread-get-exist-children): New function.
8580
8581 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8582
8583         * wl-demo.el (wl-demo): Made it to select various image types.
8584         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8585         from `wl-title-logo'.
8586         (wl-logo-ascii): New variable.
8587         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8588         (wl-demo-copyright-notice): New constant.
8589
8590         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8591
8592 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8593
8594         * wl-vars.el (wl-summary-target-above): Renamed from
8595         wl-summary-temp-above.
8596         * wl-score.el (wl-score-get-score-alist): Use it.
8597         (wl-summary-score-update-all-lines): Use it.
8598         * wl-summary.el: Ditto. (make-variable-buffer-local).
8599
8600 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-vars.el (wl-ldap-port): New user option.
8603
8604         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8605         Rewite whole implementation.
8606         (wl-complete-field-body): Fixed.
8607
8608 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8609
8610         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8611         Choose implementation at compile time.
8612
8613 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8614
8615         * wl-address.el (wl-ldap-search-internal): New function.
8616         (wl-complete-field-to): Use it.
8617
8618 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8621         Use `let' instead of `let*'.
8622         Require 'wl-vars.
8623
8624         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8625         Define as defcustom.
8626         (wl-ldap-base): Ditto.
8627         (wl-use-ldap): Ditto.
8628
8629 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8630
8631         * wl-address.el (wl-ldap-search): New function.
8632         (wl-complete-field-body): Use `wl-ldap-search'.
8633         (wl-ldap-server): New variable.
8634         (wl-ldap-base): Ditto.
8635         (wl-use-ldap): Ditto.
8636
8637 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8638
8639         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8640         (Pointed out by Mito <mit@nines.nec.co.jp>).
8641         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8642         buffer-local variables like `wl-summary-redisplay-internal'.
8643         (wl-summary-redisplay-all-header): Likewise.  Update
8644         Summary view too.
8645
8646 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8647
8648         * wl-summary.el (wl-summary-jump-to-parent-message):
8649         Consider prefix argument.
8650
8651         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8652         when closed thread is deleted.
8653
8654 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8655
8656         * wl-summary.el (wl-summary-jump-to-parent-message):
8657         Consider thread modification.
8658
8659 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8660
8661         * wl-message.el (wl-message-normal-get-original-buffer): Use
8662         `save-excursion'.
8663
8664         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8665         (wl-summary-showto-folder-regexp): Ditto.
8666
8667 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8668
8669         * wl-util.el (wl-delete-alist): Doc fix.
8670         (wl-delete-associations): New function.
8671         (wl-inverse-alist): New function.
8672         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8673         Split temporary variables. Use `wl-delete-associations'
8674         and `wl-inverse-alist'.
8675         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8676
8677 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-folder.el (wl-folder-prefetch-entity):
8680         Execute prefetching if new count is unknown.
8681
8682 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8683
8684         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8685
8686         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8687         delete entity.
8688         (wl-thread-set-parent): If insert as top, set linked as nil.
8689
8690         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8691         `wl-thread-cleanup-symbols' when view mode is thread.
8692
8693 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8694
8695         * wl-folder.el (wl-folder-create-folder-entity): Use
8696         with-current-buffer.
8697         (wl-local-folder-init): Call set-buffer to make sure we are in
8698         the Folder buffer. Don't touch buffer-local variables here.
8699         (wl-folder-mode): Initialize buffer-local variables here.
8700
8701         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8702         (wl-folder-entity-assign-id): Ditto.
8703         (wl-folder-create-entity-hashtb): Ditto.
8704         (wl-local-folder-init): Ditto.
8705         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8706
8707 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8708
8709         * wl-summary.el (wl-summary-default-from): Fix probrem when
8710         std11-extract-address-components return (nil "foo@bar").
8711
8712 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8713
8714         * wl-draft.el (wl-draft-clone-local-variables):
8715         Remove redundant `setq'.
8716
8717 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8718
8719         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8720         Bind wl-highlight-x-face-func as nil while highlighting header.
8721
8722 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8723
8724         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8725
8726 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8727
8728         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8729         elmo-msgdb-overview-hashtb from copy-variables.
8730         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8731         instead of `elmo-msgdb-overview-get-entity-by-number'.
8732         (wl-summary-auto-refile): Ditto.
8733
8734         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8735         `elmo-msgdb-overview-get-entity' instead of
8736         `elmo-msgdb-search-overview-entity'.  Use
8737         `elmo-msgdb-overview-get-entity' instead of
8738         `elmo-msgdb-overview-get-entity-by-number'.
8739         (wl-thread-insert-entity-sub): Ditto.
8740         (wl-thread-insert-message): Ditto.
8741
8742         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8743         `elmo-msgdb-overview-get-entity'.
8744         (wl-normal-message-redisplay): Ditto.
8745
8746 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8747
8748         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8749         `wl-thread-entities'.
8750         (wl-thread-delete-message): Fix remove top message from
8751         `wl-thread-entity-list'.
8752
8753         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8754         wl-append(nconc), because update-list is broken on Meadow.
8755
8756         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8757         updating process.
8758         (wl-summary-rescan): Ditto.
8759         (wl-summary-sync-update3): Ditto.
8760         * wl-thread.el (wl-thread-set-parent): Renamed from
8761         `wl-summary-set-parent'.
8762         (wl-thread-insert-message): Updating buffer faster.
8763         (wl-thread-delete-message): Updating buffer faster.
8764
8765         * wl-score.el (wl-summary-score-update-all-lines): Changed
8766         interval for display progress gauge.
8767
8768 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8769
8770         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8771         folder always-sticky.
8772         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8773         defmacro.
8774
8775 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-vars.el (wl-draft-add-references): New user option.
8778
8779         * wl-draft.el (wl-draft-add-references): New function.
8780         (wl-draft-yank-from-mail-reply-buffer): Use it.
8781         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8782         as nil.
8783
8784 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8785
8786         * wl-thread.el (wl-thread-update-line-msgs): Called
8787         `wl-thread-update-line-on-buffer-sub'.
8788         (wl-thread-update-line-on-buffer): Delete routine of inserting
8789         thread.
8790         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8791         moved from `wl-thread-update-line-on-buffer'.
8792         Add threshold for displaying progress gauge.
8793         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8794         argument of `wl-thread-update-line-msgs'.
8795         Add threshold for displaying progress gauge.
8796         * wl-folder.el:
8797         Add threshold for displaying progress gauge.
8798         * wl-score.el: Ditto.
8799
8800         * wl-expire.el (wl-summary-expire): Display deleting info.
8801
8802 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8805         `no-msg'.
8806         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8807         argument of `wl-thread-update-line-msgs'.
8808         (wl-summary-set-parent): Added optional argument `parent-number'.
8809         (wl-summary-buffer-saved-message): New buffer local variable.
8810         (wl-summary-save-current-message): New command.
8811         (wl-summary-yank-saved-message): Ditto.
8812         (wl-summary-mode-map): Added key binding for
8813         `wl-summary-save-current-message' (\ew) and
8814         `wl-summary-yank-saved-message' (\C-y).
8815         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8816
8817 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8818
8819         * wl-summary.el (wl-summary-mode-map): Added key binding for
8820         `wl-summary-set-parent' (ts).
8821
8822 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8823
8824         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8825         subject faster. If thread number is reverse, delayed updating
8826         thread.
8827         (wl-summary-search-by-subject): Ditto.
8828         (wl-summary-put-alike): Ditto.
8829         (wl-summary-get-alike): Ditto.
8830         (wl-summary-insert-headers): Insert header of all overview in
8831         buffer.
8832         (wl-summary-rescan): Delayed updating thread. Kill search subject
8833         buffer for wl-summary-search-by-subject.
8834         (wl-summary-sync-update3): Ditto.
8835         (wl-summary-exit): Ditto.
8836         (wl-summary-goto-bottom-of-current-thread): Change for linked
8837         thread.
8838         (wl-summary-overview-create-summary-line): Change line for linked
8839         thread.
8840
8841         * wl-summary.el (wl-summary-update-thread): Use
8842         wl-thread-maybe-get-children-num.
8843         (wl-summary-set-parent): If change parent, move sub thread.
8844         (wl-summary-redisplay-internal): Add horizontal recenter.
8845         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8846
8847         * wl-thread.el (wl-thread-entity-get-linked): New function.
8848         (wl-thread-entity-set-linked): New function.
8849         (wl-thread-create-entity): Add linked element.
8850         (wl-thread-entity-insert-as-top): Use wl-append.
8851         (wl-thread-maybe-get-children-num): If closing thread, return
8852         children msgs.
8853         (wl-thread-update-line-msgs): Displaying progress message.
8854         (wl-thread-update-line-on-buffer-sub): Use
8855         wl-thread-maybe-get-children-num.
8856         (wl-thread-update-line-on-buffer): If update line is not exists,
8857         insert thread.
8858         (wl-thread-delete-message): If delete top msg of thread, search
8859         parent by subject.
8860         (wl-thread-insert-entity): Use
8861         wl-thread-maybe-get-children-num.
8862
8863         * wl-highlight.el (wl-highlight-summary-current-line): change
8864         sregexp for linked thread.
8865         * wl-util.el (wl-count-lines): Count lines.
8866         (wl-horizontal-recenter): horizontal recenter.
8867         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8868         (wl-score-get-alike): Ditto.
8869         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8870         (wl-subject-length-limit): New variable.
8871         (wl-highlight-thread-indent-string-regexp): Changed for linked
8872         thread.
8873
8874 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8877         New variable (revival).
8878         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8879         by subject matching if there's no in-reply-to nor references field
8880         (revival).
8881
8882 \f
8883 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8884
8885         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8886         message.
8887
8888 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * wl-summary.el (wl-summary-reply): Return t if there was a
8891         message at cursor point.
8892         Added unwind-protect.
8893         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8894         returns t.
8895         (wl-summary-cancel-message): Do nothing when there's no message at
8896         cursor point.
8897         (wl-summary-forward): Ditto.
8898         (wl-summary-jump-to-parent-message): Ditto.
8899         (wl-summary-reedit): Ditto.
8900         (wl-summary-edit-addresses): Ditto.
8901         (wl-summary-pipe-message): Ditto.
8902         (wl-summary-print-message-with-ps-print): Ditto.
8903         (wl-summary-print-message): Ditto.
8904         (wl-summary-mark-as-important): Ditto.
8905         (wl-summary-mark-as-unread): Ditto.
8906
8907         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8908         message at cursor point.
8909         (wl-summary-reply-with-citation): Remove unwind-protect.
8910
8911         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8912         subject searching feature.
8913         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8914         Eliminated.
8915
8916 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8917
8918         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8919         New variable.
8920         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8921         by subject matching if there's no in-reply-to nor references field.
8922
8923         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8924
8925         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8926         when display is finished.
8927         (wl-folder-open-all): Ditto.
8928         (wl-folder-update-access-group): Ditto.
8929         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8930         * wl-thread.el (wl-thread-close-all): Ditto.
8931
8932         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8933         progress gauge only when it was displayed.
8934         * wl-folder.el (wl-folder-insert-entity): Ditto.
8935
8936 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-summary.el (wl-summary-incorporate): Enclose
8939         `wl-summary-sync-force-update' with save-excursion.
8940
8941 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8942
8943         * wl-summary.el (wl-summary-prefetch-region):
8944         Pass current cursor point to `pos-visible-in-window-p' after
8945         moving cursor to the started point.
8946
8947 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8948
8949         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8950
8951         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8952         fields from the forwarding message.
8953         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8954         `ignored-fields'.
8955
8956 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8957
8958         * wl-mime.el (wl-message-request-partial):
8959         Eliminated argument `msgdb'.
8960         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8961         (wl-mime-combine-message/partial-pieces): Likewise.
8962         * tm-wl.el (wl-message-request-partial): Likewise.
8963         (wl-mime-combine-message/partial-pieces): Likewise.
8964
8965 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8966
8967         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8968         when display is finished.
8969
8970 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8971
8972         * wl-summary.el (wl-summary-goto-folder-subr):
8973         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8974
8975 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8976
8977         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8978         when cursor point is visible.
8979
8980 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-expire.el (wl-expire-archive-get-max-number):
8983         Don't use `file-name-directory'.
8984
8985 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-expire.el (wl-expire-archive-get-max-number):
8988         Use `file-name-directory'.
8989
8990 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8991
8992         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8993         only when there is progress.
8994
8995 2000-04-13  Mito <mit@nines.nec.co.jp>
8996
8997         * wl-summary.el (wl-summary-sync-marks): Display progress.
8998
8999 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9000
9001         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9002         (wl-summary-prev): Move cursor regardless of unread status.
9003         (wl-summary-next): Ditto.
9004
9005 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9006
9007         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9008         Added argument `target' and `number'.
9009         * tm-wl.el (wl-summary-burst-subr): New function.
9010         (wl-summary-burst): Use it.
9011
9012 2000-04-10  Mito <mit@nines.nec.co.jp>
9013
9014         * wl-mime.el (wl-burst): New function.
9015         (wl-summary-burst): Use it.
9016
9017 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9018
9019         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9020         as petname when there's no candidate.
9021
9022 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9025         New variable.
9026         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9027
9028         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9029
9030         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9031
9032 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9033
9034         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9035         Use substring of `original' instead of buffer-substring.
9036         (wl-refile-evaluate-rule):
9037         Set `original' argument of wl-refile-expand-newtext.
9038
9039         * wl-summary.el
9040         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9041         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9042         (wl-summary-auto-refile): Check existence of destination folder just
9043         before marking.
9044
9045 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9046
9047         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9048         when wl-refile-get-field-value return nil.
9049
9050 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9051
9052         * wl-refile.el
9053         (wl-refile-expand-newtext): New function imported from Gnus.
9054         (wl-refile-evaluate-rule): Use it.
9055
9056 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * wl-summary.el (wl-summary-print-destination):
9059         Duplicate folder string to avoid putting text-property on
9060         original string.
9061
9062         * wl-refile.el (wl-refile-get-field-value): New function.
9063         (wl-refile-evaluate-rule): New function;
9064         Evaluate refile rule recursively.
9065         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9066         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9067         New function; Check existence of a target folder recursively.
9068         (wl-summary-auto-refile-check-refile-rule-alist):
9069         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9070
9071 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9072
9073         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9074
9075         * wl-folder.el (wl-create-folder-entity-from-buffer):
9076         Fixed problem when '}' character is contained in folder name.
9077
9078         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9079
9080 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9081
9082         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9083         (wl-fldmgr-add-completion-all-completions):
9084         Use wl-fldmgr-add-completion-hashtb.
9085
9086 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9087
9088         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9089         wl-fldmgr-add-completion-subr): New functions.
9090         * wl-folder.el (wl-folder-completion-func): New variable.
9091         * wl-summary.el (wl-summary-read-folder):
9092         Use wl-folder-completion-func.
9093
9094         * wl-refile.el: Eliminate throw & catch.
9095
9096         * wl.el (wl-plugged-sending-queue-status): Fixed.
9097
9098 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9099
9100         * wl-draft.el (wl-draft): Put category property on
9101         mail-header-separator.