815cab9793ff3dc0477225e6cfd574583464589c
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-draft-reply): Decode subject before removing
4         Re: prefix.
5
6 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
7
8         * wl-summary.el (wl-summary-sort-by-size): New command.
9
10 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-summary.el (wl-summary-number-list-from-region): New
13         function.
14         (wl-summary-mark-as-read-region): Use it.
15         (wl-summary-mark-as-unread-region): Ditto.
16         (wl-summary-set-flags-region): Ditto and add optional argument
17         remove.
18         (wl-summary-mark-as-answered-region): Ditto.
19         (wl-summary-mark-as-important-region): Ditto.
20         (wl-summary-target-mark-mark-as-important): Added optional
21         argument remove.
22         (wl-summary-target-mark-mark-as-answered): Ditto.
23         (wl-summary-target-mark-set-flags): Ditto.
24
25 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-summary.el (wl-summary-set-flags-region): Call
28         `wl-summary-set-flags-internal' with number list instead of call
29         one by each message.
30         (wl-summary-target-mark-set-flags): Likewise.
31
32 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-summary.el (wl-summary-target-mark-operation): Add optional
35         argument `inverse' and use `wl-summary-delete-all-target-marks'.
36         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
37         (wl-summary-target-mark-mark-as-answered): Likewise.
38
39 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
40
41         * wl-summary.el (wl-summary-target-mark-forward): Use
42         `wl-summary-delete-all-target-marks' instead of
43         `wl-summary-delete-all-temp-marks'.
44         (wl-summary-target-mark-reply-with-citation): Ditto.
45         (wl-summary-target-mark-uudecode): Ditto.
46         (wl-summary-target-mark-set-flags): Ditto and remove needless
47         cursor move.
48
49 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
50
51         * wl-summary.el (wl-summary-target-mark-forward): Protect
52         wl-summary-buffer-target-mark-list from nreverse.
53         (wl-summary-target-mark-reply-with-citation): Ditto.
54
55 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
56
57         * wl-thread.el (wl-thread-update-indent-string-thread): Use
58         `elmo-display-progress-threshold'.
59
60 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
61
62         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
63         check `wl-summary-highlight'.
64         (wl-summary-window-scroll-functions): Respect value of
65         `wl-summary-highlight'.
66         (wl-summary-sync-update): Run hooks
67         `wl-summary-buffer-window-scroll-functions' at any time.
68
69 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
72         from `wl-summary-cleanup-temp-marks'.
73         (wl-summary-cleanup-temp-marks): Abolish argument.
74         * wl.el (wl-save-status): Revert previous change.
75         (wl-execute-temp-marks): New function, call
76         `wl-summary-exec-with-confirmation'.
77         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
78         (wl-folder-save-and-exec-marks): Abolished.
79
80 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
81
82         * wl-e21.el (wl-e21-display-image-p): Respect
83         `wl-highlight-folder-with-icon'.
84         (wl-e21-highlight-folder-group-line): Highlight mouse line
85         even if wl-e21-display-image-p is nil.
86
87         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
88         Respect value of `wl-summary-highlight'.
89
90         * wl.el (wl-save-status): Remove unused variable.
91
92         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
93         (wl-folder-mode-map): Bind it to "x".
94
95 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
96
97         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
98
99         * wl-thread.el (wl-thread-get-parent-list): Don't check
100         disconnected ancestors, neglecting needless work in
101         `wl-thread-update-indent-string-thread'.
102
103         * wl.el (wl-save): Take prefix argument to execute remaining marks.
104         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
105         argument, add argument default-keep to keep marks by default.
106
107         * Version number is increased to 2.11.30.
108
109         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
110         customization type and docstring.
111         (wl-draft-reply-without-argument-list): Ditto.
112
113 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
114
115         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
116
117         * wl-spam.el (wl-spam-mark-action-list): Ditto.
118
119 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
122
123 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-draft.el (wl-draft-config-exec): Narrow the range of
126         save-excursion so as not to include run-hooks.
127
128 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
129
130         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
131         Clarify that marks are going to be cleared.
132
133 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
136         according to 3rd element of wl-summary-flag-mark.
137
138         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
139
140 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-action.el (wl-summary-target-mark-all): Don't set
143         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
144
145 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
146
147         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
148         (wl-forward-subject-prefix): Ditto.
149         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
150         (wl-draft-reply-make-subject): Ditto.
151
152         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
153         `wl-draft-forward'.
154         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
155
156 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-action.el (wl-summary-target-mark-set-action): Stop if
159         target message does not exist.
160
161 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
162
163         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
164         `wl-subject-prefix-regexp'.
165         (wl-subject-forward-prefix-regexp): New variable.
166         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
167         `wl-draft-strip-subject-re' and take regexp as argument.
168         (wl-draft-forward): Use it.
169         (wl-draft-reply): Ditto.
170
171 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
172
173         * wl-e21.el (wl-highlight-plugged-current-line): Change for
174         emacs multi-tty support.
175
176 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
177
178         * wl-e21.el (wl-e21-display-image-p): Don't call
179         `display-images-p'.
180         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
181         support.
182         (wl-highlight-folder-current-line): Ditto.
183         (wl-folder-init-icons): Ditto.
184
185 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
186
187         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
188         the last line of summary in unplugged mode.
189
190 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
191
192         * wl-vars.el (wl-refile-rule-alist): Doc fix.
193
194 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
195
196         * wl-vars.el (wl-user-mail-address-regexp): New variable.
197         * wl-address.el (wl-address-user-mail-address-p): Use it.
198         (wl-address-delete-user-mail-addresses): Ditto.
199         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
200
201         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
202         (wl-address-delete-user-mail-addresses): Ditto.
203
204         * wl-address.el (wl-address-delete-user-mail-addresses): New
205         function.
206         * wl-refile.el (wl-refile-guess-by-history): Use it.
207         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
208         (wl-draft-make-mail-followup-to): Ditto and fix logic.
209
210         * wl-draft.el (wl-draft-edit-string): To judge sender address,
211         use wl-address-user-mail-address-p.
212
213 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
216         after opening group.
217
218 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
221         of elmo-set-buffer-multibyte.
222
223         * wl-message.el (wl-original-message-mode): Ditto.
224
225         * wl-score.el (wl-score-insert-header): Ditto.
226
227         * wl-summary.el
228         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
229         (wl-summary-goto-folder-subr): Ditto.
230         (wl-summary-insert-headers): Ditto.
231
232         * wl-util.el (wl-set-string-width): Ditto.
233
234         * Version number is increased to 2.11.29.
235
236 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
239         (wl-highlight-summary-line-help-echo-alist): New variable.
240         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
241         into `wl-highlight-summary-line-help-echo' and
242         `wl-highlight-flag-folder-help-echo'.
243         (wl-highlight-summary-line-string): Change accordingly.
244         (wl-highlight-summary-current-line): Ditto.
245
246 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
247
248         * wl-highlight.el (wl-highlight-message): Ignore white spaces
249         at the beginning of field body (Thanks to Markus Knittig).
250
251         * wl-draft.el (wl-draft-insert-current-message): Also check
252         summary buffer, remove unnecessary tag.
253
254 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
255
256         * wl-draft.el (wl-draft-insert-current-message): Cause error also
257         when wl-message-buffer is nil.
258
259         * wl-folder.el (wl-folder): Abolish unused argument.
260         Call wl-folder-init when wl-folder-entity is nil.
261         * wl.el (wl): Change accordingly.
262
263 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
266         multibyte string before insert into draft buffer.
267         (wl-draft-create-buffer): Always enable multibyte characters for
268         draft buffer.
269
270         * Version number is increased to 2.11.28.
271
272 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-folder.el (wl-folder-open-close): Handle blank line.
275         (wl-folder-jump-to-current-entity): Ditto.
276
277 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * Version number is increased to 2.11.27.
280
281 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
282
283         * wl-thread.el (wl-thread-insert-message): When the thread is
284         devided by wl-summary-max-thread-depth, insert line at the end of
285         buffer.
286
287 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
288
289         * Version number is increased to 2.11.26.
290
291 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
294
295 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
296
297         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
298         value of stream-type and session.
299
300 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * Version number is increased to 2.11.25.
303
304 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
305
306         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
307         in a quit message.
308
309 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
310
311         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
312         (wl-summary-redisplay-no-mime-internal): Ditto.
313
314 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
317         * wl-vars.el (wl-smtp-connection-type): Ditto.
318
319 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
320
321         * wl-highlight.el (wl-highlight-message): Change to strict regexp
322         for the separator line and quote mail-header-separator.
323
324 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-spam.el (wl-message-check-spam): Fixed problem no display
327         result message.
328
329         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
330         `elmo-multiple-fields-body-list' with boundary as
331         mail-header-separator.
332
333 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
336
337 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
338
339         * wl-util.el (wl-list-diff): Remove unused function.
340
341         * wl-draft.el (wl-draft-send-confirm): Discard input before
342         confirmation.
343
344 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
347         order of flag and new.
348
349 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-vars.el (wl-refile-policy-alist): Abolished.
352
353         * wl-action.el (wl-summary-set-action-refile): Follow the change
354         above.
355
356 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * wl-highlight.el (wl-highlight-signature-search): Don't use
359         re-search-backward for a long word since it is possible to crash
360         XEmacs because of a bug.
361
362 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
363
364         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
365
366 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
367
368         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
369         argument for wl-summary-sync-force-update.
370
371 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
372
373         * wl-summary.el (wl-summary-mode-map): Revival of
374         wl-summary-mark-as-important related bindings;
375         Bind 'F','tF','mF','rF','m&'.
376         (wl-summary-mark-as-important-region): Revival.
377         (wl-summary-target-mark-mark-as-important): Ditto.
378         (wl-summary-target-mark-operation): New function.
379         (wl-summary-target-mark-mark-as-answered): Use it.
380         (wl-summary-decide-flag): Don't set Important as default.
381         (wl-summary-mark-as-important-internal): Revival.
382         (wl-summary-mark-as-important): Ditto.
383
384         * wl-thread.el (wl-thread-mark-as-important): Ditto.
385
386         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
387         instead of facep.
388
389 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
390
391         * wl-dnd.el (wl-dnd-drop-func): Fix.
392
393         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
394         mouse-set-point instead of posn-point.
395
396         * wl-xmas.el (wl-completing-read-multiple): Define as function.
397
398         * wl-mule.el (wl-completing-read-multiple): Ditto.
399
400 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-demo.el (face-background-name): Defalias to avoid compile
403         warning.
404
405 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
406
407         * wl-summary.el (wl-summary-decide-flag): Use
408         wl-completing-read-multiple instead of completing-read-multiple.
409
410         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
411         New alias.
412
413         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
414         Use face-background-name instead of face-background.
415
416         * wl-vars.el (wl-summary-save-file-suffix): New user option.
417
418         * wl-summary.el (wl-summary-save): Use it.
419         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
420
421         * wl-mime.el (wl-mime-save-content): Fix last change.
422
423 2004-02-10  Len Trigg <lenbok@myrealbox.com>
424
425         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
426         New function.
427         (wl-summary-sort-specs): Added sort.
428         * wl-mime.el (wl-mime-save-content): Expand file name.
429
430 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
431
432         * wl-mime.el (wl-draft-preview-message): Fixed typo.
433
434         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
435
436 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
439         for flag if it is not defined.
440
441 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
442
443         * wl-e21.el (wl-highlight-folder-current-line): Use
444         elmo-folder-type-internal when elmo-folder-type returns nil.
445
446         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
447
448         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
449
450         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
451
452         * wl-e21.el (wl-summary-toolbar): Ditto.
453
454         * wl-vars.el (wl-demo-background-color): Abolished.
455         (wl-summary-persistent-mark-priority-list): Renamed from
456         wl-summary-flag-priority-list.
457         (wl-summary-flag-alist): New user option.
458         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
459         (wl-message-mode-line-format-spec-alist): Added 'F'.
460         (wl-message-mode-line-format): Likewise.
461         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
462         instead of wl-summary-important-mark.
463         (wl-file-folder-icon): New variable.
464
465         * wl-thread.el (wl-thread-set-flags): Renamed from
466         wl-thread-mark-as-important.
467
468         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
469         warning.
470         (wl-summary-mode-menu-spec): Follow the change of 
471         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
472         (wl-summary-mode-map): Follow the change of
473         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
474         (wl-summary-detect-mark-position): Follow the variable name change.
475         (wl-summary-set-flags-region): New function for the replacement of
476         wl-summary-mark-as-important-region.
477         (wl-summary-sync-marks): Sync all global-flags.
478         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
479         instead of elmo-message-flagged-p.
480         (wl-summary-persistent-mark-string): Follow the variable name change;
481         Put wl-summary-flag-mark if the message has global-flag.
482         (wl-summary-target-mark-set-flags): Renamed from 
483         wl-summary-target-mark-mark-as-important.
484         (wl-summary-decide-flag): New function.
485         (wl-summary-set-flags-internal): Renamed from
486         wl-summary-mark-as-important-internal.
487         (wl-summary-add-flags-internal): New function.
488         (wl-summary-remove-flags-internal): Ditto.
489         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
490         (wl-summary-mark-as-unimportant): Abolish.
491         (wl-summary-move-spec-alist): Changed `important' to `digest'.
492         (wl-summary-next-message): List flagged messages in the msgdb.
493
494         * wl-score.el (wl-summary-score-update-all-lines): Use
495         wl-summary-add-flags-internal instead of 
496
497         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
498
499         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
500         from wl-message-buffer-cur-flag (To avoid misunderstanding).
501         (wl-message-buffer-require-all-header): Renamed from
502         wl-message-buffer-all-header-flag (Ditto).
503         (wl-message-buffer-flag-indicator): New variable.
504         (wl-message-redisplay): Changed local varibale name from `flag' to
505         `display-type'; Set up wl-message-buffer-flag-indicator.
506         (wl-message-buffer-display): Changed varibale name from `flag' to
507         `display-type'.
508         (wl-message-display-internal): Likewise.
509
510         * wl-highlight.el (wl-highlight-demo-face): Define default background
511         color.
512         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
513
514         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
515
516         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
517         (wl-demo-setup-properties): Renamed from
518         `wl-demo-set-background-color'.
519         (wl-demo): Follow the change above.
520         
521         * Version number is increased to 2.11.24.
522
523 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-summary.el (wl-summary-toggle-thread): Call
526         `wl-summary-rescan' with disable-thread as non-nil.
527         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
528
529 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
530
531         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
532         foreground property of the face.
533         (wl-demo-insert-text): Don't set up face property here.
534         (wl-demo): Call wl-demo-set-background-color, anyway.
535
536 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
537
538         * wl-vars.el (wl-demo-background-color): The value can be nil.
539
540 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
541
542         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
543         to wl-summary-wheel-dispatcher.
544
545         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
546         wl-message-wheel-dispatcher.
547         (wl-message-wheel-dispatcher): New function.
548         (wl-summary-wheel-dispatcher): Ditto.
549
550 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
551
552         * wl-action.el (wl-summary-target-mark-all): List messages which are
553         not in the killed-list.
554
555         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
556         only when the folder is 'flag/important.
557
558         * wl-address.el (wl-complete-field-body): Complete if the last
559         character is a space.
560
561 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-folder.el (wl-folder-clear-entity-info): Use
564         elmo-clear-hash-val.
565
566         * wl-fldmgr.el (wl-fldmgr-rename): Set
567         wl-folder-info-alist-modified as t.
568
569 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
572
573 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
574
575         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
576         (wl-folder-buffer-last-visited-entity-id): New buffer local
577         variable.
578         (wl-folder-revisit-last-visited-folder): New function.
579         (wl-folder-mode-map): Bind it to "C-i".
580         (wl-folder-set-current-entity-id): Set last visited folder.
581         * wl-summary.el (wl-summary-exit): Ditto.
582
583 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
586         before calling `recenter' in order to cope with an XEmacs bug.
587
588 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
589
590         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
591         to the default value.
592
593 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
596         change.
597         (wl-summary-sync-marks): Ditto.
598         (wl-summary-mark-as-read-internal): Ditto.
599         (wl-summary-mark-as-answered-internal): Ditto.
600         (wl-summary-mark-as-important-internal): Ditto.
601         (wl-summary-reply): Ditto.
602
603         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
604         instead of `elmo-folder-unflag-answered'.
605
606         * Version number is increased to 2.11.23.
607
608         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
609         the last change.
610
611 2004-01-11  Kenichi Okada  <okada@opaopa.org>
612
613         * wl-spam.el (wl-summary-exec-action-refile-with-register):
614         Specify "spam" or "good".
615
616 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
617
618         * wl-spam.el (wl-summary-exec-action-spam): Call
619         wl-folder-confirm-existence for spam folder.
620         (wl-spam-setup): Bind "mk".
621
622 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
625
626 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
629         destination folder is empty.
630
631 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
632
633         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
634         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
635
636         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
637         (wl-summary-refile-prev-destination-region): New function.
638         (wl-thread-refile-prev-destination): Ditto.
639         (wl-summary-target-mark-refile-prev-destination): Ditto.
640
641 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
642
643         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
644         (wl-demo-background-color): Changed default value.
645
646         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
647         color.
648
649         * wl-demo.el (wl-demo-set-background-color): New function.
650         (wl-demo): Call it.
651
652 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-address.el (wl-address-delete): Avoid mis-deleting.
655         * wl-address.el (wl-address-add-or-change): Don't add empty
656         address.
657
658 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
659
660         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
661
662 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
663
664         * wl-vars.el (wl-demo-image-filter-alist): New variable
665         (wl-demo-background-color): Ditto.
666
667         * wl-demo.el (wl-demo-xpm-set-background): New function.
668         (wl-demo-image-filter): Ditto.
669         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
670
671         * wl-vars.el (wl-demo-icon-name-alist): New variable.
672
673         * wl-demo.el (wl-demo-icon-name): Define as function.
674         (wl-demo-insert-image): Use it.
675
676 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
677
678         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
679
680 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
681
682         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
683
684 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
685
686         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
687
688 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-thread.el (wl-thread-mark-as-answered): New function.
691
692         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
693         answered" entry.
694         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
695         "r&" and wl-thread-mark-as-answered to "t&".
696         (wl-summary-mark-as-important-region): Refine to toggle mark.
697         (wl-summary-mark-as-answered-region): New function.
698         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
699         and 3rd argument.
700         (wl-summary-mark-as-important-internal): Likewise.
701
702 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-template.el (wl-template-preview): New internal variable.
705         (wl-template-preview-p): New function.
706         (wl-template-show): Bind `wl-template-preview' as t.
707
708 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
711         `elmo-message-entity-field' with 3rd argument which is non-nil.
712
713 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
716         Removed duplicate local bind `folder'.
717
718 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
721
722 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
725         duplicate definition.
726
727 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
728
729         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
730         non-nil, use it; Don't fetch message if there's no message in the
731         current cursor position.
732
733 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
734
735         * wl-util.el (wl-region-exists-p): Use region-active-p.
736         (wl-deactivate-region): New function.
737         * wl-message.el (wl-message-redisplay): Deactivate region.
738
739         * wl-summary.el (wl-summary-reply): Call
740         `wl-summary-set-message-buffer-or-redisplay' instead of
741         `wl-summary-redisplay-internal', don't move point.
742
743 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
746         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
747         by regexp.
748
749 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
752         if no need.
753
754 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
757         default value to nil.
758         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
759         `wl-summary-prepare-hook'; Replace refile action to
760         `wl-summary-exec-action-refile-with-register'.
761
762         * Version number is increased to 2.11.22.
763
764 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-summary.el (wl-summary-detect-mark-position): Set
767         `wl-summary-buffer-weekday-name-lang'.
768
769 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
770
771         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
772         (wl-summary-mark-as-read-all): Ditto.
773         (wl-summary-delete-messages-on-buffer): Ditto.
774         (wl-summary-sync-update): Ditto.
775         (wl-summary-mark-as-read-internal): Ditto.
776         (wl-summary-mark-as-answered-internal): Ditto.
777         (wl-summary-update-folder-info): Abolished.
778
779 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-summary.el (wl-summary-mark-as-read-all): Use
782         `wl-summary-update-folder-info' instead of
783         `wl-folder-update-unread'.
784
785 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
786
787         * wl-summary.el (wl-summary-update-folder-info): New function derived from
788         `wl-summary-folder-info-update'.
789         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
790         instead of `wl-summary-folder-info-update'.
791         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
792         `wl-folder-set-folder-updated'.
793         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
794         instead of `wl-folder-update-unread'.
795         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
796         the value of `wl-summary-buffer-unread-count' for the second parameter of
797         `wl-folder-update-unread'.
798
799         * Version number is increased to 2.11.21.
800
801 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
802
803         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
804         a local variable.
805
806 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-spam.el (wl-summary-mark-spam): Show message only if call
809         interactively.
810
811         * wl-summary.el (wl-summary-mark-as-important-internal): New
812         internal function.
813         (wl-summary-mark-as-important): Use it.
814         (wl-summary-mark-as-unimportant): New function.
815         (wl-summary-sync-marks): Follow the API change.
816
817         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
818
819         * wl-mime.el (wl-summary-burst): Check target folder is writable.
820
821 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
822
823         * wl-folder.el (wl-folder-update-unread): Re-indent.
824         Narrow the scope of a local variable.
825
826 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
829         (wl-addrmgr-merge-entries): Ditto.
830         (wl-addrmgr): Added to address entry which exists in draft buffer
831         if no entry is in original.
832
833 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
834
835         * wl-batch.el: New file.
836
837 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
838
839         * wl-vars.el (wl-use-semi): Remove unused variable.
840
841 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
842
843         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
844         "?".
845
846 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
849         wl-summary-new-mark.
850         (wl-summary-new-cached-mark): New user option.
851         (wl-summary-score-marks): Follow the change above.
852         (wl-summary-auto-refile-skip-marks): Ditto.
853         (wl-summary-incorporate-marks): Ditto.
854         (wl-summary-expire-reserve-marks): Ditto.
855
856         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
857
858         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
859         (wl-summary-persistent-mark-string): Distinguished between cached
860         and uncached mark when the message is new.
861
862 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-spam.el (wl-spam-domain): Renamed from
865         `wl-spam-folder-guess-domain'.
866         (wl-summary-exec-action-spam): Register as spam if domain of the
867         source folder is good.
868         (wl-summary-exec-action-refile-with-register): Register message if
869         domain of the source folder is not undecided.
870
871 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
872
873         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
874         detect thread loop.
875
876 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
879         and wl-summary-skip-mark-list.
880
881 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
884
885         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
886
887         * wl-spam.el (toplevel): Require wl-highlight.
888         (wl-spam-auto-check-policy-alist): Abolish.
889         (wl-spam-auto-check-folder-regexp-list): New user option.
890         (wl-spam-auto-check-marks): Ditto.
891         (wl-spam-mark-action-list): Ditto.
892         (wl-highlight-summary-spam-face): New face.
893         (wl-spam-auto-check-message-p): New function.
894         (wl-spam-map-spam-messages): Fixed message.
895         (wl-spam-register-spam-messages): Ditto.
896         (wl-spam-register-good-messages): Ditto.
897         (wl-summary-spam-map): Add and remove keybind.
898         (wl-summary-target-mark-spam): Abolish.
899         (wl-summary-refile-spam): Ditto.
900         (wl-summary-test-spam): New function.
901         (wl-summary-mark-spam): Ditto.
902         (wl-summary-auto-check-spam): Follow the above change.
903         (wl-summary-exec-action-spam): New function.
904         (wl-summary-exec-action-refile-with-register): Fixed message.
905         (wl-message-check-spam): New function.
906         (wl-spam-setup): Ditto.
907         (toplevel): Call it if this file is loaded interactivity.
908
909         * Version number is increased to 2.11.20.
910
911 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
914         when new optional argument `force' is non nil or modified.
915
916 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl.el (toplevel): Require wl-spam when compile.
919         (wl-save-status): Call wl-spam-save-status.
920
921         * wl-spam.el (wl-spam-register-spam-messages): New function.
922         (wl-spam-register-good-messages): Ditto.
923         (wl-spam-save-status): Ditto.
924         (wl-summary-mode-map): Bind
925         wl-summary-target-mark-register-as-spam to "ms" and
926         wl-summary-target-mark-register-as-good to "mn".
927         (wl-summary-register-as-spam): Abolish optional argument; Use
928         wl-spam-register-spam-messages.
929         (wl-summary-register-as-spam-all): Use
930         wl-spam-register-spam-messages.
931         (wl-summary-register-as-good): Abolish optional argument; Use
932         wl-spam-register-good-messages.
933         (wl-summary-register-as-good-all): Use
934         wl-spam-register-good-messages.
935         (wl-summary-target-mark-register-as-spam): New funtion.
936         (wl-summary-target-mark-register-as-good): Ditto.
937
938 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-spam.el: New file.
941
942 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
945
946         * wl-action.el (wl-auto-refile-guess-functions): New variable.
947         (wl-summary-auto-refile): Call wl-refile-guess with
948         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
949
950 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
951
952         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
953         with disable-thread argument non-nil.
954
955 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-summary.el (wl-summary-rescan): Added optional argument
958         disable-thread.
959         (wl-summary-sync): Call wl-summary-rescan with argument
960         disable-thread.
961         (wl-summary-input-range): Added new range `rescan-thread'.
962
963 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
964
965         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
966
967 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
970         internal variable.
971         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
972         wl-summary-search-parent-by-subject-regexp and
973         wl-summary-divide-thread-when-subject-changed as nil.
974         (wl-summary-insert-sequential): If entity is nil, nothing to do.
975         (wl-summary-insert-thread): Search parent entity from
976         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
977         thread loop.
978
979 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
980
981         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
982
983         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
984
985         * wl-util.el (wl-require-update-all-folder-p): New function.
986         (wl-get-assoc-list-value): Added `function' to match directive.
987         (wl-collect-draft): Rewrite.
988
989         * wl-summary.el (wl-summary-sync-update): Clear faces
990         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
991         are non-nil.
992         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
993         argument as function.
994         (wl-summary-input-range): Ditto.
995
996         * wl-folder.el (wl-draft-get-folder): New function.
997         (wl-folder-get-elmo-folder): Consider draft folder.
998
999         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1000         (wl-draft-buffer-message-number): New buffer local variable.
1001         (wl-draft-folder-internal): New internal variable.
1002         (wl-draft-delete): Rewrite.
1003         (wl-draft-save): Ditto.
1004         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1005         wl-folder-get-elmo-folder.
1006         (wl-draft-config-info-operation): Ditto.
1007         (wl-jump-to-draft-folder): Ditto.
1008         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1009         (wl-draft-reedit): Rewrite.
1010
1011         * Version number is increased to 2.11.19.
1012         
1013 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1014
1015         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1016         variable.
1017
1018 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1021         Use ignore-errors instead of unwind-protect.
1022
1023 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1024
1025         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1026         for updating `wl-thread-entity-list'.
1027
1028 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1029
1030         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1031         parameter from calling `wl-thread-entity-get-older-brothers' and
1032         `wl-thread-entity-get-younger-brothers'.
1033         Replace nested `append' with a single one.
1034
1035 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * wl-summary.el (wl-summary-mode): Don't use the return value of
1038         `make-local-hook'.
1039
1040 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1041
1042         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1043         instead of `let*'.
1044         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1045         of local variables.
1046
1047 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1050         Renamed from wl-summary-window-scroll-functions.
1051         (wl-summary-window-scroll-functions): Don't set to variable.
1052         (wl-summary-display-top): Use run-hooks.
1053         (wl-summary-display-bottom): Ditto.
1054         (wl-summary-toggle-disp-msg): Ditto.
1055         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1056         Use it instead of wl-summary-window-scroll-functions.
1057         (wl-summary-goto-folder-subr): Don't call
1058         wl-summary-window-scroll-functions, use
1059         wl-summary-buffer-window-scroll-functions instead.
1060
1061 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1064         make-local-variable.
1065
1066 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1067
1068         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1069         set-buffer-modified-p.
1070         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1071         (wl-summary-display-bottom): Ditto.
1072         (wl-summary-toggle-disp-msg): Ditto.
1073
1074 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1077
1078         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1079         (wl-summary-forward): Use elmo-message-entity-field instead of
1080         elmo-message-field.
1081
1082         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1083
1084 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl-summary.el (wl-summary-window-scroll-functions): No use
1087         `append'.
1088
1089 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1090
1091         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1092         function.
1093         (wl-summary-window-scroll-functions): Call it when both
1094         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1095         (wl-summary-temp-mark): Added optional argument number.
1096         (wl-summary-message-mark): Added optional argument flag.
1097         (wl-summary-persistent-mark): Added optional argument number and flag.
1098         (wl-summary-update-persistent-mark): Ditto.
1099         (wl-summary-update-status-marks): Set "r" for interactive spec.
1100
1101         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1102         argument number and flag.
1103
1104         * wl-action.el (wl-summary-registered-temp-mark): 
1105         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1106
1107 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1110         internal variable (buffer local).
1111         (wl-summary-window-scroll-functions): New function.
1112         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1113         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1114         as nil.
1115         (wl-summary-update-status-marks): Added arguments beg, end and
1116         check.
1117         (wl-summary-update-mark-window): Use function.
1118         (wl-summary-sync-update): Follow the change above.
1119         (wl-summary-switch-to-clone-buffer): Copy
1120         wl-summary-buffer-unsync-mark-number-list.
1121         (wl-summary-goto-folder-subr): Set
1122         wl-summary-buffer-unsync-mark-number-list and
1123         use wl-summary-window-scroll-functions instead of
1124         wl-summary-lazy-highlight.
1125
1126         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1127
1128 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1131
1132         * wl-summary.el (wl-summary-update-persistent-mark): Call
1133         wl-summary-set-message-modified.
1134
1135         * wl-summary.el (wl-summary-sync-update): Don't call
1136         wl-summary-update-status-marks.
1137
1138         * Version number is increased to 2.11.18.
1139
1140 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1143         (wl-message-next-page): Ditto.
1144
1145 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1146
1147         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1148         local variable.  Change the order of a collected list into the
1149         same as the specified range.  Remove nil from a collected list.
1150
1151 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1154         argument for elmo-folder-list-messages.
1155
1156 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1159         change (wl-summary-count-unreads return a list instead of a cons
1160         cell).
1161
1162 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1163
1164         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1165         `wl-summary-folder-info-update'.
1166
1167 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-summary.el (wl-summary-set-message-modified): No use
1170         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1171         (wl-summary-set-mark-modified): Abolish.
1172         (wl-summary-mark-modified-p): Ditto.
1173         (wl-summary-save-view): Follow the change above.
1174
1175         * wl-expire.el (wl-summary-expire): Likewise.
1176
1177 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1178
1179         * wl-summary.el (wl-summary-detect-mark-position): Use
1180         modb-entity-handler.
1181         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1182
1183         * Version number is increased to 2.11.17.
1184
1185 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1186
1187         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1188         entity field value.
1189         (wl-summary-prefetch-msg): Ditto.
1190         (wl-summary-print-message-with-ps-print): Ditto.
1191
1192 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1193
1194         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1195         for dummy entity.
1196         (wl-summary-insert-thread): Use elmo-message-entity-field.
1197         (wl-summary-update-thread): Use elmo-message-entity-field and
1198         elmo-message-entity-number.
1199         (wl-summary-line-number):  Use elmo-message-entity-number.
1200         (wl-summary-line-size): Use elmo-message-entity-field.
1201         (wl-summary-line-subject): Ditto.
1202         (wl-summary-line-from): Ditto.
1203         (wl-summary-line-attached): Ditto.
1204         (wl-summary-create-line): Ditto.
1205         (wl-summary-create-line): Use elmo-message-entity-number.
1206         (wl-summary-print-message-with-ps-print): Use
1207         elmo-message-entity-field.
1208
1209 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1210
1211         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1212         change in elmo-msgdb-make-message-entity.
1213         (wl-summary-buffer-set-folder): Don't call
1214         wl-summary-detect-mark-position here.
1215         (wl-summary-rescan): Call elmo-message-entity-number.
1216         (wl-summary-sync-update): Ditto.
1217         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1218
1219         * wl-score.el (wl-score-header-index): Redefine 2th element.
1220         (wl-score-overview-entity-get-extra): Abolish.
1221         (wl-score-ov-entity-get): Rewrite.
1222         (wl-score-string-index<, wl-score-string-func<): Abolish.
1223         (wl-score-string<): New function.
1224         (wl-score-string-sort): Use it.
1225
1226         * wl-refile.el (wl-refile-guess-by-history): Use
1227         elmo-message-entity-field.
1228         (wl-refile-guess-by-from): Ditto.
1229         (wl-refile-guess-by-msgid): Ditto.
1230
1231         * Version number is increased to 2.11.16.
1232
1233 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1234
1235         * wl-folder.el (wl-folder-confirm-existence): Don't call
1236         file-exists-p if msgdb-path is nil.
1237         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1238         `wl-read-folder-hist' to `wl-read-folder-history'.
1239
1240 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1241
1242         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1243         `y-or-n-p'.
1244
1245 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-score.el (wl-score-headers): Don't use
1248         elmo-folder-do-each-message-entity.
1249
1250         * Version number is increased to 2.11.15.
1251
1252 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1253
1254         * wl-summary.el (wl-summary-delete-all-msgs): Use
1255         elmo-folder-move-messages instead of elmo-folder-delete-messages
1256         and elmo-folder-detach-messages.
1257         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1258
1259         * wl-expire.el (wl-expire-delete): Ditto.
1260         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1261
1262 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1263
1264         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1265         (wl-message-header-narrowing-fields): Ditto.
1266         (wl-message-header-narrowing-lines): Ditto.
1267         (wl-message-header-narrowing-string): Ditto.
1268
1269         * wl-summary.el (wl-summary-mode-map): Bind
1270         wl-summary-toggle-header-narrowing to "C-cC-f".
1271         (wl-summary-toggle-header-narrowing): New function.
1272
1273         * wl-message.el (wl-message-buffer-create): Call
1274         wl-message-header-narrowing-setup.
1275         (wl-message-redisplay): Call wl-message-header-narrowing.
1276         (wl-message-header-narrowing): New function.
1277         (wl-message-header-narrowing-map): New keymap.
1278         (wl-message-header-narrowing-widen-map): New keymap.
1279         (wl-message-header-narrowing-again-at-mouse): New function.
1280         (wl-message-header-narrowing-1): Ditto.
1281         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1282         (wl-message-header-narrowing-setup): Ditto.
1283         (wl-message-header-narrowing-toggle): Ditto.
1284         
1285         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1286
1287         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1288         'flag as all.
1289         (wl-use-flag-folder-help-echo): New user option.
1290
1291         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1292         wl-summary-highlight as nil.
1293         (wl-summary-set-mark-modified): Follow the API change.
1294         (wl-summary-mark-modified-p): Ditto.
1295         (wl-summary-mark-as-read-all): Ditto.
1296         (wl-summary-sync-marks): Don't call
1297         elmo-folder-list-messages-with-global-mark.
1298         (wl-summary-mark-as-read-internal): Follow the API change.
1299         (wl-summary-mark-as-answered-internal): Ditto.
1300         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1301         Follow the API change.
1302         (wl-summary-create-line): Call with number argument.
1303         (wl-summary-reply): Follow the API change.
1304
1305         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1306         function.
1307         (wl-highlight-summary-line-string): Call it when
1308         wl-use-flag-folder-help-echo is non-nil.
1309         (wl-highlight-summary-current-line): Ditto.
1310         (elmo-flag-folder-referrer): Added autoload setting.
1311
1312         * wl-draft.el (wl-draft-kill): Follow the API change.
1313
1314         * Version number is increased to 2.11.14.
1315         
1316 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1319
1320 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * Version number is increased to 2.11.13.
1323
1324 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-draft.el (wl-draft-previous-history-element): Fixed
1327         unbalanced parenthesis and bind unbound local variables.
1328
1329 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-draft.el (wl-draft-previous-history-element): New function.
1332         (wl-draft-next-history-element): Ditto.
1333         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1334         them to M-p and M-n.
1335
1336 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * Version number is increased to 2.11.12.
1339
1340 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1341
1342         * wl-draft.el (wl-draft-hide): Select buffer-window.
1343
1344 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1345
1346         * wl-summary.el (wl-summary-narrow-to-region): New function.
1347         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1348         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1349         (wl-summary-save-region): Use it.
1350         * wl-action.el (wl-summary-collect-numbers-region)
1351         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1352
1353 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-folder.el (wl-folder-count-incorporates): Don't use
1356         `elmo-msgdb-mark-load'
1357
1358         * Version number is increased to 2.11.11.
1359
1360 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1363         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1364
1365 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1366
1367         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1368
1369 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * Version number is increased to 2.11.10.
1372
1373 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-mime.el (wl-draft-attribute-value): Fixed.
1376
1377 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1378
1379         * wl-util.el (wl-copy-local-variables): New function.
1380
1381         * wl-mime.el (wl-draft-attribute-recipients): New function.
1382         (wl-draft-attribute-envelope-from): Ditto.
1383         (wl-draft-attribute-smtp-posting-server): Ditto.
1384         (wl-draft-attribute-smtp-posting-port): Ditto.
1385         (wl-draft-attribute-value): Ditto.
1386         (wl-draft-preview-message): Use it to get value for
1387         attributes. Reflect result of `wl-draft-config'.
1388
1389         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1390         and call `wl-summary-mark-as-read' before to call
1391         `wl-summary-unset-mark'.
1392         (wl-summary-target-mark-mark-as-unread): Likewise.
1393         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1394
1395 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1396
1397         * wl-mime.el (wl-draft-preview-message): Use actual value for
1398         attributes; Fix for small window.
1399
1400 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-refile.el (wl-refile-get-field-value): Call
1403         `elmo-message-entity-field' with 3rd argument is non-nil.
1404
1405 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1406
1407         * wl-vars.el (wl-draft-preview-attributes): New user option.
1408         (wl-draft-preview-attributes-list): Ditto.
1409         (wl-draft-preview-attributes-buffer-lines): Ditto.
1410         (wl-draft-preview-attributes-buffer-name): Ditto.
1411
1412         * wl-mime.el (wl-draft-preview-message): Display attributes.
1413
1414 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-summary.el (wl-summary-detect-mark-position): Bind
1417         wl-summary-flag-priority-list to '(new).
1418
1419 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1422         funtion.
1423         (wl-highlight-summary-line-string): Use it.
1424         (wl-highlight-summary-current-line): Ditto.
1425
1426 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1427
1428         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1429         line even when the mark string is not changed.
1430
1431         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1432         argument change in the wl-summary-create-line.
1433         (wl-thread-insert-entity-sub): Ditto.
1434
1435         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1436         argument change in the wl-summary-create-line.
1437         (wl-summary-insert-sequential): Ditto.
1438         (wl-summary-update-thread): Ditto.
1439         (wl-summary-persistent-mark-string): New inline function.
1440         (wl-summary-message-mark): Use it.
1441         (wl-summary-create-line): Abolish argument wl-persistent-mark
1442         and added wl-flags, wl-cached.
1443
1444         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1445         mark to flags.
1446         (wl-highlight-summary-current-line): Decide the face not by the 
1447         persistent mark but flags.
1448
1449 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1450
1451         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1452         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1453         wl-summary-read-uncached-mark): Revive.
1454         (wl-summary-answered-cached-mark,
1455         wl-summary-answered-uncached-mark): New user option.
1456         (wl-summary-score-marks): Follow the change above.
1457         (wl-summary-auto-refile-skip-marks): Ditto.
1458         (wl-summary-incorporate-marks): Ditto.
1459         (wl-summary-expire-reserve-marks): Ditto.
1460         (wl-summary-flag-priority-list): New user option.
1461
1462         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1463         changes.
1464         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1465         of elmo-message-mark.
1466         (wl-summary-mark-as-read-internal): Ditto.
1467         (wl-summary-mark-as-answered): Ditto.
1468         (wl-summary-mark-as-important): Ditto.
1469         (wl-summary-redisplay-internal): Ditto.
1470         (wl-summary-redisplay-no-mime-internal): Ditto.
1471         (wl-summary-message-mark): New function.
1472         (wl-summary-insert-sequential): Use wl-summary-message-mark
1473         instead of elmo-message-mark.
1474         (wl-summary-update-thread): Ditto.
1475         (wl-summary-persistent-mark): Ditto.
1476         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1477         instead of elmo-message-mark.
1478
1479         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1480         wl-summary-message-mark instead of elmo-message-mark.
1481         (wl-thread-insert-entity-sub): Ditto.
1482         (wl-thread-get-children-msgs-uncached): Ditto.
1483
1484         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1485         variable name changes.
1486         (wl-highlight-summary-current-line): Ditto.
1487
1488         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1489         wl-summary-message-mark instead of elmo-message-mark.
1490
1491         * wl-expire.el (wl-expire-message-p): Ditto.
1492
1493         * wl-score.el (wl-score-headers): Ditto.
1494
1495         * Version number is increased to 2.11.9.
1496
1497         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1498         (wl-summary-sync-update): Follow the change above.
1499         (wl-summary-switch-to-clone-buffer): Ditto.
1500         (wl-summary-open-folder): Ditto.
1501
1502 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1505         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1506
1507         * Version number is increased to 2.11.8.
1508
1509         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1510
1511         * wl-expire.el (wl-expire-refile): Follow the API change on
1512         `elmo-folder-move-messages'.
1513         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1514
1515         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1516         (wl-summary-exec-action-refile): Ditto.
1517         (wl-summary-exec-action-copy): Ditto.
1518         (wl-summary-no-auto-refile-message-p): No use
1519         `wl-summary-buffer-msgdb'.
1520         (wl-summary-auto-refile): Ditto.
1521
1522 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1525
1526 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1527
1528         * wl-summary.el (wl-summary-sync): Treat no-sync.
1529
1530         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1531         (wl-default-sync-range): Ditto.
1532
1533 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * wl-refile.el (wl-refile-subject-learn): Call
1536         `elmo-message-entity-field' with 3rd argument is non-nil.
1537         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1538         instead of `elmo-msgdb-overview-entity-get-subject'.
1539
1540 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1541
1542         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1543         scan-type is rescan.
1544         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1545         new optional argument force is non-nil.
1546         (wl-summary-save-view-cache): Call it with force argument non-nil.
1547
1548         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1549
1550 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * wl-action.el (wl-summary-print-argument): Fixed last change.
1553
1554 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1557         simplified.
1558         (wl-summary-target-mark-mark-as-unread): Likewise.
1559         (wl-summary-target-mark-mark-as-important): Likewise.
1560
1561 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1562
1563         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1564         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1565         (wl-summary-mark-as-important-region): Change accordingly.
1566         (wl-summary-target-mark-mark-as-important): Ditto.
1567
1568 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1571
1572         * wl-action.el (wl-summary-print-argument): Print argument to
1573         right side of window if `wl-summary-print-argument-within-window'
1574         is non-nil.
1575
1576 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1577
1578         * wl-action.el (wl-summary-set-mark): Use
1579         `wl-summary-message-visible-p' to check visibility of the message
1580         and jump to message only when the message line is visible and have
1581         different number; Call wl-summary-unset-mark with number argument.
1582         (wl-summary-unset-mark): 
1583         Use `wl-summary-message-visible-p'
1584         to check visibility of the message and jump to message only when
1585         the message line is visible and have different number;
1586
1587 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1588
1589         * Version number is increased to 2.11.7.
1590
1591         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1592         and wl-folder-summary-line-format.
1593
1594         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1595         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1596         (wl-summary-set-score-mark): Use it.
1597         (wl-summary-target-mark-mark-as-read): Ditto.
1598         (wl-summary-target-mark-mark-as-unread): Ditto.
1599         (wl-summary-target-mark-mark-as-important): Ditto.
1600         (wl-summary-target-mark-msgs): Simplified.
1601         (wl-summary-detect-mark-position): Fixed problem when
1602         summary-line-format no contain persisten/temp mark spec.
1603         (wl-summary-temp-mark): Ditto.
1604         (wl-summary-persistent-mark): Ditto.
1605         (wl-summary-update-persistent-mark): Ditto.
1606
1607         * wl-action.el (wl-summary-set-mark): Ditto.
1608         (wl-summary-unset-mark): Ditto.
1609         All other related portions are changed.
1610
1611 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1612
1613         * Version number is increased to 2.11.6.
1614
1615 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * wl-util.el (wl-current-message-buffer): Define as function;
1618         Don't use the value of wl-messge-buffer.
1619
1620         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1621         persistent mark.
1622
1623         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1624         no current message, cause an error.
1625
1626 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * wl-summary.el (wl-summary-set-message-modified): Use
1629         elmo-folder-set-message-modified instead of
1630         elmo-folder-set-message-modified-internal.
1631
1632 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1633
1634         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1635         interactively.
1636         (wl-summary-sync): nokill->entirely.
1637         (wl-summary-sync-marks): Fixed message.
1638         (wl-summary-input-range): Added mark, nokill->entirely.
1639
1640         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1641         messages as read.
1642
1643 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1644
1645         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1646         update-noscore.
1647         (wl-summary-sync): Follow the change above.
1648
1649 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * wl-action.el (wl-summary-target-mark-all): Use
1652         elmo-folder-list-messages.
1653
1654 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1655
1656         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1657         (wl-summary-rescan): Set wl-summary-scored as nil.
1658         (wl-summary-sync-force-update): Follow the change above.
1659         (wl-summary-sync): Ditto.
1660         (wl-summary-sync-update): Added argument disable-killed.
1661         (wl-summary-insert-headers): Set visible-only argument for
1662         elmo-folder-list-messages.
1663         (wl-summary-input-range): Added update-nokill, update-noscore,
1664         all-nokill, all-noscore and mark.
1665
1666         * Version number is increased to 2.11.5.
1667
1668         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1669
1670 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1673         (wl-summary-prefetch-region-no-mark): Change accordingly.
1674         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1675
1676 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1677
1678         * wl-address.el (wl-complete-field-to): Abolished.
1679         (wl-complete-address): Completion function for completing-read.
1680         * wl-action.el (wl-summary-get-resend-address): Use it.
1681
1682         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1683         wl-summary-update-mark and abolish unused argument.
1684         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1685         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1686         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1687         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1688         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1689         * wl-draft.el (wl-draft-kill): Ditto.
1690
1691         * wl-summary.el: Remove unused binding of case-fold-search.
1692         (wl-summary-replace-status-marks): Abolished.
1693
1694 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1695
1696         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1697         is specified or folder length is zero.
1698
1699 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1700
1701         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1702         (wl-folder-archive-current-entity): Ditto.
1703
1704 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1705
1706         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1707         retrieving message mark.
1708         (wl-summary-redisplay-internal): Ditto.
1709
1710         * wl-message.el (wl-message-buffer-display): Ignore errors while
1711         retrieving message-id field.
1712
1713         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1714         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1715         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1716         order of the arguments for `wl-expire-message-p'.
1717         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1718
1719         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1720         Check return value of wl-summary-reply.
1721         (wl-summary-reply): Recover window configuration when an error occured.
1722
1723 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1724
1725         * wl-summary.el (wl-summary-resend-message): Abolished, the
1726         feature is inherited by wl-summary-resend (put resend mark).
1727
1728 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1729
1730         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1731         wl-message-buffer to nil when the message is hide.
1732
1733 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * .cvsignore: New file.
1736
1737 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1738
1739         * wl-action.el (wl-summary-action-docstring): Add more info.
1740         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1741         duplicate definition.
1742         (wl-summary-define-mark-action): Functions wl-summary-*-region
1743         keep current position.
1744         (wl-summary-unregister-target-mark): Store result to the variable.
1745
1746 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1747
1748         * Version number is increased to 2.11.4.
1749
1750 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1753         wl-summary-delete-all-temp-marks.
1754         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1755
1756         * wl-action.el (wl-summary-set-mark): Changed terminology
1757         refile-destination -> action-argument.
1758         (wl-summary-unset-mark): Ditto.
1759         (wl-summary-remove-argument): Ditto.
1760         (wl-summary-print-argument): Ditto.
1761
1762         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1763         (wl-thread-remove-argument-region): Ditto.
1764         (wl-thread-print-argument-region): Ditto.
1765         (wl-thread-close): Ditto.
1766         (wl-thread-open): Ditto.
1767
1768         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1769         (wl-highlight-refile-destination-face is abolished)
1770         (wl-highlight-action-argument-string): Ditto.
1771         (wl-highlight-summary-current-line): Highlight action argument.
1772
1773         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1774         color for light backgrounds.
1775         (wl-highlight-summary-answered-face): Ditto.
1776
1777 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1778
1779         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1780
1781         * wl-score.el (wl-summary-score-update-all-lines): Use
1782         wl-summary-set-mark.
1783         (wl-summary-score-update-all-lines): Kill expunged messages.
1784
1785         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1786
1787 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1788
1789         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1790         directly.
1791         (wl-score-overview-entity-get-lines): Ditto.
1792         (wl-score-overview-entity-get-xref): Ditto.
1793         (wl-score-get-latest-msgs): Ditto.
1794         (wl-summary-rescore): Ditto.
1795
1796         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1797         to "&".
1798         (wl-summary-mark-as-answered-internal): New inline function.
1799         (wl-summary-mark-as-answered): New function.
1800         (wl-summary-mark-as-unanswered): Ditto.
1801         (wl-summary-sync-marks): Modified for answered-mark synching.
1802
1803 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-action.el (wl-summary-set-mark): Fixed last change.
1806
1807 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1808
1809         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1810         behavior of wl-summary-unread-message-hook
1811         (Pointed out by akira yamada <akira@arika.org>).
1812
1813 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1816         wl-summary-delete.
1817         * wl-xmas.el (wl-summary-toolbar): Ditto.
1818
1819         * wl-action.el (wl-summary-set-mark): Don't override current
1820         temp-mark.
1821
1822         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1823
1824 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1825
1826         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1827         (wl-refile-msgid-learn): Ditto.
1828         (wl-refile-get-field-value): Ditto.
1829
1830         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1831
1832         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1833         (wl-expire-delete-reserved-messages): Renamed from
1834         wl-expire-reserve-marked-msgs-from-list.
1835         (wl-expire-delete): Removed argument `msgdb'.
1836         (wl-expire-refile): Ditto.
1837         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1838         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1839         mark-alist as argument.
1840         (wl-expire-archive-number1): Removed argument `msgdb'.
1841         (wl-expire-archive-number2): Ditto.
1842         (wl-expire-archive-date): Ditto.
1843         (wl-expire-localdir-date): Ditto.
1844         (wl-expire-hide): Ditto.
1845         (wl-archive-number1): Ditto.
1846         (wl-archive-number2): Ditto.
1847         (wl-archive-date): Ditto.
1848         (wl-archive-folder): Ditto.
1849         All other related portions are changed.
1850
1851 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1854         mean move up and down. (suggested by Takashi Kawachi)
1855
1856 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-acap.el (toplevel): Don't require un-define.
1859
1860 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1861
1862         * wl-thread.el (wl-thread-delete-message): Always update
1863         wl-summary-buffer-number-list.
1864
1865         * wl-action.el (wl-summary-print-destination): 
1866         Do nothing when folder is nil.
1867
1868 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1869
1870         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1871         persistent mark when prefetch is succeeded.
1872
1873 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1874
1875         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1876         instead of elmo-msgdb-delete-msgs.
1877         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1878         (wl-expire-hide): Ditto.
1879
1880         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1881
1882         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1883         elmo-msgdb interface.
1884         (wl-thread-get-exist-children): Likewise.
1885         (wl-thread-insert-message): Likewise.
1886         (wl-thread-msg-mark-as-important): Likewise.
1887         (wl-thread-insert-entity-sub): Likewise.
1888         (wl-thread-get-children-msgs-uncached): Likewise.
1889
1890         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1891         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1892         (wl-summary-sync-update): Likewise.
1893         (wl-summary-auto-select-msg-p): Likewise.
1894         (wl-summary-update-thread): Likewise.
1895         (wl-summary-mark-as-important): Likewise.
1896         (wl-summary-jump-to-msg-internal): Likewise.
1897         (wl-summary-redisplay-internal): Likewise.
1898         (wl-summary-print-message-with-ps-print): Likewise.
1899         (wl-summary-folder-info-update): Likewise.
1900
1901         * wl-folder.el (wl-folder-check-one-entity):
1902         elmo-folder-count-flags instead of wl-summary-count-unread.
1903
1904         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1905
1906         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1907
1908         * wl-summary.el (wl-summary-set-message-modified): 
1909         Call wl-summary-set-mark-modified.
1910         (wl-summary-delete-messages-on-buffer): Call
1911         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1912         (wl-summary-sync-update): Call elmo-folder-length instead of
1913         elmo-folder-messages.
1914         (wl-summary-insert-headers): Don't call
1915         elmo-folder-list-message-entities.
1916
1917 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-action.el (wl-summary-define-mark-action): Call
1920         `wl-summary-set-mark' with argument `data'.
1921         (wl-summary-auto-refile): Fixed order of arguments when call
1922         `wl-summary-refile'.
1923
1924 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1925
1926         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1927
1928         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1929
1930         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1931         (Renamed from wl-highlight-summary-deleted-face).
1932         (wl-highlight-summary-resend-face): New face.
1933
1934         (wl-highlight-summary-deleted-face): Renamed from
1935         wl-highlight-summary-erased-face.
1936
1937         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1938
1939         * wl-action.el (wl-summary-get-resend-address): New function.
1940         (wl-summary-exec-action-resend): Ditto.
1941         (wl-summary-exec-action-resend-subr): Ditto.
1942
1943         * w-thread.el (wl-thread-copy): Removed definition.
1944         (wl-thread-refile): Ditto.
1945         (wl-thread-delete): Ditto.
1946         (wl-thread-target-mark): Ditto.
1947
1948         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1949         (wl-summary-target-mark-set-action): Fixed.
1950         (wl-summary-define-mark-action): Fixed quotation.
1951         (wl-summary-move-mark-list-messages): Display message.
1952         (wl-summary-define-mark-action): Define thread functions.
1953         (wl-summary-exec-action-refile): Changed message.
1954         (wl-summary-exec): Ditto.
1955
1956 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1957         
1958         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1959         '%%'.
1960
1961 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1962
1963         * wl.el (toplevel): Require wl-action.
1964         (wl-init): Call wl-summary-define-mark-action.
1965
1966         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1967
1968         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1969         wl-summary-delete and wl-summary-erase.
1970         (wl-summary-mode-map): Ditto.
1971
1972         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1973         wl-delete-folder-alist.
1974
1975         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1976         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1977         (toplevel): Moved mark & action related functions to the wl-action.el.
1978
1979         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1980         in wl-summary-mark-action-list.
1981         (wl-highlight-summary-current-line): Ditto.
1982
1983         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1984         empty lines.
1985
1986         * wl-action.el: New file. 
1987
1988 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * wl-summary.el (wl-summary-target-mark-replace): New function.
1991         (wl-summary-target-mark-prefetch): Use it.
1992         (wl-summary-target-mark-delete): Ditto.
1993         (toplevel): Rearranged definition order.
1994         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1995         (wl-summary-target-mark-erase): Rewrite.
1996         (wl-summary-erase-region): New function.
1997         (wl-summary-exec-action-erase): Changed message.
1998         (wl-summary-move-mark-list-messages): New function.
1999         (wl-summary-exec-action-delete): Use it.
2000         (wl-summary-exec-action-erase): Ditto.
2001
2002         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2003         (wl-summary-skip-mark-list): Added "d".
2004
2005         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2006         while searching.
2007
2008         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2009         and define using defcustom;
2010         Define 4th element as a face.
2011         
2012         * wl-summary.el (wl-summary-incorporate): Use 
2013         `wl-summary-prefetch-region-no-mark' instead of
2014         `wl-summary-prefetch-region'.
2015         (wl-summary-prefetch-region-no-mark): Revival of old
2016         `wl-summary-prefetch-region'.
2017         (wl-summary-mark-action-list): Moved to wl-vars.el
2018
2019         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2020         face according to the `wl-summary-mark-action-list'.
2021         (wl-highlight-summary-current-line): Ditto;
2022         Removed destination highlighting.
2023
2024         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2025         (wl-highlight-summary-line-string): Highlight for "i" mark.
2026         (wl-highlight-summary-current-line): Ditto.
2027
2028         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2029         no destination.
2030
2031         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2032         exists, just go ahead.
2033         (wl-summary-prefetch-region): Rewrite.
2034         (wl-summary-prefetch): Ditto.
2035         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2036         (wl-summary-exec-action-prefetch): New function.
2037         (wl-summary-target-mark-prefetch): Rewrite.
2038
2039 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2040
2041         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2042         (wl-highlight-summary-line-string): Added "d" and "D".
2043         (wl-highlight-summary-current-line): Ditto.
2044
2045         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2046         in wl-summary.el.
2047         (wl-thread-insert-entity-sub): Ditto.
2048         (wl-thread-remove-destination-region): Ditto.
2049         (wl-thread-print-destination-region): Ditto.
2050
2051         * wl-summary.el (wl-summary-buffer-refile-list,
2052         wl-summary-buffer-delete-list,
2053         wl-summary-buffer-copy-list): Abolish.
2054         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2055         All other related portions are changed.
2056         (wl-summary-mark-action-list): New variable.
2057         (wl-summary-set-mark): New function.
2058         (wl-summary-register-target-mark): Ditto.
2059         (wl-summary-unregister-target-mark): Ditto.
2060         (wl-summary-have-target-mark-p): Ditto.
2061         (wl-summary-register-temp-mark): Ditto.
2062         (wl-summary-unregister-temp-mark): Ditto.
2063         (wl-summary-registered-temp-mark): Ditto.
2064         (wl-summary-collect-temp-mark): Ditto.
2065         (wl-summary-unset-mark): Ditto.
2066         (wl-summary-set-target-mark): Ditto.
2067         (wl-summary-unset-target-mark): Ditto.
2068         (wl-summary-set-action-generic): Ditto.
2069         (wl-summary-unset-action-generic): Ditto.
2070         (wl-summary-exec-action-delete): Ditto.
2071         (wl-summary-exec-action-erase): Ditto.
2072         (wl-summary-set-action-refile): Ditto.
2073         (wl-summary-set-action-refile-subr): Ditto.
2074         (wl-summary-unset-action-refile): Ditto.
2075         (wl-summary-make-destination-numbers-list): Ditto.
2076         (wl-summary-exec-action-refile): Ditto.
2077         (wl-summary-set-action-copy): Ditto.
2078         (wl-summary-unset-action-copy): Ditto.
2079         (wl-summary-exec-action-copy): Ditto.
2080         (wl-summary-collect-numbers-region): Ditto.
2081         (wl-summary-delete): Rewrite.
2082         (wl-summary-erase): Ditto.
2083         (wl-summary-remove-destination): Ditto.
2084         (wl-summary-exec): Ditto.
2085         (wl-summary-exec-region): Ditto.
2086         (wl-summary-target-mark-erase): Ditto.
2087         (wl-summary-refile): Ditto.
2088         (wl-summary-copy): Ditto.
2089         (wl-summary-unmark): Ditto.
2090         (wl-summary-delete-all-mark): Ditto.
2091         (wl-summary-mark-line): Don't highlight.
2092         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2093         (wl-summary-target-mark-refile-subr): Rewrite.
2094
2095         (wl-summary-copy-prev-destination): Abolish.
2096
2097 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2100         default values along the value of wl-on-mule.
2101         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2102         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2103         It is not used anywhere.
2104
2105 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2106
2107         * wl-summary.el (wl-summary-print-destination): Keep position.
2108         (wl-summary-cursor-move-surface): Keep horizontal position.
2109
2110 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2111
2112         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2113         write sendlog.
2114
2115 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116
2117         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2118         `wl-summary-highlight'.
2119
2120 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2121
2122         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2123         trivial condition for temp-mark.
2124
2125 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2126
2127         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2128         when it hits killed buffer.
2129
2130 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2133         * wl-news.el.in: `message' and `error' take format string.
2134
2135 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2136
2137         * wl-folder (wl-folder-insert-entity): Display a message,
2138         `...done', when the work finish.
2139         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2140
2141 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2142
2143         * wl-message.el (wl-message-redisplay): Remove unused local
2144         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2145
2146 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147
2148         * wl-summary.el (wl-summary-replace-status-marks): Disable
2149         interactive use.
2150         (wl-summary-reedit): Check message existence at first.
2151         (wl-summary-mark-line): Fix doc, return value is indefinite.
2152
2153         * wl-highlight.el (wl-highlight-message): Arranged.
2154
2155         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2156         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2157         check temp-mark by wl-summary-temp-mark always.
2158         (wl-highlight-summary): Change accordingly.
2159         * wl-summary.el (wl-summary-mark-as-read-all)
2160         (wl-summary-delete-cache, wl-summary-set-score-mark)
2161         (wl-summary-mark-as-unread, wl-summary-unmark)
2162         (wl-summary-mark-line, wl-summary-mark-as-read)
2163         (wl-summary-mark-as-important): Ditto.
2164
2165         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2166         end of the window if possible.
2167         * wl-summary.el (wl-summary-sync-update): Support lazy
2168         highlighting.
2169         (wl-summary-toggle-disp-msg): Ditto.
2170
2171 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2172
2173         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2174
2175 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2178         change.
2179
2180 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2181
2182         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2183         API.
2184         (wl-summary-sync-update): Ditto.
2185
2186         * wl-score.el (wl-score-get-score-alist): Changed argument.
2187         (wl-summary-rescore-msgs): Likewise.
2188         (wl-summary-score-headers): Likewise.
2189         (wl-score-headers): Likewise;
2190         Use elmo-folder-do-each-message-entity, etc.
2191         (wl-summary-score-effect): Follow the changes above.
2192         (wl-summary-rescore): Ditto.
2193         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2194         (wl-score-get-overview): Abolish.
2195
2196         * wl-summary.el (wl-summary-default-from): Follow the API change in
2197         elmo-msgdb.
2198         (wl-summary-count-unread): Ditto.
2199         (wl-summary-detect-mark-position): Ditto.
2200         (wl-summary-overview-entity-compare-by-date): Ditto.
2201         (wl-summary-overview-entity-compare-by-number): Ditto.
2202         (wl-summary-overview-entity-compare-by-from): Ditto.
2203         (wl-summary-overview-entity-compare-by-subject): Ditto.
2204         (wl-summary-get-list-info): Ditto.
2205         (wl-summary-rescan): Ditto.
2206         (wl-summary-jump-to-msg-by-message-id): Ditto.
2207         (wl-summary-sync-update): Ditto; Removed comment.
2208         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2209         (wl-summary-insert-message): Use wl-summary-insert
2210         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2211         (wl-summary-insert-headers): Changed argument overview to folder.
2212         (wl-summary-search-by-subject): Likewise.
2213         (wl-summary-insert-thread): Renamed from 
2214         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2215
2216         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2217         too.
2218
2219         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2220         wl-string-member.
2221
2222 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2223
2224         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2225         elmo-folder-append-buffer.
2226         (wl-draft-queue-append): Likewise.
2227
2228         * wl-mime.el (wl-message-delete-current-part): Ditto.
2229         (wl-summary-burst-subr): Ditto.
2230
2231         * wl-news.el.in (wl-news-send-news): Ditto.
2232
2233 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2234
2235         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2236         function.
2237         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2238         (wl-summary-update-mark): Enclose with save-excursion.
2239         (wl-summary-mark-as-read-internal): Fixed last change.
2240         (wl-summary-mark-as-important): Use 3rd argument of
2241         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2242         Don't use elmo-msgdb-set-mark.
2243         (wl-summary-redisplay-internal): If msgdb flag is already read,
2244         just update the mark on buffer.
2245
2246 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2247
2248         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2249         cut visible folder when elmo-folder-delete returns non-nil value.
2250
2251 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2252
2253         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2254         by Kenichi OKADA <okada@opaopa.org>).
2255
2256 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2257
2258         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2259
2260 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2261
2262         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2263         Fixed the last change, search group entity by its real name.
2264         (Thanks to: KOBAYASHI Shinji)
2265
2266 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2269         (wl-fldmgr-access-display-all): Don't refer visible name.
2270         * wl-expire.el (wl-folder-archive-current-entity)
2271         (wl-folder-expire-current-entity): Ditto.
2272         * wl-folder.el (wl-folder-jump-to-current-entity)
2273         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2274         (wl-folder-open-folder-sub,wl-folder-open-all)
2275         (wl-folder-write-current-folder): Ditto.
2276         (wl-folder-insert-entity): Don't use petname for normal group.
2277         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2278         is the real name.
2279         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2280         Abolished.
2281
2282 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2283
2284         * wl-draft.el (wl-draft-create-buffer): Add
2285         `wl-summary-reply-with-citation'
2286
2287 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2288
2289         * wl-draft.el (wl-draft-reply): Fixed.
2290
2291 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2292
2293         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2294         when `wl-draft-send-confirm-with-preview' is non-nil.
2295         You can scroll up/down by j/k.
2296         (wl-draft-send-confirm-with-preview): New variable (default=t).
2297
2298 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2301         (wl-fldmgr-save-folders): Fix comment.
2302
2303 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2304
2305         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2306         along the last change in `wl-folder-buffer-group-p'.
2307
2308 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2309
2310         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2311         folder.
2312
2313         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2314         the default value.
2315
2316         * wl-mime.el (wl-summary-burst): Update summary only when target
2317         folder equals current folder.
2318
2319 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2320
2321         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2322
2323 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2324
2325         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2326         value.
2327
2328 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2331         `map-extents' instead of `extent-at' repeatedly.
2332         (wl-highlight-folder-current-line): Ditto.
2333
2334         * wl-highlight.el: Remove useless dummy functions.
2335
2336 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2337
2338         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2339         (wl-folder-put-folder-property): New function to put text property.
2340         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2341         (wl-folder-insert-entity, wl-folder-update-diff-line)
2342         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2343         * wl-e21.el, wl-xmas.el, wl-mule.el
2344         (wl-highlight-folder-current-line): Ditto.
2345         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2346         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2347         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2348         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2349
2350 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2351
2352         * Version number is increased to 2.11.3.
2353
2354 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2355
2356         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2357         Resume current-buffer since it is assumed by remaining tasks.
2358
2359 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2360
2361         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2362         (wl-folder-completion-function): Abolished.
2363         (wl-folder-complete-folder): New function.
2364         (wl-folder-complete-filter-condition): Ditto.
2365         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2366         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2367
2368 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2369
2370         * wl-draft.el (wl-draft-send-confirm): New function.
2371         (wl-draft-send): Use it.
2372
2373         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2374         cursor-in-echo-area while confirming.
2375
2376         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2377
2378         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2379         searching via nntp if wl-summary-search-via-nntp is 'force.
2380         Otherwise, invoke searching in nntp folder only.
2381         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2382
2383         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2384         explicitly for mime-make-text-tag.
2385
2386 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2387
2388         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2389         `mime-make-text-tag' instead of `mime-create-tag'.
2390
2391 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2392
2393         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2394         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2395
2396 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2397
2398         * wl-score.el (wl-score-save): Bind print-length and print-level.
2399         (wl-score-pretty-print): Ditto.
2400         (wl-score-edit-insert-header-entry): Ditto.
2401
2402         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2403         "From" entry to be treated with wl-draft-eword-encode-address-list.
2404         * wl-mime.el (wl-draft-preview-message): Ditto.
2405
2406         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2407         (wl-summary-mark-as-unread): Ditto.
2408         (wl-summary-mark-as-read-region): Change accordingly.
2409         (wl-summary-mark-as-unread-region): Ditto.
2410         (wl-summary-target-mark-mark-as-read): Ditto.
2411         (wl-summary-target-mark-mark-as-unread): Ditto.
2412
2413 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2414
2415         * Version number is increased to 2.11.2.
2416
2417 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2418
2419         * wl-news.el.in (wl-news-previous-version-save): Bind
2420         print-length and print-level.
2421         * wl-thread.el (wl-thread-save-entities): Ditto.
2422         (wl-thread-save-top-list): Bind print-length.
2423
2424 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2425
2426         * wl-highlight.el (wl-highlight-summary-line-string): Use
2427         wl-summary-score-below-mark, wl-summary-score-over-mark.
2428         (wl-highlight-summary-current-line): Ditto.
2429
2430 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2431
2432         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2433         insert it.
2434
2435 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2436
2437         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2438
2439 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2440
2441         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2442         message without msgid.
2443         Rewrite with elmo-folder-move-messages.
2444         Set wl-message-buffer to nil.
2445
2446         * wl-summary.el (wl-summary-erase-subr): New function. Use
2447         elmo-folder-move-messages.
2448         (wl-summary-erase): Call it.
2449         (wl-summary-target-mark-erase): Ditto.
2450
2451 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2452
2453         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2454         it is not up-tp-date.
2455
2456 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2457
2458         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2459         buffer after calling `wl-summary-goto-folder-subr' without the
2460         argument `interactive'.
2461         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2462
2463 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2464
2465         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2466         `mime-create-tag'. Use `string=' instead of `looking-at'.
2467
2468 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2469
2470         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2471         to avoid compile warning.
2472
2473         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2474         entity-id when folder is given.
2475         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2476         save-excursion, use save-selected-window instead.
2477         Select folder buffer window if exists.
2478         (To correct behavior with wl-folder-move-cur-folder.)
2479
2480 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2481
2482         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2483
2484 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2485
2486         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2487         list-count instead of %d.
2488
2489 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2490
2491         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2492         (wl-news): Set it.
2493         (wl-news-append-to-folder): Use it.
2494
2495         * wl-news.el.in (wl-news-send-news): Append to specified folder
2496         instead of wl-default-folder.
2497         (wl-news-append-to-folder): Show error message with specified folder.
2498
2499         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2500                 In most major modes, Emacs assumes that any opening
2501                 delimiter found at the left margin is the start of a
2502                 top-level definition, or defun. Therefore, *never put an
2503                 opening delimiter at the left margin unless it should have
2504                 that significance.*
2505
2506         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2507
2508 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2509
2510         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2511
2512 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2513
2514         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2515
2516 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2517
2518         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2519         for sequential numbering case.
2520
2521 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2522
2523         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2524         value.
2525         (wl-draft-reply-without-argument-list): Ditto.
2526         (wl-draft-reply-myself-with-argument-list): Abolish.
2527         (wl-draft-reply-myself-without-argument-list): Ditto.
2528         * wl-draft.el (wl-draft-self-reply-p): New function.
2529         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2530
2531 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2532
2533         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2534         (avoid error for the case without byte-compiling)
2535
2536 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2537
2538         * wl-news.el.in (wl-news-append-to-folder): New function.
2539         (wl-news-exit): Rewrite.
2540         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2541
2542 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2543
2544         * wl-draft.el (wl-draft-reply-position): New function.
2545         (wl-draft-reply-position): Fix.
2546         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2547         (wl-summary-target-mark-reply-with-citation): Ditto.
2548         (wl-summary-reply-with-citation): Ditto.
2549         * wl-vars.el (wl-draft-reply-default-position): New variable.
2550
2551 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2552
2553         * wl-draft.el (wl-draft-send): Preview when interactive send.
2554
2555 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2556
2557         * wl-draft.el (wl-draft-reply): Set default position.
2558         * wl-summary.el (wl-summary-reply): Ditto.
2559         (wl-summary-reply-with-citation): Ditto.
2560         (wl-summary-target-mark-reply-with-citation): Ditto.
2561
2562 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2563
2564         * wl-news.el.in (wl-news-lang): Set default value according to
2565         current-language-environment.
2566         (wl-news-append-news): Do nothing when news-list is nil.
2567
2568 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2569
2570         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2571         (wl-news): Change message.
2572         (wl-news-exit): Check buffer.
2573         (wl-news-force-exit): New function.
2574         (wl-news-show-all): New function.
2575         (wl-news-discard-and-exit): Fix.
2576
2577 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2578
2579         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2580         according to current-language-environment.
2581
2582         * wl-news.el.in (wl-news): If arg, show all NEWS after
2583         wl-news-default-previous-version.
2584
2585 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2586
2587         * wl-news.el.in (wl-news-check): Rewritten.
2588         (wl-news-previous-version-load): Change data type.
2589         (wl-news-previous-version-save): Change data type.
2590         (wl-news-append-news): Add return value.
2591         (wl-news-check-news): New function.
2592         (wl-news-already-current-p): New function.
2593         (wl-news-send-news): Rewritten.
2594         (wl-news-mode-map): Add new keybind.
2595         (wl-news): Rewritten.
2596         (wl-news-exit): Rewritten.
2597         (wl-news-discard-and-mail): New function.
2598         (wl-news-send-to-address): Abolished.
2599         * wl.el (wl-init): Delete a message.
2600
2601 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2602
2603         * wl-news.el.in (wl-news-exit): Update previous version.
2604         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2605
2606 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2607
2608         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2609
2610 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2611
2612         * wl-news.el.in (wl-news): New function.
2613         (wl-news-mode): New function.
2614         (wl-news-next-line): New function.
2615         (wl-news-next-page): New function.
2616         (wl-news-exit): New function.
2617         (wl-news-buf-name): New variable.
2618         (wl-news-mode-map): New variable.
2619         (wl-news-winconf): New variable.
2620         (wl-news-append-news): Add an option.
2621
2622 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2623
2624         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2625
2626 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2627
2628         * wl-news.el.in (wl-news-send-to-address): New variable.
2629         (wl-news-send-news): Use it.
2630         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2631         Return updating status.
2632         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2633
2634 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2635
2636         * wl-news.el.in (wl-news-send-news): Delete
2637         Organization and X-Face.
2638
2639 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2640
2641         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2642         (wl-news-append-news): New function.
2643         (wl-news-send-news): New function.
2644
2645 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2646
2647         * Version number is increased to 2.11.1.
2648
2649 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2650
2651         * wl-news.el.in : New file.
2652
2653 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2654
2655         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2656         default value.
2657         (wl-draft-reply-without-argument-list): Ditto.
2658
2659 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2660
2661         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2662         (wl-message-buffer-prefetch-idle-time): Ditto.
2663         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2664
2665 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2666
2667         * wl-thread.el (wl-thread-insert-message): Use
2668         wl-summary-max-thread-depth.
2669
2670         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2671         loop detection.
2672
2673         * wl-message.el (wl-message-buffer-display): Back to the first page
2674         when cache is hit.
2675
2676 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2679
2680         * wl-summary.el (wl-summary-insert-thread-entity):
2681         If the thread depth is reached to wl-summary-max-thread-depth,
2682         divide the thread.
2683
2684 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2685
2686         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2687         for elmo-remove-passwd.
2688
2689 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2690
2691         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2692         folder is sticky.
2693         (wl-folder-mark-as-read-all-entity): Ditto.
2694         (wl-folder-prefetch-entity): Ditto.
2695
2696 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2697
2698         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2699
2700 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2701
2702         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2703         Delete messages on buffer for unplugged operation.
2704         (wl-summary-erase): Ditto.
2705
2706 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2707
2708         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2709         take nil so as not to search parent by subject.
2710
2711 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2712
2713         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2714         (wl-folder-get-next-folder): Ditto.
2715         (wl-folder-get-path): Ditto.
2716
2717 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2718
2719         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2720         system and encode the region with it before verifying.
2721
2722 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2723
2724         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2725         system of the echo buffer before decoding.
2726
2727 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2728
2729         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2730         original contents.
2731
2732 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2735         with argument 'any-exists.
2736
2737 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2738
2739         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2740         Use `wl-cs-autoconv'.
2741
2742 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2743
2744         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2745         by `mime-view-automatic-conversion'.
2746
2747         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2748         (wl-message-verify-pgp-nonmime): Ditto.
2749         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2750         Bind them to C-c:d and C-c:v respectively.
2751
2752         Merge following code by Teranishi-san from [wl-en:00167].
2753         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2754         (wl-mime-preview-application/pgp-encrypted): Ditto.
2755         (wl-mime-setup): Add entry.
2756
2757 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2758
2759         * wl-summary.el (wl-summary-target-mark-erase): New function.
2760         Bind it to "mD".
2761
2762 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2763
2764         * wl-vars.el (wl-draft-write-file-function): Fix.
2765         (wl-draft-reedit-hook): Changed default value.
2766
2767         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2768         wl-draft-reedit-hook.
2769         (wl-draft-remove-text-plain-tag): New function.
2770         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2771
2772         * wl-vars.el (wl-draft-write-file-function): New user option.
2773
2774         * wl-draft.el (wl-draft-prepare-edit): Use it for
2775         local-write-file-hooks.
2776         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2777
2778         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2779         (wl-draft-insert-mail-header-separator): Return the body beginning
2780         point.
2781         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2782         text/plain.
2783         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2784
2785 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2786
2787         * wl-summary.el (wl-summary-erase): New function to erase message
2788         without moving it to trash. Bind to "D".
2789
2790         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2791         as `keep' unless switch-function.
2792
2793 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2794
2795         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2796         message buffer by using `wl-summary-toggle-disp-msg'.
2797         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2798         buffer window.
2799         (wl-summary-supresedes-message): Ditto.
2800
2801         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2802         Do not delete other windows.
2803         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2804         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2805         (wl-draft-create-buffer): Set reply-or-forward also for target
2806         mark commands.
2807
2808 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * wl-draft.el (wl-user-agent-compose): Delete special case for
2811         switch-to-buffer-other-window.
2812
2813         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2814         (wl-summary-forward): Ditto.
2815
2816         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2817         function.
2818         (wl-draft-buffer-style): New use option.
2819
2820         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2821         (wl-draft): Follow the change above.
2822         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2823         wl-draft-buffer-style.
2824         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2825         switch-function.
2826
2827 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2828
2829         * wl-draft.el (wl-user-agent-compose): Delete special case for
2830         switch-to-buffer-other-window.
2831
2832         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2833         (wl-summary-forward): Ditto.
2834
2835         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2836         function.
2837         (wl-draft-buffer-style): New use option.
2838
2839         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2840         (wl-draft): Follow the change above.
2841         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2842         wl-draft-buffer-style.
2843         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2844         switch-function.
2845
2846 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2847
2848         * wl-address.el (wl-address-make-completion-entry): Extracted from
2849         `wl-address-make-completion-list'.
2850         (wl-address-enable-strict-loading): New variable.
2851         (wl-address-make-completion-list): Revive petname duplication
2852         inquiry, and enable it if `wl-address-enable-strict-loading'.
2853         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2854
2855 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-message.el (wl-message-get-original-buffer): Avoid
2858         'Selecting deleted buffer' error when original buffer is killed.
2859
2860 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2861
2862         * wl-summary.el (wl-summary-next-message): Use
2863         elmo-message-accessible-p instead of elmo-message-cached-p.
2864
2865 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2868
2869         * wl-thread.el (wl-thread-open-all-unread): Use
2870         elmo-folder-list-flagged instead of
2871         elmo-folder-list-messages-mark-match.
2872
2873         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2874         instead of elmo-folder-list-messages-mark-match.
2875         (wl-summary-move-spec-alist): New variable.
2876         (wl-summary-move-spec-plugged-alist,
2877         wl-summary-move-spec-unplugged-alist): Abolish.
2878         (wl-summary-next-message): Follow the change above.
2879         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2880         with 'no-msg' argument.
2881
2882         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2883         variable.
2884         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2885         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2886         (wl-message-buffer-prefetch-get-next): Follow the change above.
2887
2888 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2889
2890         * wl-version.el (wl-version): Changed codename.
2891
2892         * Version number is increased to 2.11.0.
2893
2894 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2897         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2898         `wl-draft-config-variables'.
2899         (wl-draft-kill): Fixed problem when the draft is reedit.
2900
2901 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2902
2903         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2904         buffer-modified status (Thanks to
2905         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2906
2907 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-util.el (wl-region-exists-p): New function.
2910
2911         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2912         Remove defvars for byte-compile warnings.
2913
2914 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2915
2916         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2917         defvar-maybe. Removed unused bind.
2918
2919 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2920
2921         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2922         summary buffer window before creating new frame.
2923         (wl-draft-reply): Ditto.
2924
2925 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2928
2929 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2930
2931         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2932
2933 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2936         instead of `kill-region'.
2937
2938 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2939
2940         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2941         (wl-highlight-summary-line-string): Use it.
2942         (wl-highlight-summary-current-line): Ditto.
2943
2944         * wl-mime.el (wl-message-delete-current-part): Check the class of
2945         mime-entity.
2946
2947         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2948
2949         * wl-summary.el (wl-summary-make-number-list): Initialize.
2950         (wl-summary-update-mark): New function.
2951         (wl-summary-reply): Put `answered' mark on the message.
2952         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2953
2954         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2955         (wl-draft-reply): Added optional argument `number';
2956         Set wl-draft-parent-number.
2957         (wl-draft-kill): Delete answered mark if it is a reply.
2958
2959 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2960
2961         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2962         that originates in mime-preview-follow-current-entity.
2963         (wl-draft-yank-current-message-entity): Use it if region is active.
2964
2965         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2966         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2967         `wl-message-delete-current-part'.
2968         * wl-mule.el (wl-message-define-keymap): Ditto.
2969         * wl-xmas.el (wl-message-define-keymap): Ditto.
2970
2971 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2972
2973         * wl-mime.el (wl-message-delete-current-part): New function.
2974         (wl-mime-node-id-to-string): Ditto.
2975
2976         * wl-mime.el (wl-message-delete-current-part): Use existing
2977         original buffer which corresponds current mime-view buffer.
2978         (fetched buffer might have different structure, possibly)
2979
2980         * wl-mime.el (wl-message-delete-current-part): Quit if the
2981         message content differs from the actual message.
2982
2983 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2984
2985         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2986         order.
2987         (wl-summary-search-by-subject): Search parent message from tail;
2988         Check the existence of the parent message on the current thread tree.
2989         (wl-summary-update-thread): Check whether the line is inserted.
2990
2991 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2992
2993         * wl-vars.el (wl-summary-line-format): Undo last change.
2994         * wl-summary.el (wl-summary-print-destination): Do not put
2995         invisible property when `wl-summary-width' is nil.
2996         (wl-summary-line-subject-minimum-length): Abolished.
2997         (wl-summary-line-subject): Ditto.
2998
2999 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3000
3001         * wl-vars.el (wl-summary-line-format): Change default value.
3002         (wl-summary-subject-length-limit): Abolished.
3003         * wl-summary.el (wl-summary-line-subject): Ditto.
3004
3005 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-template.el (wl-template-select): Added optional argument.
3008         If optional argument is specified, reverse
3009         `wl-template-visible-select'.
3010
3011 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3012
3013         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3014         Take prefix argument to force asking the destination folder.
3015
3016 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3017
3018         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3019         count and update status.
3020
3021 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-summary.el (wl-summary-redisplay-internal): If
3024         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3025         after fetching.
3026
3027 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3028
3029         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3030         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3031
3032         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3033
3034 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3037         (All other related portions are changed).
3038         (wl-summary-mark-as-read-all): Rewrite.
3039
3040 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3043         `wl-summary-mark-as-read'.
3044         (wl-summary-mark-as-unread): Rewrite.
3045         (wl-summary-mark-as-read): Added no-modeline argument.
3046         (wl-summary-resume-cache-status): Rewrite.
3047         (wl-summary-exec-subr): Remove unused local variable.
3048
3049 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3052         logic to call `wl-summary-buffer-prev-folder-function'.
3053         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3054
3055 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3056
3057         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3058         is nil.
3059
3060 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3061
3062         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3063         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3064         (wl-mime-setup): Add its entry.
3065
3066 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3069         (wl-summary-delete-cache): Likewise.
3070         (wl-summary-mark-as-read): Rewrite.
3071
3072 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3075         `wl-summary-count-unread'.
3076
3077         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3078
3079         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3080
3081 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3084         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3085         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3086         Renamed to the elmo-msgdb-*-mark.
3087         (wl-summary-score-marks): Follow the change above.
3088         (wl-summary-auto-refile-skip-marks): Ditto.
3089         (wl-summary-incorporate-marks): Ditto.
3090         (wl-summary-expire-reserve-marks): Ditto.
3091
3092         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3093         changes.
3094         (wl-thread-insert-top): Changed updating message.
3095
3096         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3097         variable.
3098         (wl-summary-count-unread): Count answered marks.
3099         (wl-summary-rescan): Call wl-summary-insert-message instead of
3100         wl-summary-append-message-func-internal.
3101         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3102         (wl-summary-prefetch-msg): Follow the variable name changes.
3103         (wl-summary-prefetch-region): Ditto.
3104         (wl-summary-mark-as-read-all): Follow the API changes;
3105         Don't call elmo-folder-replace-marks.
3106         (wl-summary-delete-cache): Follow the variable name changes.
3107         (wl-summary-resume-cache-status): Ditto.
3108         (wl-summary-update-status-marks): New function.
3109         (wl-summary-insert-message): New function.
3110         (wl-summary-sync-marks): Follow the variable name changes.
3111         (wl-summary-sync-update): Synchronize to the msgdb, too;
3112         Changed update messages.
3113         (wl-summary-make-number-list): Rewrite.
3114         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3115         (wl-summary-mark-as-unread): Follow the API changes.
3116         (wl-summary-exec-subr): Follow the variable name changes.
3117         (wl-summary-mark-as-read): Ditto.
3118         (wl-summary-move-spec-plugged-alist): Ditto.
3119         (wl-summary-move-spec-unplugged-alist): Ditto.
3120         (wl-summary-cursor-move-surface): Ditto.
3121
3122         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3123         variable name changes.
3124         (wl-highlight-summary-current-line): Ditto.
3125
3126         * wl-expire.el (wl-expire-refile): Follow the API change in
3127         elmo-folder-move-messages.
3128         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3129         (wl-summary-archive): Use elmo-folder-msgdb instead of
3130         elmo-msgdb-load.
3131
3132 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3133
3134         * wl-mime.el (wl-draft-preview-message): Restore the position
3135         before evaluating wl-draft-send-hook in preview buffer.
3136
3137 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3140         when it creates new draft buffer.
3141
3142         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3143         without argument.
3144
3145         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3146         Evaluate content and if the value is string, insert it.
3147         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3148         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3149         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3150         wl-draft-config-sub-part-bottom): Use it.
3151
3152         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3153         with the folder name. The question was unintelligible when it is
3154         called from wl-save-status.
3155
3156 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3157
3158         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3159         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3160         cannot take second argument).
3161
3162 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3163
3164         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3165         as t. Since type and subtype are not case sensitive (RFC 2045).
3166
3167 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3168
3169         * wl-vars.el (wl-message-mode-line-format): New variable.
3170         (wl-message-mode-line-format-spec-alist): Ditto.
3171         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3172         (wl-message-redisplay): Use wl-message-mode-line-format.
3173
3174 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3175
3176         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3177
3178 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3179
3180         * wl-summary.el (wl-summary-default-from): Write description.
3181
3182 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3183
3184         * wl-vars.el (wl-ldap-objectclass): Abolish.
3185
3186         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3187         (wl-ldap-make-filter): Removed condition for objectclass.
3188         (wl-ldap-make-matched-value-list): Remove meaningless process.
3189         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3190         (wl-address-ldap-search): Don't add `*' to `pat' string;
3191         use ignore-errors; added `email';
3192         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3193         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3194         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3195
3196
3197 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3198
3199         * wl-draft.el (wl-draft-parent-folder): Write description.
3200         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3201
3202 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3203
3204         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3205         as "" (zero-length string) if no parent.
3206         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3207
3208 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * wl-address.el (wl-address-make-completion-list): Skip duplication
3211         checking.
3212         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3213         `append'.
3214
3215 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3216
3217         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3218         instead of `beginning-of-buffer'.
3219
3220 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3223
3224 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3227         Refer wl-message-buffer-name.
3228         (wl-message-wheel-down): Ditto.
3229
3230 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * wl-vars.el (wl-message-buffer-name): New user option.
3233
3234         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3235         directly instead of making alist dinamically.
3236
3237         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3238         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3239         wl-message-buffer-cache-name.
3240         (wl-message-buffer-cache-clean-up): Ditto.
3241
3242         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3243
3244         * Version number is increased to 2.9.15.
3245
3246 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3247
3248         * wl-vars.el (wl-summary-default-view-alist): New user option.
3249
3250         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3251
3252         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3253         while deleting address.
3254         (wl-draft-delete-myself-from-cc): Ditto.
3255
3256         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3257         If optional argument is specified, reverse sort order.
3258
3259         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3260
3261 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3262
3263         * wl-thread.el (wl-thread-insert-message): Return parent number if
3264         exists.
3265         (wl-thread-update-indent-string-region): Use
3266         wl-thread-update-line-on-buffer-sub instead of
3267         wl-thread-update-line-on-buffer.
3268
3269 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3270
3271         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3272         (wl-folder-close-all): Ditto.
3273
3274 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3275
3276         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3277         and mailing-list:.
3278         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3279         value.
3280         (wl-summary-line-list-info): Print mailing-list name even when 
3281         list-number is empty.
3282
3283 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3284
3285         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3286
3287         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3288         (wl-draft-open-file): Ditto.
3289         (wl-draft-random-alphabet): Ditto.
3290
3291         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3292         bindings.
3293
3294 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3295
3296         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3297         * wl-vars.el (wl-draft-config-alist): Ditto.
3298
3299 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3300
3301         * Version number is increased to 2.9.14.
3302
3303         * wl.el (wl): Don't set wl-init as nil when error occured while
3304         auto-checking folders.
3305
3306         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3307         `elmo-expand-newtext'.
3308
3309 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3310
3311         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3312         `this-command' so that `wl-folder-goto-folder' contained in
3313         `wl-summary-keep-cursor-command' work.
3314
3315 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3316
3317         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3318         message buffer displaying state.
3319
3320 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-vars.el (wl-summary-default-view): New variable to specify
3323         default value for `wl-summary-buffer-view' instead of using
3324         set-default.
3325         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3326
3327 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3328
3329         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3330
3331         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3332
3333 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3334
3335         * wl-vars.el (wl-forward-subject-prefix): New variable.
3336         * wl-draft.el (wl-draft-forward): Use it.
3337
3338 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3339
3340         * wl-message.el (wl-message-prev-page): When it is called without
3341         lines argument, scroll down by wl-message-scroll-amount lines.
3342         (wl-message-next-page): Ditto.
3343         * wl-vars.el (wl-message-scroll-amount): Change default value
3344         to preserve current behavior.
3345
3346 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3347
3348         * wl-summary.el (wl-summary-prefetch-msg): Bind
3349         `wl-message-entity' to call `wl-summary-from-function'.
3350
3351 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3352
3353         * wl-message.el (wl-message-buffer-create): Run
3354         wl-message-buffer-created-hook.
3355
3356 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3357
3358         * wl-summary.el (wl-summary-sort-specs): New variable.
3359         (wl-summary-default-sort-spec): Ditto.
3360         (wl-summary-sort): Rewrite.
3361         (wl-summary-sort-by-list-info): New function.
3362
3363 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3364
3365         * wl-summary.el (wl-summary-get-list-info): New function.
3366         (wl-summary-sort): Rewrite.
3367         (wl-summary-line-list-info): Ditto.
3368         (wl-summary-line-list-count): Ditto.
3369         (wl-summary-refile-region): Fixed docstring.
3370
3371 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3374         `wl-folder-entity-hashtb' as completion table.
3375
3376 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3379         only when this command is called interactively; silence the byte-
3380         compiler.
3381
3382 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3383
3384         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3385         active in XEmacs.
3386
3387 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3388
3389         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3390         plural lines.
3391
3392 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3393
3394         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3395         of current line when the cursor is on the header name.
3396         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3397
3398 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3399
3400         * wl-util.el (wl-read-directory-name): Return displayed directory
3401         as the default value also on XEmacs.
3402
3403 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3404
3405         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3406         formatting.
3407
3408 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3409
3410         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3411         argument and when it is non-nil, check face property before
3412         highlighting for each line.
3413         (wl-highlight-summary-window): Set it.
3414
3415 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3418         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3419
3420         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3421         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3422         (wl-draft-get-fcc-list): Likewise.
3423
3424 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3425
3426         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3427         (wl-thread-entity-cur): Ditto.
3428         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3429         wl-thread-indent-regexp setting.
3430         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3431
3432         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3433         wl-summary-lazy-highlight.
3434         (wl-summary-display-bottom): Ditto.
3435
3436         * wl-thread.el (wl-thread-open-close): Likewise.
3437
3438         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3439         from and subject;
3440         Bind wl-draft-use-frame;
3441         Enclose with save-window-excursion;
3442         Use wl-draft-create-buffer instead of with-temp-buffer;
3443         Use wl-draft-prepare-edit;
3444         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3445         Use wl-draft-send instead of wl-draft-raw-send.
3446
3447 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3448
3449         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3450         of using wl-from.
3451
3452 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3453
3454         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3455         insert-buffer instead of clone-buffer.
3456         (wl-draft-doing-mime-bcc): New variable.
3457         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3458         infinite loop.
3459         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3460
3461         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3462         (wl-draft-mime-bcc-body): Ditto.
3463
3464         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3465         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3466         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3467         wl-draft-do-mime-bcc.
3468         (wl-draft-mime-bcc-field): New function.
3469         (wl-draft-do-mime-bcc): Ditto.
3470
3471         * wl-address.el (wl-address-complete-header-list): New variable.
3472         (wl-address-complete-header-regexp): Changed default value.
3473
3474         * Version number is increased to 2.9.13.
3475
3476 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3477
3478         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3479         it is differed.
3480
3481 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3482
3483         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3484         (wl-summary-line-list-count): Ditto.
3485
3486 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3487
3488         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3489         (wl-nntp-posting-function): New variable.
3490         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3491         `wl-nntp-posting-config-alist'.
3492
3493 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3496         FLIM.
3497
3498 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3499
3500         * wl-summary.el (wl-summary-target-mark-refile-sub):
3501         Remove a nuisance funcall.
3502
3503 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3506         as t for `try-completion'.
3507
3508 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-summary.el (wl-summary-default-from): Use
3511         wl-address-header-extract-address instead of
3512         std11-extract-address-components.
3513         (wl-summary-simple-from): Ditto.
3514         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3515         (wl-summary-insert-headers): Show message.
3516         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3517         for whole line.
3518         (wl-summary-default-from): Revert last change.
3519         (wl-summary-simple-from): Ditto.
3520         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3521         (wl-summary-mark-as-read-region): Follow the change above.
3522         (wl-summary-sync-marks): Ditto.
3523         (wl-summary-target-mark-mark-as-read): Ditto.
3524         (wl-summary-redisplay-internal): Ditto.
3525         (wl-summary-redisplay-no-mime-internal): Ditto.
3526         (wl-summary-redisplay-all-header): Ditto.
3527         (wl-summary-mark-as-read): Removed argument `cached';
3528         Use current cache status to set cache mark.
3529         (wl-summary-redisplay-internal): Follow the change above.
3530         (wl-summary-redisplay-no-mime-internal): Ditto.
3531         (wl-summary-redisplay-all-header): Ditto.
3532
3533         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3534
3535         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3536         Don't call itself recursively (Adviced by Yamaoka-san).
3537
3538 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3539
3540         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3541         bind wl-summary-highlight as nil to avoid error caused by missing
3542         local variables.
3543
3544 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-vars.el (wl-invalid-character-message): New user option.
3547
3548         * wl-util.el (wl-set-string-width): If truncated string-width is
3549         larger than specified width, use `wl-invalid-character-message'.
3550
3551 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3552
3553         * wl-summary.el (wl-summary-prefetch-msg): 
3554         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3555
3556 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3557
3558         * wl-vars.el (wl-summary-check-line-format): New user option.
3559         (wl-summary-line-format-file): Ditto.
3560
3561         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3562         variable.
3563         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3564         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3565         and `wl-summary-view-old-p' to check whether do a rescan or not.
3566         (wl-summary-view-old-p): New function.
3567         (wl-summary-line-format-changed-p): Ditto.
3568         (wl-summary-line-format-save): Ditto.
3569         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3570
3571         * wl-util.el (wl-set-string-width): Avoid using negative number
3572         for make-string.
3573
3574 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3575
3576         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3577         return value.
3578
3579         * wl-util.el (wl-set-string-width): Added optional argument
3580         `padding' (All other related portions are changed).
3581         (wl-line-parse-format): If the first letter of column number is
3582         `0', zero-padding the result (ex: "%05l").
3583
3584         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3585
3586 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3589         sequential summary view.
3590
3591 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3594         if it doesn't have a -unix version.
3595
3596 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3599
3600 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3603         content.
3604         (wl-draft): Follow the change above.
3605
3606         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3607
3608         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3609         and wl-folder-summary-line-format-alist contain %T and %P.
3610
3611         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3612         (wl-summary-mode-line-format): New user option.
3613         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3614         (wl-summary-line-format): Changed default value.
3615         (wl-summary-lazy-highlight): Changed default value.
3616
3617         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3618         change in wl-summary-create-line.
3619         (wl-thread-insert-entity-sub): Ditto.
3620
3621         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3622         (wl-summary-buffer-unread-status): Ditto.
3623         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3624         (wl-summary-buffer-persistent-mark-column): Ditto.
3625         (wl-summary-buffer-mode-line-formatter): Ditto.
3626         (wl-summary-buffer-mode-line): Ditto.
3627         (wl-summary-message-regexp): Abolished.
3628         (All other related portions are changed.)
3629         (wl-summary-detect-mark-position): New function.
3630         (wl-summary-buffer-set-folder): Setup
3631         wl-summary-buffer-mode-line-formatter.
3632         (wl-summary-mode): Setup selective-display;
3633         Setup pre-idle-hook when xemacs.
3634         (wl-summary-update-modeline): Rewrite.
3635         (wl-summary-jump-to-msg): Define as function;
3636         Changed regexp for searching messages.
3637         (wl-summary-message-number): Rewrite.
3638         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3639         Do rescan when old type summary cache.
3640         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3641         (wl-summary-remove-destination): Use '\r' to detect EOL.
3642         (wl-summary-print-destination): Ditto.
3643         (wl-summary-temp-mark): New inline function.
3644         (wl-summary-persistent-mark): Ditto.
3645         (wl-summary-line-number): New function.
3646         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3647         (wl-summary-line-list-count): New function.
3648         (wl-summary-create-line): Added argument persistent-mark.
3649         (All other related portions are changed)
3650         (wl-summary-create-line): Insert '\r'.
3651         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3652         (wl-summary-cursor-move-surface): New inline function.
3653         (wl-summary-prev): Use it.
3654         (wl-summary-next): Ditto.
3655
3656         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3657         wl-summary-message-regexp.
3658         (wl-highlight-summary): Delete progress message.
3659         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3660
3661         * Version number is increased to 2.9.12.
3662
3663 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3664
3665         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3666         variable (nil: no minimum).
3667         (wl-summary-line-subject): Add some spaces after subject by
3668         wl-summary-line-subject-minimum-length.
3669
3670 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3671
3672         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3673         and removed `F'.
3674         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3675         change above).
3676
3677 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3678
3679         * wl-summary.el (wl-summary-line-list-count): Reverted.
3680         (example setting in samples/*/dot.wl is also updated)
3681
3682 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3683
3684         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3685
3686         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3687
3688         * wl-vars.el (wl-summary-line-format): Addes some description to the
3689         docstring.
3690
3691         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3692         (wl-summary-line-close-bracket): Ditto.
3693         (wl-summary-line-children-number): Ditto.
3694         (wl-summary-line-thread-indent): Ditto.
3695         (wl-summary-line-children-and-from): Ditto.
3696
3697         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3698         't', 'c', 'F' and added 'C'.
3699
3700         * wl-util.el (wl-set-string-width): Accept negative value.
3701         (wl-line-parse-format): Added "%number(" and "%)".
3702
3703 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3704
3705         * wl-summary.el (wl-summary-line-list-count): Change format of the
3706         return value.
3707
3708 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3709
3710         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3711         from the recent message.el.
3712         (wl-draft-point-in-header-p): Ditto.
3713         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3714         wl-draft-beginning-of-line.
3715         * wl-e21.el (wl-draft-mode-map): Ditto.
3716         * wl-xmas.el (wl-draft-mode-map): Ditto.
3717
3718         * wl-folder.el: Sort macrodefs by dependencies.
3719
3720 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3721
3722         * wl-summary.el (wl-summary-prev): Fixed regexp.
3723         (wl-summary-next): Ditto.
3724
3725 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3726
3727         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3728
3729 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3730
3731         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3732         for backward compatibility.
3733
3734 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3735
3736         * wl-summary.el (wl-summary-line-list-count): New function, merged
3737         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3738         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3739         list counts.
3740
3741 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-summary.el (wl-summary-create-line): Ignore errors while
3744         timezone-fix-time.
3745
3746         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3747
3748         * wl-summary.el (wl-summary-sync-update): Ditto.
3749         (wl-summary-default-from): Use wl-message-entity
3750         instead of entity.
3751
3752         * wl-summary.el (wl-summary-create-line): Fix.
3753
3754         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3755         (wl-summary-line-format): New user option.
3756         (wl-folder-summary-line-format-alist): Ditto.
3757         (wl-summary-from-width): Abolished.
3758
3759         * wl-util.el (toplevel): Require 'bytecomp.
3760         (wl-line-parse-format): New function.
3761         (wl-line-formatter-setup): New macro.
3762
3763         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3764         (wl-summary-buffer-line-formatter): New buffer local variable.
3765         (wl-summary-switch-to-clone-buffer): Follow the change above.
3766         (wl-summary-message-regexp): Fix.
3767         (wl-summary-from-func-internal): Abolished.
3768         (wl-summary-subject-func-internal): Ditto.
3769         (wl-summary-subject-filter-func-internal): Ditto.
3770         (All other related portions are changed.)
3771         (wl-summary-buffer-set-folder):
3772         Set up wl-summary-buffer-number-column and 
3773         wl-summary-buffer-line-formatter
3774         (All other related portions are changed.)
3775         (wl-summary-buffer-number-column-detect): Abolished.
3776         (All other related portions are changed.)
3777         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3778         (wl-summary-delete-all-temp-marks-on-buffer): Use
3779         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3780         (wl-summary-target-mark-delete): Ditto.
3781         (wl-summary-target-mark-refile-subr): Ditto.
3782         (wl-summary-target-mark-mark-as-read): Ditto.
3783         (wl-summary-target-mark-mark-as-unread): Ditto.
3784         (wl-summary-target-mark-mark-as-important): Ditto.
3785         (wl-summary-target-mark-save): Ditto.
3786         (wl-summary-replace-status-marks): Renamed from
3787         wl-summary-set-status-marks-on-buffer;
3788         Use wl-summary-message-regexp instead of
3789         wl-summary-buffer-number-regexp.
3790         (wl-summary-sync-update): Follow the change above.
3791         (wl-summary-goto-previous-message-beginning): New function.
3792         (wl-summary-mark-as-unread): Use it.
3793         (wl-summary-mark-as-important): Ditto.
3794         (wl-summary-line-formatter): New variable.
3795         (wl-summary-line-year): New function.
3796         (wl-summary-line-day): Ditto.
3797         (wl-summary-line-day-of-week): Ditto.
3798         (wl-summary-line-hour): Ditto.
3799         (wl-summary-line-minute): Ditto.
3800         (wl-summary-line-open-bracket): Ditto.
3801         (wl-summary-line-close-bracket): Ditto.
3802         (wl-summary-line-children-number): Ditto.
3803         (wl-summary-line-thread-indent): Ditto.
3804         (wl-summary-line-size): Ditto.
3805         (wl-summary-line-subject): Ditto.
3806         (wl-summary-line-from): Ditto.
3807         (wl-summary-line-children-and-from): Ditto.
3808         (wl-summary-create-line): Rewritten.
3809         (wl-summary-format-date): Abolished.
3810
3811         * wl-highlight.el (wl-highlight-summary-current-line): Use
3812         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3813         Use thread structure to detect thread top message.
3814
3815         * wl-draft.el (wl-default-draft-cite): Don't use
3816         wl-summary-from-func-internal.
3817
3818         * wl-refile.el (wl-refile-subject-learn): Don't use
3819         wl-summary-subject-filter-func-internal.
3820         (wl-refile-guess-by-subject): Ditto.
3821
3822         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3823         parameters.
3824
3825         * wl-thread.el (wl-thread-update-indent-string-region):
3826         Use wl-thread-update-line-on-buffer instead of
3827         wl-thread-update-indent-string.
3828         (wl-thread-update-children-number): Redefine using
3829         wl-thread-update-line-on-buffer.
3830         (wl-thread-update-indent-string): Abolished.
3831
3832         * Version number is increased to 2.9.11.
3833
3834 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3835
3836         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3837         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3838         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3839
3840         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3841         as nil.
3842
3843         * wl-thread.el (wl-thread-open-all-unread): Use 
3844         elmo-folder-list-messages-mark-match.
3845         (wl-thread-insert-message): Removed argument `mark-alist'.
3846         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3847         elmo-msgdb-set-mark.
3848         (wl-thread-get-children-msgs-uncached): Likewise.
3849         (wl-thread-get-exist-children): Added argument include-self.
3850         (wl-thread-delete-message): Follow the change above.
3851
3852         * wl-summary.el (wl-summary-count-unread): Removed argument.
3853         (wl-summary-rescan): Follow the change above.
3854         (wl-summary-mark-as-read-region): Ditto
3855         (wl-summary-mark-as-unread-region): Ditto.
3856         (wl-summary-delete-messages-on-buffer): Ditto.
3857         (wl-summary-sync-update): Ditto.
3858         (wl-summary-switch-to-clone-buffer): Ditto.
3859         (wl-summary-goto-folder-subr): Ditto.
3860         (wl-summary-target-mark-mark-as-read): Ditto.
3861         (wl-summary-target-mark-mark-as-unread): Ditto.
3862         (wl-summary-target-mark-mark-as-important): Ditto.
3863         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3864         (wl-summary-update-thread): Removed argument `mark-alist'.
3865         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3866         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3867         (wl-summary-resume-cache-status): Likewise.
3868         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3869         elmo-msgdb-set-mark.
3870         (wl-summary-mark-as-read-all): Likewise.
3871         (wl-summary-delete-cache): Ditto.
3872         (wl-summary-auto-select-msg-p): Ditto.
3873         (wl-summary-mark-as-unread): Ditto.
3874         (wl-summary-no-auto-refile-message-p): Ditto.
3875         (wl-summary-mark-as-read): Ditto.
3876         (wl-summary-mark-as-important): Ditto.
3877         (wl-summary-auto-refile): Follow the change above.
3878         (wl-summary-delete-all-marks): Removed.
3879         (wl-summary-resume-marks-and-highlight): Ditto.
3880         (wl-summary-resume-marks): Ditto.
3881         (wl-summary-delete-important-msgs-from-list): Ditto.
3882         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3883
3884         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3885         wl-summary-count-unread.
3886
3887         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3888         (wl-summary-score-update-all-lines): Use
3889         elmo-msgdb-set-mark.
3890
3891 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3892
3893         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3894         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3895         (wl-summary-create-line): Renamed from
3896         wl-summary-overview-create-summary-line;
3897         Argument rearrangement.
3898         (wl-summary-update-thread): Follow the change above.
3899
3900         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3901         (wl-thread-insert-entity-sub): Likewise.
3902
3903         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3904         argument `overview', `mark-alist' and added `msgdb'.
3905
3906         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3907
3908         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3909         (wl-summary-rescan): Follow the change above.
3910         (wl-summary-sync-update): Ditto.
3911         (wl-summary-insert-thread-entity): Ditto;
3912         Don't use `let*' in every while loop;
3913         Detect infinite loop of threads.
3914         (wl-summary-update-thread): Removed argument `overview'.
3915
3916         * wl-thread.el (wl-thread-insert-message): Ditto.
3917
3918         * Version number is increased to 2.9.10.
3919
3920         * wl-message.el (wl-message-redisplay): Ignore errors while
3921         wl-message-redisplay-hook.
3922
3923 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3926
3927 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * wl.el (wl): inhibit-quit while wl-folder.
3930
3931 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3932
3933         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3934         while msgdb access.
3935
3936 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3937
3938         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3939         even if no folder is not created.
3940
3941 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3942
3943         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3944
3945         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3946         implementation.
3947         (wl-summary-target-mark-thread): Ditto.
3948
3949         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3950
3951 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3952
3953         * wl-util.el (wl-display-bytes): Remove unused function.
3954
3955 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3956
3957         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3958         seems critical one (partially reverse the change in 2002/03/17).
3959
3960 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3961
3962         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3963         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3964
3965 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3966
3967         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3968         is not writable.
3969         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3970         plugged status instead of `'force' as 2nd argument.
3971
3972         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3973         is not creatable.
3974
3975         * Version number is increased to 2.9.9.
3976
3977 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3978
3979         * wl-summary.el (wl-summary-suspend): New function.
3980
3981 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3982
3983         * wl.el (wl): Do not check variables if check is nil.
3984         * wl-utils.el (wl-collect-draft): New function.
3985         * wl-folder.el (wl-folder-suspend): Put summary buffers
3986         and draft buffers at the end of buffer list.
3987         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3988
3989 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3990
3991         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3992         loop instead of recursive call.
3993
3994         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3995         2nd argument.
3996
3997 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3998
3999         * wl-draft.el (wl-draft-create-contents): Don't take neither
4000         (function . args) nor (string . something) any more.
4001
4002         * wl-version.el (wl-generate-user-agent-string): Return string
4003         without header symbol.
4004         * wl-draft.el (wl-draft-default-headers): Use it.
4005
4006         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4007         `wl-draft-insert-ccs' and return field value instead of inserting
4008         the header. Abolish cc argument.
4009         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4010
4011         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4012         rather than one with string car.
4013
4014         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4015         * wl-draft.el (wl-draft-create-contents): Add it after the default
4016         headers.
4017
4018         * wl-draft.el (wl-draft-create-contents): For the case of
4019         (symbol-or-string . function) insert header only when the function
4020         returns string value.
4021
4022 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4023
4024         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4025         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4026
4027 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * wl.el (wl-check-environment): Don't check Message-ID when
4030         `wl-insert-message-id' is nil.
4031         Revive checking if `wl-message-id-domain' contains "@".
4032
4033 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4034
4035         * wl.el (wl-check-environment): Merge examination for "@" at
4036         inappropriate position into the first string-match.
4037
4038         * wl-summary.el (wl-summary-target-mark-print): New function.
4039         (wl-summary-pipe-message-subr): Extracted from
4040         `wl-summary-pipe-message'.
4041         (wl-summary-target-mark-pipe): New function.
4042         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4043         `wl-summary-target-mark-pipe'.
4044
4045 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4046
4047         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4048
4049 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl.el (wl-check-environment): Use elmo-warning instead of
4052         error for non-critical ones.
4053         Remove trash folder check.
4054         (wl): Don't ignore error in wl-check-environment.
4055
4056         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4057         check, which is moved from `wl-check-environment'.
4058         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4059
4060 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4061
4062         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4063         guess anything, call wl-summary-write.
4064         (wl-summary-write): Create draft with blank To field.
4065         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4066
4067 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4068
4069         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4070         argument full as well for wl-folder-write-current-folder.
4071         If wl-*-write-current-folder cannot guess addressee, add blank
4072         To header.
4073         Rewrite condition for positioning cursor.
4074
4075 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4078         summary buffer is present, use it.
4079         (wl-folder-jump-to-previous-summary): Ditto.
4080
4081 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4082
4083         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4084
4085         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4086         wl-summary-previous-buffer and wl-summary-next-buffer.
4087
4088         * wl-folder.el (wl-folder-mode-map): Bind
4089         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4090         (wl-folder-jump-to-next-summary): New function.
4091         (wl-folder-jump-to-previous-summary): Ditto.
4092
4093         * wl-draft.el (wl-draft): Rearranged.
4094
4095 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4096
4097         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4098         of header.
4099         (wl-draft): Collect arguments for the header as header-alist.
4100         (wl-draft-forward): Arrange arguments for wl-draft.
4101         (wl-draft-reply): Ditto.
4102         (wl-draft-edit-string): Ditto.
4103         * wl-summary.el (wl-summary-write): Ditto.
4104         (wl-summary-write-current-folder): Ditto.
4105
4106         * Version number is increased to 2.9.8.
4107
4108 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4111
4112         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4113
4114         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4115         even if the guess failed.
4116
4117         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4118         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4119         wl-summary-write-current-folder.
4120         * wl-xmas.el: Ditto.
4121
4122 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-summary.el (wl-summary-next-page): Force display message if
4125         message is not displayed yet.
4126         (wl-summary-prev-page): Ditto.
4127
4128 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4129
4130         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4131
4132 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4133
4134         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4135         add "Preview Message" and "Save Draft and Exit".
4136
4137 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4140         if addrmgr is called from draft in splitted window.
4141
4142         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4143         * wl-mule.el: Ditto.
4144         * wl-xmas.el: Ditto.
4145
4146 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4147
4148         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4149
4150         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4151         * wl-xmas.el (wl-folder-toolbar): Ditto.
4152
4153 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4154
4155         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4156         and wl-draft-save-and-exit.
4157         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4158         * wl-xmas.el: Ditto.
4159         * wl-mule.el: Ditto.
4160
4161         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4162         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4163
4164 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4165
4166         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4167         lists for saving buffer.
4168
4169 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4172         parent-folder argument instead of it.
4173         (wl-draft-create-buffer): Ditto.
4174         (wl-draft-forward): Ditto.
4175         (wl-draft-reply): Ditto.
4176         * wl-summary.el (wl-summary-write): Ditto.
4177         (wl-summary-write-current-folder): Ditto.
4178
4179         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4180         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4181         Folder buffer after composing.
4182
4183 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4186         header if the file `wl-x-face-file' already contains it.
4187
4188 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4191         folder" entry.
4192         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4193         * wl-e21.el (wl-folder-toolbar): Ditto.
4194         * wl-xmas.el (wl-folder-toolbar): Ditto.
4195
4196 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4197
4198         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4199         wl-folder-goto-folder with sticky argument.
4200         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4201
4202 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4203
4204         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4205         and wl-summary-previous-buffer.
4206         (wl-summary-next-buffer): New function.
4207         (wl-summary-previous-buffer): Ditto.
4208
4209 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4210
4211         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4212         wl-folder-jump-to-current-entity-with-arg.
4213         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4214         `wl-folder-jump-to-current-entity'.
4215         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4216         `wl-summary-goto-folder-sticky'.
4217         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4218         `wl-summary-goto-folder'.
4219         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4220         Unless force-exit, do not clean temp. marks for sticky summary.
4221         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4222
4223 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4224
4225         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4226         not entire.
4227
4228 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4231         to `C-x C-s'.
4232         (wl-summary-save-status): New command.
4233         (wl-summary-exit): Don't clean-up temp marks when sticky.
4234         (Applied patch from Nakayama-san [wl: 09548])
4235         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4236         Do nothing when no mark data.
4237         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4238         Call `wl-summary-delete-all-temp-marks' before saving.
4239
4240 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4241
4242         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4243
4244 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4245
4246         * wl.el (wl-check-environment): Also cause error when (system-name)
4247         returns "localhost.localdomain". (Although it doesn't affect because
4248         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4249
4250 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4251
4252         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4253         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4254
4255         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4256         value.
4257
4258 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4259
4260         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4261         Likewise r-cc-list and r-ng-list.
4262
4263 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4266         only if it is bound as variable.
4267
4268         * wl-mime.el (wl-draft-preview-message): Ditto.
4269
4270 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4271
4272         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4273         needless `goto-char'.
4274
4275         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4276         `wl-summary-redisplay-no-mime-internal' instead of
4277         `wl-summary-redisplay-no-mime'.
4278         (wl-summary-redisplay-no-mime): Changed argument;
4279         Call `wl-summary-redisplay-no-mime-internal'.
4280
4281         * wl-mime.el (wl-draft-preview-message): Bind
4282         `mime-header-encode-method-alist' locally.
4283
4284         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4285         (wl-draft-std11-parse-addresses): Added the first address check.
4286         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4287
4288         * Version number is increased to 2.9.7.
4289
4290 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4293
4294 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4295
4296         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4297         related to scrollbar support, if there is no such a feature
4298         compiled in.
4299
4300 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4301
4302         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4303         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4304         for prefetch.
4305
4306 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4307
4308         * wl-summary.el (wl-summary-pick): Fix for no match.
4309
4310 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4311
4312         * wl-draft.el (wl-draft-save):
4313         Override `mime-header-encode-method-alist'.
4314
4315 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4316
4317         * wl-folder.el (wl-folder-pick): New function.
4318         Define key as "?".
4319
4320 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4321
4322         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4323         Fix for unplugged.
4324
4325 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-folder.el (wl-folder-virtual): New function.
4328         Define key as "V".
4329
4330 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4333         multi folder if entity is group.
4334
4335 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4336
4337         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4338         is nil.
4339
4340 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4341
4342         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4343         (wl-summary-target-mark-msgs): Return the number of marked messages.
4344
4345 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4346
4347         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4348         "first:" is specified.
4349
4350 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-vars.el (wl-from): Use return value of function
4353         user-full-name instead of the variable user-full-name since
4354         XEmacs-20.4 doesn't set this variable.
4355
4356 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4357
4358         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4359         call `wl' directly.
4360
4361 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4362
4363         * wl-draft.el (wl-draft-reedit): Removed duplicated
4364         switch-to-buffers.
4365
4366 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * wl.el (wl-other-frame): Removed garbages.
4369
4370 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4373
4374         * wl-xmas.el (wl-draft-key-setup): Ditto.
4375
4376         * wl-mule.el (wl-draft-key-setup): Ditto.
4377
4378         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4379         (wl-draft-reedit): Ditto.
4380         (wl-draft-prepare-edit): Add `wl-draft-save' to
4381         `local-write-file-hooks'.
4382         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4383         (wl-draft-reedit): Set buffer-file-name.
4384         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4385
4386
4387         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4388         call it.
4389         (wl-delete-startup-frame-function): New variable.
4390         (wl-other-frame): New function
4391         (Original was written by Yamaoka san [wl: 09239]).
4392
4393         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4394         if `wl-folder-use-frame'.
4395
4396 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4397
4398         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4399
4400 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4401
4402         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4403         New variable.
4404         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4405         (wl-message-buffer-prefetch-get-next): Use them.
4406         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4407
4408 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4409
4410         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4411         with unwind-protect.
4412
4413         * wl-draft.el (wl-draft-reedit): Rewrite.
4414         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4415         (wl-draft-save): Insert header separator if it does not exist;
4416         Removed condition-case.
4417
4418         * wl-summary.el (wl-summary-reedit): Revert last change.
4419
4420         * wl-draft.el (wl-draft-save): Rewrite.
4421         (wl-draft-create-buffer): Set buffer-file-name as nil.
4422
4423         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4424
4425         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4426
4427         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4428         nil.
4429
4430 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4431
4432         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4433         If count is nil, do not prefetch.
4434         (wl-message-buffer-prefetch-next): Next.
4435
4436 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4437
4438         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4439
4440 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4441
4442         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4443         `delete-backward-char'
4444         (wl-draft-prepare-edit): Check major-mode.
4445         (wl-draft-decode-header): Rewrite.
4446         (wl-draft): Fix.
4447
4448 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4449
4450         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4451
4452 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4453
4454         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4455         (wl-message-buffer-prefetch-get-next): Remove size checking.
4456         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4457
4458 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4459
4460         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4461         (wl-draft-default-headers): Fix.
4462
4463 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4464
4465         * wl-draft.el (wl-draft-default-headers): Insert return value of
4466         `wl-generate-mailer-string-function'.
4467
4468 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4471         (wl-draft-insert-mail-header-separator): Ditto.
4472
4473         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4474         again (Reverted the change on 2002-01-17 by OKADA san).
4475
4476 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl-draft.el (wl-draft): Rewrite.
4479         (wl-draft-create-buffer): New function.
4480         (wl-draft-create-contents): Ditto.
4481         (wl-draft-prepare-edit): Ditto.
4482         (wl-draft-decode-header): Ditto.
4483         (wl-draft-decode-body): Ditto.
4484         (wl-draft-check-new-line): Ditto.
4485         (wl-draft-default-headers): Ditto.
4486         (wl-draft-insert-mail-header-separator): Ditto.
4487
4488 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * Version number is increased to 2.9.6.
4491
4492 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * wl-draft.el (wl-draft-delete-field): Optional argument.
4495         (wl-draft-delete-fields): Ditto.
4496
4497 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4498
4499         * wl-message.el (toplevel): Eliminated byte-compile warning.
4500         for `itimer-function', `delete-timer' and `itimer-list'.
4501
4502 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4503
4504         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4505         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4506         `wl-message-buffer-prefetch-threshold'.
4507         * wl-summary.el (wl-summary-redisplay-internal): Remove
4508         the check of `wl-message-buffer-prefetch-depth'.
4509
4510 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4511
4512         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4513         size of article.
4514         (wl-message-buffer-prefetch-subr): Remove size check.
4515
4516 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-vars.el (wl-plugged): Make customizable.
4519
4520 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4523         (wl-message-buffer-prefetch-set-timer): New function.
4524         (wl-message-buffer-prefetch-get-next): New function.
4525         (wl-message-buffer-prefetch): New function.
4526         (wl-message-buffer-prefetch-next): Rewrite.
4527         (wl-message-buffer-prefetch-subr): Rewrite.
4528         * wl-vars.el (wl-auto-prefetch-first): New variable.
4529         * wl-summary.el (wl-summary-goto-folder-subr): Call
4530         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4531
4532 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4533
4534         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4535         `wl-summary-unread-message-hook'.
4536
4537 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4538
4539         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4540         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4541         if range is `cache-status'.
4542
4543 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4544
4545         * wl-message.el (wl-message-buffer-prefetch-subr):
4546         Improve debug message.
4547
4548 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4551         `wl-mail-send-pre-hook'.
4552         (wl-draft-send-mail-with-qmail): Ditto.
4553         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4554
4555 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4556
4557         * wl-message.el (wl-message-buffer-prefetch-subr):
4558         Fix for cancel-function-timers bug.
4559         (wl-message-buffer-prefetch-debug): Default value is t.
4560
4561 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4562
4563         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4564         (wl-message-buffer-prefetch-subr): Rewrite.
4565         Rename from `wl-message-buffer-prefetch'.
4566
4567 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4570         (wl-default-draft-cite-decorate-author): Ditto.
4571
4572         * wl-draft.el (wl-draft-cite-function): Removed.
4573         (wl-default-draft-cite-decorate-author): Ditto.
4574
4575 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4576
4577         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4578         (wl-default-draft-cite): Do not arrange author name if the value of
4579         `wl-default-draft-cite-decorate-author' is nil.
4580
4581 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4584
4585         * wl-folder.el (wl-folder-check-one-entity): Don't care
4586         `elmo-folder-use-flag-p'.
4587
4588 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4589
4590         * wl-folder (wl-folder-check-one-entity): Fix
4591         problem if unread is nil.
4592
4593 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-address.el (wl-address-make-completion-list): Check whether
4596         the address is a group list.
4597         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4598
4599 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4600
4601         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4602         The number of the messages of new and unread does not count
4603         correctly.
4604
4605         * wl-summary.el (wl-summary-count-unread): Changed to return
4606         `(new . unread)' instead of total.
4607         (wl-summary-sync-update): Follow the change above.
4608
4609         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4610
4611 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-address.el (wl-address-make-completion-list): Do not enclose
4614         address by " <" and ">" if associated realname is "".
4615         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4616         This is against the promblem with group list in .addresses pointed
4617         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4618
4619 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4622         message is a format control string.
4623         * wl-expire.el (wl-expire-append-log): Ditto.
4624         * wl-mime.el (wl-summary-burst-subr): Ditto.
4625         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4626         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4627
4628 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4629
4630         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4631         wl.el (wl-check-variables): Rename from `wl-check-type'.
4632         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4633         (wl-check-variables-2): New function.
4634         (wl): Call `wl-check-variables-2'.
4635
4636 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4639         after renaming folder in access group.
4640
4641 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4644         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4645         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4646         (wl-message-buffer-prefetch): Rewrite.
4647         (wl-message-buffer-prefetch-idle-time): Removed.
4648         * wl-summary.el (wl-summary-redisplay-internal):
4649         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4650         Error check for `wl-message-buffer-prefetch-depht'.
4651
4652 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * Version number is increased to 2.9.5.
4655         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4656
4657 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4660         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4661         Based on the patch written by
4662         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4665
4666         * wl-draft.el (wl-draft-raw-send): Fix for
4667         `wl-news-send-pre-hook'
4668
4669 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4670
4671         * wl-utils.el (wl-message-id-function): New variable.
4672         * wl-draft.el (wl-draft-insert-required-fields):
4673         Use `wl-message-id-function'.
4674
4675 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4676
4677         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4678         * wl-utils.el (wl-draft-make-message-id-string):
4679         Use `wl-from' for domain part of Message-ID
4680         if `wl-message-id-use-wl-from' if non-nil.
4681         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4682
4683 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4684
4685         * wl.el (wl): Call `wl-check-type'
4686         Do not 'condition-case'.
4687
4688 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4689
4690         * wl.el (wl-check-type): New function.
4691         (wl-check-type-variables): New variable.
4692
4693 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4694
4695         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4696
4697 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * wl-draft.el (wl-smtp-password-key): New function.
4700         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4701         (wl-draft-send-mail-with-smtp): Ditto.
4702         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4703
4704 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4707         * wl-utils.el (wl-unique-id-suffix): Remove.
4708
4709 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * Version number is increased to 2.9.4.
4712
4713 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4714
4715         * wl-utils.el (wl-unique-id-suffix): New variable.
4716         (wl-unique-id): Use `wl-unique-id-suffix'
4717
4718 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4719
4720         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4721         instead of `elmo-msgdb-search'.
4722
4723         * Version number is increased to 2.9.3.
4724
4725 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4726
4727         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4728
4729 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4730
4731         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4732         (wl-draft-dispatch-message): Changed for send-later.
4733         (wl-draft-queue-flush): Ditto.
4734         (wl-draft): Clear `wl-sent-message-queued'.
4735         (wl-draft-reedit): Ditto.
4736         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4737         * wl-vars.el (wl-draft-force-queuing): New variable.
4738         (wl-draft-force-queuing-mail): New variable.
4739         (wl-draft-force-queuing-news): New variable.
4740
4741 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4744         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4745
4746 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4747
4748         * Version number is increased to 2.9.2.
4749
4750 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * wl-draft.el (wl-draft-elide-region): New user command.
4753         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4754
4755         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4756         command `wl-draft-elide-region'.
4757         * wl-mule.el: Ditto.
4758         * wl-xmas.el: Ditto.
4759
4760 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4763         (wl-biff-check-folder-async): Removed needless let.
4764
4765 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4768         wl-folder-get-elmo-folder.
4769         (wl-biff-check-folder): Set `biff' argument of
4770         `wl-folder-check-one-entity'.
4771         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4772
4773         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4774         (wl-folder-check-one-entity): Added `biff' argument;
4775         Setup `biff' slot of folder.
4776
4777         * Version number is increased to 2.9.1.
4778
4779 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4780
4781         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4782         comment out and fixed.
4783         (wl-fldmgr-add-completion-subr): Ditto.
4784
4785         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4786         and msgdb.
4787
4788         * wl.el (wl-toggle-plugged): Save summary view.
4789
4790 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4791
4792         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4793
4794 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4795
4796         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4797
4798 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4801         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4802         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4803
4804         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4805         if it was failed.
4806         (wl-demo): Disable undo in the demo buffer.
4807
4808 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-version.el (wl-version): Changed codename.
4811
4812         * Version number is increased to 2.9.0.
4813
4814 2001-12-14  Takuo KITAME <kitame@northeye.org>
4815
4816         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4817         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4818         (wl-folder-mark-as-read-all-current-entity): Ditto.
4819
4820 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4821
4822         * wl-vars.el (wl-from-width): Define as obsolete variable.
4823         (wl-subject-length-limit): Ditto.
4824
4825         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4826
4827         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4828         wl-summary-save-view.
4829
4830         * wl.el (wl-save-status): Ditto.
4831         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4832
4833         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4834         (wl-summary-exit): Follow the change above.
4835         (wl-summary-goto-folder-subr): Ditto.
4836
4837         * wl-folder.el (wl-folder-create-subr): Don't use
4838         `elmo-folder-creatable-p'.
4839
4840 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4841
4842         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4843
4844 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4847         rather than bitmap on Emacs 21.
4848         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4849         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4850         for xbm if the new redisplay engine is not available.
4851
4852 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-folder.el (wl-folder-init-hook): New hook.
4855         (wl-folder-init): Run `wl-folder-init-hook'.
4856
4857 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4860
4861 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-acap.el (wl-acap-cache-filename): New variable.
4864         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4865         (wl-acap-init): Use cache if no ACAP server found.
4866
4867 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4868
4869         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4870         `wl-acap-original-msgdb-dir'.
4871
4872         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4873         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4874
4875         * wl-mime.el (wl-mime-save-directory): Renamed from
4876         `wl-mime-save-dir'.
4877
4878 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4881
4882         * wl-demo.el: Require `path-util'.
4883         (wl-demo-bitmap-mule-available-p): New internal variable.
4884         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4885         `module-installed-p' instead.
4886         (wl-demo-insert-image): Use *.img file for a bitmap image.
4887         (wl-demo): Don't call the ascii demo recursively.
4888
4889 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4890
4891         * Version number is increased to 2.7.7.
4892
4893 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4894
4895         * wl.el (wl-exit): Eliminated byte-compile warning.
4896
4897 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4898
4899         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4900         obsolete variable using `elmo-define-obsolete-variable'.
4901         (wl-fetch-confirm-threshold): Ditto.
4902         (wl-cache-prefetch-folder-type-list): Ditto.
4903         (wl-cache-prefetch-folder-list): Ditto.
4904
4905 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4908         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4909         (wl-demo-insert-image): New function.
4910         (wl-demo-insert-text): New function.
4911         (wl-demo-image-type-alist): Redefine as a function.
4912         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4913         (wl-demo-with-temp-file-buffer): Removed.
4914         (wl-logo-xpm): Removed.
4915         (wl-logo-xbm): Removed.
4916         (wl-logo-bitmap): Removed.
4917
4918 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4919
4920         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4921         (wl-expire-localdir-get-folder-function): New user option.
4922         (wl-expire-localdir-get-folder): New function.
4923         (wl-expire-localdir-date): Ditto.
4924
4925 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4926
4927         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4928         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4929         Fixed unread number mismatch when all-unread < unread.
4930
4931 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4932
4933         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4934         (wl-fetch-confirm-threshold): Ditto.
4935
4936         * wl-summary.el (wl-summary-confirm-appends): Removed.
4937         (wl-summary-sync-update): Don't refer
4938         `wl-summary-update-confirm-threshold' (It is now abolished).
4939
4940         * wl-message.el (wl-message-display-internal): Don't refer
4941         `wl-fetch-confirm-threshold' (It is now abolished).
4942
4943 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4946
4947 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4948
4949         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4950         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4951         Change default value to nil.
4952         (wl-summary-indent-length-limit): The value can be nil, nil means
4953         unlimited.
4954
4955         * wl-summary.el: Don't set limit for indent length if the value of
4956         wl-summary-indent-length-limit is nil.
4957         If the value of wl-summary-width is nil, it means only that the width
4958         of summary is unlimited (nil doesn't mean that the indent length is
4959         unlimited).
4960
4961         * wl-thread.el: Ditto.
4962
4963 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4964
4965         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4966         be nil, nil means never confirm.
4967         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4968
4969 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4970
4971         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4972         means unlimited).
4973
4974 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4977         Use `with-temp-buffer'.
4978
4979 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4982         with new backquote style).
4983         (wl-folder-get-entity-from-buffer): Ditto.
4984
4985 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4986
4987         * wl-version.el (nemacs-version): Eliminated.
4988         (wl-extended-emacs-version2): Ignore nemacs.
4989         (wl-extended-emacs-version3): Ditto.
4990
4991 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4992
4993         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4994         (wl-draft-add-in-reply-to): New variable.
4995         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4996         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4997         (wl-draft-yank-from-mail-reply-buffer): Use
4998         `wl-draft-add-in-reply-to'.
4999         (wl-draft-insert-current-message): Ditto.
5000
5001 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5002
5003         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5004         typo (kill->hide).
5005         (wl-message-buffer-prefetch-folder-type-list): Added elements
5006         `mark' and `cache' instead of `internal'.
5007
5008 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5011         resume msgdb directory.
5012
5013 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl.el (wl-exit): Call `wl-acap-exit'.
5016
5017         * wl-summary.el (wl-summary-message-string): New function.
5018         (wl-summary-reedit): Use it.
5019         (wl-summary-resend-bounced-mail): Remove needless let.
5020         (wl-summary-supersedes-message): Ditto.
5021         (wl-summary-save): Ditto.
5022
5023         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5024         (wl-acap-init): Set it.
5025         (wl-acap-exit): New function.
5026
5027 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5028
5029         * wl.el (wl-init): Revert (require 'mime-setup). move from
5030         toplevel.
5031
5032 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5033
5034         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5035         local variables.  Add error when guess function return invalid
5036         value.
5037
5038 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5039
5040         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5041         Change local variable name.
5042         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5043         (wl-folder-get-newsgroups): Return nil when non-news folder.
5044         * wl-summary.el (wl-summary-write-current-folder): State through
5045         when guess-list return nil.
5046         (wl-summary-write-current-folder-functions): Fixed docstring.
5047
5048         * wl.el (wl-exit): Changed confirm message.
5049
5050         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5051         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5052
5053         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5054
5055 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5056
5057         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5058         user option (Renamed from wl-cache-prefetch-folder-type-list).
5059         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5060         from wl-cache-prefetch-folder-list).
5061
5062         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5063         Move to wl-vars.el.
5064         (wl-message-buffer-prefetch-p): Changed to enable
5065         `wl-message-buffer-prefetch-folder-list'.
5066
5067         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5068         `ignore-cache'.
5069
5070 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5071
5072         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5073         `part-top' and `part-bottom'.
5074         (wl-draft-config-sub-part-top): New function.
5075         (wl-draft-config-sub-part-bottom): New function.
5076
5077 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5080
5081 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5082
5083         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5084
5085 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5086
5087         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5088
5089         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5090         (wl-summary-write-current-folder): Ditto.
5091
5092 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-folder.el (wl-folder-get-newsgroups): Use
5095         `elmo-folder-newsgroups'.
5096
5097 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5098
5099         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5100         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5101         `wl-draft-config-sub-header-bottom'.
5102
5103 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5104
5105         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5106         localnews folder.
5107
5108 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-summary.el (wl-summary-mode): Undo last change.
5111
5112         * wl-folder.el (wl-folder-mode): Ditto.
5113
5114 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-summary.el (wl-summary-mode): Locally set
5117         truncate-partial-window-width to nil.
5118         (for XEmacs)
5119
5120         * wl-folder.el (wl-folder-mode): Ditto.
5121
5122 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5125
5126 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5129         number.
5130
5131         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5132
5133         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5134
5135         * Version number is increased to 2.7.6.
5136
5137 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5140
5141 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-summary.el (wl-summary-sync-update): Enclose network
5144         related portion with `unwind-protect'.
5145
5146 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5147
5148         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5149
5150 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5151
5152         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5153         element.
5154         * wl-vars.el (wl-message-body-button-alist): Ditto.
5155
5156         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5157         max match length.
5158         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5159
5160         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5161         for the max match length;
5162         Use 4th element value for the button string regexp group.
5163
5164         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5165         candidate exists, prompt to select.
5166
5167 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5168
5169         * wl-summary.el (wl-summary-jump-to-msg): Search before
5170         calibration point by `beginning-of-line'.
5171
5172 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5175         for access group.
5176
5177 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-message.el (wl-message-display-internal): Bind
5180         `default-mime-charset'.
5181
5182         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5183
5184         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5185
5186         * Version number is increased to 2.7.5.
5187
5188 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5189
5190         * wl-expire.el (wl-summary-archive): Fixed;
5191         Use `elmo-folder-name-internal'.
5192
5193 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5194
5195         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5196         from `elmo-folder-move-messages' caller.
5197         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5198
5199         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5200         related portions are changed).
5201
5202 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5203
5204         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5205         counter.
5206
5207 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5210         buffer local and set it to nil.
5211
5212         * wl-message.el (wl-message-redisplay): Ditto.
5213
5214 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-summary.el (wl-summary-mark-as-important): If message is
5217         already cached, set messag as read, otherwise encache and mark as read.
5218
5219 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5220
5221         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5222         point-min.
5223
5224 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5227         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5228         a keymap.
5229
5230 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5233         parent.
5234
5235         * wl-mule.el (wl-message-define-keymap): Ditto.
5236
5237         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5238
5239         * wl-xmas.el (wl-message-display-internal-hook): Define.
5240         (wl-xmas-setup-message-toolbar): Define as function.
5241         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5242         (wl-message-overload-functions): Abolished.
5243         (wl-message-define-keymap): New function.
5244
5245         * wl-vars.el (wl-message-display-internal-hook): New variable.
5246         (wl-message-header-button-alist): New variable (Renamed from
5247         wl-highlight-message-header-button-alist).
5248         (wl-message-body-button-alist): Ditto.
5249
5250         * wl-mule.el (wl-message-define-keymap): New function.
5251         (wl-message-overload-functions): Abolished.
5252
5253         * wl-message.el (wl-message-add-buttons-to-body): New function.
5254         (wl-message-redisplay): Don't call wl-message-overload-functions;
5255         Call wl-message-add-buttons-to-header and
5256         wl-message-add-buttons-to-body.
5257         (wl-message-display-internal): Set keymap argument for
5258         elmo-mime-display-as-is, elmo-mime-message-display;
5259         Run wl-message-display-internal-hook.
5260         (wl-message-refer-article-or-url): Abolished.
5261
5262         * wl-highlight.el (wl-highlight-headers): Don't call
5263         wl-highlight-message-add-buttons-to-header.
5264         (wl-highlight-message-add-buttons-to-header): Abolished.
5265
5266
5267         * wl-e21.el (wl-message-display-internal-hook): Define.
5268         (wl-e21-setup-toolbar): Deleted duplicated binding.
5269         (wl-e21-setup-message-toolbar): Define as function.
5270         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5271         (wl-message-define-keymap): New function.
5272         (wl-message-overload-functions): Abolished.
5273
5274 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5277         and elmo-folder-close.
5278
5279         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5280
5281 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5282
5283         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5284         boolean value.
5285         * wl-draft.el (wl-draft-do-fcc): Ditto.
5286
5287 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5288
5289         * wl-vars.el (wl-fcc-force-as-read): New variable.
5290         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5291         mark copied message as read.
5292
5293 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5294
5295         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5296
5297 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5298
5299         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5300         `wl-summary-target-above' instead of obsolete variable
5301         `wl-summary-temp-above'.
5302
5303         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5304         instead of `make-obsolete-variable'.
5305         * wl-refile.el (toplevel): Ditto.
5306
5307 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5310         with third argument t.
5311         (wl-draft): Set first argument for wl-plugged-init as t.
5312
5313         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5314         definition.
5315
5316 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5317
5318         * wl-vars.el: Tabify.
5319         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5320
5321         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5322         message.
5323
5324 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5327         and set default to beep.
5328
5329 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-vars.el (wl-draft-truncate-lines): New variable.
5332
5333         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5334         instead of wl-message-truncate-lines for truncate-lines.
5335
5336 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * wl-message.el (wl-message-display-internal): Call
5339         `wl-highlight-message' after `elmo-mime-display-as-is'.
5340
5341         * wl-mime.el (wl-mime-display-text/plain): New function.
5342         (wl-mime-display-header): Ditto.
5343         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5344         body-presentation-method for text/plain;
5345         Register `wl-mime-display-header' as a header-presentation-method;
5346         Don't set up `elmo-message-text-content-inserted-hook' and
5347         `elmo-message-header-inserted-hook'.
5348
5349         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5350         variable.
5351         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5352         as t if flag is 'all-header;
5353         Don't bind `elmo-message-ignored-field-list',
5354         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5355
5356 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5359         for xemacs with non-mule environment.
5360
5361 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5362
5363         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5364         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5365         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5366
5367 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5368
5369         * wl-vars.el (wl-interactive-send): Set default value as t.
5370
5371 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5372
5373         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5374         (wl-addrmgr-method-list): Abolished.
5375         (wl-addrmgr-change-method): Follow above change.
5376
5377         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5378
5379 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5380
5381         * wl-vars.el (wl-message-truncate-lines): Change default value
5382         to default-truncate-lines.
5383
5384         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5385
5386 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl-vars.el (wl-message-truncate-lines): New variable.
5389
5390         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5391         wl-message-truncate-lines.
5392
5393 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5394
5395         * wl-acap.el (wl-acap-init): Remove period from error message.
5396         (wl-acap-find-acap-service): Remove period from message.
5397
5398 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl.el (wl-check-environment): Undo last change.
5401
5402         * wl-vars.el (wl-from): Changed default value.
5403
5404         * wl-util.el (toplevel): Don't require tm-edit.
5405
5406         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5407         `wl-folder-init';
5408         Don't set mark on mail body.
5409         (wl-draft-reedit): Ditto.
5410
5411         * wl-address.el (wl-address-quote-specials): Define as an alias for
5412         elmo-address-quote-specials.
5413
5414 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5415
5416         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5417
5418         * wl-vars.el (wl-from): Set default value as nil.
5419         (wl-organization): Set default value as ORGANIZATION environment
5420         variable.
5421
5422         * wl-draft.el (wl-smtp-extension-bind): Check value of
5423         wl-smtp-connection-type.
5424
5425         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5426         error.
5427
5428 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5429
5430         * Version number is increased to 2.7.4.
5431
5432         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5433         arguments from `wl-highlight-x-face-function' caller.
5434         Use x-face-1.3.6.12 or later.
5435
5436 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5437
5438         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5439
5440 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5441
5442         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5443         (wl-fcc): Fix to accept function.
5444         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5445
5446 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5447
5448         * wl-acap.el (toplevel): Added `product-provide' declare.
5449         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5450
5451 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl.el (wl): Changed order of calling `elmo-init'
5454         and `elmo-folder-init'.
5455
5456 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5457
5458         * wl-mime.el (wl-summary-burst): Extract message when content-type
5459         of root entity is not only `multipart' but also `message/rfc822'.
5460         (wl-summary-burst-subr): Ditto.
5461
5462 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * wl-vars.el (toplevel): Require 'custom.
5465         (wl-trash-folder): Added to `wl-setting' group.
5466
5467         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5468         exists.
5469         (wl-addrmgr-draw): Insert empty line when no entry exists.
5470
5471         * wl-mule.el (wl-message-wheel-up): Fixed.
5472         (wl-message-wheel-down): Ditto.
5473
5474 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5475
5476         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5477         config is an anonymous lambda expression.
5478
5479 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5482         when Mule 2 is running.
5483
5484 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5487
5488 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5491         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5492
5493         * wl-address.el (wl-address-specials-regexp): Eliminated.
5494         (wl-address-quote-specials): Rewrite.
5495
5496 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5499         shy-groups for regexp.
5500
5501         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5502         character classes and Perl style shy-groups for regexp.
5503         (wl-highlight-plugged-current-line): Use Posix style character
5504         classes for regexp.
5505         (wl-e21-highlight-folder-by-numbers): Ditto.
5506         (wl-e21-display-image-p): Use `display-images-p' instead of
5507         `display-graphic-p'.
5508         (display-images-p): Make an alias to `display-graphic-p' if it is
5509         not available.  It is for Emacs version prior to 21.0.105.
5510
5511         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5512         `display-graphic-p'.
5513         (wl-demo-image-type-alist): Ditto.
5514         (display-images-p): Make an alias to `display-graphic-p' if it is
5515         not available.  It is for Emacs version prior to 21.0.105.
5516
5517 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5518
5519         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5520         support.
5521         (wl-generate-user-agent-string): Ditto.
5522
5523         * wl-version.el (wl-version): Update docsting.
5524         (wl-version-status): Ditto.
5525
5526 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5527
5528         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5529         21.0.105.  For Emacs 21.0.104 or earlier.
5530
5531 2001-09-03  Takuo KITAME <kitame@northeye.org>
5532
5533         * wl-e21.el (wl-plugged-init-icons): Use
5534         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5535         (wl-biff-init-icons): Ditto.
5536
5537 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5538
5539         * wl-highlight.el (wl-highlight-summary-current-line):
5540         Fixed highlighting refile/copy destination.
5541
5542         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5543         (wl-acap-store): Encode string by wl-acap-coding-system.
5544
5545 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-acap.el (toplevel): Check and require 'un-define before
5548         'xemacs-ucs;
5549          Added checking for UTF-2000.
5550
5551 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5554         Don't enclose with `eval-and-compile'.
5555
5556         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5557         wl-init is non-nil.
5558
5559         * wl-draft.el (wl-draft): Ditto.
5560
5561         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5562
5563         * wl-acap.el (toplevel): Require 'wl.
5564         (wl-acap-store): Call `elmo-init'.
5565
5566         * wl.el (wl): Changed position of `wl-check-environment'.
5567         (toplevel): Added autoload setting for wl-acap.
5568
5569         * wl-vars.el (wl-setting): New custom group.
5570         (wl-from): Added wl-setting group.
5571         (wl-user-mail-address-list): Ditto.
5572         (wl-organization): Ditto.
5573         (wl-subscribed-mailing-list): Ditto.
5574         (wl-envelope-from): Ditto.
5575         (wl-smtp-posting-user): Ditto.
5576         (wl-smtp-posting-server): Ditto.
5577         (wl-smtp-posting-port): Ditto.
5578         (wl-smtp-authenticate-type): Ditto.
5579         (wl-pop-before-smtp-user): Ditto.
5580         (wl-pop-before-smtp-server): Ditto.
5581         (wl-pop-before-smtp-port): Ditto.
5582         (wl-pop-before-smtp-authenticate-type): Ditto.
5583         (wl-nntp-posting-server): Ditto.
5584         (wl-nntp-posting-user): Ditto.
5585         (wl-nntp-posting-port): Ditto.
5586         (wl-fetch-confirm-threshold): Ditto.
5587         (wl-prefetch-threshold): Ditto.
5588         (wl-thread-insert-opened): Ditto.
5589         (wl-ldap-server): Ditto.
5590         (wl-ldap-port): Ditto.
5591         (wl-ldap-base): Ditto.
5592         (wl-ldap-objectclass): Ditto.
5593         (wl-use-ldap): Ditto.
5594         (wl-draft-config-alist): Ditto.
5595         (wl-draft-config-matchone): Ditto.
5596         (wl-template-alist): Ditto.
5597         (wl-message-sort-field-list): Ditto.
5598         (wl-message-ignored-field-list): Ditto.
5599         (wl-message-visible-field-list): Ditto.
5600         (wl-interactive-send): Ditto.
5601         (wl-summary-move-order): Ditto.
5602         (wl-auto-select-first): Ditto.
5603         (wl-auto-select-next): Ditto.
5604         (wl-interactive-save-folders): Ditto.
5605
5606         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5607         Initialization codes are moved from wl-local-folder-init.
5608         (wl-local-folder-init): Follow the change above.
5609         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5610
5611         * wl-acap.el: New file.
5612
5613         * Version number is increased to 2.7.3.
5614
5615 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5616
5617         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5618
5619 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5620
5621         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5622         (wl-addrmgr-address-entry-list): Ditto.
5623
5624 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5625
5626         * wl-e21.el (wl-draft-mode-map): Removed binding for
5627         `wl-draft-insert-x-face-field'.
5628
5629         * wl-mule.el (wl-draft-mode-map): Ditto.
5630
5631         * wl-xmas.el (wl-draft-mode-map): Ditto.
5632
5633         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5634         (wl-cs-autoconv): Ditto.
5635         (wl-cs-local): Ditto.
5636         (wl-use-scoring): Ditto.
5637         (wl-mime-charset): Ditto.
5638         (wl-folder-check-async): Ditto.
5639
5640         * wl.el (toplevel): Ignore nemacs and tm.
5641         (wl-exit): Ditto.
5642
5643         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5644         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5645         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5646         instead of wl-address-petname-add-or-change.
5647         (wl-summary-edit-addresses-subr): Use wl-address-delete
5648         instead of wl-address-petname-delete.
5649
5650         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5651
5652         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5653         if error occured.
5654
5655         * wl-message.el (require): Remove tm support.
5656
5657         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5658
5659         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5660         (wl-folder-jump-to-current-entity): Ditto.
5661         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5662
5663         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5664         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5665         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5666
5667         * wl-mule.el (wl-draft-key-setup): Ditto.
5668
5669         * wl-xmas.el (wl-draft-key-setup): Ditto.
5670
5671         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5672         (wl-draft-std11-parse-addresses): New function.
5673         (wl-draft-parse-mailbox-list): Use it.
5674         (wl-draft): Ignore nemacs.
5675         (wl-draft-reedit): Ditto.
5676
5677         * wl-addrmgr.el: New file.
5678         (Original is wl-rcpt.el written by
5679         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5680         Thanks Kitamoto-san.)
5681
5682         * wl-address.el (wl-address-make-address-list): Modified parsing
5683         process.
5684         (wl-address-delete): Renamed from `wl-address-petname-delete';
5685         Modify wl-address-list too.
5686         (wl-address-add-or-change): Renamed from
5687         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5688
5689 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5690
5691         * wl-highlight.el (wl-highlight-summary-current-line):
5692           Work with transient-mark-mode
5693
5694 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * Version number is increased to 2.7.2.
5697
5698         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5699         instead of elmo-dop-queue-method.
5700
5701 2001-08-06  SAITO Atsunori <sai@yedo.com>
5702
5703         * wl-vars.el (wl-ldap-objectclass): New user option.
5704
5705         * wl-address.el (wl-ldap-make-filter): Use it.
5706
5707 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5710
5711 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-folder.el (wl-folder): redisplay after folder insertion.
5714
5715         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5716
5717         * wl-summary.el (wl-summary-sync-update):
5718         Change status mark only when new-msgdb exists.
5719         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5720
5721 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5722
5723         * wl-summary.el (wl-summary-open-folder): New function.
5724         (wl-summary-goto-folder-subr): Use it.
5725         (wl-summary-mark-as-important): Fix;
5726         Encache only when no cache exists.
5727
5728 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5731         Use with-current-buffer.
5732
5733 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5734
5735         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5736         before call `get-buffer'. Fixed parenthesis.
5737         (wl-score-get-header-entry): Clear message and help window when
5738         keyboard quit.
5739         (wl-score-edit-insert-header): Ditto.
5740
5741 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5744         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5745         (wl-default-draft-cite): Fix.
5746
5747         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5748         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5749
5750 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-message.el (wl-message-prev-page): Do same bahavior
5753         as summary when it is called in the message buffer.
5754         (wl-message-next-page): Ditto.
5755
5756 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * wl-summary.el (wl-summary-forward): Use cache if it is not
5759         section cache.
5760
5761 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5764         Removed redundant require of elmo-vars.
5765         (wl-biff-state-indicator-on): Changed default value for
5766         xemacs with non-mule environment.
5767
5768         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5769         wl-message-buffer is nil;
5770         Hide progress bar after moving messages.
5771
5772 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5775         message at cursor point is deleted.
5776
5777 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-vars.el: Changed file coding system to euc-japan.
5780         Added -*-coding:-*- magic to the first line.
5781
5782         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5783         Search parent from the first message.
5784
5785         * Version number is increased to 2.7.1.
5786
5787 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5788
5789         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5790
5791 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5792
5793         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5794         refile/delete execution.
5795
5796         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5797         Fixed docstring.
5798
5799 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5800
5801         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5802         do update process;
5803         Don't update marks when update process is interrupted.
5804
5805 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl-summary.el (wl-summary-reply): Fixed problem when
5808         wl-draft-use-frame is non-nil.
5809         (wl-summary-forward): Ditto.
5810
5811         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5812         as nil.
5813         (wl-folder-mark-as-read-all-entity): Ditto.
5814         (wl-folder-prefetch-entity): Ditto.
5815
5816         * wl.el (wl): Check environment before wl-init.
5817
5818         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5819         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5820         instead of wl-summary-collect-unread.
5821         (wl-summary-reply): Split message window.
5822
5823 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5826         only if current language environment is japanese,
5827
5828         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5829         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5830         (wl-folder-goto-folder-subr): Ditto.
5831
5832         * wl-draft.el (wl-draft-dispatch-message): Call
5833         `elmo-file-cache-get-path'.
5834
5835 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5836
5837         * wl-summary.el (wl-summary-cursor-move): If return value of
5838         wl-summary-next-message is not number, don't jump.
5839
5840 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * wl-summary.el (wl-summary-buffer-next-message-function): New
5843         variable.
5844         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5845         if it is bound.
5846
5847         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5848         string.
5849
5850         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5851         (wl-plugged-drawing): Ditto.
5852
5853 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5856         process.
5857         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5858         with unwind-protect.
5859
5860         * wl.el (wl-init): Require mime-setup.
5861         (wl-check-environment): Don't require mime-setup.
5862
5863         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5864         instead of elmo-folder-type.
5865
5866         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5867         value as nil.
5868
5869 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * Version number is increased to 2.7.0.
5872
5873         * wl-version.el (wl-version): Changed codename.
5874
5875         * wl-summary.el (wl-summary-delete-cache): Fixed.
5876
5877         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5878         Workaround for net folders.
5879         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5880
5881         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5882         value to nil (According to the patch from
5883         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5884
5885         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5886         of elmo-folder-close.
5887
5888 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5889
5890         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5891         for postfix.
5892
5893 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-summary.el (wl-summary-resend-message): Fixed.
5896
5897         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5898         Call wl-draft with `from' argument if its address is included in
5899         `wl-user-mail-address-list'.
5900         (wl-draft): Added `from' argument.
5901
5902         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5903         non-nil.
5904         (wl): Don't show demo if wl-demo is nil.
5905
5906         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5907         wl-summary-use-frame.
5908
5909         * wl-vars.el (wl-summary-use-frame): New user option.
5910         (wl-folder-use-frame): Changed docstring.
5911
5912         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5913         non-nil.
5914         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5915         wl-summary-use-frame.
5916
5917         * wl-vars.el (wl-folder-use-frame): New user option.
5918
5919         * wl-summary.el (wl-summary-exit): Back to folder frame if
5920         wl-folder-use-frame is non-nil.
5921         (wl-summary-redisplay-internal): Ignore cache if current folder
5922         is draft folder,
5923         (wl-summary-redisplay-no-mime): Ditto.
5924         (wl-summary-redisplay-all-header): Ditto.
5925
5926         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5927         if wl-folder-use-frame is non-nil.
5928
5929 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5930
5931         * wl-summary.el (wl-summary-sync-update): Bind
5932         elmo-folder-update-threshold.
5933         (wl-summary-mark-as-important): Enclosed server mark processing
5934         with `save-match-data'.
5935
5936         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5937         only when it is already defined.
5938
5939 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5940
5941         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5942         name of folder exclude localdir is wrong.
5943         * wl-folder.el (wl-folder-sync-entity):
5944         Set `wl-summary-always-sticky-folder-list' as nil.
5945         (wl-folder-mark-as-read-all-entity): Ditto.
5946         (wl-folder-prefetch-entity): Ditto.
5947
5948 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5949
5950         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5951         instead of `wl-summary-write-current-newsgroup'.
5952
5953 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5954
5955         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5956         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5957         non-nil and selected message is important, do not display.
5958
5959 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5960
5961         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5962
5963 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5966
5967         * wl-summary.el (wl-summary-mark-as-important): Set message number
5968         using wl-summary-message-number.
5969
5970 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5971
5972         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5973         destination folder is 'null.
5974
5975 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5976
5977         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5978         New function.
5979         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5980         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5981         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5982
5983 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl-mime.el (wl-mime-setup): Added setting for
5986         `mime-setup-signature-key-alist' to avoid overriding key bind for
5987         `wl-draft-send'.
5988
5989         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5990         for `wl-draft-send'.
5991         * wl-mule.el (wl-draft-overload-functions): Ditto.
5992         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5993         * wl-draft.el (wl-draft-send): Ditto.
5994
5995         * wl-message.el (wl-message-display-internal):
5996         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5997         (Patch is provided by <kita@coe.nttdata.co.jp>).
5998
5999 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6000
6001         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6002
6003 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6004
6005         * wl.el (wl): Fix for wl-demo.
6006
6007 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6008
6009         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6010
6011 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6012
6013         * wl-folder.el (wl-folder-prefetch-entity): Use
6014         `wl-folder-get-elmo-folder'.
6015         (wl-folder-count-incorporates): Do not use
6016         `wl-folder-get-elmo-folder'.
6017
6018 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6019
6020         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6021         instead of `elmo-folder-get-type'.
6022
6023 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6024
6025         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6026         position on Subject: field.
6027         (Advised by Mito <mit@nines.nec.co.jp>)
6028
6029 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6030
6031         * wl-folder.el (wl-folder-prefetch-entity): Use
6032         `wl-folder-get-elmo-folder'.
6033
6034 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6037
6038         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6039         `process-duplicates' slot.
6040
6041         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6042         if detection failed.
6043
6044 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6045
6046         * wl-version.el (wl-version-status): Set to "alpha".
6047
6048 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6051         Check wl-message-buffer lives before set-buffer.
6052
6053 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6054
6055         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6056         called in folder mode.
6057         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6058         * wl-summary.el (wl-summary-exit-pre-hook): Run
6059         `wl-summary-exit-pre-hook' before exit summary mode.
6060
6061 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6062
6063         * wl-version.el (wl-version-status): New variable.
6064         (wl-version-status-alist): Removed.
6065         (wl-version-status): Rule included.
6066
6067 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6070         @sponichi.
6071
6072         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6073         when `mail-reply-buffer' is buffer-local variable.
6074         (Reported by <kita@coe.nttdata.co.jp>).
6075
6076 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-vars.el (toplevel): Require 'elmo-util.
6079
6080 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6081
6082         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6083         (All other related portions are changed)
6084
6085         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6086
6087         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6088
6089 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6090
6091         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6092
6093 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6096         Delete other windows to avoid an error.
6097         Use `point-marker' instead of `point' to remember the start point
6098         of body.
6099
6100         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6101
6102         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6103         number not to exceed all message number.
6104
6105 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6108         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6109
6110 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * wl-summary.el (wl-summary-sync-force-update): Added argument
6113         no-check.
6114         (wl-summary-sync-update): Ditto.
6115         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6116         with `no-check'.
6117
6118         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6119         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6120         already running.
6121
6122 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6123
6124         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6125         `dst-folder-arg'.
6126         (wl-expire-archive-number1): Diito.
6127         (wl-expire-archive-number2): Diito.
6128         (wl-expire-archive-Date): Diito.
6129         (wl-archive-number1): Diito.
6130         (wl-archive-number2): Diito.
6131         (wl-archive-date): Diito.
6132         (wl-archive-folder-p): New function.
6133         (wl-summary-expire): Support of expand folder name at
6134         wl-expire-alist.
6135         * wl-util.el (wl-expand-newtext): Renamed from
6136         `wl-refile-expand-newtext'.
6137
6138 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6139
6140         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6141         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6142         `(elmo-msgdb-get-overview msgdb)'.
6143         (wl-summary-prefetch): Bind match data before call
6144         `wl-summay-prefetch-msg'.
6145         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6146         'off if `wl-summary-buffer-disp-msg' is non-nil.
6147         Fixed problem that couldn't show only one new or unread message when
6148         enter folder.
6149         (wl-summary-reply): Don't call `split-window-vertically' and other
6150         window.
6151
6152 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6153
6154         * wl-expire.el (wl-expire-refile): Fixed.
6155
6156 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6159
6160         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6161         biff notification is removed.
6162
6163         * wl.el (wl): Changed position of `elmo-init'.
6164
6165         * wl-draft.el (wl-default-draft-cite): Use date field
6166         on the citation buffer.
6167
6168         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6169
6170         * wl-xmas.el (wl-folder-internal-icon-list): Added
6171         `wl-folder-shimbun-image'.
6172
6173         * wl-e21.el (wl-folder-internal-icon-list): Added
6174         `wl-folder-shimbun-image'.
6175
6176 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * wl.el (wl-init): Eliminated argument.
6179         (wl): Rewrite.
6180
6181         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6182         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6183         instead of `elmo-folder-msgdb-internal'.
6184         (wl-summary-sync-update): Ditto.
6185         (wl-summary-flush-pending-append-operations): Eliminated.
6186         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6187         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6188         `elmo-folder-open'.
6189
6190         * wl-mime.el (wl-summary-burst): Fixed.
6191
6192         * wl-folder.el (wl-folder-info-save): Check data type.
6193
6194         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6195         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6196         instead of `elmo-folder-msgdb-internal'.
6197         (wl-expire-hide): Ditto.
6198
6199
6200         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6201
6202 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6203
6204         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6205
6206 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6207
6208         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6209
6210 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6211
6212         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6213         Fixed `match-beginning' argument mismatch.
6214
6215 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6216
6217         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6218         the default value.
6219
6220 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6223         instead of `elmo-nntp-default-port'.
6224
6225         * wl-vars.el: Fixed some doc strings.
6226
6227 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl-summary.el (wl-summary-prefetch-msg): Use
6230         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6231
6232         * wl-vars.el: Define *-func as obsolete variable using
6233         `elmo-define-obsolete-variable'.
6234
6235         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6236         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6237         instead of `wl-message-buffer-prefetch-threshold'.
6238
6239         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6240
6241         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6242
6243         * wl-draft.el (wl-caesar-region-func): Ditto.
6244
6245         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6246         Keep unread status in elmo-folder-move-messages.
6247         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6248
6249 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6250
6251         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6252         `wl-summary-buffer-exit-func'
6253         (wl-summary-buffer-message-redisplay-function): Renamed from
6254         `wl-summary-buffer-message-redisplay-func'
6255         (wl-summary-buffer-next-folder-function): Renamed from
6256         `wl-summary-buffer-next-folder-func'.
6257         (wl-summary-buffer-prev-folder-function): Renamed from
6258         `wl-summary-buffer-prev-folder-func'.
6259         (wl-summary-get-petname-function): Renamed from
6260         `wl-summary-get-petname-func'.
6261
6262         * wl-score.el (wl-score-edit-exit-function): Renamed from
6263         `wl-score-edit-exit-func'.
6264
6265         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6266         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6267
6268         * wl-util.el (wl-load-profile-function): Renamed from
6269         `wl-load-profile-func'.
6270
6271         * wl-folder.el (wl-folder-completion-function): Renamed from
6272         `wl-folder-completion-func'.
6273         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6274
6275         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6276         `wl-expire-archive-get-folder-func'.
6277         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6278         (wl-draft-send-mail-function): Renamed from
6279         `wl-draft-send-mail-func'.
6280         (wl-draft-send-news-function): Renamed from
6281         `wl-draft-send-news-func'.
6282         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6283         (wl-generate-mailer-string-function): Renamed from
6284         `wl-generate-mailer-string-func'.
6285         (wl-highlight-signature-search-function): Renamed from
6286         `wl-highlight-signature-search-func'.
6287         (wl-highlight-x-face-function): Renamed from
6288         `wl-highlight-x-face-func'
6289         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6290         (wl-ps-print-buffer-function): Renamed from
6291         `wl-ps-print-buffer-func'
6292         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6293         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6294         (wl-summary-subject-filter-function): Renamed from
6295         `wl-summary-subject-filter-func'.
6296
6297         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6298         `wl-draft-queue-flush-send-func'
6299         (wl-draft-cite-function): Renamed from
6300         `wl-draft-cite-func'
6301
6302         * wl-address.el (wl-address-init-function): Renamed from
6303         `wl-address-init-func'.
6304
6305 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6306
6307         * wl-draft.el (wl-draft-queue-flush): Don't call
6308         `elmo-dop-unlock-message'.
6309         * wl-draft.el (wl-draft-queue-append): Don't call
6310         `elmo-dop-lock-message'.
6311
6312         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6313         (wl-summary-buffer-folder-name): Ditto.
6314         (wl-summary-message-regexp): Added '-' (all other related portions
6315         are changed).
6316         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6317         wl-summary-buffer-folder-name.
6318
6319 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6320
6321         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6322         the number of mails in the folder buffer is not updated by wl-biff.
6323
6324 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6327         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6328
6329 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6330
6331         * wl-summary.el (wl-summary-next-message):
6332         Return next message number when wl-summary-move-order is nil.
6333
6334 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6335
6336         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6337         `wl-summary-move-spec-alist'.
6338         (wl-summary-move-spec-unplugged-alist): New variable
6339         (Move spec for unplugged status).
6340         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6341         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6342
6343 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6344
6345         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6346         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6347
6348 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6349
6350         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6351         simple quotation to quote the anonymous function.
6352         * tm-wl.el (wl-draft-preview-message): Ditto.
6353
6354 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6355
6356         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6357         Eliminate redundant `save-excursion'.
6358         (wl-highlight-summary-current-line): Ditto.
6359
6360         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6361         accessing match data when `looking-at' failed.
6362
6363         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6364         `elmo-match-string' where users don't care about the speed.
6365         (wl-draft-save): Ditto.
6366
6367 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6368
6369         * wl-util.el (wl-regexp-opt): New function.
6370
6371         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6372         number from `wl-summary-buffer-number-list'.
6373         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6374         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6375         (wl-summary-move-spec-alist): Changed default setting.
6376
6377 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6378
6379         * wl-vars.el (wl-biff-notify-hook): New hook.
6380         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6381         the arrival of new mail.
6382         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6383         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6384
6385 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6388
6389 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6392
6393         * Version number is increased to 2.5.8.
6394
6395         * wl-thread.el (toplevel): require 'cl.
6396         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6397         (wl-thread-make-number-list): New function.
6398         (wl-thread-entity-make-number-list-from-children): Ditto.
6399         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6400         (wl-thread-entity-insert-as-children): Likewise.
6401         (wl-thread-delete-message): Likewise.
6402         (wl-meaning-of-mark): Eliminated.
6403         (wl-thread-next-failure-mark-p): Ditto.
6404         (wl-thread-entity-get-mark): Ditto.
6405         (wl-thread-meaning-alist-get-result): Ditto.
6406         (wl-thread-entity-check-prev-mark): Ditto.
6407         (wl-thread-entity-check-next-mark): Ditto.
6408         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6409         (wl-thread-entity-get-prev-marked-entity): Ditto.
6410         (wl-thread-get-prev-unread): Ditto.
6411         (wl-thread-jump-to-prev-unread): Ditto.
6412         (wl-thread-get-next-unread): Ditto.
6413         (wl-thread-jump-to-next-unread): Ditto.
6414         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6415         (wl-thread-entity-get-next-marked-entity): Ditto.
6416
6417         * wl-summary.el (wl-summary-buffer-number-list):
6418         New bufer-local variable.
6419         (wl-summary-switch-to-clone-buffer): Clone
6420         `wl-summary-buffer-number-list'.
6421         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6422         (wl-summary-cursor-move-regex): Eliminated.
6423         (wl-summary-cursor-up): Rewrite.
6424         (wl-summary-cursor-down): Ditto.
6425         (wl-summary-mode-spec-alist): New variable.
6426         (wl-summary-next-message): New inline function.
6427         (wl-summary-cursor-move): New function.
6428         (wl-summary-default-get-next-msg): Rewrite.
6429         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6430         (wl-summary-rescan): Ditto.
6431         (wl-summary-sync-all-init): Ditto.
6432         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6433         summary is not thread view.
6434         (wl-summary-sync-update): Ditto.
6435         (wl-summary-rescan): Ditto.
6436         (wl-summary-make-number-list): New function.
6437
6438         * wl-draft.el: "FCC" -> "Fcc".
6439
6440 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-highlight.el (wl-highlight-summary-window):
6443         Call `set-buffer-modified-p'.
6444
6445         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6446         (wl): Call `elmo-init' and fix.
6447
6448         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6449         Use new variables.
6450
6451         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6452
6453 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6456
6457 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6458
6459         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6460
6461 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6462
6463         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6464         `wl-use-toolbar' nor `display-graphic-p'.
6465         (wl-e21-setup-message-toolbar): Ditto.
6466         (wl-e21-setup-summary-toolbar): Ditto.
6467         (wl-e21-setup-folder-toolbar): Ditto.
6468
6469         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6470         (wl-plugged-init-icons): Ditto.
6471
6472         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6473         `display-graphic-p'.
6474         (wl-plugged-set-folder-icon): Ditto.
6475         (wl-highlight-plugged-current-line): Ditto.
6476         (wl-highlight-folder-current-line): Ditto.
6477         (wl-e21-highlight-folder-group-line): Ditto.
6478         (wl-e21-setup-toolbar): Ditto.
6479         (wl-e21-display-image-p): New macro.
6480
6481         * wl-demo.el (wl-demo): Simplified.
6482         (wl-demo-image-type-alist): Use `image-type-available-p' for
6483         checking whether the image type `xbm' is available.
6484
6485 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6488         (wl-summary-input-range): Ditto.
6489
6490 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-summary.el (wl-summary-edit-addresses): Use
6493         `wl-summary-get-original-buffer'
6494         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6495         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6496         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6497         (wl-summary-get-newsgroups): Eliminated.
6498         (wl-summary-set-crosspost): Ditto.
6499         (wl-summary-is-crosspost-folder): Ditto.
6500         (wl-crosspost-alist-load): Ditto.
6501         (wl-crosspost-alist-save): Ditto.
6502
6503         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6504         `elmo-setup-subscribed-newsgroups' instead of
6505         `elmo-nntp-make-groups-hashtb'.
6506         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6507         instead of `wl-crosspost-alist-save'.
6508
6509         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6510         of `elmo-folder-message-appendable-p'.
6511         (wl-mime-header-presentation-method): Eliminated.
6512
6513         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6514         (Error occurs in emacs21).
6515
6516         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6517         the current buffer).
6518
6519         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6520         instead of `wl-crosspost-alist-save'.
6521         (wl-init): `elmo-crosspost-message-alist-load'
6522         instead of `wl-crosspost-alist-load'
6523
6524         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6525         (wl-parse-newsgroups): Likewise.
6526         (wl-biff-notify): Run `wl-biff-notify-hook'.
6527
6528 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6531
6532         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6533         when `wl-summary-lazy-highlight' is non-nil.
6534         (wl-summary-goto-folder-subr): Highlight only when
6535         `wl-summary-lazy-highlight' is non-nil.
6536
6537         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6538         Don't display progress and highlight temp-mark when
6539         `wl-summary-lazy-highlight' is non-nil.
6540         (wl-highlight-summary-window): New function.
6541         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6542
6543 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6544
6545         * wl-summary.el (wl-summary-sync): Change `all-visible'
6546         from `all-shown'
6547         (wl-summary-input-range): Ditto.
6548
6549 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6550
6551         * wl-e21.el (wl-highlight-folder-current-line): Call
6552         `wl-folder-init-icons' when folder icons have not been initialized.
6553
6554         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6555
6556         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6557         (wl-demo-image-type-alist): New macro.
6558
6559 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6560
6561         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6562         display does not support graphics.
6563         (wl-plugged-init-icons): Ditto.
6564         (wl-folder-init-icons): Ditto.
6565
6566         * wl-demo.el (wl-demo): Chech closely whether the display
6567         supports graphics.
6568
6569 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-summary.el (wl-summary-get-original-buffer): New function.
6572         (wl-summary-set-crosspost): Use it.
6573         (wl-summary-target-mark-uudecode): Ditto.
6574         (wl-summary-reedit): Ditto.
6575         (wl-summary-resend-bounced-mail): Ditto.
6576         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6577         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6578
6579         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6580         (wl-message-display-internal): Ditto.
6581
6582 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6585
6586 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6587
6588         * wl-summary.el (wl-summary-save-view): Renamed from
6589         `wl-summary-save-status'.
6590
6591 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6592
6593         * wl-summary.el (wl-summary-sync): Added `all-shown'
6594
6595 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6598
6599 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6602
6603 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6604
6605         * wl-highlight.el (wl-highlight-summary-line-string): Use
6606         `zerop' instead of `= 0'.
6607         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6608
6609         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6610         for comparing numbers.
6611         (wl-template-prev): Use `zerop' instead of `eq 0'.
6612
6613         * wl-draft.el (wl-draft-insert-current-message): Use
6614         `with-current-buffer' instead of `save-excursion'.
6615         Use `zerop' instead of `eq 0'.
6616
6617 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl-draft.el (wl-draft-insert-ccs): New function.
6620         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6621         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6622
6623 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6626
6627 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl-expire.el (wl-expire-refile): Don't call
6630         elmo-msgdb-add-msgs-to-seen-list;
6631         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6632         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6633
6634 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * wl-message.el (wl-message-prev-page): Ignore errors while
6637         scroll-down.
6638
6639 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl-mime.el: Use elmo-original-message-mode instead of
6642         mmelmo-original-mode.
6643
6644         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6645         `elmo-folder-get-spec';
6646         (wl-fldmgr-add-completion-all-completions):
6647         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6648
6649         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6650         of `elmo-folder-get-type'.
6651
6652         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6653         `elmo-folder-get-spec';
6654         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6655         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6656         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6657         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6658         `elmo-read-msg-no-cache';
6659         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6660         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6661         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6662         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6663         `elmo-cache-save';
6664         (wl-draft-reedit): Use `elmo-message-file-name'.
6665
6666         * wl-expire.el: Use `elmo-folder-name-internal';
6667         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6668         Use macro `wl-summary-buffer-msgdb' instead of variable
6669         `wl-summary-buffer-msgdb';
6670         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6671         Use macro `wl-summary-buffer-folder-name' instead of variable
6672         `wl-summary-buffer-folder-name'.
6673         * wl-score.el: Likewise.
6674
6675         * wl-message.el: Rewrite for new message buffer cache mechanism.
6676         (wl-message-buffer-cache-buffer-get): New macro.
6677         (wl-message-buffer-cache-folder-get): Ditto.
6678         (wl-message-buffer-cache-message-get): Ditto.
6679         (wl-message-buffer-cache-entry-make): Ditto.
6680         (wl-message-buffer-cache-hit): Ditto.
6681         (wl-message-buffer-cache-sort): New function.
6682         (wl-message-buffer-cache-add): Ditto.
6683         (wl-message-buffer-cache-delete): Ditto.
6684         (wl-message-buffer-cache-clean-up): Ditto.
6685         (wl-message-buffer-window): Rewrite.
6686         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6687         (wl-message-buffer-display): New function.
6688         (wl-message-display-internal): New function.
6689
6690 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6691
6692         * wl-folder.el: Use `elmo-folder-name-internal';
6693         Use `wl-folder-get-elmo-folder';
6694         Use `elmo-folder-list-messages' instead of
6695         `elmo-list-folder';
6696         Use `elmo-folder-get-primitive-list' instead of
6697         `elmo-folder-get-primitive-spec-list';
6698         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6699         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6700         Use `elmo-folder-create' instead of `elmo-create-folder'.
6701         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6702         (wl-folder-get-elmo-folder): New macro.
6703         (wl-folder-elmo-folder-cache-get): Ditto.
6704         (wl-folder-elmo-folder-cache-put): Ditto.
6705         (wl-folder-suspend): Call `elmo-quit'.
6706
6707         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6708         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6709         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6710         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6711         (toplevel): require 'cl.
6712         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6713
6714         * wl-summary.el: Rewrite to use new elmo interface.
6715
6716 \f
6717 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-mime.el (wl-draft-preview-message):
6720         Run `wl-draft-send-hook' before collecting recipients information;
6721         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6722
6723         * tm-wl.el (wl-draft-preview-message): Ditto.
6724
6725 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6726
6727         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6728         wrong recipients are displayed when forwarded message.
6729
6730 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * Version number is increased to 2.5.7.
6733
6734 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6735
6736         * wl-message.el (wl-message-next-page): Bind
6737         `window-pixel-scroll-increment' to nil while scrolling up.
6738
6739 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6740
6741         * wl-vars.el (wl-save-hook): New hook.
6742         * wl.el (wl-save): Call `wl-save-hook'.
6743
6744 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6747         Argument WITH-ARG instead of NO-ARG (negative mean).
6748         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6749         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6750         * wl-message.el (wl-message-follow-current-entity): Likewise.
6751
6752 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6753
6754         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6755         FROM was optional argument.
6756         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6757
6758 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6759
6760         * Version number is increased to 2.5.6.
6761
6762 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6763
6764         * wl-version.el (wl-version-show): Removed.
6765         (wl-version): Add `interactive'.
6766
6767 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6768
6769         * wl-summary.el (wl-summary-get-petname-func): New variable.
6770         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6771         instead of `wl-address-get-petname-1'.
6772         (wl-summary-simple-from): Ditto.
6773
6774         * wl-address.el (wl-address-get-petname-1): Define as function.
6775
6776 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6779         field in the original message.
6780         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6781
6782 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6783
6784         * wl-expire.el (wl-expire-hide):
6785         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6786
6787 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6790         find decoder for To, Cc, and Subject.
6791
6792 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6795         for checking `elmo-use-buffer-cache'.
6796         (wl-summary-mark-as-important): Fixed typo in comment.
6797
6798 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6799
6800         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6801         field in the original message.
6802         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6803
6804 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6805
6806         * wl-expire.el (wl-expire-hide):
6807         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6808
6809 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6810
6811         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6812         find decoder for To, Cc, and Subject.
6813
6814 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * Version number is increased to 2.5.5.
6817
6818         * wl-address.el (wl-address-specials-regexp): New constant.
6819         (wl-address-quote-specials): Use it.
6820
6821 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-summary.el (wl-summary-rescan):
6824         Call `wl-summary-buffer-number-column-detect'.
6825         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6826
6827         * wl-message.el (wl-message-mode-map): Define.
6828         (wl-message-decode): Use it as local-map.
6829
6830 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6833         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6834
6835 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6838
6839         * wl-mule.el (wl-read-event-char): Ditto.
6840
6841         * wl-e21.el (wl-read-event-char): Ditto.
6842
6843         * wl-nemacs.el (wl-read-event-char): Ditto.
6844         (read-event): Removed.
6845
6846         * wl-util.el (toplevel): Removed dummy definition of
6847         `read-event'.
6848         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6849
6850 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6851
6852         * wl-nemacs.el (elmo-archive-call-process): Moved to
6853         elmo-archive.el.
6854
6855 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6856
6857         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6858         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6859
6860         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6861         instead of magic-number 6.  Use `not' instead of `null' for symbol
6862         `nil' check (not empty list).
6863         (wl-draft-insert-x-face-field): Fixed paren style.
6864
6865         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6866         one-branch conditional statement, instead of `and' and `if'.
6867         (wl-draft-forward): Likewise.
6868         (wl-draft-add-references): Likewise.
6869         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6870
6871         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6872         conditional steatment.  Use `cond' instead of `if'.
6873         (wl-draft-confirm): Likewise.
6874
6875 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6876
6877         * wl-version.el (wl-version-show): Use `product-string-1'
6878         instead of `wl-version'.
6879         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6880
6881         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6882
6883 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6884
6885         * wl-highlight.el (wl-highlight-headers): Revert
6886         `wl-highlight-x-face-func' argument (`beg' and `end').
6887
6888 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6889
6890         * wl.el (toplevel): Move `product-provide' declare.
6891         * wl-demo.el (toplevel): Ditto.
6892         * wl-dnd.el (toplevel): Ditto.
6893         * wl-highlight.el (toplevel): Ditto.
6894         * wl-message.el (toplevel): Ditto.
6895         * wl-refile.el (toplevel): Ditto.
6896         * wl-util.el (toplevel): Ditto.
6897
6898 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6901         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6902         (wl-thread-close-all): keep cursor position.
6903
6904 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6905
6906         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6907         (eq x 0).
6908         (wl-generate-user-agent-string-1): Fix conditional statement.
6909
6910 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6911
6912         * wl.el (wl-check-environment): Additional check for
6913         'wl-local-domain' and `wl-message-id-domain'.
6914
6915 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6916
6917         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6918
6919 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6922         instead of `smtp-sasl-user-realm'.
6923
6924 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6925
6926         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6927
6928 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6929
6930         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6931         to the default value as well as `eword-lexical-analyzer'.
6932
6933 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6934
6935         * wl-version.el (wl-extended-emacs-version,
6936         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6937         `elmo-match-string' instead of `wl-match-string'.
6938
6939 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6940
6941         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6942         docstring.
6943
6944 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6945
6946         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6947
6948 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6949
6950         * wl-highlight.el (wl-highlight-headers): Remove
6951         `wl-highlight-x-face-func' argument (`beg' and `end').
6952
6953 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-summary.el (wl-summary-mark-as-important):
6956         Remove cache if folder is local.
6957
6958 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6959
6960         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6961         to get existing e-mail address string.
6962
6963 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6964
6965         * wl-version.el (wl-generate-user-agent-string): Commentary.
6966         (wl-generate-user-agent-string-1): Use `when' for
6967         one-branch conditional statement, instead of `and' and `if'.
6968         (wl-extended-emacs-version, wl-extended-emacs-version2,
6969         wl-extended-emacs-version3): Ditto.
6970
6971 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6974         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6975         condition-case; Remove initialization.
6976         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6977         (wl-summary-sync-update3): Added argument `sync-all';
6978         Eliminated local variable `msgdb';
6979         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6980         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6981         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6982
6983 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6984
6985         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6986         connection before call `wl-draft-send-mail-with-smtp'.
6987
6988 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * Version number is increased to 2.5.4.
6991
6992 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6993
6994         * wl.el (wl-check-environment): Additional check for
6995         'wl-local-domain' and `wl-message-id-domain'.
6996
6997 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6998
6999         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7000         buffer as command specific.
7001         (wl-folder-mark-as-read-all-entity): Ditto.
7002         (wl-folder-prefetch-entity): Ditto.
7003         (wl-folder-drop-unsync-entity): Ditto.
7004
7005         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7006         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7007         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7008
7009         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7010         save-excursion.
7011
7012 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * Version number is increased to 2.5.3.
7015
7016         * wl-summary.el (wl-summary-save-view-cache):
7017         Delete duplicated `write-region';
7018         Use `write-region-as-binary' instead of `as-binary-output-file' and
7019         `write-region'.
7020
7021 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7022
7023         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7024
7025 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7028         instead of `smtp-via-smtp'.
7029
7030 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7031
7032         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7033
7034 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7035
7036         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7037         instead of `smtp-sasl-user-realm'.
7038
7039 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7040
7041         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7042
7043 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7044
7045         * Version number is increased to 2.5.2.
7046
7047 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7050         does not exist.
7051         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7052         (wl-biff-start): Call `timer-activate' if timer already exists.
7053
7054         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7055         only when it is bound as function.
7056
7057 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * Version number is increased to 2.5.1.
7060
7061 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7064         Print refile/copy destination.
7065
7066 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7069         queue-flush-only is non-nil.
7070
7071         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7072
7073         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7074         checking cache folder.
7075
7076 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7077
7078         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7079         `regexp-quote'.
7080
7081 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7082
7083         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7084         function.
7085         * wl-summary.el (wl-summary-write-current-folder-functions):
7086         Change default value.  Use it.
7087
7088 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * Version number is increased to 2.5.0.
7091
7092         * wl-version.el (wl-version): Changed codename.
7093
7094 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7095
7096         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7097         (wl-summary-supersedes-message): Ditto.
7098
7099 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * wl-refile.el (wl-refile-guess-functions): Renamed from
7102         `wl-refile-guess-func-list'.
7103
7104 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7107         Fixed problem when no rule was matched.
7108
7109 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7110
7111         * wl-summary.el (wl-summary-get-mark): Fixed
7112         `wl-summary-buffer-target-mark' check logic.
7113
7114 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7115
7116         * wl-folder.el (wl-folder-write-current-folder): Added group
7117         folder check.
7118
7119         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7120         `wl-summary-write-current-newsgroup'.
7121         (wl-summary-write-current-folder-functions): New variable.
7122         * wl-folder.el (wl-folder-get-newsgroups): New function.
7123         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7124         (wl-folder-write-current-folder): Renamed from
7125         `wl-folder-write-current-newsgroup'.
7126
7127 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7128
7129         * Version number is increased to 2.3.93.
7130
7131 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7134         (wl-ldap-make-matched-value-list): Ditto.
7135         (wl-ldap-alias-safe-string): Split e-mail address.
7136
7137         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7138         petname folder default was selected.
7139         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7140         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7141
7142 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7145         to `wl-draft-config-exec'.
7146
7147         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7148         instead of calling `wl-draft-config-exec';
7149         Process group-list and show recipients in minibuffer.
7150
7151         * tm-wl.el (wl-draft-preview-message): Ditto.
7152
7153 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7154
7155         * wl.el (toplevel): Added (C) to copyright notice, and
7156         sync Author header.
7157         * tm-wl.el (toplevel): Ditto.
7158         * wl-address.el (toplevel): Ditto.
7159         * wl-demo.el (toplevel): Ditto.
7160         * wl-dnd.el (toplevel): Ditto.
7161         * wl-draft.el (toplevel): Ditto.
7162         * wl-e21.el (toplevel): Ditto.
7163         * wl-expire.el (toplevel): Ditto.
7164         * wl-folder.el (toplevel): Ditto.
7165         * wl-highlight.el (toplevel): Ditto.
7166         * wl-message.el (toplevel): Ditto.
7167         * wl-mime.el (toplevel): Ditto.
7168         * wl-mule.el (toplevel): Ditto.
7169         * wl-nemacs.el (toplevel): Ditto.
7170         * wl-refile.el (toplevel): Ditto.
7171         * wl-score.el (toplevel): Ditto.
7172         * wl-summary.el (toplevel): Ditto.
7173         * wl-template.el (toplevel): Ditto.
7174         * wl-thread.el (toplevel): Ditto.
7175         * wl-util.el (toplevel): Ditto.
7176         * wl-vars.el (toplevel): Ditto.
7177         * wl-xmas.el (toplevel): Ditto.
7178
7179 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7180
7181         * wl.el (wl-init): Added comment about `wl-init-hook'.
7182         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7183         * wl-vars.el (wl-init-hook): Added docs.
7184         (wl-make-plugged-hook): Removed useless docs.
7185         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7186         * wl-xmas.el (toplevel): Ditto.
7187
7188 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7189
7190         * wl-address.el (toplevel): Fixed multiple Author header format.
7191         * wl-demo.el (toplevel): Ditto.
7192         * wl-draft.el (toplevel): Ditto.
7193         * wl-folder.el (toplevel): Ditto.
7194         * wl-summary.el (toplevel): Ditto.
7195         * wl-thread.el (toplevel): Ditto.
7196         * wl-util.el (toplevel): Ditto.
7197         * wl-vars.el (toplevel): Ditto.
7198         * wl-version.el (toplevel): Ditto.
7199         * wl-xmas.el (toplevel): Ditto.
7200         * wl.el (toplevel): Ditto.
7201
7202         * wl-version.el (toplevel): Added require `elmo-version' for
7203         `product-version-as-string'.
7204
7205 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-vars.el (wl-draft-send-hook): Changed default value to
7208         '(wl-draft-config-exec).
7209
7210         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7211         explicitly.
7212         (wl-draft): Set `wl-draft-config-exec-flag' before running
7213         `wl-mail-setup-hook'.
7214
7215         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7216         `wl-biff-init-icons' to `wl-init-hook' instead of
7217         `wl-make-plugged-hook'.
7218         (Because if `wl-draft' command is invoked at first,
7219         they are not initialized)
7220         Updated copyright notice.
7221
7222         * wl-e21.el (toplevel): Ditto;
7223
7224         * wl-demo.el (toplevel): Updated copyright notice.
7225         * wl-address.el (toplevel): Ditto.
7226         * wl-draft.el (toplevel): Ditto.
7227         * wl-version.el (toplevel): Ditto.
7228         * wl-folder.el (toplevel): Ditto.
7229         * wl-summary.el (toplevel): Ditto.
7230         * wl-thread.el (toplevel): Ditto.
7231         * wl-util.el (toplevel): Ditto.
7232         * wl-vars.el (toplevel): Ditto.
7233         * wl.el (toplevel): Ditto.
7234
7235 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * wl-highlight.el (wl-highlight-message): Fixed problem of
7238         highlighting failure which occured when the last field contains
7239         multiple lines in the draft buffer.
7240
7241         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7242         `wl-biff-start' if plugged.
7243
7244         * wl-util.el (wl-biff-check-folder): New function.
7245         (wl-biff-check-folders): Don't set session name prefix.
7246         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7247         (wl-biff-check-folder-async): Ditto.
7248
7249         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7250         in email address.
7251
7252 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7253
7254         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7255
7256         * wl-draft.el (wl-draft-strip-subject-re): New function.
7257
7258         * wl-draft.el (wl-draft-reply): Use it.
7259
7260 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * wl-message.el (wl-mmelmo-message-redisplay): Use
7263         `mime-display-message' instead of `wl-mime-display-message'.
7264
7265         * wl-mime.el (toplevel): Removed compatibility workaround
7266         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7267         (wl-mime-display-message): Abolished.
7268         (wl-mime-entity-read-field): Ditto.
7269         (wl-mime-combine-message/partial-pieces): Use
7270         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7271
7272 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7273
7274         * wl-template.el: Doc fixes.
7275
7276 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7277
7278         * wl-e21.el (wl-message-overload-functions): Do nothing if
7279         `current-local-map' is not available.
7280         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7281
7282 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7283
7284         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7285         representation.
7286
7287         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7288         number.
7289         (wl-fldmgr-save-folders): Don't use `format' when insert
7290         `wl-fldmgr-folders-header'.
7291
7292 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7293
7294         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7295
7296 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-highlight.el (wl-highlight-message):
7299         Use `std11-field-end' to detect end point of the header field.
7300         Refer `wl-highlight-max-header-size'.
7301
7302         * wl-vars.el (wl-highlight-max-header-size): New variable.
7303
7304         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7305
7306         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7307         Set `for-draft' argument of wl-highlight-headers.
7308         (wl-draft): Ditto.
7309         (wl-draft-reedit): Ditto.
7310         (wl-user-agent-compose-internal): Ditto.
7311
7312 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7313
7314         * wl-message.el (wl-message-add-button): Use overlay.
7315
7316 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7319
7320         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7321         problem when group-list content is nothing.
7322         (Reported by Mito <mit@nines.nec.co.jp>)
7323
7324 2000-10-18  SAITO Atsunori <sai@yedo.com>
7325
7326         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7327
7328 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7329
7330         * tm-wl.el (toplevel): Use product-provide.
7331
7332 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * Version number is increased to 2.3.92.
7335
7336 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7337
7338         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7339         title text, use `display' property for left margin under Emacs 21.
7340
7341         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7342         properties.
7343         (wl-plugged-init-icons): Ditto.
7344
7345 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7346
7347         * wl.el (wl-save-status, wl-init): Remove last period in
7348         "...done." message.
7349         * tm-wl.el (wl-summary-burst): Ditto.
7350         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7351         wl-summary-resume-cache-status,
7352         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7353         wl-summary-sync-update3, wl-summary-highlight-msgs,
7354         wl-summary-flush-pending-append-operations,
7355         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7356         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7357         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7358         wl-thread-open-all): Ditto.
7359         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7360         * wl-mime.el (wl-summary-burst): Ditto.
7361         * wl-highlight.el (wl-highlight-summary): Ditto.
7362         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7363         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7364         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7365         * wl-address.el (wl-local-address-init): Ditto.
7366
7367 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7368
7369         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7370         `add-text-properties'.
7371         (wl-plugged-init-icons): Ditto.
7372         (wl-folder-init-icons): Use `propertize' instead of
7373         `put-text-property'.
7374         (wl-plugged-set-folder-icon): Ditto.
7375         (wl-e21-highlight-folder-group-line): Ditto.
7376
7377 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-version.el (wl-version-status-alist): New variable.
7380         (wl-version-status): New function.
7381
7382         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7383         "Cc" part of the case "Reply-To".
7384
7385         * wl-draft.el (wl-draft-reply): Use result of
7386         `eword-extract-address-components'.
7387
7388         * wl-demo.el (wl-demo-icon-name): New constant.
7389         (wl-logo-xpm): Use it.
7390         (wl-logo-xbm): Ditto.
7391         (wl-logo-bitmap): Ditto.
7392
7393         * Version number is increased to 2.3.91.
7394
7395 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7398         (wl-extended-emacs-version, wl-extended-emacs-version2,
7399         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7400         docstring.
7401
7402         * wl-version.el (wl-generate-user-agent-string-1): New function.
7403         (wl-generate-user-agent-string): Use it.
7404
7405         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7406         `mime-edit-insert-user-agent-field'.
7407         (wl-generate-user-agent-string): Check
7408         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7409
7410         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7411         instead of `if', when verbose case.
7412
7413 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7414
7415         * wl-expire.el (wl-summary-expire): Fix.
7416
7417 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7418
7419         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7420         and `elmo-lost+found-folder' if 'wl-draft.
7421         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7422
7423 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7424
7425         * wl-expire.el (wl-summary-expire): Change messages.
7426         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7427         `deleing-info' instead of "Deleting..."
7428
7429 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7430
7431         * wl-summary.el (wl-summary-refile-subr): Fix.
7432
7433 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7434
7435         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7436         if pipe folder.
7437
7438 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7439
7440         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7441
7442 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7443
7444         * wl-expire.el (wl-expire-hide): New function.
7445         (wl-summary-expire): Add `hide'.
7446
7447 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-vars.el (wl-draft-reply-without-argument-list):
7450         Changed default value to consider `Reply-To:'.
7451         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7452
7453         * Version number is increased to 2.3.90.
7454
7455         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7456         elmo-imap4-get-session with unwind-protect.
7457         Don't cause error.
7458         (wl-summary-sync-marks): Don't check plugged nor folder type.
7459         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7460         (Always keep current buffer).
7461
7462 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7463
7464         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7465         Enclose with `save-excursion'.
7466
7467 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7468
7469         * wl-version.el (wl-version): Remove interactive.
7470
7471 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7472
7473         * wl-version.el (wl-generate-user-agent-string): Use
7474         `product-string-verbose' instead of `product-string-1'.
7475
7476 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7477
7478         * wl-vars.el (wl-draft-use-cache): New variable.
7479         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7480         if wl-draft-use-cache is non-nil.
7481
7482 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7483
7484         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7485         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7486
7487 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7490         (wl-thread-msg-mark-as-unread): Ditto.
7491
7492         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7493         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7494         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7495         Don't set mark in summary if return value of `elmo-mark-as-read'
7496         is nil.
7497         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7498         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7499         instead of `wl-thread-msg-mark-as-read'.
7500         (wl-summary-mark-as-unread-region): Ditto.
7501         (wl-summary-target-mark-mark-as-read): Ditto.
7502
7503         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7504
7505 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7508
7509         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7510
7511 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7514         face.
7515
7516 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7517
7518         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7519         `running-xemacs'.
7520
7521 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * wl-version.el (toplevel): Use `product-version-as-string' for
7524         set verstion-string, if defined.
7525
7526         * wl-version.el (wl-version-show): Insert string at point, when
7527         call with argument.
7528
7529         * wl-version.el (wl-generate-user-agent-string): Use
7530         `product-string-1' instead of `wl-appname', `wl-version' and
7531         `wl-codename'.
7532
7533 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7534
7535         * wl-address.el (toplevel): Use product-provide.
7536         * wl-demo.el (toplevel): Ditto.
7537         * wl-dnd.el (toplevel): Ditto.
7538         * wl-draft.el (toplevel): Ditto.
7539         * wl-e21.el (toplevel): Ditto.
7540         * wl-expire.el (toplevel): Ditto.
7541         * wl-fldmgr.el (toplevel): Ditto.
7542         * wl-folder.el (toplevel): Ditto.
7543         * wl-highlight.el (toplevel): Ditto.
7544         * wl-message.el (toplevel): Ditto.
7545         * wl-mime.el (toplevel): Ditto.
7546         * wl-mule.el (toplevel): Ditto.
7547         * wl-nemacs.el (toplevel): Ditto.
7548         * wl-refile.el (toplevel): Ditto.
7549         * wl-score.el (toplevel): Ditto.
7550         * wl-summary.el (toplevel): Ditto.
7551         * wl-template.el (toplevel): Ditto.
7552         * wl-thread.el (toplevel): Ditto.
7553         * wl-util.el (toplevel): Ditto.
7554         * wl-vars.el (toplevel): Ditto.
7555         * wl-xmas.el (toplevel): Ditto.
7556         * wl.el (toplevel): Ditto.
7557
7558 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7559
7560         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7561         instead of product.
7562
7563         * wl-version.el (wl-version): Compile time evalution elmo-version.
7564
7565 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7566
7567         * wl-summary.el (wl-summary-sync-force-update): Append queue
7568         `mark-as-read'if unplugged.
7569
7570 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7571
7572         * wl-version.el: New file.  Use product.el.
7573         * wl.el: add (require 'wl-version).
7574         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7575         for ~/.folders header.
7576         (wl-fldmgr-folders-header): Changed.
7577         * wl-demo.el (wl-demo): Use product.el.
7578
7579         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7580         wl-version.el.
7581         * wl-util.el (wl-version, wl-version-show): Ditto.
7582
7583         * wl-util.el (wl-generate-user-agent-string,
7584         wl-extended-emacs-version, wl-extended-emacs-version2,
7585         wl-extended-emacs-version3): Move to wl-version.el.
7586         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7587         xemacs-codename, mime-edit-insert-user-agent-field,
7588         mime-edit-user-agent-value, mime-editor/version,
7589         mime-editor/codename): Compile warning killer move to
7590         wl-version.el
7591
7592 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7593
7594         * wl-summary.el (wl-summary-refile-subr): Fix.
7595
7596 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7599         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7600
7601 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7602
7603         * wl.el (wl-check-environment): Check too many `@'.
7604
7605 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7606
7607         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7608
7609 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7610
7611         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7612         wl-draft-reply-myself-without-argument-list): Add variables.
7613         * wl-draft.el (wl-draft-reply): Use it.
7614
7615 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7616
7617         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7618         the 5th argument of `elmo-network-get-spec'.
7619
7620         * wl-thread.el (wl-thread-reparent-children): New inline function.
7621         (wl-thread-delete-message): Use it.
7622
7623         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7624         (wl-summary-score-update-all-lines): Don't use `dolist'.
7625
7626 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7627
7628         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7629         (require 'elmo-msgdb) for inline function.
7630
7631 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7632
7633         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7634
7635 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7636
7637         * wl-score.el (wl-score-headers): Fix for the confusing macro
7638         `elmo-kill-buffer'.
7639
7640 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7641
7642         * wl-summary.el: Don't use the 3rd argument of `require' because
7643         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7644         * wl-util.el: Ditto.
7645         * wl-draft.el: Ditto.
7646
7647 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7648
7649         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7650         window system is not used.
7651
7652 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7653
7654         * wl-thread.el: Don't use `mapcar' only for iteration.
7655         (wl-thread-resume-entity): Ditto.
7656         (wl-thread-delete-message): Ditto.
7657
7658         * wl-summary.el: Bind `dragdrop-drop-functions',
7659         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7660         of `require' for `timezone', `easymenu' and `ps-print';
7661         don't use `mapcar' only for iteration.
7662
7663         * wl-util.el: Bind `mule-version', `nemacs-version',
7664         `emacs-beta-version', `xemacs-codename',
7665         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7666         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7667         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7668         only for iteration.
7669
7670         * wl-score.el: Don't use `mapcar' only for iteration.
7671         (wl-score-simplify-buffer-fuzzy): Ditto.
7672         (wl-score-simplify-subject): Ditto.
7673         (wl-score-headers): Ditto.
7674         (wl-summary-score-update-all-lines): Ditto.
7675
7676         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7677         `enable-multibyte-characters' and `mule-version'.
7678
7679         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7680         `mapcar' only for iteration.
7681
7682         * wl-demo.el: Don't use `mapcar' only for iteration.
7683
7684         * wl-folder.el: Don't use `mapcar' only for iteration.
7685         (wl-folder-open-all): Ditto.
7686         (wl-folder-count-incorporates): Ditto.
7687
7688         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7689         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7690
7691         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7692         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7693         `smtp-connection-type'; specify 3rd argument of `require' for
7694         `timezone'; don't use `mapcar' only for iteration.
7695         (wl-draft-clone-local-variables): Don't use `mapcar'.
7696         (wl-draft-generate-clone-buffer): Ditto.
7697         (wl-user-agent-compose-internal): Ditto.
7698
7699         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7700
7701         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7702         (wl-save-status): Ditto.
7703
7704         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7705         for iteration.
7706
7707 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7710         removed `Date'.
7711         (wl-fldmgr-make-filter-default): New user option.
7712
7713         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7714         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7715         (wl-fldmgr-filter-completion-alist): Abolish.
7716
7717         * wl.el (wl): Don't check servers if arg is non-nil.
7718
7719         * wl-draft.el (wl-draft-reply): Set only message-id string to
7720         In-Reply-To field.
7721
7722 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-summary.el (wl-summary-pick): Rewrite.
7725
7726         * wl-draft.el (wl-draft-forward): Get references field from
7727         original buffer.
7728         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7729
7730 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7731
7732         * wl-draft.el (wl-draft-forward): Add references field.
7733
7734 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7737         (wl-draft-reply): Use it.
7738
7739 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7740
7741         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7742         when Emacs 21 is running.
7743
7744         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7745         bindings.
7746
7747 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7748
7749         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7750         XPM icons transparent.
7751
7752         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7753         Emacs 21.
7754
7755 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7758         nil.
7759
7760         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7761         when it is persistent.
7762         (wl-summary-sync-marks): Changed argument for
7763         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7764         (wl-summary-virtual): Use `elmo-read-search-condition'.
7765         (wl-summary-redisplay-internal): If folder is local, mark as read
7766         even when folder is plugged.
7767
7768 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7769
7770         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7771         of `tool-bar-lines' in the frame parameters.
7772         (after-make-frame-functions, post-command-hook): Don't modify the
7773         value.
7774         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7775         wl-e21-tool-bar-lines): Removed.
7776
7777 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7778
7779         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7780         properties `evaporate' and `wl-momentary-overlay' as well.
7781         (wl-highlight-summary-displaying): Ditto.
7782         (wl-delete-all-overlays): Don't delete overlay which does not have
7783         a property `wl-momentary-overlay'.
7784
7785         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7786         `display-mouse-p' and `display-graphic-p'.
7787         (wl-folder-init-icons): Don't search for XBM or the other files.
7788         (wl-plugged-set-folder-icon): Make icons if and only if
7789         `display-graphic-p' returns non-nil.
7790         (wl-highlight-plugged-current-line): Use `before-string' overlay
7791         property to show icon images.
7792         (wl-highlight-folder-current-line): Ditto.
7793         (wl-e21-highlight-folder-group-line): Ditto.
7794         (wl-e21-highlight-folder-by-numbers): Ditto.
7795         (wl-e21-insert-image): Removed.
7796         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7797         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7798         said.
7799         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7800         `wl-e21-force-switch-toolbar'.
7801         (wl-e21-make-icon-image): Removed.
7802         (wl-e21-setup-toolbar): Don't search for XBM files.
7803         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7804         the default value.
7805
7806 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-util.el (wl-biff-check-folder-async): Set
7809         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7810
7811 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7812
7813         * wl-e21.el (after-make-frame-functions): Add
7814         `wl-e21-force-switch-toolbar'.
7815         (wl-e21-force-switch-toolbar): New function force to switch the
7816         toolbar appearance automatically.
7817         (post-command-hook): Add `wl-e21-switch-toolbar'.
7818         (wl-e21-switch-toolbar): New function to switch the toolbar
7819         appearance automatically.
7820         (wl-e21-tool-bar-lines): New buffer local variable.
7821
7822 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-util.el (wl-biff-check-folders-running): New variable.
7825         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7826         (wl-biff-check-folder-async-callback):
7827         Set `wl-biff-check-folders-running'.
7828         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7829         with unwind-protect.
7830
7831         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7832         Enclose `wl-folder-auto-check' with unwind-protect.
7833
7834         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7835         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7836
7837         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7838
7839         * wl-util.el (wl-biff-notify): New inline function.
7840         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7841         locally.
7842         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7843         folder-list' is 1.
7844         Use `wl-biff-notify'.
7845         (wl-biff-check-folder-async-callback): New function.
7846         (wl-biff-check-folder-async): Ditto.
7847
7848         * wl-folder.el (wl-folder): Don't check folders.
7849         (wl-folder-auto-check): New function.
7850
7851 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7852
7853         * wl-util.el (wl-biff-start) [Emacs19+]:
7854         Use `timer-next-integral-multiple-of-time'.
7855         (wl-biff-check-folders): Use `wl-default-folder'
7856         if `wl-biff-check-folder-list' is nil.
7857
7858 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7859
7860         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7861         instead of `elmo-delete-lists'.
7862
7863 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7864
7865         * wl.el (wl-plugged-toggle-all): Set the value of
7866         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7867         (wl-plugged-toggle): Ditto.
7868         (wl-toggle-plugged): Ditto.
7869         (wl-plugged-init): Ditto.
7870
7871         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7872         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7873         instead of `wl-biff-state-indicator-off' and
7874         `wl-biff-state-indicator-on'; don't modify the value and the type
7875         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7876         (wl-plugged-init-icons): Set icons data to
7877         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7878         instead of `wl-plug-state-indicator-off' and
7879         `wl-plug-state-indicator-on'; don't modify the value and the type
7880         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7881
7882         * wl-vars.el (wl-modeline-biff-state-off,
7883         wl-modeline-biff-state-on, wl-modeline-biff-status,
7884         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7885         wl-modeline-plug-status): New internal variables.
7886         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7887         wl-biff-check-interval, wl-biff-check-folder-list): Change
7888         customization group from `wl-folder' to `wl-highlight'.
7889         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7890         wl-show-plug-status-on-modeline): Defcustomized.
7891
7892         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7893         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7894         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7895         a flag to `mode-line-buffer-identification'.
7896
7897         * wl-e21.el (wl-biff-init-icons): Set icons data to
7898         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7899         instead of `wl-biff-state-indicator-off' and
7900         `wl-biff-state-indicator-on'.
7901         (wl-plugged-init-icons): Set icons data to
7902         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7903         instead of `wl-plug-state-indicator-off' and
7904         `wl-plug-state-indicator-on'.
7905
7906 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7907
7908         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7909         excessive titles.
7910
7911 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7912
7913         * wl.el (wl-plugged-mode): Use revised
7914         `wl-mode-line-buffer-identification'.
7915         (wl-plugged-init): Don't use `force-mode-line-update'.
7916
7917         * wl-xmas.el (wl-draft-overload-functions): Use revised
7918         `wl-mode-line-buffer-identification'.
7919         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7920         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7921         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7922         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7923         `wl-make-plugged-hook';
7924         add `wl-folder-init-icons' and `wl-setup-folder' to
7925         `wl-folder-mode-hook'.
7926
7927         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7928         19 as well.
7929         (wl-mode-line-display-priority-list): New user option.
7930         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7931         Defcustomized.
7932         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7933         Add docs.
7934
7935         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7936         start.
7937         (wl-mode-line-buffer-identification): Revised as a function.
7938
7939         * wl-summary.el (wl-summary-mode): Use revised
7940         `wl-mode-line-buffer-identification'; don't call
7941         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7942         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7943         `wl-xmas-setup-summary'.
7944
7945         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7946         `wl-mode-line-buffer-identification'.
7947
7948         * wl-mule.el (wl-draft-overload-functions): Use revised
7949         `wl-mode-line-buffer-identification'.
7950
7951         * wl-folder.el (wl-make-plugged-alist): Don't call
7952         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7953         (wl-folder): Don't call `wl-folder-init-icons' directly.
7954         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7955         `wl-xmas-setup-folder' directly;
7956         use revised `wl-mode-line-buffer-identification'.
7957         (TopLevel): Don't bind `wl-biff-init-icons',
7958         `wl-plugged-init-icons', `wl-folder-init-icons',
7959         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7960
7961         * wl-e21.el (wl-draft-overload-functions): Use revised
7962         `wl-mode-line-buffer-identification'.
7963         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7964         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7965         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7966         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7967         `wl-make-plugged-hook';
7968         add `wl-folder-init-icons' and `wl-setup-folder' to
7969         `wl-folder-mode-hook'.
7970
7971 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7972             Katsumi Yamaoka    <yamaoka@jpl.org>
7973
7974         * wl.el (wl): Call `wl-biff-start'.
7975         (wl-exit): Call `wl-biff-stop'.
7976         (wl-plugged-mode): Show biff in modeline.
7977         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7978
7979         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7980         (wl-biff-init-icons): New function.
7981         (wl-plugged-init-icons): Don't make too much keymaps.
7982         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7983
7984         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7985         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7986         variables.
7987         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7988         options.
7989
7990         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7991         wl-biff-start, wl-biff-stop): New functions.
7992         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7993         (wl-biff-timer-name): New variable.
7994
7995         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7996
7997         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7998         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7999
8000         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8001         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8002
8003         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8004         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8005         `wl-folder-init-icons' to `ignore' if they are not available.
8006         (wl-folder-mode): Show biff in modeline.
8007
8008         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8009         (wl-biff-init-icons): New function.
8010         (wl-plugged-init-icons): Don't make too much keymaps.
8011         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8012
8013 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8014
8015         * wl-vars.el (wl-strict-diff-folders): Customization Type
8016         and doc fix.  Define as a list of regular expressions for
8017         folders or nil.
8018         * wl-folder.el (wl-folder-check-one-entity): Use
8019         `wl-string-match-member' instead of `wl-string-member' for
8020         `wl-strict-diff-folders'.
8021
8022 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8023
8024         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8025         (wl-highlight-folder-current-line): Use it; new implementation.
8026         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8027         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8028         `defsubst' instead of `defun'.
8029
8030         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8031         `wl-highlight-group-folder-by-numbers'; made it can also be a
8032         number.  See info for more details.
8033
8034         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8035         running.
8036
8037         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8038         to bind them.
8039
8040         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8041         (wl-highlight-folder-current-line): New implementation.
8042
8043         * wl-highlight.el (wl-highlight-folder-group-line): New
8044         implementation.
8045         (wl-delete-all-overlays): Rewrite as a marco.
8046         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8047
8048         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8049         running.
8050         (wl-folder-*-glyph): No need to bind them.
8051
8052         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8053         `wl-e21-highlight-folder-group-icon'; rewrite.
8054         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8055         `defsubst' instead of `defun'.
8056         (wl-folder-mode-map): Bind it when compiling.
8057
8058 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8061
8062         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8063
8064 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8065
8066         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8067
8068 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8069
8070         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8071         (wl-highlight-folder-current-line): Use it.
8072
8073         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8074         in `id-name'.
8075
8076 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8077
8078         * wl.el: Require `wl-e21' when Emacs 21 is running.
8079
8080         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8081         default when Emacs 21 is running.
8082         (wl-use-highlight-mouse-line): Ditto.
8083         (wl-on-emacs21): New constant.
8084         (wl-on-emacs20): Removed.
8085
8086         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8087         Emacs 21 is running.
8088
8089         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8090         Emacs 21 is running.
8091
8092         * wl-e21.el: New file.
8093
8094 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8095
8096         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8097         (wl-toggle-plugged): Ditto.
8098         (wl-plugged-toggle): Ditto.
8099         (wl-plugged-toggle-all): Ditto.
8100
8101         * wl-vars.el (wl-plug-state-indicator): Refer
8102         `wl-plug-state-indicator-on' indirectly.
8103
8104 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8107         Call `wl-folder-confirm-existence'.
8108
8109         * wl-folder.el (wl-folder-confirm-existence): Added optional
8110         argument `force'.
8111
8112 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8113
8114         * wl-summary.el (wl-summary-refile-subr): Assume
8115         `copy-or-refile' as symbol.
8116         (wl-summary-refile): Follow up above change.
8117         (wl-summary-copy): Ditto.  Doc fix.
8118
8119 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-summary.el (wl-summary-pick): Don't bind
8122         `elmo-search-mime-charset'.
8123
8124         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8125         default using old backquote style.
8126         (wl-search-mime-charset): Abolished.
8127
8128         * wl-highlight.el (wl-highlight-headers):
8129         Call `point' after `re-search-forward'(for Nemacs).
8130
8131         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8132         for elmo-imap4.el.
8133
8134 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8135
8136         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8137         `wl-message-ignored-field-list' instead of
8138         `mime-view-ignored-field-list'.
8139
8140         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8141         Add interactive spec.
8142         (wl-folder-goto-bottom-of-current-folder): Ditto.
8143         (wl-folder-mode-map): Bind them.
8144
8145         * wl-vars.el (wl-message-ignored-field-list): New variable.
8146         (wl-message-visible-field-list): New variable.
8147
8148         * wl-mime.el (wl-mime-header-presentation-method): New function.
8149         (wl-mime-setup): Set header-presentation-method.
8150
8151 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8152
8153         * wl-nemacs.el (wl-draft-overload-functions): Set
8154         `mode-line-buffer-identification' instead of using
8155         `wl-make-modeline'.
8156
8157         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8158         instead of using `wl-make-modeline'.
8159
8160         * wl-xmas.el (wl-plugged-init-icons): Set up
8161         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8162         (wl-make-modeline): Abolish.
8163         (wl-draft-overload-functions): Set
8164         `mode-line-buffer-identification' instead of using
8165         `wl-make-modeline'.
8166
8167         * wl-util.el (wl-make-modeline-subr): Abolish.
8168         (wl-mode-line-buffer-identification): New alias.
8169
8170         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8171         (wl-summary-make-modeline): Abolish.
8172         (wl-summary-buffer-set-folder): Set
8173         `wl-summary-buffer-folder-indicator'.
8174         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8175         of using `wl-make-modeline'.
8176         (wl-summary-switch-to-clone-buffer): Don't set
8177         `mode-line-buffer-identification'.
8178         (wl-summary-goto-folder-subr): Ditto.
8179
8180         * wl-mule.el (wl-draft-overload-functions): Set
8181         `mode-line-buffer-identification' instead of using
8182         `wl-make-modeline'.
8183
8184         * wl-folder.el (wl-folder-mode): Set
8185         `mode-line-buffer-identification' instead of using
8186         `wl-make-modeline'.
8187         (wl-folder): Don't set `mode-line-buffer-identification'.
8188
8189 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8190
8191         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8192         instead of `member' for `wl-refile-guess-func-list' look-ups.
8193         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8194
8195 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8196
8197         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8198         `wl-message-button-dispatcher'.
8199
8200         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8201
8202         * wl-message.el (wl-message-button-dispatcher): Use it.
8203
8204         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8205         "In-Reply-To".
8206
8207         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8208         Bind `case-fold-search' to t.
8209
8210 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8211
8212         * wl-xmas.el (wl-message-overload-functions): Initialize
8213         `wl-message-button-map'.
8214
8215         * wl-mule.el (wl-message-overload-functions): Initialize
8216         `wl-message-button-map'.
8217
8218         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8219
8220         * wl-message.el (wl-message-button-map): New keymap.
8221         (wl-message-add-button): New function.
8222         (wl-message-button-dispatcher): New function.
8223         (wl-message-button-refer-article): New function.
8224
8225         * wl-highlight.el
8226         (wl-highlight-message-add-buttons-to-header): New function.
8227         (wl-highlight-headers): Use it.
8228
8229 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8230
8231         * wl-summary.el (wl-summary-default-from): Use
8232         `wl-address-get-petname-1'.
8233         (wl-summary-simple-from): Ditto.
8234
8235         * wl-address.el (wl-address-get-petname-1): New inline function.
8236         (wl-address-get-petname): Use it.
8237
8238 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8239
8240         * wl-summary.el (wl-summary-default-from): Return full-name part
8241         from the address if no petname was found.
8242         (wl-summary-simple-from): Ditto.
8243
8244         * wl-address.el (wl-address-get-petname): Return nil if no petname
8245         associated with the address was found.
8246
8247 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8248
8249         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8250         display is finished.
8251
8252 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8253
8254         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8255         `elmo-folder-exists-p' argument.
8256
8257 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8258
8259         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8260         the folder.
8261
8262 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8265
8266         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8267         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8268
8269 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8270
8271         * wl-folder.el (wl-folder-create-subr): New function.
8272         (wl-folder-confirm-existence): Use it.
8273         (wl-folder-check-one-entity): Use it.
8274         Check the error symbol is derived from 'elmo-open-error.
8275
8276         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8277         `ignore-error'.
8278
8279 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8280
8281         * wl-util.el (toplevel): Add (eval-when-compile (require
8282         'elmo-util)).  (Maybe `provide' is typo.)
8283
8284 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8287         (I don't know why this was needed.)
8288
8289         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8290         Follow up changes for stream-type.
8291
8292         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8293         (wl-draft-elmo-nntp-send): Ditto.
8294
8295         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8296         (wl-nntp-posting-stream-type): Ditto.
8297         (wl-pop-before-smtp-ssl): Abolished.
8298         (wl-nntp-posting-ssl): Ditto.
8299
8300         * wl-address.el (wl-address-quote-specials): New function.
8301         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8302
8303         * wl-draft.el (wl-draft-reply): Ditto.
8304
8305 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8306
8307         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8308         use function `wl-string-match-assoc'.
8309
8310 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8313
8314         * wl-draft.el (wl-draft-deduce-address-list): New function.
8315         (wl-draft-parse-mailbox-list): Ditto.
8316         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8317         instead of `smtp-deduce-address-list'.
8318         (wl-draft-on-field-p): Follow group list.
8319
8320         * wl-address.el (wl-address-concat-token): New function.
8321         (wl-address-string-without-group-list-contents): Ditto.
8322         (wl-complete-field-body): Fixed problem of completion
8323         by japanese petname.
8324         (wl-address-make-completion-list): Rewrite.
8325
8326 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8327
8328         * wl-address.el (wl-address-make-completion-list): Completion by
8329         petname.
8330         (wl-complete-field-body): Likewise.
8331
8332 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8335         contains invalid address syntax.
8336
8337 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8338
8339         * wl-folder.el (wl-folder-check-entity-async): Use
8340         `elmo-nntp-spec-hostname'.
8341
8342 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8343
8344         * wl-summary.el (wl-summary-msgdb-load-async): Use
8345         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8346
8347 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-draft.el (wl-draft-reply): Set argument
8350         `content-transfer-encoding' as nil.
8351
8352 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8353
8354         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8355         `wl-refile-alist'.
8356
8357 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8358
8359         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8360         (wl-draft-edit-string): Ditto.
8361         (wl-draft-forward): Ditto.
8362         * wl-summary.el (wl-summary-write): Ditto.
8363
8364 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-summary.el (wl-summary-sync-update3): Call
8367         `wl-summary-buffer-number-column-detect'.
8368         (wl-summary-buffer-number-column-detect): Search from point-min.
8369
8370 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8373         contains an address which is not included in original to or cc.
8374
8375 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8376
8377         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8378         begin-line does not exist.
8379         * wl-message.el (wl-message-uu-substring): Ditto.
8380
8381 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8382
8383         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8384         clear local variables.
8385         (wl-summary-exit): Call `elmo-commit'.
8386         (wl-summary-switch-to-clone-buffer): Call
8387         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8388         (wl-summary-goto-folder-subr): Ditto.
8389
8390         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8391         POP folder.
8392
8393 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8396         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8397         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8398         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8399         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8400         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8401
8402         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8403
8404 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8405
8406         * wl-summary.el (wl-summary-search-by-subject):
8407         Search parent message from the latest one.
8408
8409 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8412         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8413
8414         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8415         New user option.
8416
8417         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8418         if elmo-nntp-use-killed-list is nil.
8419         Use `elmo-msgdb-append-to-killed-list'.
8420         (Append numbers confirmed as disappeared to the killed list.)
8421         (wl-summary-confirm-appends): Don't display negative number.
8422
8423 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8424
8425         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8426
8427 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8428
8429         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8430         range is `all'.
8431         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8432         `elmo-list-bigger-diff'.
8433
8434 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-summary.el (wl-summary-buffer-exit-func):
8437         New buffer local variable.
8438         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8439
8440 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8441
8442         * wl-demo.el (wl-demo): Fix the last change.
8443
8444 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8445
8446         * wl-demo.el (wl-demo): Don't use `eval'.
8447
8448 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8449
8450         * wl-summary.el (wl-summary-buffer-thread-modified):
8451         New buffer-local variable.
8452         (wl-summary-set-thread-modified): New function.
8453         (wl-summary-thread-modified-p): New function.
8454         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8455         (wl-summary-yank-saved-message): Use function
8456         `wl-summary-set-thread-modified'
8457         (wl-summary-switch-to-clone-buffer): Add
8458         `wl-summary-buffer-thread-modified'.
8459
8460         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8461         (wl-summary-buffer-mark-saved-hook): Ditto.
8462         * wl-summary.el (wl-summary-msgdb-save): New hook
8463         `wl-summary-buffer-message-saved-hook' and
8464         `wl-summary-buffer-mark-saved-hook'.
8465
8466 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8467
8468         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8469
8470 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8471
8472         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8473         don't hide scroll bars under FSF Emacsen because it may incur an
8474         undesirable redrawing.
8475
8476 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8477
8478         * wl-draft.el (wl-draft-edit-string): Call
8479         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8480
8481 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8482
8483         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8484
8485 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8486
8487         * wl-summary.el (wl-summary-msgdb-load-async): Call
8488         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8489
8490 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8491
8492         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8493         fringes in demo buffer; center bitmap logo correctly even if old
8494         Mule is used.
8495
8496 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8497
8498         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8499
8500         * wl-refile.el (wl-refile-subject-alist): New variable.
8501         (wl-refile-subject-alist-file-name): Ditto.
8502         (wl-refile-alist-setup): Rewrite.
8503         (wl-refile-alist-save): Use `elmo-object-save'.
8504         Eliminated arguments.
8505         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8506         (wl-refile-guess-by-subject): New function.
8507         (wl-refile-guess-func-list): Added it.
8508
8509 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8510
8511         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8512         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8513
8514 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8517         New buffer-local variable.
8518         (wl-summary-buffer-next-folder-func): Ditto.
8519         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8520         if non-nil.
8521         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8522         if non-nil.
8523         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8524         if non-nil.
8525         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8526         if non-nil.
8527
8528 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8529
8530         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8531         permanently in the demo buffer.
8532
8533 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8534
8535         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8536         `mime-entity-fetch-field'.
8537
8538         * wl.el (wl-exit): Delete plugged buffer.
8539
8540         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8541         XEmacs has menubar feature.
8542
8543 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8544
8545         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8546         cannot arrive at the beginning of the buffer under old Emacsen.
8547
8548 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-address.el (wl-address-ldap-search):
8551         Call `ldap-search-entries' with `withdn' argument t.
8552         (wl-complete-field-body): Bind completion-ignore-case as t.
8553         Clear ldap search hash when it was sole completion.
8554         Use elmo-string for pattern string.
8555         (wl-ldap-alias-safe-string): Eliminated needless let.
8556
8557 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8558
8559         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8560         (wl-ldap-alias-sep): New constant.
8561         (wl-ldap-search-attribute-type-list): Ditto.
8562         (wl-ldap-get-value): New function.
8563         (wl-ldap-make-filter): Ditto.
8564         (wl-ldap-make-matched-value-list): Ditto.
8565         (wl-ldap-alias-safe-string): Ditto.
8566         (wl-ldap-register-dn-string): Ditto.
8567         (wl-address-ldap-search): Rewrite.
8568
8569 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8570
8571         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8572         thread is deleted.
8573         (wl-thread-delete-line-from-buffer): Ditto.
8574         (wl-thread-get-exist-children): New function.
8575
8576 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8577
8578         * wl-demo.el (wl-demo): Made it to select various image types.
8579         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8580         from `wl-title-logo'.
8581         (wl-logo-ascii): New variable.
8582         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8583         (wl-demo-copyright-notice): New constant.
8584
8585         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8586
8587 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8588
8589         * wl-vars.el (wl-summary-target-above): Renamed from
8590         wl-summary-temp-above.
8591         * wl-score.el (wl-score-get-score-alist): Use it.
8592         (wl-summary-score-update-all-lines): Use it.
8593         * wl-summary.el: Ditto. (make-variable-buffer-local).
8594
8595 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-vars.el (wl-ldap-port): New user option.
8598
8599         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8600         Rewite whole implementation.
8601         (wl-complete-field-body): Fixed.
8602
8603 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8604
8605         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8606         Choose implementation at compile time.
8607
8608 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8609
8610         * wl-address.el (wl-ldap-search-internal): New function.
8611         (wl-complete-field-to): Use it.
8612
8613 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8616         Use `let' instead of `let*'.
8617         Require 'wl-vars.
8618
8619         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8620         Define as defcustom.
8621         (wl-ldap-base): Ditto.
8622         (wl-use-ldap): Ditto.
8623
8624 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8625
8626         * wl-address.el (wl-ldap-search): New function.
8627         (wl-complete-field-body): Use `wl-ldap-search'.
8628         (wl-ldap-server): New variable.
8629         (wl-ldap-base): Ditto.
8630         (wl-use-ldap): Ditto.
8631
8632 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8633
8634         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8635         (Pointed out by Mito <mit@nines.nec.co.jp>).
8636         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8637         buffer-local variables like `wl-summary-redisplay-internal'.
8638         (wl-summary-redisplay-all-header): Likewise.  Update
8639         Summary view too.
8640
8641 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8642
8643         * wl-summary.el (wl-summary-jump-to-parent-message):
8644         Consider prefix argument.
8645
8646         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8647         when closed thread is deleted.
8648
8649 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8650
8651         * wl-summary.el (wl-summary-jump-to-parent-message):
8652         Consider thread modification.
8653
8654 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8655
8656         * wl-message.el (wl-message-normal-get-original-buffer): Use
8657         `save-excursion'.
8658
8659         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8660         (wl-summary-showto-folder-regexp): Ditto.
8661
8662 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8663
8664         * wl-util.el (wl-delete-alist): Doc fix.
8665         (wl-delete-associations): New function.
8666         (wl-inverse-alist): New function.
8667         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8668         Split temporary variables. Use `wl-delete-associations'
8669         and `wl-inverse-alist'.
8670         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8671
8672 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-folder.el (wl-folder-prefetch-entity):
8675         Execute prefetching if new count is unknown.
8676
8677 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8678
8679         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8680
8681         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8682         delete entity.
8683         (wl-thread-set-parent): If insert as top, set linked as nil.
8684
8685         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8686         `wl-thread-cleanup-symbols' when view mode is thread.
8687
8688 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8689
8690         * wl-folder.el (wl-folder-create-folder-entity): Use
8691         with-current-buffer.
8692         (wl-local-folder-init): Call set-buffer to make sure we are in
8693         the Folder buffer. Don't touch buffer-local variables here.
8694         (wl-folder-mode): Initialize buffer-local variables here.
8695
8696         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8697         (wl-folder-entity-assign-id): Ditto.
8698         (wl-folder-create-entity-hashtb): Ditto.
8699         (wl-local-folder-init): Ditto.
8700         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8701
8702 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8703
8704         * wl-summary.el (wl-summary-default-from): Fix probrem when
8705         std11-extract-address-components return (nil "foo@bar").
8706
8707 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8708
8709         * wl-draft.el (wl-draft-clone-local-variables):
8710         Remove redundant `setq'.
8711
8712 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8715         Bind wl-highlight-x-face-func as nil while highlighting header.
8716
8717 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8718
8719         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8720
8721 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8722
8723         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8724         elmo-msgdb-overview-hashtb from copy-variables.
8725         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8726         instead of `elmo-msgdb-overview-get-entity-by-number'.
8727         (wl-summary-auto-refile): Ditto.
8728
8729         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8730         `elmo-msgdb-overview-get-entity' instead of
8731         `elmo-msgdb-search-overview-entity'.  Use
8732         `elmo-msgdb-overview-get-entity' instead of
8733         `elmo-msgdb-overview-get-entity-by-number'.
8734         (wl-thread-insert-entity-sub): Ditto.
8735         (wl-thread-insert-message): Ditto.
8736
8737         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8738         `elmo-msgdb-overview-get-entity'.
8739         (wl-normal-message-redisplay): Ditto.
8740
8741 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8742
8743         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8744         `wl-thread-entities'.
8745         (wl-thread-delete-message): Fix remove top message from
8746         `wl-thread-entity-list'.
8747
8748         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8749         wl-append(nconc), because update-list is broken on Meadow.
8750
8751         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8752         updating process.
8753         (wl-summary-rescan): Ditto.
8754         (wl-summary-sync-update3): Ditto.
8755         * wl-thread.el (wl-thread-set-parent): Renamed from
8756         `wl-summary-set-parent'.
8757         (wl-thread-insert-message): Updating buffer faster.
8758         (wl-thread-delete-message): Updating buffer faster.
8759
8760         * wl-score.el (wl-summary-score-update-all-lines): Changed
8761         interval for display progress gauge.
8762
8763 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8764
8765         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8766         folder always-sticky.
8767         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8768         defmacro.
8769
8770 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8771
8772         * wl-vars.el (wl-draft-add-references): New user option.
8773
8774         * wl-draft.el (wl-draft-add-references): New function.
8775         (wl-draft-yank-from-mail-reply-buffer): Use it.
8776         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8777         as nil.
8778
8779 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8780
8781         * wl-thread.el (wl-thread-update-line-msgs): Called
8782         `wl-thread-update-line-on-buffer-sub'.
8783         (wl-thread-update-line-on-buffer): Delete routine of inserting
8784         thread.
8785         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8786         moved from `wl-thread-update-line-on-buffer'.
8787         Add threshold for displaying progress gauge.
8788         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8789         argument of `wl-thread-update-line-msgs'.
8790         Add threshold for displaying progress gauge.
8791         * wl-folder.el:
8792         Add threshold for displaying progress gauge.
8793         * wl-score.el: Ditto.
8794
8795         * wl-expire.el (wl-summary-expire): Display deleting info.
8796
8797 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8798
8799         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8800         `no-msg'.
8801         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8802         argument of `wl-thread-update-line-msgs'.
8803         (wl-summary-set-parent): Added optional argument `parent-number'.
8804         (wl-summary-buffer-saved-message): New buffer local variable.
8805         (wl-summary-save-current-message): New command.
8806         (wl-summary-yank-saved-message): Ditto.
8807         (wl-summary-mode-map): Added key binding for
8808         `wl-summary-save-current-message' (\ew) and
8809         `wl-summary-yank-saved-message' (\C-y).
8810         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8811
8812 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * wl-summary.el (wl-summary-mode-map): Added key binding for
8815         `wl-summary-set-parent' (ts).
8816
8817 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8818
8819         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8820         subject faster. If thread number is reverse, delayed updating
8821         thread.
8822         (wl-summary-search-by-subject): Ditto.
8823         (wl-summary-put-alike): Ditto.
8824         (wl-summary-get-alike): Ditto.
8825         (wl-summary-insert-headers): Insert header of all overview in
8826         buffer.
8827         (wl-summary-rescan): Delayed updating thread. Kill search subject
8828         buffer for wl-summary-search-by-subject.
8829         (wl-summary-sync-update3): Ditto.
8830         (wl-summary-exit): Ditto.
8831         (wl-summary-goto-bottom-of-current-thread): Change for linked
8832         thread.
8833         (wl-summary-overview-create-summary-line): Change line for linked
8834         thread.
8835
8836         * wl-summary.el (wl-summary-update-thread): Use
8837         wl-thread-maybe-get-children-num.
8838         (wl-summary-set-parent): If change parent, move sub thread.
8839         (wl-summary-redisplay-internal): Add horizontal recenter.
8840         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8841
8842         * wl-thread.el (wl-thread-entity-get-linked): New function.
8843         (wl-thread-entity-set-linked): New function.
8844         (wl-thread-create-entity): Add linked element.
8845         (wl-thread-entity-insert-as-top): Use wl-append.
8846         (wl-thread-maybe-get-children-num): If closing thread, return
8847         children msgs.
8848         (wl-thread-update-line-msgs): Displaying progress message.
8849         (wl-thread-update-line-on-buffer-sub): Use
8850         wl-thread-maybe-get-children-num.
8851         (wl-thread-update-line-on-buffer): If update line is not exists,
8852         insert thread.
8853         (wl-thread-delete-message): If delete top msg of thread, search
8854         parent by subject.
8855         (wl-thread-insert-entity): Use
8856         wl-thread-maybe-get-children-num.
8857
8858         * wl-highlight.el (wl-highlight-summary-current-line): change
8859         sregexp for linked thread.
8860         * wl-util.el (wl-count-lines): Count lines.
8861         (wl-horizontal-recenter): horizontal recenter.
8862         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8863         (wl-score-get-alike): Ditto.
8864         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8865         (wl-subject-length-limit): New variable.
8866         (wl-highlight-thread-indent-string-regexp): Changed for linked
8867         thread.
8868
8869 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8872         New variable (revival).
8873         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8874         by subject matching if there's no in-reply-to nor references field
8875         (revival).
8876
8877 \f
8878 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8881         message.
8882
8883 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8884
8885         * wl-summary.el (wl-summary-reply): Return t if there was a
8886         message at cursor point.
8887         Added unwind-protect.
8888         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8889         returns t.
8890         (wl-summary-cancel-message): Do nothing when there's no message at
8891         cursor point.
8892         (wl-summary-forward): Ditto.
8893         (wl-summary-jump-to-parent-message): Ditto.
8894         (wl-summary-reedit): Ditto.
8895         (wl-summary-edit-addresses): Ditto.
8896         (wl-summary-pipe-message): Ditto.
8897         (wl-summary-print-message-with-ps-print): Ditto.
8898         (wl-summary-print-message): Ditto.
8899         (wl-summary-mark-as-important): Ditto.
8900         (wl-summary-mark-as-unread): Ditto.
8901
8902         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8903         message at cursor point.
8904         (wl-summary-reply-with-citation): Remove unwind-protect.
8905
8906         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8907         subject searching feature.
8908         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8909         Eliminated.
8910
8911 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8914         New variable.
8915         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8916         by subject matching if there's no in-reply-to nor references field.
8917
8918         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8919
8920         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8921         when display is finished.
8922         (wl-folder-open-all): Ditto.
8923         (wl-folder-update-access-group): Ditto.
8924         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8925         * wl-thread.el (wl-thread-close-all): Ditto.
8926
8927         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8928         progress gauge only when it was displayed.
8929         * wl-folder.el (wl-folder-insert-entity): Ditto.
8930
8931 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8932
8933         * wl-summary.el (wl-summary-incorporate): Enclose
8934         `wl-summary-sync-force-update' with save-excursion.
8935
8936 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8937
8938         * wl-summary.el (wl-summary-prefetch-region):
8939         Pass current cursor point to `pos-visible-in-window-p' after
8940         moving cursor to the started point.
8941
8942 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8943
8944         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8945
8946         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8947         fields from the forwarding message.
8948         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8949         `ignored-fields'.
8950
8951 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * wl-mime.el (wl-message-request-partial):
8954         Eliminated argument `msgdb'.
8955         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8956         (wl-mime-combine-message/partial-pieces): Likewise.
8957         * tm-wl.el (wl-message-request-partial): Likewise.
8958         (wl-mime-combine-message/partial-pieces): Likewise.
8959
8960 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8961
8962         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8963         when display is finished.
8964
8965 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8966
8967         * wl-summary.el (wl-summary-goto-folder-subr):
8968         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8969
8970 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8973         when cursor point is visible.
8974
8975 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8976
8977         * wl-expire.el (wl-expire-archive-get-max-number):
8978         Don't use `file-name-directory'.
8979
8980 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-expire.el (wl-expire-archive-get-max-number):
8983         Use `file-name-directory'.
8984
8985 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8988         only when there is progress.
8989
8990 2000-04-13  Mito <mit@nines.nec.co.jp>
8991
8992         * wl-summary.el (wl-summary-sync-marks): Display progress.
8993
8994 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8995
8996         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8997         (wl-summary-prev): Move cursor regardless of unread status.
8998         (wl-summary-next): Ditto.
8999
9000 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9001
9002         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9003         Added argument `target' and `number'.
9004         * tm-wl.el (wl-summary-burst-subr): New function.
9005         (wl-summary-burst): Use it.
9006
9007 2000-04-10  Mito <mit@nines.nec.co.jp>
9008
9009         * wl-mime.el (wl-burst): New function.
9010         (wl-summary-burst): Use it.
9011
9012 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9013
9014         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9015         as petname when there's no candidate.
9016
9017 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9018
9019         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9020         New variable.
9021         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9022
9023         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9024
9025         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9026
9027 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9030         Use substring of `original' instead of buffer-substring.
9031         (wl-refile-evaluate-rule):
9032         Set `original' argument of wl-refile-expand-newtext.
9033
9034         * wl-summary.el
9035         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9036         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9037         (wl-summary-auto-refile): Check existence of destination folder just
9038         before marking.
9039
9040 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9041
9042         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9043         when wl-refile-get-field-value return nil.
9044
9045 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9046
9047         * wl-refile.el
9048         (wl-refile-expand-newtext): New function imported from Gnus.
9049         (wl-refile-evaluate-rule): Use it.
9050
9051 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9052
9053         * wl-summary.el (wl-summary-print-destination):
9054         Duplicate folder string to avoid putting text-property on
9055         original string.
9056
9057         * wl-refile.el (wl-refile-get-field-value): New function.
9058         (wl-refile-evaluate-rule): New function;
9059         Evaluate refile rule recursively.
9060         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9061         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9062         New function; Check existence of a target folder recursively.
9063         (wl-summary-auto-refile-check-refile-rule-alist):
9064         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9065
9066 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9067
9068         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9069
9070         * wl-folder.el (wl-create-folder-entity-from-buffer):
9071         Fixed problem when '}' character is contained in folder name.
9072
9073         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9074
9075 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9076
9077         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9078         (wl-fldmgr-add-completion-all-completions):
9079         Use wl-fldmgr-add-completion-hashtb.
9080
9081 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9082
9083         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9084         wl-fldmgr-add-completion-subr): New functions.
9085         * wl-folder.el (wl-folder-completion-func): New variable.
9086         * wl-summary.el (wl-summary-read-folder):
9087         Use wl-folder-completion-func.
9088
9089         * wl-refile.el: Eliminate throw & catch.
9090
9091         * wl.el (wl-plugged-sending-queue-status): Fixed.
9092
9093 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9094
9095         * wl-draft.el (wl-draft): Put category property on
9096         mail-header-separator.