23d654f893498bf065ad4d6113c782e3c628ea51
[elisp/wanderlust.git] / wl / ChangeLog
1 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2
3         * wl-message.el (wl-message-prev-page): When it is called without
4         lines argument, scroll down by wl-message-scroll-amount lines.
5         (wl-message-next-page): Ditto.
6         * wl-vars.el (wl-message-scroll-amount): Change default value
7         to preserve current behavior.
8
9 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10
11         * wl-summary.el (wl-summary-prefetch-msg): Bind
12         `wl-message-entity' to call `wl-summary-from-function'.
13
14 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
15
16         * wl-message.el (wl-message-buffer-create): Run
17         wl-message-buffer-created-hook.
18
19 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
20
21         * wl-summary.el (wl-summary-sort-specs): New variable.
22         (wl-summary-default-sort-spec): Ditto.
23         (wl-summary-sort): Rewrite.
24         (wl-summary-sort-by-list-info): New function.
25
26 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
27
28         * wl-summary.el (wl-summary-get-list-info): New function.
29         (wl-summary-sort): Rewrite.
30         (wl-summary-line-list-info): Ditto.
31         (wl-summary-line-list-count): Ditto.
32         (wl-summary-refile-region): Fixed docstring.
33
34 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
35
36         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
37         `wl-folder-entity-hashtb' as completion table.
38
39 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
42         only when this command is called interactively; silence the byte-
43         compiler.
44
45 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
46
47         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
48         active in XEmacs.
49
50 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
51
52         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
53         plural lines.
54
55 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
56
57         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
58         of current line when the cursor is on the header name.
59         (preserve behavior to move to b.o.h. and b.o.l. mutually)
60
61 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
62
63         * wl-util.el (wl-read-directory-name): Return displayed directory
64         as the default value also on XEmacs.
65
66 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
67
68         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
69         formatting.
70
71 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
72
73         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
74         argument and when it is non-nil, check face property before
75         highlighting for each line.
76         (wl-highlight-summary-window): Set it.
77
78 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
79
80         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
81         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
82
83         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
84         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
85         (wl-draft-get-fcc-list): Likewise.
86
87 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
88
89         * wl-thread.el (wl-thread-indent-regexp): Abolished.
90         (wl-thread-entity-cur): Ditto.
91         * wl-summary.el (wl-summary-buffer-set-folder): Removed
92         wl-thread-indent-regexp setting.
93         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
94
95         * wl-summary.el (wl-summary-display-top): Highlight summary window when
96         wl-summary-lazy-highlight.
97         (wl-summary-display-bottom): Ditto.
98
99         * wl-thread.el (wl-thread-open-close): Likewise.
100
101         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
102         from and subject;
103         Bind wl-draft-use-frame;
104         Enclose with save-window-excursion;
105         Use wl-draft-create-buffer instead of with-temp-buffer;
106         Use wl-draft-prepare-edit;
107         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
108         Use wl-draft-send instead of wl-draft-raw-send.
109
110 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
111
112         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
113         of using wl-from.
114
115 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
116
117         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
118         insert-buffer instead of clone-buffer.
119         (wl-draft-doing-mime-bcc): New variable.
120         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
121         infinite loop.
122         (wl-draft-do-mime-bcc): Use wl-from for From field value.
123
124         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
125         (wl-draft-mime-bcc-body): Ditto.
126
127         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
128         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
129         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
130         wl-draft-do-mime-bcc.
131         (wl-draft-mime-bcc-field): New function.
132         (wl-draft-do-mime-bcc): Ditto.
133
134         * wl-address.el (wl-address-complete-header-list): New variable.
135         (wl-address-complete-header-regexp): Changed default value.
136
137         * Version number is increased to 2.9.13.
138
139 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
140
141         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
142         it is differed.
143
144 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * wl-summary.el (wl-summary-line-list-info): Rewrite.
147         (wl-summary-line-list-count): Ditto.
148
149 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
150
151         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
152         (wl-nntp-posting-function): New variable.
153         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
154         `wl-nntp-posting-config-alist'.
155
156 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
157
158         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
159         FLIM.
160
161 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
162
163         * wl-summary.el (wl-summary-target-mark-refile-sub):
164         Remove a nuisance funcall.
165
166 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
167
168         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
169         as t for `try-completion'.
170
171 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
172
173         * wl-summary.el (wl-summary-default-from): Use
174         wl-address-header-extract-address instead of
175         std11-extract-address-components.
176         (wl-summary-simple-from): Ditto.
177         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
178         (wl-summary-insert-headers): Show message.
179         (wl-summary-create-line): Set 4th argument of wl-set-string-width
180         for whole line.
181         (wl-summary-default-from): Revert last change.
182         (wl-summary-simple-from): Ditto.
183         (wl-summary-mark-as-read): Argument rearrangement and re-written.
184         (wl-summary-mark-as-read-region): Follow the change above.
185         (wl-summary-sync-marks): Ditto.
186         (wl-summary-target-mark-mark-as-read): Ditto.
187         (wl-summary-redisplay-internal): Ditto.
188         (wl-summary-redisplay-no-mime-internal): Ditto.
189         (wl-summary-redisplay-all-header): Ditto.
190         (wl-summary-mark-as-read): Removed argument `cached';
191         Use current cache status to set cache mark.
192         (wl-summary-redisplay-internal): Follow the change above.
193         (wl-summary-redisplay-no-mime-internal): Ditto.
194         (wl-summary-redisplay-all-header): Ditto.
195
196         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
197
198         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
199         Don't call itself recursively (Adviced by Yamaoka-san).
200
201 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
202
203         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
204         bind wl-summary-highlight as nil to avoid error caused by missing
205         local variables.
206
207 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
208
209         * wl-vars.el (wl-invalid-character-message): New user option.
210
211         * wl-util.el (wl-set-string-width): If truncated string-width is
212         larger than specified width, use `wl-invalid-character-message'.
213
214 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
215
216         * wl-summary.el (wl-summary-prefetch-msg): 
217         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
218
219 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
220
221         * wl-vars.el (wl-summary-check-line-format): New user option.
222         (wl-summary-line-format-file): Ditto.
223
224         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
225         variable.
226         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
227         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
228         and `wl-summary-view-old-p' to check whether do a rescan or not.
229         (wl-summary-view-old-p): New function.
230         (wl-summary-line-format-changed-p): Ditto.
231         (wl-summary-line-format-save): Ditto.
232         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
233
234         * wl-util.el (wl-set-string-width): Avoid using negative number
235         for make-string.
236
237 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-summary.el (wl-summary-line-list-info): Revised format of the
240         return value.
241
242         * wl-util.el (wl-set-string-width): Added optional argument
243         `padding' (All other related portions are changed).
244         (wl-line-parse-format): If the first letter of column number is
245         `0', zero-padding the result (ex: "%05l").
246
247         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
248
249 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
250
251         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
252         sequential summary view.
253
254 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
257         if it doesn't have a -unix version.
258
259 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
260
261         * wl-summary.el (wl-summary-jump-to-msg): Fix.
262
263 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
264
265         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
266         content.
267         (wl-draft): Follow the change above.
268
269         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
270
271         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
272         and wl-folder-summary-line-format-alist contain %T and %P.
273
274         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
275         (wl-summary-mode-line-format): New user option.
276         (wl-summary-line-format-spec-alist): Added l, T, P, n.
277         (wl-summary-line-format): Changed default value.
278         (wl-summary-lazy-highlight): Changed default value.
279
280         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
281         change in wl-summary-create-line.
282         (wl-thread-insert-entity-sub): Ditto.
283
284         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
285         (wl-summary-buffer-unread-status): Ditto.
286         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
287         (wl-summary-buffer-persistent-mark-column): Ditto.
288         (wl-summary-buffer-mode-line-formatter): Ditto.
289         (wl-summary-buffer-mode-line): Ditto.
290         (wl-summary-message-regexp): Abolished.
291         (All other related portions are changed.)
292         (wl-summary-detect-mark-position): New function.
293         (wl-summary-buffer-set-folder): Setup
294         wl-summary-buffer-mode-line-formatter.
295         (wl-summary-mode): Setup selective-display;
296         Setup pre-idle-hook when xemacs.
297         (wl-summary-update-modeline): Rewrite.
298         (wl-summary-jump-to-msg): Define as function;
299         Changed regexp for searching messages.
300         (wl-summary-message-number): Rewrite.
301         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
302         Do rescan when old type summary cache.
303         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
304         (wl-summary-remove-destination): Use '\r' to detect EOL.
305         (wl-summary-print-destination): Ditto.
306         (wl-summary-temp-mark): New inline function.
307         (wl-summary-persistent-mark): Ditto.
308         (wl-summary-line-number): New function.
309         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
310         (wl-summary-line-list-count): New function.
311         (wl-summary-create-line): Added argument persistent-mark.
312         (All other related portions are changed)
313         (wl-summary-create-line): Insert '\r'.
314         (wl-summary-save-view-cache): Encode whth `unix' EOL.
315         (wl-summary-cursor-move-surface): New inline function.
316         (wl-summary-prev): Use it.
317         (wl-summary-next): Ditto.
318
319         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
320         wl-summary-message-regexp.
321         (wl-highlight-summary): Delete progress message.
322         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
323
324         * Version number is increased to 2.9.12.
325
326 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
327
328         * wl-summary.el (wl-summary-line-subject-minimum-length): New
329         variable (nil: no minimum).
330         (wl-summary-line-subject): Add some spaces after subject by
331         wl-summary-line-subject-minimum-length.
332
333 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
334
335         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
336         and removed `F'.
337         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
338         change above).
339
340 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
341
342         * wl-summary.el (wl-summary-line-list-count): Reverted.
343         (example setting in samples/*/dot.wl is also updated)
344
345 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
346
347         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
348
349         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
350
351         * wl-vars.el (wl-summary-line-format): Addes some description to the
352         docstring.
353
354         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
355         (wl-summary-line-close-bracket): Ditto.
356         (wl-summary-line-children-number): Ditto.
357         (wl-summary-line-thread-indent): Ditto.
358         (wl-summary-line-children-and-from): Ditto.
359
360         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
361         't', 'c', 'F' and added 'C'.
362
363         * wl-util.el (wl-set-string-width): Accept negative value.
364         (wl-line-parse-format): Added "%number(" and "%)".
365
366 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
367
368         * wl-summary.el (wl-summary-line-list-count): Change format of the
369         return value.
370
371 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
372
373         * wl-draft.el (wl-draft-beginning-of-line): New command imported
374         from the recent message.el.
375         (wl-draft-point-in-header-p): Ditto.
376         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
377         wl-draft-beginning-of-line.
378         * wl-e21.el (wl-draft-mode-map): Ditto.
379         * wl-xmas.el (wl-draft-mode-map): Ditto.
380
381         * wl-folder.el: Sort macrodefs by dependencies.
382
383 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
384
385         * wl-summary.el (wl-summary-prev): Fixed regexp.
386         (wl-summary-next): Ditto.
387
388 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
389
390         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
391
392 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
393
394         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
395         for backward compatibility.
396
397 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
398
399         * wl-summary.el (wl-summary-line-list-count): New function, merged
400         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
401         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
402         list counts.
403
404 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
405
406         * wl-summary.el (wl-summary-create-line): Ignore errors while
407         timezone-fix-time.
408
409         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
410
411         * wl-summary.el (wl-summary-sync-update): Ditto.
412         (wl-summary-default-from): Use wl-message-entity
413         instead of entity.
414
415         * wl-summary.el (wl-summary-create-line): Fix.
416
417         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
418         (wl-summary-line-format): New user option.
419         (wl-folder-summary-line-format-alist): Ditto.
420         (wl-summary-from-width): Abolished.
421
422         * wl-util.el (toplevel): Require 'bytecomp.
423         (wl-line-parse-format): New function.
424         (wl-line-formatter-setup): New macro.
425
426         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
427         (wl-summary-buffer-line-formatter): New buffer local variable.
428         (wl-summary-switch-to-clone-buffer): Follow the change above.
429         (wl-summary-message-regexp): Fix.
430         (wl-summary-from-func-internal): Abolished.
431         (wl-summary-subject-func-internal): Ditto.
432         (wl-summary-subject-filter-func-internal): Ditto.
433         (All other related portions are changed.)
434         (wl-summary-buffer-set-folder):
435         Set up wl-summary-buffer-number-column and 
436         wl-summary-buffer-line-formatter
437         (All other related portions are changed.)
438         (wl-summary-buffer-number-column-detect): Abolished.
439         (All other related portions are changed.)
440         (wl-summary-delete-all-status-marks-on-buffer): Removed.
441         (wl-summary-delete-all-temp-marks-on-buffer): Use
442         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
443         (wl-summary-target-mark-delete): Ditto.
444         (wl-summary-target-mark-refile-subr): Ditto.
445         (wl-summary-target-mark-mark-as-read): Ditto.
446         (wl-summary-target-mark-mark-as-unread): Ditto.
447         (wl-summary-target-mark-mark-as-important): Ditto.
448         (wl-summary-target-mark-save): Ditto.
449         (wl-summary-replace-status-marks): Renamed from
450         wl-summary-set-status-marks-on-buffer;
451         Use wl-summary-message-regexp instead of
452         wl-summary-buffer-number-regexp.
453         (wl-summary-sync-update): Follow the change above.
454         (wl-summary-goto-previous-message-beginning): New function.
455         (wl-summary-mark-as-unread): Use it.
456         (wl-summary-mark-as-important): Ditto.
457         (wl-summary-line-formatter): New variable.
458         (wl-summary-line-year): New function.
459         (wl-summary-line-day): Ditto.
460         (wl-summary-line-day-of-week): Ditto.
461         (wl-summary-line-hour): Ditto.
462         (wl-summary-line-minute): Ditto.
463         (wl-summary-line-open-bracket): Ditto.
464         (wl-summary-line-close-bracket): Ditto.
465         (wl-summary-line-children-number): Ditto.
466         (wl-summary-line-thread-indent): Ditto.
467         (wl-summary-line-size): Ditto.
468         (wl-summary-line-subject): Ditto.
469         (wl-summary-line-from): Ditto.
470         (wl-summary-line-children-and-from): Ditto.
471         (wl-summary-create-line): Rewritten.
472         (wl-summary-format-date): Abolished.
473
474         * wl-highlight.el (wl-highlight-summary-current-line): Use
475         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
476         Use thread structure to detect thread top message.
477
478         * wl-draft.el (wl-default-draft-cite): Don't use
479         wl-summary-from-func-internal.
480
481         * wl-refile.el (wl-refile-subject-learn): Don't use
482         wl-summary-subject-filter-func-internal.
483         (wl-refile-guess-by-subject): Ditto.
484
485         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
486         parameters.
487
488         * wl-thread.el (wl-thread-update-indent-string-region):
489         Use wl-thread-update-line-on-buffer instead of
490         wl-thread-update-indent-string.
491         (wl-thread-update-children-number): Redefine using
492         wl-thread-update-line-on-buffer.
493         (wl-thread-update-indent-string): Abolished.
494
495         * Version number is increased to 2.9.11.
496
497 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
498
499         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
500         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
501         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
502
503         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
504         as nil.
505
506         * wl-thread.el (wl-thread-open-all-unread): Use 
507         elmo-folder-list-messages-mark-match.
508         (wl-thread-insert-message): Removed argument `mark-alist'.
509         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
510         elmo-msgdb-set-mark.
511         (wl-thread-get-children-msgs-uncached): Likewise.
512         (wl-thread-get-exist-children): Added argument include-self.
513         (wl-thread-delete-message): Follow the change above.
514
515         * wl-summary.el (wl-summary-count-unread): Removed argument.
516         (wl-summary-rescan): Follow the change above.
517         (wl-summary-mark-as-read-region): Ditto
518         (wl-summary-mark-as-unread-region): Ditto.
519         (wl-summary-delete-messages-on-buffer): Ditto.
520         (wl-summary-sync-update): Ditto.
521         (wl-summary-switch-to-clone-buffer): Ditto.
522         (wl-summary-goto-folder-subr): Ditto.
523         (wl-summary-target-mark-mark-as-read): Ditto.
524         (wl-summary-target-mark-mark-as-unread): Ditto.
525         (wl-summary-target-mark-mark-as-important): Ditto.
526         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
527         (wl-summary-update-thread): Removed argument `mark-alist'.
528         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
529         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
530         (wl-summary-resume-cache-status): Likewise.
531         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
532         elmo-msgdb-set-mark.
533         (wl-summary-mark-as-read-all): Likewise.
534         (wl-summary-delete-cache): Ditto.
535         (wl-summary-auto-select-msg-p): Ditto.
536         (wl-summary-mark-as-unread): Ditto.
537         (wl-summary-no-auto-refile-message-p): Ditto.
538         (wl-summary-mark-as-read): Ditto.
539         (wl-summary-mark-as-important): Ditto.
540         (wl-summary-auto-refile): Follow the change above.
541         (wl-summary-delete-all-marks): Removed.
542         (wl-summary-resume-marks-and-highlight): Ditto.
543         (wl-summary-resume-marks): Ditto.
544         (wl-summary-delete-important-msgs-from-list): Ditto.
545         (wl-summary-delete-canceled-msgs-from-list): Ditto.
546
547         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
548         wl-summary-count-unread.
549
550         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
551         (wl-summary-score-update-all-lines): Use
552         elmo-msgdb-set-mark.
553
554 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
555
556         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
557         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
558         (wl-summary-create-line): Renamed from
559         wl-summary-overview-create-summary-line;
560         Argument rearrangement.
561         (wl-summary-update-thread): Follow the change above.
562
563         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
564         (wl-thread-insert-entity-sub): Likewise.
565
566         * wl-summary.el (wl-summary-append-message-func-internal): Removed
567         argument `overview', `mark-alist' and added `msgdb'.
568
569         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
570
571         * wl-summary.el (wl-summary-insert-summary): Changed argument.
572         (wl-summary-rescan): Follow the change above.
573         (wl-summary-sync-update): Ditto.
574         (wl-summary-insert-thread-entity): Ditto;
575         Don't use `let*' in every while loop;
576         Detect infinite loop of threads.
577         (wl-summary-update-thread): Removed argument `overview'.
578
579         * wl-thread.el (wl-thread-insert-message): Ditto.
580
581         * Version number is increased to 2.9.10.
582
583         * wl-message.el (wl-message-redisplay): Ignore errors while
584         wl-message-redisplay-hook.
585
586 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
587
588         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
589
590 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
591
592         * wl.el (wl): inhibit-quit while wl-folder.
593
594 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
595
596         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
597         while msgdb access.
598
599 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
602         even if no folder is not created.
603
604 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
605
606         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
607
608         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
609         implementation.
610         (wl-summary-target-mark-thread): Ditto.
611
612         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
613
614 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
615
616         * wl-util.el (wl-display-bytes): Remove unused function.
617
618 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
619
620         * wl.el (wl-check-environment): Cause error when wl-from is nil,
621         seems critical one (partially reverse the change in 2002/03/17).
622
623 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
624
625         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
626         * wl-draft.el (wl-draft-write-sendlog): Ditto.
627
628 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
631         is not writable.
632         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
633         plugged status instead of `'force' as 2nd argument.
634
635         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
636         is not creatable.
637
638         * Version number is increased to 2.9.9.
639
640 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
641
642         * wl-summary.el (wl-summary-suspend): New function.
643
644 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
645
646         * wl.el (wl): Do not check variables if check is nil.
647         * wl-utils.el (wl-collect-draft): New function.
648         * wl-folder.el (wl-folder-suspend): Put summary buffers
649         and draft buffers at the end of buffer list.
650         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
651
652 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
655         loop instead of recursive call.
656
657         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
658         2nd argument.
659
660 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
661
662         * wl-draft.el (wl-draft-create-contents): Don't take neither
663         (function . args) nor (string . something) any more.
664
665         * wl-version.el (wl-generate-user-agent-string): Return string
666         without header symbol.
667         * wl-draft.el (wl-draft-default-headers): Use it.
668
669         * wl-draft.el (wl-draft-trim-ccs): Renamed from
670         `wl-draft-insert-ccs' and return field value instead of inserting
671         the header. Abolish cc argument.
672         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
673
674         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
675         rather than one with string car.
676
677         * wl-vars.el (wl-draft-additional-header-alist): New variable.
678         * wl-draft.el (wl-draft-create-contents): Add it after the default
679         headers.
680
681         * wl-draft.el (wl-draft-create-contents): For the case of
682         (symbol-or-string . function) insert header only when the function
683         returns string value.
684
685 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
686
687         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
688         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
689
690 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
691
692         * wl.el (wl-check-environment): Don't check Message-ID when
693         `wl-insert-message-id' is nil.
694         Revive checking if `wl-message-id-domain' contains "@".
695
696 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
697
698         * wl.el (wl-check-environment): Merge examination for "@" at
699         inappropriate position into the first string-match.
700
701         * wl-summary.el (wl-summary-target-mark-print): New function.
702         (wl-summary-pipe-message-subr): Extracted from
703         `wl-summary-pipe-message'.
704         (wl-summary-target-mark-pipe): New function.
705         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
706         `wl-summary-target-mark-pipe'.
707
708 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
709
710         * wl.el (wl-check-environment): Rewrite around Message-ID check.
711
712 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
713
714         * wl.el (wl-check-environment): Use elmo-warning instead of
715         error for non-critical ones.
716         Remove trash folder check.
717         (wl): Don't ignore error in wl-check-environment.
718
719         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
720         check, which is moved from `wl-check-environment'.
721         (Adviced by Teranishi-san [X-Mail-Count: 9661])
722
723 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
724
725         * wl-summary.el (wl-summary-write-current-folder): If it cannot
726         guess anything, call wl-summary-write.
727         (wl-summary-write): Create draft with blank To field.
728         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
729
730 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
731
732         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
733         argument full as well for wl-folder-write-current-folder.
734         If wl-*-write-current-folder cannot guess addressee, add blank
735         To header.
736         Rewrite condition for positioning cursor.
737
738 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
739
740         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
741         summary buffer is present, use it.
742         (wl-folder-jump-to-previous-summary): Ditto.
743
744 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
745
746         * wl-draft.el (wl-draft-create-contents): Fix docstring.
747
748         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
749         wl-summary-previous-buffer and wl-summary-next-buffer.
750
751         * wl-folder.el (wl-folder-mode-map): Bind
752         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
753         (wl-folder-jump-to-next-summary): New function.
754         (wl-folder-jump-to-previous-summary): Ditto.
755
756         * wl-draft.el (wl-draft): Rearranged.
757
758 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
759
760         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
761         of header.
762         (wl-draft): Collect arguments for the header as header-alist.
763         (wl-draft-forward): Arrange arguments for wl-draft.
764         (wl-draft-reply): Ditto.
765         (wl-draft-edit-string): Ditto.
766         * wl-summary.el (wl-summary-write): Ditto.
767         (wl-summary-write-current-folder): Ditto.
768
769         * Version number is increased to 2.9.8.
770
771 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
772
773         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
774
775         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
776
777         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
778         even if the guess failed.
779
780         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
781         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
782         wl-summary-write-current-folder.
783         * wl-xmas.el: Ditto.
784
785 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
786
787         * wl-summary.el (wl-summary-next-page): Force display message if
788         message is not displayed yet.
789         (wl-summary-prev-page): Ditto.
790
791 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
792
793         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
794
795 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
796
797         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
798         add "Preview Message" and "Save Draft and Exit".
799
800 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
801
802         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
803         if addrmgr is called from draft in splitted window.
804
805         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
806         * wl-mule.el: Ditto.
807         * wl-xmas.el: Ditto.
808
809 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
810
811         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
812
813         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
814         * wl-xmas.el (wl-folder-toolbar): Ditto.
815
816 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
817
818         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
819         and wl-draft-save-and-exit.
820         (wl-draft-toolbar): Add wl-draft-save-and-exit.
821         * wl-xmas.el: Ditto.
822         * wl-mule.el: Ditto.
823
824         * wl-folder.el (wl-folder-goto-draft-folder): New function.
825         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
826
827 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
828
829         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
830         lists for saving buffer.
831
832 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
833
834         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
835         parent-folder argument instead of it.
836         (wl-draft-create-buffer): Ditto.
837         (wl-draft-forward): Ditto.
838         (wl-draft-reply): Ditto.
839         * wl-summary.el (wl-summary-write): Ditto.
840         (wl-summary-write-current-folder): Ditto.
841
842         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
843         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
844         Folder buffer after composing.
845
846 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
849         header if the file `wl-x-face-file' already contains it.
850
851 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
852
853         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
854         folder" entry.
855         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
856         * wl-e21.el (wl-folder-toolbar): Ditto.
857         * wl-xmas.el (wl-folder-toolbar): Ditto.
858
859 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
860
861         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
862         wl-folder-goto-folder with sticky argument.
863         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
864
865 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
868         and wl-summary-previous-buffer.
869         (wl-summary-next-buffer): New function.
870         (wl-summary-previous-buffer): Ditto.
871
872 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
873
874         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
875         wl-folder-jump-to-current-entity-with-arg.
876         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
877         `wl-folder-jump-to-current-entity'.
878         * wl-summary.el (wl-summary-mode-map): Bind "G" for
879         `wl-summary-goto-folder-sticky'.
880         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
881         `wl-summary-goto-folder'.
882         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
883         Unless force-exit, do not clean temp. marks for sticky summary.
884         (wl-summary-goto-folder): Now the prefix argument means force-exit.
885
886 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
887
888         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
889         not entire.
890
891 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
892
893         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
894         to `C-x C-s'.
895         (wl-summary-save-status): New command.
896         (wl-summary-exit): Don't clean-up temp marks when sticky.
897         (Applied patch from Nakayama-san [wl: 09548])
898         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
899         Do nothing when no mark data.
900         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
901         Call `wl-summary-delete-all-temp-marks' before saving.
902
903 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
904
905         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
906
907 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
908
909         * wl.el (wl-check-environment): Also cause error when (system-name)
910         returns "localhost.localdomain". (Although it doesn't affect because
911         of condition-case, see change in 2002-01-23 by Teranisi-san.)
912
913 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
914
915         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
916         instead of wl-match-member with wl-folder-hierarchy-access-folders.
917
918         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
919         value.
920
921 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
922
923         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
924         Likewise r-cc-list and r-ng-list.
925
926 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
927
928         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
929         only if it is bound as variable.
930
931         * wl-mime.el (wl-draft-preview-message): Ditto.
932
933 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
934
935         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
936         needless `goto-char'.
937
938         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
939         `wl-summary-redisplay-no-mime-internal' instead of
940         `wl-summary-redisplay-no-mime'.
941         (wl-summary-redisplay-no-mime): Changed argument;
942         Call `wl-summary-redisplay-no-mime-internal'.
943
944         * wl-mime.el (wl-draft-preview-message): Bind
945         `mime-header-encode-method-alist' locally.
946
947         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
948         (wl-draft-std11-parse-addresses): Added the first address check.
949         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
950
951         * Version number is increased to 2.9.7.
952
953 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
954
955         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
956
957 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
958
959         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
960         related to scrollbar support, if there is no such a feature
961         compiled in.
962
963 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
966         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
967         for prefetch.
968
969 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
970
971         * wl-summary.el (wl-summary-pick): Fix for no match.
972
973 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
974
975         * wl-draft.el (wl-draft-save):
976         Override `mime-header-encode-method-alist'.
977
978 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
979
980         * wl-folder.el (wl-folder-pick): New function.
981         Define key as "?".
982
983 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
984
985         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
986         Fix for unplugged.
987
988 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
989
990         * wl-folder.el (wl-folder-virtual): New function.
991         Define key as "V".
992
993 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
994
995         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
996         multi folder if entity is group.
997
998 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
999
1000         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
1001         is nil.
1002
1003 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1004
1005         * wl-summary.el (wl-summary-pick): Fix for killed messages.
1006         (wl-summary-target-mark-msgs): Return the number of marked messages.
1007
1008 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1009
1010         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
1011         "first:" is specified.
1012
1013 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1014
1015         * wl-vars.el (wl-from): Use return value of function
1016         user-full-name instead of the variable user-full-name since
1017         XEmacs-20.4 doesn't set this variable.
1018
1019 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1020
1021         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
1022         call `wl' directly.
1023
1024 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
1025
1026         * wl-draft.el (wl-draft-reedit): Removed duplicated
1027         switch-to-buffers.
1028
1029 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * wl.el (wl-other-frame): Removed garbages.
1032
1033 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1034
1035         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
1036
1037         * wl-xmas.el (wl-draft-key-setup): Ditto.
1038
1039         * wl-mule.el (wl-draft-key-setup): Ditto.
1040
1041         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
1042         (wl-draft-reedit): Ditto.
1043         (wl-draft-prepare-edit): Add `wl-draft-save' to
1044         `local-write-file-hooks'.
1045         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
1046         (wl-draft-reedit): Set buffer-file-name.
1047         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
1048
1049
1050         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
1051         call it.
1052         (wl-delete-startup-frame-function): New variable.
1053         (wl-other-frame): New function
1054         (Original was written by Yamaoka san [wl: 09239]).
1055
1056         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
1057         if `wl-folder-use-frame'.
1058
1059 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1060
1061         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
1062
1063 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1064
1065         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
1066         New variable.
1067         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
1068         (wl-message-buffer-prefetch-get-next): Use them.
1069         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
1070
1071 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
1074         with unwind-protect.
1075
1076         * wl-draft.el (wl-draft-reedit): Rewrite.
1077         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
1078         (wl-draft-save): Insert header separator if it does not exist;
1079         Removed condition-case.
1080
1081         * wl-summary.el (wl-summary-reedit): Revert last change.
1082
1083         * wl-draft.el (wl-draft-save): Rewrite.
1084         (wl-draft-create-buffer): Set buffer-file-name as nil.
1085
1086         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
1087
1088         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
1089
1090         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
1091         nil.
1092
1093 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1094
1095         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
1096         If count is nil, do not prefetch.
1097         (wl-message-buffer-prefetch-next): Next.
1098
1099 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1100
1101         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
1102
1103 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1104
1105         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
1106         `delete-backward-char'
1107         (wl-draft-prepare-edit): Check major-mode.
1108         (wl-draft-decode-header): Rewrite.
1109         (wl-draft): Fix.
1110
1111 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1112
1113         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
1114
1115 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1116
1117         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
1118         (wl-message-buffer-prefetch-get-next): Remove size checking.
1119         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
1120
1121 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1122
1123         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
1124         (wl-draft-default-headers): Fix.
1125
1126 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1127
1128         * wl-draft.el (wl-draft-default-headers): Insert return value of
1129         `wl-generate-mailer-string-function'.
1130
1131 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
1132
1133         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
1134         (wl-draft-insert-mail-header-separator): Ditto.
1135
1136         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
1137         again (Reverted the change on 2002-01-17 by OKADA san).
1138
1139 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1140
1141         * wl-draft.el (wl-draft): Rewrite.
1142         (wl-draft-create-buffer): New function.
1143         (wl-draft-create-contents): Ditto.
1144         (wl-draft-prepare-edit): Ditto.
1145         (wl-draft-decode-header): Ditto.
1146         (wl-draft-decode-body): Ditto.
1147         (wl-draft-check-new-line): Ditto.
1148         (wl-draft-default-headers): Ditto.
1149         (wl-draft-insert-mail-header-separator): Ditto.
1150
1151 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1152
1153         * Version number is increased to 2.9.6.
1154
1155 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1156
1157         * wl-draft.el (wl-draft-delete-field): Optional argument.
1158         (wl-draft-delete-fields): Ditto.
1159
1160 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1161
1162         * wl-message.el (toplevel): Eliminated byte-compile warning.
1163         for `itimer-function', `delete-timer' and `itimer-list'.
1164
1165 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1166
1167         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
1168         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
1169         `wl-message-buffer-prefetch-threshold'.
1170         * wl-summary.el (wl-summary-redisplay-internal): Remove
1171         the check of `wl-message-buffer-prefetch-depth'.
1172
1173 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1174
1175         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
1176         size of article.
1177         (wl-message-buffer-prefetch-subr): Remove size check.
1178
1179 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1180
1181         * wl-vars.el (wl-plugged): Make customizable.
1182
1183 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1184
1185         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
1186         (wl-message-buffer-prefetch-set-timer): New function.
1187         (wl-message-buffer-prefetch-get-next): New function.
1188         (wl-message-buffer-prefetch): New function.
1189         (wl-message-buffer-prefetch-next): Rewrite.
1190         (wl-message-buffer-prefetch-subr): Rewrite.
1191         * wl-vars.el (wl-auto-prefetch-first): New variable.
1192         * wl-summary.el (wl-summary-goto-folder-subr): Call
1193         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
1194
1195 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1196
1197         * wl-score.el (wl-summary-score-update-all-lines): Do not call
1198         `wl-summary-unread-message-hook'.
1199
1200 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1201
1202         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
1203         (wl-summary-sync): Call `wl-summary-resume-cache-status'
1204         if range is `cache-status'.
1205
1206 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1207
1208         * wl-message.el (wl-message-buffer-prefetch-subr):
1209         Improve debug message.
1210
1211 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1212
1213         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
1214         `wl-mail-send-pre-hook'.
1215         (wl-draft-send-mail-with-qmail): Ditto.
1216         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
1217
1218 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1219
1220         * wl-message.el (wl-message-buffer-prefetch-subr):
1221         Fix for cancel-function-timers bug.
1222         (wl-message-buffer-prefetch-debug): Default value is t.
1223
1224 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1225
1226         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1227         (wl-message-buffer-prefetch-subr): Rewrite.
1228         Rename from `wl-message-buffer-prefetch'.
1229
1230 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1231
1232         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
1233         (wl-default-draft-cite-decorate-author): Ditto.
1234
1235         * wl-draft.el (wl-draft-cite-function): Removed.
1236         (wl-default-draft-cite-decorate-author): Ditto.
1237
1238 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1239
1240         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
1241         (wl-default-draft-cite): Do not arrange author name if the value of
1242         `wl-default-draft-cite-decorate-author' is nil.
1243
1244 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
1245
1246         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
1247
1248         * wl-folder.el (wl-folder-check-one-entity): Don't care
1249         `elmo-folder-use-flag-p'.
1250
1251 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
1252
1253         * wl-folder (wl-folder-check-one-entity): Fix
1254         problem if unread is nil.
1255
1256 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1257
1258         * wl-address.el (wl-address-make-completion-list): Check whether
1259         the address is a group list.
1260         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1261
1262 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
1265         The number of the messages of new and unread does not count
1266         correctly.
1267
1268         * wl-summary.el (wl-summary-count-unread): Changed to return
1269         `(new . unread)' instead of total.
1270         (wl-summary-sync-update): Follow the change above.
1271
1272         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
1273
1274 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1275
1276         * wl-address.el (wl-address-make-completion-list): Do not enclose
1277         address by " <" and ">" if associated realname is "".
1278         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1279         This is against the promblem with group list in .addresses pointed
1280         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
1281
1282 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1283
1284         * wl-draft.el (wl-draft-write-sendlog): The first argument of
1285         message is a format control string.
1286         * wl-expire.el (wl-expire-append-log): Ditto.
1287         * wl-mime.el (wl-summary-burst-subr): Ditto.
1288         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
1289         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
1290
1291 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1292
1293         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
1294         wl.el (wl-check-variables): Rename from `wl-check-type'.
1295         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
1296         (wl-check-variables-2): New function.
1297         (wl): Call `wl-check-variables-2'.
1298
1299 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1300
1301         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
1302         after renaming folder in access group.
1303
1304 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1305
1306         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
1307         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
1308         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1309         (wl-message-buffer-prefetch): Rewrite.
1310         (wl-message-buffer-prefetch-idle-time): Removed.
1311         * wl-summary.el (wl-summary-redisplay-internal):
1312         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
1313         Error check for `wl-message-buffer-prefetch-depht'.
1314
1315 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1316
1317         * Version number is increased to 2.9.5.
1318         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
1319
1320 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1321
1322         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
1323         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
1324         Based on the patch written by
1325         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1326
1327 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
1328
1329         * wl-draft.el (wl-draft-raw-send): Fix for
1330         `wl-news-send-pre-hook'
1331
1332 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1333
1334         * wl-utils.el (wl-message-id-function): New variable.
1335         * wl-draft.el (wl-draft-insert-required-fields):
1336         Use `wl-message-id-function'.
1337
1338 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1339
1340         * wl-vars.el (wl-message-id-use-wl-from): New variable.
1341         * wl-utils.el (wl-draft-make-message-id-string):
1342         Use `wl-from' for domain part of Message-ID
1343         if `wl-message-id-use-wl-from' if non-nil.
1344         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
1345
1346 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1347
1348         * wl.el (wl): Call `wl-check-type'
1349         Do not 'condition-case'.
1350
1351 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1352
1353         * wl.el (wl-check-type): New function.
1354         (wl-check-type-variables): New variable.
1355
1356 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1357
1358         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
1359
1360 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1361
1362         * wl-draft.el (wl-smtp-password-key): New function.
1363         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
1364         (wl-draft-send-mail-with-smtp): Ditto.
1365         (wl-draft-send-mail-with-pop-before-smtp): Fix.
1366
1367 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
1368
1369         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
1370         * wl-utils.el (wl-unique-id-suffix): Remove.
1371
1372 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
1373
1374         * Version number is increased to 2.9.4.
1375
1376 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
1377
1378         * wl-utils.el (wl-unique-id-suffix): New variable.
1379         (wl-unique-id): Use `wl-unique-id-suffix'
1380
1381 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
1384         instead of `elmo-msgdb-search'.
1385
1386         * Version number is increased to 2.9.3.
1387
1388 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
1389
1390         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
1391
1392 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
1393
1394         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
1395         (wl-draft-dispatch-message): Changed for send-later.
1396         (wl-draft-queue-flush): Ditto.
1397         (wl-draft): Clear `wl-sent-message-queued'.
1398         (wl-draft-reedit): Ditto.
1399         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
1400         * wl-vars.el (wl-draft-force-queuing): New variable.
1401         (wl-draft-force-queuing-mail): New variable.
1402         (wl-draft-force-queuing-news): New variable.
1403
1404 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * wl-draft.el (wl-draft-hide): Removed `interactive'.
1407         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
1408
1409 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * Version number is increased to 2.9.2.
1412
1413 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * wl-draft.el (wl-draft-elide-region): New user command.
1416         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
1417
1418         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
1419         command `wl-draft-elide-region'.
1420         * wl-mule.el: Ditto.
1421         * wl-xmas.el: Ditto.
1422
1423 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
1426         (wl-biff-check-folder-async): Removed needless let.
1427
1428 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
1429
1430         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
1431         wl-folder-get-elmo-folder.
1432         (wl-biff-check-folder): Set `biff' argument of
1433         `wl-folder-check-one-entity'.
1434         (wl-biff-check-folder-async): Setup `biff' slot of folder.
1435
1436         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
1437         (wl-folder-check-one-entity): Added `biff' argument;
1438         Setup `biff' slot of folder.
1439
1440         * Version number is increased to 2.9.1.
1441
1442 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
1445         comment out and fixed.
1446         (wl-fldmgr-add-completion-subr): Ditto.
1447
1448         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
1449         and msgdb.
1450
1451         * wl.el (wl-toggle-plugged): Save summary view.
1452
1453 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
1454
1455         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
1456
1457 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
1460
1461 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * wl-e21.el (wl-e21-toolbar-configurations): Replace
1464         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
1465         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
1466
1467         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
1468         if it was failed.
1469         (wl-demo): Disable undo in the demo buffer.
1470
1471 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-version.el (wl-version): Changed codename.
1474
1475         * Version number is increased to 2.9.0.
1476
1477 2001-12-14  Takuo KITAME <kitame@northeye.org>
1478
1479         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
1480         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
1481         (wl-folder-mark-as-read-all-current-entity): Ditto.
1482
1483 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-vars.el (wl-from-width): Define as obsolete variable.
1486         (wl-subject-length-limit): Ditto.
1487
1488         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
1489
1490         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
1491         wl-summary-save-view.
1492
1493         * wl.el (wl-save-status): Ditto.
1494         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
1495
1496         * wl-summary.el (wl-summary-save-view): Removed unused argument.
1497         (wl-summary-exit): Follow the change above.
1498         (wl-summary-goto-folder-subr): Ditto.
1499
1500         * wl-folder.el (wl-folder-create-subr): Don't use
1501         `elmo-folder-creatable-p'.
1502
1503 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1504
1505         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
1506
1507 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
1510         rather than bitmap on Emacs 21.
1511         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
1512         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
1513         for xbm if the new redisplay engine is not available.
1514
1515 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1516
1517         * wl-folder.el (wl-folder-init-hook): New hook.
1518         (wl-folder-init): Run `wl-folder-init-hook'.
1519
1520 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
1523
1524 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl-acap.el (wl-acap-cache-filename): New variable.
1527         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
1528         (wl-acap-init): Use cache if no ACAP server found.
1529
1530 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1531
1532         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
1533         `wl-acap-original-msgdb-dir'.
1534
1535         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
1536         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
1537
1538         * wl-mime.el (wl-mime-save-directory): Renamed from
1539         `wl-mime-save-dir'.
1540
1541 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * wl-vars.el (wl-icon-dir): Fixed the docstring.
1544
1545         * wl-demo.el: Require `path-util'.
1546         (wl-demo-bitmap-mule-available-p): New internal variable.
1547         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
1548         `module-installed-p' instead.
1549         (wl-demo-insert-image): Use *.img file for a bitmap image.
1550         (wl-demo): Don't call the ascii demo recursively.
1551
1552 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1553
1554         * Version number is increased to 2.7.7.
1555
1556 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1557
1558         * wl.el (wl-exit): Eliminated byte-compile warning.
1559
1560 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
1563         obsolete variable using `elmo-define-obsolete-variable'.
1564         (wl-fetch-confirm-threshold): Ditto.
1565         (wl-cache-prefetch-folder-type-list): Ditto.
1566         (wl-cache-prefetch-folder-list): Ditto.
1567
1568 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
1571         (wl-demo-icon-name): Use Xmas logo at the end of the year.
1572         (wl-demo-insert-image): New function.
1573         (wl-demo-insert-text): New function.
1574         (wl-demo-image-type-alist): Redefine as a function.
1575         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
1576         (wl-demo-with-temp-file-buffer): Removed.
1577         (wl-logo-xpm): Removed.
1578         (wl-logo-xbm): Removed.
1579         (wl-logo-bitmap): Removed.
1580
1581 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
1582
1583         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
1584         (wl-expire-localdir-get-folder-function): New user option.
1585         (wl-expire-localdir-get-folder): New function.
1586         (wl-expire-localdir-date): Ditto.
1587
1588 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1589
1590         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
1591         value.  Refactoring `wl-folder-notify-deleted' is nil case.
1592         Fixed unread number mismatch when all-unread < unread.
1593
1594 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
1595
1596         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
1597         (wl-fetch-confirm-threshold): Ditto.
1598
1599         * wl-summary.el (wl-summary-confirm-appends): Removed.
1600         (wl-summary-sync-update): Don't refer
1601         `wl-summary-update-confirm-threshold' (It is now abolished).
1602
1603         * wl-message.el (wl-message-display-internal): Don't refer
1604         `wl-fetch-confirm-threshold' (It is now abolished).
1605
1606 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
1609
1610 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1611
1612         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
1613         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
1614         Change default value to nil.
1615         (wl-summary-indent-length-limit): The value can be nil, nil means
1616         unlimited.
1617
1618         * wl-summary.el: Don't set limit for indent length if the value of
1619         wl-summary-indent-length-limit is nil.
1620         If the value of wl-summary-width is nil, it means only that the width
1621         of summary is unlimited (nil doesn't mean that the indent length is
1622         unlimited).
1623
1624         * wl-thread.el: Ditto.
1625
1626 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
1627
1628         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
1629         be nil, nil means never confirm.
1630         * wl-summary.el (wl-summary-confirm-appends): Ditto.
1631
1632 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1633
1634         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
1635         means unlimited).
1636
1637 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
1638
1639         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
1640         Use `with-temp-buffer'.
1641
1642 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
1643
1644         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
1645         with new backquote style).
1646         (wl-folder-get-entity-from-buffer): Ditto.
1647
1648 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-version.el (nemacs-version): Eliminated.
1651         (wl-extended-emacs-version2): Ignore nemacs.
1652         (wl-extended-emacs-version3): Ditto.
1653
1654 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
1655
1656         * wl-vars.el (wl-draft-add-references): Set default value as nil.
1657         (wl-draft-add-in-reply-to): New variable.
1658         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
1659         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
1660         (wl-draft-yank-from-mail-reply-buffer): Use
1661         `wl-draft-add-in-reply-to'.
1662         (wl-draft-insert-current-message): Ditto.
1663
1664 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1665
1666         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
1667         typo (kill->hide).
1668         (wl-message-buffer-prefetch-folder-type-list): Added elements
1669         `mark' and `cache' instead of `internal'.
1670
1671 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
1672
1673         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
1674         resume msgdb directory.
1675
1676 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
1677
1678         * wl.el (wl-exit): Call `wl-acap-exit'.
1679
1680         * wl-summary.el (wl-summary-message-string): New function.
1681         (wl-summary-reedit): Use it.
1682         (wl-summary-resend-bounced-mail): Remove needless let.
1683         (wl-summary-supersedes-message): Ditto.
1684         (wl-summary-save): Ditto.
1685
1686         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
1687         (wl-acap-init): Set it.
1688         (wl-acap-exit): New function.
1689
1690 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1691
1692         * wl.el (wl-init): Revert (require 'mime-setup). move from
1693         toplevel.
1694
1695 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1696
1697         * wl-summary.el (wl-summary-write-current-folder): Remove unused
1698         local variables.  Add error when guess function return invalid
1699         value.
1700
1701 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1702
1703         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
1704         Change local variable name.
1705         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
1706         (wl-folder-get-newsgroups): Return nil when non-news folder.
1707         * wl-summary.el (wl-summary-write-current-folder): State through
1708         when guess-list return nil.
1709         (wl-summary-write-current-folder-functions): Fixed docstring.
1710
1711         * wl.el (wl-exit): Changed confirm message.
1712
1713         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
1714         * wl-draft.el (wl-draft): Remove verbose `featurep'.
1715
1716         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
1717
1718 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
1721         user option (Renamed from wl-cache-prefetch-folder-type-list).
1722         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
1723         from wl-cache-prefetch-folder-list).
1724
1725         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
1726         Move to wl-vars.el.
1727         (wl-message-buffer-prefetch-p): Changed to enable
1728         `wl-message-buffer-prefetch-folder-list'.
1729
1730         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
1731         `ignore-cache'.
1732
1733 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
1734
1735         * wl-draft.el (wl-draft-config-sub-func-alist): Added
1736         `part-top' and `part-bottom'.
1737         (wl-draft-config-sub-part-top): New function.
1738         (wl-draft-config-sub-part-bottom): New function.
1739
1740 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1741
1742         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
1743
1744 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
1745
1746         * wl-folder.el (wl-folder-get-newsgroups): Fix.
1747
1748 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1749
1750         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
1751
1752         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
1753         (wl-summary-write-current-folder): Ditto.
1754
1755 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
1756
1757         * wl-folder.el (wl-folder-get-newsgroups): Use
1758         `elmo-folder-newsgroups'.
1759
1760 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
1761
1762         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
1763         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
1764         `wl-draft-config-sub-header-bottom'.
1765
1766 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1767
1768         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
1769         localnews folder.
1770
1771 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1772
1773         * wl-summary.el (wl-summary-mode): Undo last change.
1774
1775         * wl-folder.el (wl-folder-mode): Ditto.
1776
1777 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1778
1779         * wl-summary.el (wl-summary-mode): Locally set
1780         truncate-partial-window-width to nil.
1781         (for XEmacs)
1782
1783         * wl-folder.el (wl-folder-mode): Ditto.
1784
1785 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1786
1787         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
1788
1789 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
1790
1791         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
1792         number.
1793
1794         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
1795
1796         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
1797
1798         * Version number is increased to 2.7.6.
1799
1800 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1801
1802         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
1803
1804 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
1805
1806         * wl-summary.el (wl-summary-sync-update): Enclose network
1807         related portion with `unwind-protect'.
1808
1809 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
1812
1813 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
1814
1815         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
1816         element.
1817         * wl-vars.el (wl-message-body-button-alist): Ditto.
1818
1819         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
1820         max match length.
1821         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
1822
1823         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
1824         for the max match length;
1825         Use 4th element value for the button string regexp group.
1826
1827         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
1828         candidate exists, prompt to select.
1829
1830 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1831
1832         * wl-summary.el (wl-summary-jump-to-msg): Search before
1833         calibration point by `beginning-of-line'.
1834
1835 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1836
1837         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
1838         for access group.
1839
1840 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
1841
1842         * wl-message.el (wl-message-display-internal): Bind
1843         `default-mime-charset'.
1844
1845         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
1846
1847         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
1848
1849         * Version number is increased to 2.7.5.
1850
1851 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-expire.el (wl-summary-archive): Fixed;
1854         Use `elmo-folder-name-internal'.
1855
1856 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1857
1858         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
1859         from `elmo-folder-move-messages' caller.
1860         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1861
1862         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
1863         related portions are changed).
1864
1865 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
1868         counter.
1869
1870 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1871
1872         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
1873         buffer local and set it to nil.
1874
1875         * wl-message.el (wl-message-redisplay): Ditto.
1876
1877 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * wl-summary.el (wl-summary-mark-as-important): If message is
1880         already cached, set messag as read, otherwise encache and mark as read.
1881
1882 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1883
1884         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
1885         point-min.
1886
1887 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
1890         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
1891         a keymap.
1892
1893 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
1894
1895         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
1896         parent.
1897
1898         * wl-mule.el (wl-message-define-keymap): Ditto.
1899
1900         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
1901
1902         * wl-xmas.el (wl-message-display-internal-hook): Define.
1903         (wl-xmas-setup-message-toolbar): Define as function.
1904         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
1905         (wl-message-overload-functions): Abolished.
1906         (wl-message-define-keymap): New function.
1907
1908         * wl-vars.el (wl-message-display-internal-hook): New variable.
1909         (wl-message-header-button-alist): New variable (Renamed from
1910         wl-highlight-message-header-button-alist).
1911         (wl-message-body-button-alist): Ditto.
1912
1913         * wl-mule.el (wl-message-define-keymap): New function.
1914         (wl-message-overload-functions): Abolished.
1915
1916         * wl-message.el (wl-message-add-buttons-to-body): New function.
1917         (wl-message-redisplay): Don't call wl-message-overload-functions;
1918         Call wl-message-add-buttons-to-header and
1919         wl-message-add-buttons-to-body.
1920         (wl-message-display-internal): Set keymap argument for
1921         elmo-mime-display-as-is, elmo-mime-message-display;
1922         Run wl-message-display-internal-hook.
1923         (wl-message-refer-article-or-url): Abolished.
1924
1925         * wl-highlight.el (wl-highlight-headers): Don't call
1926         wl-highlight-message-add-buttons-to-header.
1927         (wl-highlight-message-add-buttons-to-header): Abolished.
1928
1929
1930         * wl-e21.el (wl-message-display-internal-hook): Define.
1931         (wl-e21-setup-toolbar): Deleted duplicated binding.
1932         (wl-e21-setup-message-toolbar): Define as function.
1933         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
1934         (wl-message-define-keymap): New function.
1935         (wl-message-overload-functions): Abolished.
1936
1937 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
1938
1939         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
1940         and elmo-folder-close.
1941
1942         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
1943
1944 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1945
1946         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
1947         boolean value.
1948         * wl-draft.el (wl-draft-do-fcc): Ditto.
1949
1950 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
1951
1952         * wl-vars.el (wl-fcc-force-as-read): New variable.
1953         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
1954         mark copied message as read.
1955
1956 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
1957
1958         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
1959
1960 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1961
1962         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
1963         `wl-summary-target-above' instead of obsolete variable
1964         `wl-summary-temp-above'.
1965
1966         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
1967         instead of `make-obsolete-variable'.
1968         * wl-refile.el (toplevel): Ditto.
1969
1970 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1971
1972         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
1973         with third argument t.
1974         (wl-draft): Set first argument for wl-plugged-init as t.
1975
1976         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
1977         definition.
1978
1979 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1980
1981         * wl-vars.el: Tabify.
1982         (wl-biff-notify-hook): Use `ding' instead of `beep'.
1983
1984         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
1985         message.
1986
1987 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1988
1989         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
1990         and set default to beep.
1991
1992 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1993
1994         * wl-vars.el (wl-draft-truncate-lines): New variable.
1995
1996         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
1997         instead of wl-message-truncate-lines for truncate-lines.
1998
1999 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * wl-message.el (wl-message-display-internal): Call
2002         `wl-highlight-message' after `elmo-mime-display-as-is'.
2003
2004         * wl-mime.el (wl-mime-display-text/plain): New function.
2005         (wl-mime-display-header): Ditto.
2006         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
2007         body-presentation-method for text/plain;
2008         Register `wl-mime-display-header' as a header-presentation-method;
2009         Don't set up `elmo-message-text-content-inserted-hook' and
2010         `elmo-message-header-inserted-hook'.
2011
2012         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
2013         variable.
2014         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
2015         as t if flag is 'all-header;
2016         Don't bind `elmo-message-ignored-field-list',
2017         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
2018
2019 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
2022         for xemacs with non-mule environment.
2023
2024 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2025
2026         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
2027         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
2028         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
2029
2030 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2031
2032         * wl-vars.el (wl-interactive-send): Set default value as t.
2033
2034 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2035
2036         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
2037         (wl-addrmgr-method-list): Abolished.
2038         (wl-addrmgr-change-method): Follow above change.
2039
2040         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
2041
2042 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2043
2044         * wl-vars.el (wl-message-truncate-lines): Change default value
2045         to default-truncate-lines.
2046
2047         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
2048
2049 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2050
2051         * wl-vars.el (wl-message-truncate-lines): New variable.
2052
2053         * wl-message.el (wl-message-redisplay): Set truncate-lines using
2054         wl-message-truncate-lines.
2055
2056 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2057
2058         * wl-acap.el (wl-acap-init): Remove period from error message.
2059         (wl-acap-find-acap-service): Remove period from message.
2060
2061 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2062
2063         * wl.el (wl-check-environment): Undo last change.
2064
2065         * wl-vars.el (wl-from): Changed default value.
2066
2067         * wl-util.el (toplevel): Don't require tm-edit.
2068
2069         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
2070         `wl-folder-init';
2071         Don't set mark on mail body.
2072         (wl-draft-reedit): Ditto.
2073
2074         * wl-address.el (wl-address-quote-specials): Define as an alias for
2075         elmo-address-quote-specials.
2076
2077 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2078
2079         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
2080
2081         * wl-vars.el (wl-from): Set default value as nil.
2082         (wl-organization): Set default value as ORGANIZATION environment
2083         variable.
2084
2085         * wl-draft.el (wl-smtp-extension-bind): Check value of
2086         wl-smtp-connection-type.
2087
2088         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
2089         error.
2090
2091 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2092
2093         * Version number is increased to 2.7.4.
2094
2095         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
2096         arguments from `wl-highlight-x-face-function' caller.
2097         Use x-face-1.3.6.12 or later.
2098
2099 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
2100
2101         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
2102
2103 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2104
2105         * wl-vars.el (wl-summary-width): Fix type to accept nil.
2106         (wl-fcc): Fix to accept function.
2107         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
2108
2109 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2110
2111         * wl-acap.el (toplevel): Added `product-provide' declare.
2112         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
2113
2114 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
2115
2116         * wl.el (wl): Changed order of calling `elmo-init'
2117         and `elmo-folder-init'.
2118
2119 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-mime.el (wl-summary-burst): Extract message when content-type
2122         of root entity is not only `multipart' but also `message/rfc822'.
2123         (wl-summary-burst-subr): Ditto.
2124
2125 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2126
2127         * wl-vars.el (toplevel): Require 'custom.
2128         (wl-trash-folder): Added to `wl-setting' group.
2129
2130         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
2131         exists.
2132         (wl-addrmgr-draw): Insert empty line when no entry exists.
2133
2134         * wl-mule.el (wl-message-wheel-up): Fixed.
2135         (wl-message-wheel-down): Ditto.
2136
2137 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2138
2139         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
2140         config is an anonymous lambda expression.
2141
2142 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
2145         when Mule 2 is running.
2146
2147 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
2148
2149         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
2150
2151 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
2154         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
2155
2156         * wl-address.el (wl-address-specials-regexp): Eliminated.
2157         (wl-address-quote-specials): Rewrite.
2158
2159 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
2162         shy-groups for regexp.
2163
2164         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
2165         character classes and Perl style shy-groups for regexp.
2166         (wl-highlight-plugged-current-line): Use Posix style character
2167         classes for regexp.
2168         (wl-e21-highlight-folder-by-numbers): Ditto.
2169         (wl-e21-display-image-p): Use `display-images-p' instead of
2170         `display-graphic-p'.
2171         (display-images-p): Make an alias to `display-graphic-p' if it is
2172         not available.  It is for Emacs version prior to 21.0.105.
2173
2174         * wl-demo.el (wl-demo): Use `display-images-p' instead of
2175         `display-graphic-p'.
2176         (wl-demo-image-type-alist): Ditto.
2177         (display-images-p): Make an alias to `display-graphic-p' if it is
2178         not available.  It is for Emacs version prior to 21.0.105.
2179
2180 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2181
2182         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
2183         support.
2184         (wl-generate-user-agent-string): Ditto.
2185
2186         * wl-version.el (wl-version): Update docsting.
2187         (wl-version-status): Ditto.
2188
2189 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2190
2191         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
2192         21.0.105.  For Emacs 21.0.104 or earlier.
2193
2194 2001-09-03  Takuo KITAME <kitame@northeye.org>
2195
2196         * wl-e21.el (wl-plugged-init-icons): Use
2197         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
2198         (wl-biff-init-icons): Ditto.
2199
2200 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2201
2202         * wl-highlight.el (wl-highlight-summary-current-line):
2203         Fixed highlighting refile/copy destination.
2204
2205         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
2206         (wl-acap-store): Encode string by wl-acap-coding-system.
2207
2208 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
2209
2210         * wl-acap.el (toplevel): Check and require 'un-define before
2211         'xemacs-ucs;
2212          Added checking for UTF-2000.
2213
2214 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
2215
2216         * wl-acap.el (toplevel): Require 'un-define before 'wl;
2217         Don't enclose with `eval-and-compile'.
2218
2219         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
2220         wl-init is non-nil.
2221
2222         * wl-draft.el (wl-draft): Ditto.
2223
2224         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
2225
2226         * wl-acap.el (toplevel): Require 'wl.
2227         (wl-acap-store): Call `elmo-init'.
2228
2229         * wl.el (wl): Changed position of `wl-check-environment'.
2230         (toplevel): Added autoload setting for wl-acap.
2231
2232         * wl-vars.el (wl-setting): New custom group.
2233         (wl-from): Added wl-setting group.
2234         (wl-user-mail-address-list): Ditto.
2235         (wl-organization): Ditto.
2236         (wl-subscribed-mailing-list): Ditto.
2237         (wl-envelope-from): Ditto.
2238         (wl-smtp-posting-user): Ditto.
2239         (wl-smtp-posting-server): Ditto.
2240         (wl-smtp-posting-port): Ditto.
2241         (wl-smtp-authenticate-type): Ditto.
2242         (wl-pop-before-smtp-user): Ditto.
2243         (wl-pop-before-smtp-server): Ditto.
2244         (wl-pop-before-smtp-port): Ditto.
2245         (wl-pop-before-smtp-authenticate-type): Ditto.
2246         (wl-nntp-posting-server): Ditto.
2247         (wl-nntp-posting-user): Ditto.
2248         (wl-nntp-posting-port): Ditto.
2249         (wl-fetch-confirm-threshold): Ditto.
2250         (wl-prefetch-threshold): Ditto.
2251         (wl-thread-insert-opened): Ditto.
2252         (wl-ldap-server): Ditto.
2253         (wl-ldap-port): Ditto.
2254         (wl-ldap-base): Ditto.
2255         (wl-ldap-objectclass): Ditto.
2256         (wl-use-ldap): Ditto.
2257         (wl-draft-config-alist): Ditto.
2258         (wl-draft-config-matchone): Ditto.
2259         (wl-template-alist): Ditto.
2260         (wl-message-sort-field-list): Ditto.
2261         (wl-message-ignored-field-list): Ditto.
2262         (wl-message-visible-field-list): Ditto.
2263         (wl-interactive-send): Ditto.
2264         (wl-summary-move-order): Ditto.
2265         (wl-auto-select-first): Ditto.
2266         (wl-auto-select-next): Ditto.
2267         (wl-interactive-save-folders): Ditto.
2268
2269         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
2270         Initialization codes are moved from wl-local-folder-init.
2271         (wl-local-folder-init): Follow the change above.
2272         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
2273
2274         * wl-acap.el: New file.
2275
2276         * Version number is increased to 2.7.3.
2277
2278 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2279
2280         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
2281
2282 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2283
2284         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
2285         (wl-addrmgr-address-entry-list): Ditto.
2286
2287 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2288
2289         * wl-e21.el (wl-draft-mode-map): Removed binding for
2290         `wl-draft-insert-x-face-field'.
2291
2292         * wl-mule.el (wl-draft-mode-map): Ditto.
2293
2294         * wl-xmas.el (wl-draft-mode-map): Ditto.
2295
2296         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
2297         (wl-cs-autoconv): Ditto.
2298         (wl-cs-local): Ditto.
2299         (wl-use-scoring): Ditto.
2300         (wl-mime-charset): Ditto.
2301         (wl-folder-check-async): Ditto.
2302
2303         * wl.el (toplevel): Ignore nemacs and tm.
2304         (wl-exit): Ditto.
2305
2306         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
2307         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
2308         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
2309         instead of wl-address-petname-add-or-change.
2310         (wl-summary-edit-addresses-subr): Use wl-address-delete
2311         instead of wl-address-petname-delete.
2312
2313         * wl-util.el (wl-as-coding-system): Ignore nemacs.
2314
2315         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
2316         if error occured.
2317
2318         * wl-message.el (require): Remove tm support.
2319
2320         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
2321
2322         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
2323         (wl-folder-jump-to-current-entity): Ditto.
2324         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
2325
2326         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
2327         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
2328         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
2329
2330         * wl-mule.el (wl-draft-key-setup): Ditto.
2331
2332         * wl-xmas.el (wl-draft-key-setup): Ditto.
2333
2334         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
2335         (wl-draft-std11-parse-addresses): New function.
2336         (wl-draft-parse-mailbox-list): Use it.
2337         (wl-draft): Ignore nemacs.
2338         (wl-draft-reedit): Ditto.
2339
2340         * wl-addrmgr.el: New file.
2341         (Original is wl-rcpt.el written by
2342         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
2343         Thanks Kitamoto-san.)
2344
2345         * wl-address.el (wl-address-make-address-list): Modified parsing
2346         process.
2347         (wl-address-delete): Renamed from `wl-address-petname-delete';
2348         Modify wl-address-list too.
2349         (wl-address-add-or-change): Renamed from
2350         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
2351
2352 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
2353
2354         * wl-highlight.el (wl-highlight-summary-current-line):
2355           Work with transient-mark-mode
2356
2357 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
2358
2359         * Version number is increased to 2.7.2.
2360
2361         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
2362         instead of elmo-dop-queue-method.
2363
2364 2001-08-06  SAITO Atsunori <sai@yedo.com>
2365
2366         * wl-vars.el (wl-ldap-objectclass): New user option.
2367
2368         * wl-address.el (wl-ldap-make-filter): Use it.
2369
2370 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2371
2372         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
2373
2374 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2375
2376         * wl-folder.el (wl-folder): redisplay after folder insertion.
2377
2378         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
2379
2380         * wl-summary.el (wl-summary-sync-update):
2381         Change status mark only when new-msgdb exists.
2382         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
2383
2384 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
2385
2386         * wl-summary.el (wl-summary-open-folder): New function.
2387         (wl-summary-goto-folder-subr): Use it.
2388         (wl-summary-mark-as-important): Fix;
2389         Encache only when no cache exists.
2390
2391 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2392
2393         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2394         Use with-current-buffer.
2395
2396 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397
2398         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
2399         before call `get-buffer'. Fixed parenthesis.
2400         (wl-score-get-header-entry): Clear message and help window when
2401         keyboard quit.
2402         (wl-score-edit-insert-header): Ditto.
2403
2404 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2405
2406         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
2407         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
2408         (wl-default-draft-cite): Fix.
2409
2410         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
2411         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
2412
2413 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2414
2415         * wl-message.el (wl-message-prev-page): Do same bahavior
2416         as summary when it is called in the message buffer.
2417         (wl-message-next-page): Ditto.
2418
2419 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
2420
2421         * wl-summary.el (wl-summary-forward): Use cache if it is not
2422         section cache.
2423
2424 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-vars.el: Changed file coding system to ISO-2022-JP.
2427         Removed redundant require of elmo-vars.
2428         (wl-biff-state-indicator-on): Changed default value for
2429         xemacs with non-mule environment.
2430
2431         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
2432         wl-message-buffer is nil;
2433         Hide progress bar after moving messages.
2434
2435 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
2436
2437         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
2438         message at cursor point is deleted.
2439
2440 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
2441
2442         * wl-vars.el: Changed file coding system to euc-japan.
2443         Added -*-coding:-*- magic to the first line.
2444
2445         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
2446         Search parent from the first message.
2447
2448         * Version number is increased to 2.7.1.
2449
2450 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
2451
2452         * wl-vars.el: Fix file coding system to ISO-2022-JP.
2453
2454 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
2457         refile/delete execution.
2458
2459         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
2460         Fixed docstring.
2461
2462 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
2465         do update process;
2466         Don't update marks when update process is interrupted.
2467
2468 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
2469
2470         * wl-summary.el (wl-summary-reply): Fixed problem when
2471         wl-draft-use-frame is non-nil.
2472         (wl-summary-forward): Ditto.
2473
2474         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
2475         as nil.
2476         (wl-folder-mark-as-read-all-entity): Ditto.
2477         (wl-folder-prefetch-entity): Ditto.
2478
2479         * wl.el (wl): Check environment before wl-init.
2480
2481         * wl-summary.el (wl-summary-collect-unread): Eliminated.
2482         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
2483         instead of wl-summary-collect-unread.
2484         (wl-summary-reply): Split message window.
2485
2486 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
2487
2488         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
2489         only if current language environment is japanese,
2490
2491         * wl-folder.el (wl-folder-jump-to-current-entity): Call
2492         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
2493         (wl-folder-goto-folder-subr): Ditto.
2494
2495         * wl-draft.el (wl-draft-dispatch-message): Call
2496         `elmo-file-cache-get-path'.
2497
2498 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
2499
2500         * wl-summary.el (wl-summary-cursor-move): If return value of
2501         wl-summary-next-message is not number, don't jump.
2502
2503 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-summary.el (wl-summary-buffer-next-message-function): New
2506         variable.
2507         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
2508         if it is bound.
2509
2510         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
2511         string.
2512
2513         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
2514         (wl-plugged-drawing): Ditto.
2515
2516 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
2517
2518         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
2519         process.
2520         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
2521         with unwind-protect.
2522
2523         * wl.el (wl-init): Require mime-setup.
2524         (wl-check-environment): Don't require mime-setup.
2525
2526         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
2527         instead of elmo-folder-type.
2528
2529         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
2530         value as nil.
2531
2532 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
2533
2534         * Version number is increased to 2.7.0.
2535
2536         * wl-version.el (wl-version): Changed codename.
2537
2538         * wl-summary.el (wl-summary-delete-cache): Fixed.
2539
2540         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
2541         Workaround for net folders.
2542         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
2543
2544         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
2545         value to nil (According to the patch from
2546         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
2547
2548         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
2549         of elmo-folder-close.
2550
2551 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
2552
2553         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
2554         for postfix.
2555
2556 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
2557
2558         * wl-summary.el (wl-summary-resend-message): Fixed.
2559
2560         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
2561         Call wl-draft with `from' argument if its address is included in
2562         `wl-user-mail-address-list'.
2563         (wl-draft): Added `from' argument.
2564
2565         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
2566         non-nil.
2567         (wl): Don't show demo if wl-demo is nil.
2568
2569         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
2570         wl-summary-use-frame.
2571
2572         * wl-vars.el (wl-summary-use-frame): New user option.
2573         (wl-folder-use-frame): Changed docstring.
2574
2575         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
2576         non-nil.
2577         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
2578         wl-summary-use-frame.
2579
2580         * wl-vars.el (wl-folder-use-frame): New user option.
2581
2582         * wl-summary.el (wl-summary-exit): Back to folder frame if
2583         wl-folder-use-frame is non-nil.
2584         (wl-summary-redisplay-internal): Ignore cache if current folder
2585         is draft folder,
2586         (wl-summary-redisplay-no-mime): Ditto.
2587         (wl-summary-redisplay-all-header): Ditto.
2588
2589         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
2590         if wl-folder-use-frame is non-nil.
2591
2592 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
2593
2594         * wl-summary.el (wl-summary-sync-update): Bind
2595         elmo-folder-update-threshold.
2596         (wl-summary-mark-as-important): Enclosed server mark processing
2597         with `save-match-data'.
2598
2599         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
2600         only when it is already defined.
2601
2602 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2603
2604         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
2605         name of folder exclude localdir is wrong.
2606         * wl-folder.el (wl-folder-sync-entity):
2607         Set `wl-summary-always-sticky-folder-list' as nil.
2608         (wl-folder-mark-as-read-all-entity): Ditto.
2609         (wl-folder-prefetch-entity): Ditto.
2610
2611 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
2612
2613         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
2614         instead of `wl-summary-write-current-newsgroup'.
2615
2616 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2617
2618         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
2619         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
2620         non-nil and selected message is important, do not display.
2621
2622 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
2623
2624         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
2625
2626 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2627
2628         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
2629
2630         * wl-summary.el (wl-summary-mark-as-important): Set message number
2631         using wl-summary-message-number.
2632
2633 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634
2635         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
2636         destination folder is 'null.
2637
2638 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
2639
2640         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
2641         New function.
2642         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
2643         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
2644         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
2645
2646 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * wl-mime.el (wl-mime-setup): Added setting for
2649         `mime-setup-signature-key-alist' to avoid overriding key bind for
2650         `wl-draft-send'.
2651
2652         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
2653         for `wl-draft-send'.
2654         * wl-mule.el (wl-draft-overload-functions): Ditto.
2655         * wl-xmas.el (wl-draft-overload-functions): Ditto.
2656         * wl-draft.el (wl-draft-send): Ditto.
2657
2658         * wl-message.el (wl-message-display-internal):
2659         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
2660         (Patch is provided by <kita@coe.nttdata.co.jp>).
2661
2662 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
2663
2664         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
2665
2666 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2667
2668         * wl.el (wl): Fix for wl-demo.
2669
2670 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2671
2672         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
2673
2674 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2675
2676         * wl-folder.el (wl-folder-prefetch-entity): Use
2677         `wl-folder-get-elmo-folder'.
2678         (wl-folder-count-incorporates): Do not use
2679         `wl-folder-get-elmo-folder'.
2680
2681 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
2682
2683         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
2684         instead of `elmo-folder-get-type'.
2685
2686 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2687
2688         * wl-summary.el (wl-summary-write-current-folder): Set cursor
2689         position on Subject: field.
2690         (Advised by Mito <mit@nines.nec.co.jp>)
2691
2692 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-folder.el (wl-folder-prefetch-entity): Use
2695         `wl-folder-get-elmo-folder'.
2696
2697 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
2700
2701         * wl-summary.el (wl-summary-buffer-set-folder): Set up
2702         `process-duplicates' slot.
2703
2704         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
2705         if detection failed.
2706
2707 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2708
2709         * wl-version.el (wl-version-status): Set to "alpha".
2710
2711 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
2714         Check wl-message-buffer lives before set-buffer.
2715
2716 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2717
2718         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
2719         called in folder mode.
2720         * wl-var.el (wl-summary-exit-pre-hook): New variable.
2721         * wl-summary.el (wl-summary-exit-pre-hook): Run
2722         `wl-summary-exit-pre-hook' before exit summary mode.
2723
2724 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2725
2726         * wl-version.el (wl-version-status): New variable.
2727         (wl-version-status-alist): Removed.
2728         (wl-version-status): Rule included.
2729
2730 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
2733         @sponichi.
2734
2735         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
2736         when `mail-reply-buffer' is buffer-local variable.
2737         (Reported by <kita@coe.nttdata.co.jp>).
2738
2739 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-vars.el (toplevel): Require 'elmo-util.
2742
2743 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
2744
2745         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
2746         (All other related portions are changed)
2747
2748         * wl.el (wl-plugged-change): Use '<' instead of '<='.
2749
2750         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
2751
2752 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
2755
2756 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
2759         Delete other windows to avoid an error.
2760         Use `point-marker' instead of `point' to remember the start point
2761         of body.
2762
2763         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
2764
2765         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
2766         number not to exceed all message number.
2767
2768 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2769
2770         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
2771         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
2772
2773 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-summary.el (wl-summary-sync-force-update): Added argument
2776         no-check.
2777         (wl-summary-sync-update): Ditto.
2778         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
2779         with `no-check'.
2780
2781         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
2782         (wl-message-buffer-prefetch-next): Don't run timer if timer is
2783         already running.
2784
2785 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2786
2787         * wl-expire.el (wl-expire-archive-get-folder): Added argument
2788         `dst-folder-arg'.
2789         (wl-expire-archive-number1): Diito.
2790         (wl-expire-archive-number2): Diito.
2791         (wl-expire-archive-Date): Diito.
2792         (wl-archive-number1): Diito.
2793         (wl-archive-number2): Diito.
2794         (wl-archive-date): Diito.
2795         (wl-archive-folder-p): New function.
2796         (wl-summary-expire): Support of expand folder name at
2797         wl-expire-alist.
2798         * wl-util.el (wl-expand-newtext): Renamed from
2799         `wl-refile-expand-newtext'.
2800
2801 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2802
2803         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
2804         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
2805         `(elmo-msgdb-get-overview msgdb)'.
2806         (wl-summary-prefetch): Bind match data before call
2807         `wl-summay-prefetch-msg'.
2808         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
2809         'off if `wl-summary-buffer-disp-msg' is non-nil.
2810         Fixed problem that couldn't show only one new or unread message when
2811         enter folder.
2812         (wl-summary-reply): Don't call `split-window-vertically' and other
2813         window.
2814
2815 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
2816
2817         * wl-expire.el (wl-expire-refile): Fixed.
2818
2819 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2820
2821         * wl-vars.el (wl-biff-unnotify-hook): New variable.
2822
2823         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
2824         biff notification is removed.
2825
2826         * wl.el (wl): Changed position of `elmo-init'.
2827
2828         * wl-draft.el (wl-default-draft-cite): Use date field
2829         on the citation buffer.
2830
2831         * wl-vars.el (wl-shimbun-folder-icon): New variable.
2832
2833         * wl-xmas.el (wl-folder-internal-icon-list): Added
2834         `wl-folder-shimbun-image'.
2835
2836         * wl-e21.el (wl-folder-internal-icon-list): Added
2837         `wl-folder-shimbun-image'.
2838
2839 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl.el (wl-init): Eliminated argument.
2842         (wl): Rewrite.
2843
2844         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
2845         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
2846         instead of `elmo-folder-msgdb-internal'.
2847         (wl-summary-sync-update): Ditto.
2848         (wl-summary-flush-pending-append-operations): Eliminated.
2849         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
2850         (wl-summary-goto-folder-subr): Set load-msgdb argument of
2851         `elmo-folder-open'.
2852
2853         * wl-mime.el (wl-summary-burst): Fixed.
2854
2855         * wl-folder.el (wl-folder-info-save): Check data type.
2856
2857         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
2858         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
2859         instead of `elmo-folder-msgdb-internal'.
2860         (wl-expire-hide): Ditto.
2861
2862
2863         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
2864
2865 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2866
2867         * wl-folder.el (wl-folder-write-current-folder): Support petname.
2868
2869 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
2870
2871         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
2872
2873 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2874
2875         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
2876         Fixed `match-beginning' argument mismatch.
2877
2878 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
2879
2880         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
2881         the default value.
2882
2883 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
2884
2885         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
2886         instead of `elmo-nntp-default-port'.
2887
2888         * wl-vars.el: Fixed some doc strings.
2889
2890 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
2891
2892         * wl-summary.el (wl-summary-prefetch-msg): Use
2893         `elmo-msgdb-overview-get-entity' instead of `assoc'.
2894
2895         * wl-vars.el: Define *-func as obsolete variable using
2896         `elmo-define-obsolete-variable'.
2897
2898         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
2899         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
2900         instead of `wl-message-buffer-prefetch-threshold'.
2901
2902         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
2903
2904         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
2905
2906         * wl-draft.el (wl-caesar-region-func): Ditto.
2907
2908         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
2909         Keep unread status in elmo-folder-move-messages.
2910         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
2911
2912 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2913
2914         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
2915         `wl-summary-buffer-exit-func'
2916         (wl-summary-buffer-message-redisplay-function): Renamed from
2917         `wl-summary-buffer-message-redisplay-func'
2918         (wl-summary-buffer-next-folder-function): Renamed from
2919         `wl-summary-buffer-next-folder-func'.
2920         (wl-summary-buffer-prev-folder-function): Renamed from
2921         `wl-summary-buffer-prev-folder-func'.
2922         (wl-summary-get-petname-function): Renamed from
2923         `wl-summary-get-petname-func'.
2924
2925         * wl-score.el (wl-score-edit-exit-function): Renamed from
2926         `wl-score-edit-exit-func'.
2927
2928         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
2929         Renamed from `wl-message-buffer-prefetch-get-next-function'.
2930
2931         * wl-util.el (wl-load-profile-function): Renamed from
2932         `wl-load-profile-func'.
2933
2934         * wl-folder.el (wl-folder-completion-function): Renamed from
2935         `wl-folder-completion-func'.
2936         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
2937
2938         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
2939         `wl-expire-archive-get-folder-func'.
2940         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
2941         (wl-draft-send-mail-function): Renamed from
2942         `wl-draft-send-mail-func'.
2943         (wl-draft-send-news-function): Renamed from
2944         `wl-draft-send-news-func'.
2945         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
2946         (wl-generate-mailer-string-function): Renamed from
2947         `wl-generate-mailer-string-func'.
2948         (wl-highlight-signature-search-function): Renamed from
2949         `wl-highlight-signature-search-func'.
2950         (wl-highlight-x-face-function): Renamed from
2951         `wl-highlight-x-face-func'
2952         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
2953         (wl-ps-print-buffer-function): Renamed from
2954         `wl-ps-print-buffer-func'
2955         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
2956         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
2957         (wl-summary-subject-filter-function): Renamed from
2958         `wl-summary-subject-filter-func'.
2959
2960         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
2961         `wl-draft-queue-flush-send-func'
2962         (wl-draft-cite-function): Renamed from
2963         `wl-draft-cite-func'
2964
2965         * wl-address.el (wl-address-init-function): Renamed from
2966         `wl-address-init-func'.
2967
2968 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
2969
2970         * wl-draft.el (wl-draft-queue-flush): Don't call
2971         `elmo-dop-unlock-message'.
2972         * wl-draft.el (wl-draft-queue-append): Don't call
2973         `elmo-dop-lock-message'.
2974
2975         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
2976         (wl-summary-buffer-folder-name): Ditto.
2977         (wl-summary-message-regexp): Added '-' (all other related portions
2978         are changed).
2979         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
2980         wl-summary-buffer-folder-name.
2981
2982 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
2983
2984         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
2985         the number of mails in the folder buffer is not updated by wl-biff.
2986
2987 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
2988
2989         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
2990         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
2991
2992 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
2993
2994         * wl-summary.el (wl-summary-next-message):
2995         Return next message number when wl-summary-move-order is nil.
2996
2997 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
2998
2999         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
3000         `wl-summary-move-spec-alist'.
3001         (wl-summary-move-spec-unplugged-alist): New variable
3002         (Move spec for unplugged status).
3003         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
3004         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
3005
3006 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
3007
3008         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
3009         * wl-mule.el (wl-draft-overload-menubar): Ditto.
3010
3011 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
3012
3013         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
3014         simple quotation to quote the anonymous function.
3015         * tm-wl.el (wl-draft-preview-message): Ditto.
3016
3017 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
3018
3019         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
3020         Eliminate redundant `save-excursion'.
3021         (wl-highlight-summary-current-line): Ditto.
3022
3023         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
3024         accessing match data when `looking-at' failed.
3025
3026         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
3027         `elmo-match-string' where users don't care about the speed.
3028         (wl-draft-save): Ditto.
3029
3030 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3031
3032         * wl-util.el (wl-regexp-opt): New function.
3033
3034         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
3035         number from `wl-summary-buffer-number-list'.
3036         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
3037         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
3038         (wl-summary-move-spec-alist): Changed default setting.
3039
3040 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3041
3042         * wl-vars.el (wl-biff-notify-hook): New hook.
3043         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
3044         the arrival of new mail.
3045         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
3046         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
3047
3048 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
3051
3052 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
3053
3054         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
3055
3056         * Version number is increased to 2.5.8.
3057
3058         * wl-thread.el (toplevel): require 'cl.
3059         (wl-thread-resume-entity): Call wl-thread-make-number-list.
3060         (wl-thread-make-number-list): New function.
3061         (wl-thread-entity-make-number-list-from-children): Ditto.
3062         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
3063         (wl-thread-entity-insert-as-children): Likewise.
3064         (wl-thread-delete-message): Likewise.
3065         (wl-meaning-of-mark): Eliminated.
3066         (wl-thread-next-failure-mark-p): Ditto.
3067         (wl-thread-entity-get-mark): Ditto.
3068         (wl-thread-meaning-alist-get-result): Ditto.
3069         (wl-thread-entity-check-prev-mark): Ditto.
3070         (wl-thread-entity-check-next-mark): Ditto.
3071         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
3072         (wl-thread-entity-get-prev-marked-entity): Ditto.
3073         (wl-thread-get-prev-unread): Ditto.
3074         (wl-thread-jump-to-prev-unread): Ditto.
3075         (wl-thread-get-next-unread): Ditto.
3076         (wl-thread-jump-to-next-unread): Ditto.
3077         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
3078         (wl-thread-entity-get-next-marked-entity): Ditto.
3079
3080         * wl-summary.el (wl-summary-buffer-number-list):
3081         New bufer-local variable.
3082         (wl-summary-switch-to-clone-buffer): Clone
3083         `wl-summary-buffer-number-list'.
3084         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
3085         (wl-summary-cursor-move-regex): Eliminated.
3086         (wl-summary-cursor-up): Rewrite.
3087         (wl-summary-cursor-down): Ditto.
3088         (wl-summary-mode-spec-alist): New variable.
3089         (wl-summary-next-message): New inline function.
3090         (wl-summary-cursor-move): New function.
3091         (wl-summary-default-get-next-msg): Rewrite.
3092         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
3093         (wl-summary-rescan): Ditto.
3094         (wl-summary-sync-all-init): Ditto.
3095         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
3096         summary is not thread view.
3097         (wl-summary-sync-update): Ditto.
3098         (wl-summary-rescan): Ditto.
3099         (wl-summary-make-number-list): New function.
3100
3101         * wl-draft.el: "FCC" -> "Fcc".
3102
3103 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * wl-highlight.el (wl-highlight-summary-window):
3106         Call `set-buffer-modified-p'.
3107
3108         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
3109         (wl): Call `elmo-init' and fix.
3110
3111         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
3112         Use new variables.
3113
3114         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
3115
3116 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
3119
3120 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3121
3122         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
3123
3124 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3125
3126         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
3127         `wl-use-toolbar' nor `display-graphic-p'.
3128         (wl-e21-setup-message-toolbar): Ditto.
3129         (wl-e21-setup-summary-toolbar): Ditto.
3130         (wl-e21-setup-folder-toolbar): Ditto.
3131
3132         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
3133         (wl-plugged-init-icons): Ditto.
3134
3135         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
3136         `display-graphic-p'.
3137         (wl-plugged-set-folder-icon): Ditto.
3138         (wl-highlight-plugged-current-line): Ditto.
3139         (wl-highlight-folder-current-line): Ditto.
3140         (wl-e21-highlight-folder-group-line): Ditto.
3141         (wl-e21-setup-toolbar): Ditto.
3142         (wl-e21-display-image-p): New macro.
3143
3144         * wl-demo.el (wl-demo): Simplified.
3145         (wl-demo-image-type-alist): Use `image-type-available-p' for
3146         checking whether the image type `xbm' is available.
3147
3148 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3149
3150         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
3151         (wl-summary-input-range): Ditto.
3152
3153 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3154
3155         * wl-summary.el (wl-summary-edit-addresses): Use
3156         `wl-summary-get-original-buffer'
3157         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
3158         (wl-summary-jump-to-msg-by-message-id-via-nntp):
3159         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
3160         (wl-summary-get-newsgroups): Eliminated.
3161         (wl-summary-set-crosspost): Ditto.
3162         (wl-summary-is-crosspost-folder): Ditto.
3163         (wl-crosspost-alist-load): Ditto.
3164         (wl-crosspost-alist-save): Ditto.
3165
3166         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
3167         `elmo-setup-subscribed-newsgroups' instead of
3168         `elmo-nntp-make-groups-hashtb'.
3169         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
3170         instead of `wl-crosspost-alist-save'.
3171
3172         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
3173         of `elmo-folder-message-appendable-p'.
3174         (wl-mime-header-presentation-method): Eliminated.
3175
3176         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
3177         (Error occurs in emacs21).
3178
3179         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
3180         the current buffer).
3181
3182         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
3183         instead of `wl-crosspost-alist-save'.
3184         (wl-init): `elmo-crosspost-message-alist-load'
3185         instead of `wl-crosspost-alist-load'
3186
3187         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
3188         (wl-parse-newsgroups): Likewise.
3189         (wl-biff-notify): Run `wl-biff-notify-hook'.
3190
3191 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3192
3193         * wl-vars.el (wl-summary-lazy-highlight): New variable.
3194
3195         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
3196         when `wl-summary-lazy-highlight' is non-nil.
3197         (wl-summary-goto-folder-subr): Highlight only when
3198         `wl-summary-lazy-highlight' is non-nil.
3199
3200         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
3201         Don't display progress and highlight temp-mark when
3202         `wl-summary-lazy-highlight' is non-nil.
3203         (wl-highlight-summary-window): New function.
3204         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
3205
3206 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3207
3208         * wl-summary.el (wl-summary-sync): Change `all-visible'
3209         from `all-shown'
3210         (wl-summary-input-range): Ditto.
3211
3212 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3213
3214         * wl-e21.el (wl-highlight-folder-current-line): Call
3215         `wl-folder-init-icons' when folder icons have not been initialized.
3216
3217         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
3218
3219         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
3220         (wl-demo-image-type-alist): New macro.
3221
3222 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3223
3224         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
3225         display does not support graphics.
3226         (wl-plugged-init-icons): Ditto.
3227         (wl-folder-init-icons): Ditto.
3228
3229         * wl-demo.el (wl-demo): Chech closely whether the display
3230         supports graphics.
3231
3232 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-summary.el (wl-summary-get-original-buffer): New function.
3235         (wl-summary-set-crosspost): Use it.
3236         (wl-summary-target-mark-uudecode): Ditto.
3237         (wl-summary-reedit): Ditto.
3238         (wl-summary-resend-bounced-mail): Ditto.
3239         (wl-summary-update-crosspost): Eliminated (It may be incorporated
3240         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
3241
3242         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
3243         (wl-message-display-internal): Ditto.
3244
3245 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
3248
3249 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3250
3251         * wl-summary.el (wl-summary-save-view): Renamed from
3252         `wl-summary-save-status'.
3253
3254 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3255
3256         * wl-summary.el (wl-summary-sync): Added `all-shown'
3257
3258 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3259
3260         * wl-summary.el (wl-summary-input-range): Added `all-shown'
3261
3262 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
3263
3264         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
3265
3266 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
3267
3268         * wl-highlight.el (wl-highlight-summary-line-string): Use
3269         `zerop' instead of `= 0'.
3270         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
3271
3272         * wl-template.el (wl-template-next): Use `=' instead of `eq'
3273         for comparing numbers.
3274         (wl-template-prev): Use `zerop' instead of `eq 0'.
3275
3276         * wl-draft.el (wl-draft-insert-current-message): Use
3277         `with-current-buffer' instead of `save-excursion'.
3278         Use `zerop' instead of `eq 0'.
3279
3280 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
3281
3282         * wl-draft.el (wl-draft-insert-ccs): New function.
3283         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
3284         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
3285
3286 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
3289
3290 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-expire.el (wl-expire-refile): Don't call
3293         elmo-msgdb-add-msgs-to-seen-list;
3294         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
3295         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3296
3297 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-message.el (wl-message-prev-page): Ignore errors while
3300         scroll-down.
3301
3302 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
3303
3304         * wl-mime.el: Use elmo-original-message-mode instead of
3305         mmelmo-original-mode.
3306
3307         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
3308         `elmo-folder-get-spec';
3309         (wl-fldmgr-add-completion-all-completions):
3310         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
3311
3312         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
3313         of `elmo-folder-get-type'.
3314
3315         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
3316         `elmo-folder-get-spec';
3317         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3318         Use `elmo-folder-append-message' instead of `elmo-append-msg';
3319         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3320         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
3321         `elmo-read-msg-no-cache';
3322         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
3323         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
3324         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
3325         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
3326         `elmo-cache-save';
3327         (wl-draft-reedit): Use `elmo-message-file-name'.
3328
3329         * wl-expire.el: Use `elmo-folder-name-internal';
3330         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3331         Use macro `wl-summary-buffer-msgdb' instead of variable
3332         `wl-summary-buffer-msgdb';
3333         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
3334         Use macro `wl-summary-buffer-folder-name' instead of variable
3335         `wl-summary-buffer-folder-name'.
3336         * wl-score.el: Likewise.
3337
3338         * wl-message.el: Rewrite for new message buffer cache mechanism.
3339         (wl-message-buffer-cache-buffer-get): New macro.
3340         (wl-message-buffer-cache-folder-get): Ditto.
3341         (wl-message-buffer-cache-message-get): Ditto.
3342         (wl-message-buffer-cache-entry-make): Ditto.
3343         (wl-message-buffer-cache-hit): Ditto.
3344         (wl-message-buffer-cache-sort): New function.
3345         (wl-message-buffer-cache-add): Ditto.
3346         (wl-message-buffer-cache-delete): Ditto.
3347         (wl-message-buffer-cache-clean-up): Ditto.
3348         (wl-message-buffer-window): Rewrite.
3349         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
3350         (wl-message-buffer-display): New function.
3351         (wl-message-display-internal): New function.
3352
3353 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-folder.el: Use `elmo-folder-name-internal';
3356         Use `wl-folder-get-elmo-folder';
3357         Use `elmo-folder-list-messages' instead of
3358         `elmo-list-folder';
3359         Use `elmo-folder-get-primitive-list' instead of
3360         `elmo-folder-get-primitive-spec-list';
3361         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
3362         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3363         Use `elmo-folder-create' instead of `elmo-create-folder'.
3364         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
3365         (wl-folder-get-elmo-folder): New macro.
3366         (wl-folder-elmo-folder-cache-get): Ditto.
3367         (wl-folder-elmo-folder-cache-put): Ditto.
3368         (wl-folder-suspend): Call `elmo-quit'.
3369
3370         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3371         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3372         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
3373         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
3374         (toplevel): require 'cl.
3375         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
3376
3377         * wl-summary.el: Rewrite to use new elmo interface.
3378
3379 \f
3380 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3381
3382         * wl-mime.el (wl-draft-preview-message):
3383         Run `wl-draft-send-hook' before collecting recipients information;
3384         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
3385
3386         * tm-wl.el (wl-draft-preview-message): Ditto.
3387
3388 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * wl-mime.el (wl-draft-preview-message): Fixed problem that
3391         wrong receipients are displayed when forwarded message.
3392
3393 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * Version number is increased to 2.5.7.
3396
3397 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
3398
3399         * wl-message.el (wl-message-next-page): Bind
3400         `window-pixel-scroll-increment' to nil while scrolling up.
3401
3402 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3403
3404         * wl-vars.el (wl-save-hook): New hook.
3405         * wl.el (wl-save): Call `wl-save-hook'.
3406
3407 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3408
3409         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
3410         Argument WITH-ARG instead of NO-ARG (negative mean).
3411         (wl-draft-reply): WITH-ARG instead of NO-ARG.
3412         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
3413         * wl-message.el (wl-message-follow-current-entity): Likewise.
3414
3415 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3416
3417         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
3418         FROM was optional argument.
3419         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
3420
3421 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3422
3423         * Version number is increased to 2.5.6.
3424
3425 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3426
3427         * wl-version.el (wl-version-show): Removed.
3428         (wl-version): Add `interactive'.
3429
3430 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
3431
3432         * wl-summary.el (wl-summary-get-petname-func): New variable.
3433         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
3434         instead of `wl-address-get-petname-1'.
3435         (wl-summary-simple-from): Ditto.
3436
3437         * wl-address.el (wl-address-get-petname-1): Define as function.
3438
3439 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3440
3441         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3442         field in the original message.
3443         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3444
3445 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3446
3447         * wl-expire.el (wl-expire-hide):
3448         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3449
3450 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3451
3452         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3453         find decoder for To, Cc, and Subject.
3454
3455 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
3458         for checking `elmo-use-buffer-cache'.
3459         (wl-summary-mark-as-important): Fixed typo in comment.
3460
3461 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
3464         field in the original message.
3465         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3466
3467 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
3468
3469         * wl-expire.el (wl-expire-hide):
3470         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
3471
3472 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
3475         find decoder for To, Cc, and Subject.
3476
3477 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
3478
3479         * Version number is increased to 2.5.5.
3480
3481         * wl-address.el (wl-address-specials-regexp): New constant.
3482         (wl-address-quote-specials): Use it.
3483
3484 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
3485
3486         * wl-summary.el (wl-summary-rescan):
3487         Call `wl-summary-buffer-number-column-detect'.
3488         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
3489
3490         * wl-message.el (wl-message-mode-map): Define.
3491         (wl-message-decode): Use it as local-map.
3492
3493 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-score.el (wl-score-guess-like-gnus): Abolished.
3496         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
3497
3498 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
3501
3502         * wl-mule.el (wl-read-event-char): Ditto.
3503
3504         * wl-e21.el (wl-read-event-char): Ditto.
3505
3506         * wl-nemacs.el (wl-read-event-char): Ditto.
3507         (read-event): Removed.
3508
3509         * wl-util.el (toplevel): Removed dummy definition of
3510         `read-event'.
3511         (wl-read-event-char, wl-xmas-read-event-char): Removed.
3512
3513 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
3514
3515         * wl-nemacs.el (elmo-archive-call-process): Moved to
3516         elmo-archive.el.
3517
3518 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3519
3520         * wl-draft.el (wl-draft-reply-list-symbol): New function.
3521         (wl-draft-reply): Use it.  Fixed "No match field" error message.
3522
3523         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
3524         instead of magic-number 6.  Use `not' instead of `null' for symbol
3525         `nil' check (not empty list).
3526         (wl-draft-insert-x-face-field): Fixed paren style.
3527
3528         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
3529         one-branch conditional statement, instead of `and' and `if'.
3530         (wl-draft-forward): Likewise.
3531         (wl-draft-add-references): Likewise.
3532         (wl-draft-yank-from-mail-reply-buffer): Likewise.
3533
3534         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
3535         conditional steatment.  Use `cond' instead of `if'.
3536         (wl-draft-confirm): Likewise.
3537
3538 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3539
3540         * wl-version.el (wl-version-show): Use `product-string-1'
3541         instead of `wl-version'.
3542         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
3543
3544         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
3545
3546 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3547
3548         * wl-highlight.el (wl-highlight-headers): Revert
3549         `wl-highlight-x-face-func' argument (`beg' and `end').
3550
3551 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3552
3553         * wl.el (toplevel): Move `product-provide' declare.
3554         * wl-demo.el (toplevel): Ditto.
3555         * wl-dnd.el (toplevel): Ditto.
3556         * wl-highlight.el (toplevel): Ditto.
3557         * wl-message.el (toplevel): Ditto.
3558         * wl-refile.el (toplevel): Ditto.
3559         * wl-util.el (toplevel): Ditto.
3560
3561 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
3564         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
3565         (wl-thread-close-all): keep cursor position.
3566
3567 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3568
3569         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
3570         (eq x 0).
3571         (wl-generate-user-agent-string-1): Fix conditional statement.
3572
3573 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
3574
3575         * wl.el (wl-check-environment): Additional check for
3576         'wl-local-domain' and `wl-message-id-domain'.
3577
3578 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3579
3580         * wl-draft.el (toplevel): Delete defvar for sasl-*.
3581
3582 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3583
3584         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
3585         instead of `smtp-sasl-user-realm'.
3586
3587 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3588
3589         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
3590
3591 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3592
3593         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
3594         to the default value as well as `eword-lexical-analyzer'.
3595
3596 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3597
3598         * wl-version.el (wl-extended-emacs-version,
3599         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
3600         `elmo-match-string' instead of `wl-match-string'.
3601
3602 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3603
3604         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
3605         docstring.
3606
3607 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
3608
3609         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
3610
3611 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3612
3613         * wl-highlight.el (wl-highlight-headers): Remove
3614         `wl-highlight-x-face-func' argument (`beg' and `end').
3615
3616 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
3617
3618         * wl-summary.el (wl-summary-mark-as-important):
3619         Remove cache if folder is local.
3620
3621 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
3622
3623         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
3624         to get existing e-mail address string.
3625
3626 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3627
3628         * wl-version.el (wl-generate-user-agent-string): Commentary.
3629         (wl-generate-user-agent-string-1): Use `when' for
3630         one-branch conditional statement, instead of `and' and `if'.
3631         (wl-extended-emacs-version, wl-extended-emacs-version2,
3632         wl-extended-emacs-version3): Ditto.
3633
3634 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3635
3636         * wl-summary.el (wl-summary-sync-all-init): New inline function.
3637         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
3638         condition-case; Remove initialization.
3639         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
3640         (wl-summary-sync-update3): Added argument `sync-all';
3641         Eliminated local variable `msgdb';
3642         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
3643         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
3644         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
3645
3646 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
3647
3648         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
3649         connection before call `wl-draft-send-mail-with-smtp'.
3650
3651 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * Version number is increased to 2.5.4.
3654
3655 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
3656
3657         * wl.el (wl-check-environment): Additional check for
3658         'wl-local-domain' and `wl-message-id-domain'.
3659
3660 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
3663         buffer as command specific.
3664         (wl-folder-mark-as-read-all-entity): Ditto.
3665         (wl-folder-prefetch-entity): Ditto.
3666         (wl-folder-drop-unsync-entity): Ditto.
3667
3668         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
3669         (wl-prog-uudecode-no-stdout-option): Changed default to t.
3670         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
3671
3672         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
3673         save-excursion.
3674
3675 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
3676
3677         * Version number is increased to 2.5.3.
3678
3679         * wl-summary.el (wl-summary-save-view-cache):
3680         Delete duplicated `write-region';
3681         Use `write-region-as-binary' instead of `as-binary-output-file' and
3682         `write-region'.
3683
3684 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3685
3686         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
3687
3688 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
3689
3690         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
3691         instead of `smtp-via-smtp'.
3692
3693 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3694
3695         * wl-draft.el (toplevel): Delete defvar for sasl-*.
3696
3697 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3698
3699         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
3700         instead of `smtp-sasl-user-realm'.
3701
3702 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3703
3704         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
3705
3706 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
3707
3708         * Version number is increased to 2.5.2.
3709
3710 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
3713         does not exist.
3714         (wl-biff-stop): Call `cancel-timer' if timer already exists.
3715         (wl-biff-start): Call `timer-activate' if timer already exists.
3716
3717         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
3718         only when it is bound as function.
3719
3720 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * Version number is increased to 2.5.1.
3723
3724 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
3725
3726         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
3727         Print refile/copy destination.
3728
3729 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
3732         queue-flush-only is non-nil.
3733
3734         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
3735
3736         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
3737         checking cache folder.
3738
3739 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3740
3741         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
3742         `regexp-quote'.
3743
3744 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3745
3746         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
3747         function.
3748         * wl-summary.el (wl-summary-write-current-folder-functions):
3749         Change default value.  Use it.
3750
3751 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * Version number is increased to 2.5.0.
3754
3755         * wl-version.el (wl-version): Changed codename.
3756
3757 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
3758
3759         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
3760         (wl-summary-supersedes-message): Ditto.
3761
3762 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3763
3764         * wl-refile.el (wl-refile-guess-functions): Renamed from
3765         `wl-refile-guess-func-list'.
3766
3767 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
3770         Fixed problem when no rule was matched.
3771
3772 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
3773
3774         * wl-summary.el (wl-summary-get-mark): Fixed
3775         `wl-summary-buffer-target-mark' check logic.
3776
3777 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3778
3779         * wl-folder.el (wl-folder-write-current-folder): Added group
3780         folder check.
3781
3782         * wl-summary.el (wl-summary-write-current-folder): Renamed from
3783         `wl-summary-write-current-newsgroup'.
3784         (wl-summary-write-current-folder-functions): New variable.
3785         * wl-folder.el (wl-folder-get-newsgroups): New function.
3786         (wl-folder-guess-mailing-list-by-refile-rule): New function.
3787         (wl-folder-write-current-folder): Renamed from
3788         `wl-folder-write-current-newsgroup'.
3789
3790 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3791
3792         * Version number is increased to 2.3.93.
3793
3794 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
3795
3796         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
3797         (wl-ldap-make-matched-value-list): Ditto.
3798         (wl-ldap-alias-safe-string): Split e-mail address.
3799
3800         * wl-summary.el (wl-summary-read-folder): Fixed problem when
3801         petname folder default was selected.
3802         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
3803         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
3804
3805 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
3806
3807         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
3808         to `wl-draft-config-exec'.
3809
3810         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
3811         instead of calling `wl-draft-config-exec';
3812         Process group-list and show recipients in minibuffer.
3813
3814         * tm-wl.el (wl-draft-preview-message): Ditto.
3815
3816 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3817
3818         * wl.el (toplevel): Added (C) to copyright notice, and
3819         sync Author header.
3820         * tm-wl.el (toplevel): Ditto.
3821         * wl-address.el (toplevel): Ditto.
3822         * wl-demo.el (toplevel): Ditto.
3823         * wl-dnd.el (toplevel): Ditto.
3824         * wl-draft.el (toplevel): Ditto.
3825         * wl-e21.el (toplevel): Ditto.
3826         * wl-expire.el (toplevel): Ditto.
3827         * wl-folder.el (toplevel): Ditto.
3828         * wl-highlight.el (toplevel): Ditto.
3829         * wl-message.el (toplevel): Ditto.
3830         * wl-mime.el (toplevel): Ditto.
3831         * wl-mule.el (toplevel): Ditto.
3832         * wl-nemacs.el (toplevel): Ditto.
3833         * wl-refile.el (toplevel): Ditto.
3834         * wl-score.el (toplevel): Ditto.
3835         * wl-summary.el (toplevel): Ditto.
3836         * wl-template.el (toplevel): Ditto.
3837         * wl-thread.el (toplevel): Ditto.
3838         * wl-util.el (toplevel): Ditto.
3839         * wl-vars.el (toplevel): Ditto.
3840         * wl-xmas.el (toplevel): Ditto.
3841
3842 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
3843
3844         * wl.el (wl-init): Added comment about `wl-init-hook'.
3845         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
3846         * wl-vars.el (wl-init-hook): Added docs.
3847         (wl-make-plugged-hook): Removed useless docs.
3848         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
3849         * wl-xmas.el (toplevel): Ditto.
3850
3851 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3852
3853         * wl-address.el (toplevel): Fixed multiple Author header format.
3854         * wl-demo.el (toplevel): Ditto.
3855         * wl-draft.el (toplevel): Ditto.
3856         * wl-folder.el (toplevel): Ditto.
3857         * wl-summary.el (toplevel): Ditto.
3858         * wl-thread.el (toplevel): Ditto.
3859         * wl-util.el (toplevel): Ditto.
3860         * wl-vars.el (toplevel): Ditto.
3861         * wl-version.el (toplevel): Ditto.
3862         * wl-xmas.el (toplevel): Ditto.
3863         * wl.el (toplevel): Ditto.
3864
3865         * wl-version.el (toplevel): Added require `elmo-version' for
3866         `product-version-as-string'.
3867
3868 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl-vars.el (wl-draft-send-hook): Changed default value to
3871         '(wl-draft-config-exec).
3872
3873         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
3874         explicitly.
3875         (wl-draft): Set `wl-draft-config-exec-flag' before running
3876         `wl-mail-setup-hook'.
3877
3878         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
3879         `wl-biff-init-icons' to `wl-init-hook' instead of
3880         `wl-make-plugged-hook'.
3881         (Because if `wl-draft' command is invoked at first,
3882         they are not initialized)
3883         Updated copyright notice.
3884
3885         * wl-e21.el (toplevel): Ditto;
3886
3887         * wl-demo.el (toplevel): Updated copyright notice.
3888         * wl-address.el (toplevel): Ditto.
3889         * wl-draft.el (toplevel): Ditto.
3890         * wl-version.el (toplevel): Ditto.
3891         * wl-folder.el (toplevel): Ditto.
3892         * wl-summary.el (toplevel): Ditto.
3893         * wl-thread.el (toplevel): Ditto.
3894         * wl-util.el (toplevel): Ditto.
3895         * wl-vars.el (toplevel): Ditto.
3896         * wl.el (toplevel): Ditto.
3897
3898 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-highlight.el (wl-highlight-message): Fixed problem of
3901         highlighting failure which occured when the last field contains
3902         multiple lines in the draft buffer.
3903
3904         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
3905         `wl-biff-start' if plugged.
3906
3907         * wl-util.el (wl-biff-check-folder): New function.
3908         (wl-biff-check-folders): Don't set session name prefix.
3909         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
3910         (wl-biff-check-folder-async): Ditto.
3911
3912         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
3913         in email address.
3914
3915 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
3916
3917         * wl-vars.el (wl-subject-prefix-regexp): New variable.
3918
3919         * wl-draft.el (wl-draft-strip-subject-re): New function.
3920
3921         * wl-draft.el (wl-draft-reply): Use it.
3922
3923 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
3924
3925         * wl-message.el (wl-mmelmo-message-redisplay): Use
3926         `mime-display-message' instead of `wl-mime-display-message'.
3927
3928         * wl-mime.el (toplevel): Removed compatibility workaround
3929         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
3930         (wl-mime-display-message): Abolished.
3931         (wl-mime-entity-read-field): Ditto.
3932         (wl-mime-combine-message/partial-pieces): Use
3933         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
3934
3935 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
3936
3937         * wl-template.el: Doc fixes.
3938
3939 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
3940
3941         * wl-e21.el (wl-message-overload-functions): Do nothing if
3942         `current-local-map' is not available.
3943         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
3944
3945 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3946
3947         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
3948         representation.
3949
3950         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
3951         number.
3952         (wl-fldmgr-save-folders): Don't use `format' when insert
3953         `wl-fldmgr-folders-header'.
3954
3955 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
3956
3957         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
3958
3959 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3960
3961         * wl-highlight.el (wl-highlight-message):
3962         Use `std11-field-end' to detect end point of the header field.
3963         Refer `wl-highlight-max-header-size'.
3964
3965         * wl-vars.el (wl-highlight-max-header-size): New variable.
3966
3967         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
3968
3969         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3970         Set `for-draft' argument of wl-highlight-headers.
3971         (wl-draft): Ditto.
3972         (wl-draft-reedit): Ditto.
3973         (wl-user-agent-compose-internal): Ditto.
3974
3975 2000-10-24   Daiki Ueno <ueno@unixuser.org>
3976
3977         * wl-message.el (wl-message-add-button): Use overlay.
3978
3979 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3980
3981         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
3982
3983         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
3984         problem when group-list content is nothing.
3985         (Reported by Mito <mit@nines.nec.co.jp>)
3986
3987 2000-10-18  SAITO Atsunori <sai@yedo.com>
3988
3989         * wl-summary.el (wl-summary-print-destination): Adjust line length.
3990
3991 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3992
3993         * tm-wl.el (toplevel): Use product-provide.
3994
3995 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
3996
3997         * Version number is increased to 2.3.92.
3998
3999 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4000
4001         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
4002         title text, use `display' property for left margin under Emacs 21.
4003
4004         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
4005         properties.
4006         (wl-plugged-init-icons): Ditto.
4007
4008 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4009
4010         * wl.el (wl-save-status, wl-init): Remove last period in
4011         "...done." message.
4012         * tm-wl.el (wl-summary-burst): Ditto.
4013         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
4014         wl-summary-resume-cache-status,
4015         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
4016         wl-summary-sync-update3, wl-summary-highlight-msgs,
4017         wl-summary-flush-pending-append-operations,
4018         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
4019         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
4020         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
4021         wl-thread-open-all): Ditto.
4022         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4023         * wl-mime.el (wl-summary-burst): Ditto.
4024         * wl-highlight.el (wl-highlight-summary): Ditto.
4025         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
4026         wl-folder-open-all, wl-folder-update-access-group): Ditto.
4027         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
4028         * wl-address.el (wl-local-address-init): Ditto.
4029
4030 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4031
4032         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
4033         `add-text-properties'.
4034         (wl-plugged-init-icons): Ditto.
4035         (wl-folder-init-icons): Use `propertize' instead of
4036         `put-text-property'.
4037         (wl-plugged-set-folder-icon): Ditto.
4038         (wl-e21-highlight-folder-group-line): Ditto.
4039
4040 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4041
4042         * wl-version.el (wl-version-status-alist): New variable.
4043         (wl-version-status): New function.
4044
4045         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
4046         "Cc" part of the case "Reply-To".
4047
4048         * wl-draft.el (wl-draft-reply): Use result of
4049         `eword-extract-address-components'.
4050
4051         * wl-demo.el (wl-demo-icon-name): New constant.
4052         (wl-logo-xpm): Use it.
4053         (wl-logo-xbm): Ditto.
4054         (wl-logo-bitmap): Ditto.
4055
4056         * Version number is increased to 2.3.91.
4057
4058 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4059
4060         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
4061         (wl-extended-emacs-version, wl-extended-emacs-version2,
4062         wl-extended-emacs-version3): Remove `interactive'.  Fixed
4063         docstring.
4064
4065         * wl-version.el (wl-generate-user-agent-string-1): New function.
4066         (wl-generate-user-agent-string): Use it.
4067
4068         * wl-version.el (wl-generate-user-agent-string-1): Ignore
4069         `mime-edit-insert-user-agent-field'.
4070         (wl-generate-user-agent-string): Check
4071         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
4072
4073         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
4074         instead of `if', when verbose case.
4075
4076 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4077
4078         * wl-expire.el (wl-summary-expire): Fix.
4079
4080 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4081
4082         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
4083         and `elmo-lost+found-folder' if 'wl-draft.
4084         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
4085
4086 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4087
4088         * wl-expire.el (wl-summary-expire): Change messages.
4089         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
4090         `deleing-info' instead of "Deleting..."
4091
4092 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
4093
4094         * wl-summary.el (wl-summary-refile-subr): Fix.
4095
4096 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4097
4098         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
4099         if pipe folder.
4100
4101 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4102
4103         * wl-vars.el (wl-draft-use-cache): Default `nil'.
4104
4105 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4106
4107         * wl-expire.el (wl-expire-hide): New function.
4108         (wl-summary-expire): Add `hide'.
4109
4110 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
4111
4112         * wl-vars.el (wl-draft-reply-without-argument-list):
4113         Changed default value to consider `Reply-To:'.
4114         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
4115
4116         * Version number is increased to 2.3.90.
4117
4118         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
4119         elmo-imap4-get-session with unwind-protect.
4120         Don't cause error.
4121         (wl-summary-sync-marks): Don't check plugged nor folder type.
4122         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
4123         (Always keep current buffer).
4124
4125 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4126
4127         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4128         Enclose with `save-excursion'.
4129
4130 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4131
4132         * wl-version.el (wl-version): Remove interactive.
4133
4134 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4135
4136         * wl-version.el (wl-generate-user-agent-string): Use
4137         `product-string-verbose' instead of `product-string-1'.
4138
4139 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4140
4141         * wl-vars.el (wl-draft-use-cache): New variable.
4142         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
4143         if wl-draft-use-cache is non-nil.
4144
4145 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4146
4147         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
4148         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
4149
4150 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
4151
4152         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
4153         (wl-thread-msg-mark-as-unread): Ditto.
4154
4155         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
4156         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
4157         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
4158         Don't set mark in summary if return value of `elmo-mark-as-read'
4159         is nil.
4160         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
4161         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
4162         instead of `wl-thread-msg-mark-as-read'.
4163         (wl-summary-mark-as-unread-region): Ditto.
4164         (wl-summary-target-mark-mark-as-read): Ditto.
4165
4166         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4167
4168 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4169
4170         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
4171
4172         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
4173
4174 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
4177         face.
4178
4179 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
4180
4181         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
4182         `running-xemacs'.
4183
4184 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4185
4186         * wl-version.el (toplevel): Use `product-version-as-string' for
4187         set verstion-string, if defined.
4188
4189         * wl-version.el (wl-version-show): Insert string at point, when
4190         call with argument.
4191
4192         * wl-version.el (wl-generate-user-agent-string): Use
4193         `product-string-1' instead of `wl-appname', `wl-version' and
4194         `wl-codename'.
4195
4196 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4197
4198         * wl-address.el (toplevel): Use product-provide.
4199         * wl-demo.el (toplevel): Ditto.
4200         * wl-dnd.el (toplevel): Ditto.
4201         * wl-draft.el (toplevel): Ditto.
4202         * wl-e21.el (toplevel): Ditto.
4203         * wl-expire.el (toplevel): Ditto.
4204         * wl-fldmgr.el (toplevel): Ditto.
4205         * wl-folder.el (toplevel): Ditto.
4206         * wl-highlight.el (toplevel): Ditto.
4207         * wl-message.el (toplevel): Ditto.
4208         * wl-mime.el (toplevel): Ditto.
4209         * wl-mule.el (toplevel): Ditto.
4210         * wl-nemacs.el (toplevel): Ditto.
4211         * wl-refile.el (toplevel): Ditto.
4212         * wl-score.el (toplevel): Ditto.
4213         * wl-summary.el (toplevel): Ditto.
4214         * wl-template.el (toplevel): Ditto.
4215         * wl-thread.el (toplevel): Ditto.
4216         * wl-util.el (toplevel): Ditto.
4217         * wl-vars.el (toplevel): Ditto.
4218         * wl-xmas.el (toplevel): Ditto.
4219         * wl.el (toplevel): Ditto.
4220
4221 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4222
4223         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
4224         instead of product.
4225
4226         * wl-version.el (wl-version): Compile time evalution elmo-version.
4227
4228 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
4229
4230         * wl-summary.el (wl-summary-sync-force-update): Append queue
4231         `mark-as-read'if unplugged.
4232
4233 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4234
4235         * wl-version.el: New file.  Use product.el.
4236         * wl.el: add (require 'wl-version).
4237         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
4238         for ~/.folders header.
4239         (wl-fldmgr-folders-header): Changed.
4240         * wl-demo.el (wl-demo): Use product.el.
4241
4242         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
4243         wl-version.el.
4244         * wl-util.el (wl-version, wl-version-show): Ditto.
4245
4246         * wl-util.el (wl-generate-user-agent-string,
4247         wl-extended-emacs-version, wl-extended-emacs-version2,
4248         wl-extended-emacs-version3): Move to wl-version.el.
4249         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
4250         xemacs-codename, mime-edit-insert-user-agent-field,
4251         mime-edit-user-agent-value, mime-editor/version,
4252         mime-editor/codename): Compile warning killer move to
4253         wl-version.el
4254
4255 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
4256
4257         * wl-summary.el (wl-summary-refile-subr): Fix.
4258
4259 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-summary.el (wl-summary-sync-marks): Changed argument for
4262         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4263
4264 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
4265
4266         * wl.el (wl-check-environment): Check too many `@'.
4267
4268 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
4269
4270         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
4271
4272 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4273
4274         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
4275         wl-draft-reply-myself-without-argument-list): Add variables.
4276         * wl-draft.el (wl-draft-reply): Use it.
4277
4278 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
4279
4280         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
4281         the 5th argument of `elmo-network-get-spec'.
4282
4283         * wl-thread.el (wl-thread-reparent-children): New inline function.
4284         (wl-thread-delete-message): Use it.
4285
4286         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
4287         (wl-summary-score-update-all-lines): Don't use `dolist'.
4288
4289 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4290
4291         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
4292         (require 'elmo-msgdb) for inline function.
4293
4294 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
4297
4298 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-score.el (wl-score-headers): Fix for the confusing macro
4301         `elmo-kill-buffer'.
4302
4303 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4304
4305         * wl-summary.el: Don't use the 3rd argument of `require' because
4306         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
4307         * wl-util.el: Ditto.
4308         * wl-draft.el: Ditto.
4309
4310 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4311
4312         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
4313         window system is not used.
4314
4315 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
4316
4317         * wl-thread.el: Don't use `mapcar' only for iteration.
4318         (wl-thread-resume-entity): Ditto.
4319         (wl-thread-delete-message): Ditto.
4320
4321         * wl-summary.el: Bind `dragdrop-drop-functions',
4322         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
4323         of `require' for `timezone', `easymenu' and `ps-print';
4324         don't use `mapcar' only for iteration.
4325
4326         * wl-util.el: Bind `mule-version', `nemacs-version',
4327         `emacs-beta-version', `xemacs-codename',
4328         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
4329         `mime-editor/version' and `mime-editor/codename'; specify 3rd
4330         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
4331         only for iteration.
4332
4333         * wl-score.el: Don't use `mapcar' only for iteration.
4334         (wl-score-simplify-buffer-fuzzy): Ditto.
4335         (wl-score-simplify-subject): Ditto.
4336         (wl-score-headers): Ditto.
4337         (wl-summary-score-update-all-lines): Ditto.
4338
4339         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
4340         `enable-multibyte-characters' and `mule-version'.
4341
4342         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
4343         `mapcar' only for iteration.
4344
4345         * wl-demo.el: Don't use `mapcar' only for iteration.
4346
4347         * wl-folder.el: Don't use `mapcar' only for iteration.
4348         (wl-folder-open-all): Ditto.
4349         (wl-folder-count-incorporates): Ditto.
4350
4351         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
4352         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
4353
4354         * wl-draft.el: Bind `x-face-add-x-face-version-header',
4355         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
4356         `smtp-connection-type'; specify 3rd argument of `require' for
4357         `timezone'; don't use `mapcar' only for iteration.
4358         (wl-draft-clone-local-variables): Don't use `mapcar'.
4359         (wl-draft-generate-clone-buffer): Ditto.
4360         (wl-user-agent-compose-internal): Ditto.
4361
4362         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
4363
4364         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
4365         (wl-save-status): Ditto.
4366
4367         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
4368         for iteration.
4369
4370 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
4373         removed `Date'.
4374         (wl-fldmgr-make-filter-default): New user option.
4375
4376         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
4377         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
4378         (wl-fldmgr-filter-completion-alist): Abolish.
4379
4380         * wl.el (wl): Don't check servers if arg is non-nil.
4381
4382         * wl-draft.el (wl-draft-reply): Set only message-id string to
4383         In-Reply-To field.
4384
4385 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4386
4387         * wl-summary.el (wl-summary-pick): Rewrite.
4388
4389         * wl-draft.el (wl-draft-forward): Get references field from
4390         original buffer.
4391         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
4392
4393 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4394
4395         * wl-draft.el (wl-draft-forward): Add references field.
4396
4397 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4398
4399         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
4400         (wl-draft-reply): Use it.
4401
4402 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
4403
4404         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
4405         when Emacs 21 is running.
4406
4407         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
4408         bindings.
4409
4410 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4411
4412         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
4413         XPM icons transparent.
4414
4415         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
4416         Emacs 21.
4417
4418 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
4419
4420         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
4421         nil.
4422
4423         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
4424         when it is persistent.
4425         (wl-summary-sync-marks): Changed argument for
4426         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4427         (wl-summary-virtual): Use `elmo-read-search-condition'.
4428         (wl-summary-redisplay-internal): If folder is local, mark as read
4429         even when folder is plugged.
4430
4431 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4432
4433         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
4434         of `tool-bar-lines' in the frame parameters.
4435         (after-make-frame-functions, post-command-hook): Don't modify the
4436         value.
4437         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
4438         wl-e21-tool-bar-lines): Removed.
4439
4440 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
4441
4442         * wl-highlight.el (wl-highlight-folder-path): Put overlay
4443         properties `evaporate' and `wl-momentary-overlay' as well.
4444         (wl-highlight-summary-displaying): Ditto.
4445         (wl-delete-all-overlays): Don't delete overlay which does not have
4446         a property `wl-momentary-overlay'.
4447
4448         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
4449         `display-mouse-p' and `display-graphic-p'.
4450         (wl-folder-init-icons): Don't search for XBM or the other files.
4451         (wl-plugged-set-folder-icon): Make icons if and only if
4452         `display-graphic-p' returns non-nil.
4453         (wl-highlight-plugged-current-line): Use `before-string' overlay
4454         property to show icon images.
4455         (wl-highlight-folder-current-line): Ditto.
4456         (wl-e21-highlight-folder-group-line): Ditto.
4457         (wl-e21-highlight-folder-by-numbers): Ditto.
4458         (wl-e21-insert-image): Removed.
4459         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
4460         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
4461         said.
4462         (wl-e21-switch-toolbar-after-make-frame): Renamed from
4463         `wl-e21-force-switch-toolbar'.
4464         (wl-e21-make-icon-image): Removed.
4465         (wl-e21-setup-toolbar): Don't search for XBM files.
4466         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
4467         the default value.
4468
4469 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * wl-util.el (wl-biff-check-folder-async): Set
4472         `wl-biff-check-folders-running' even when it is not an IMAP folder.
4473
4474 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4475
4476         * wl-e21.el (after-make-frame-functions): Add
4477         `wl-e21-force-switch-toolbar'.
4478         (wl-e21-force-switch-toolbar): New function force to switch the
4479         toolbar appearance automatically.
4480         (post-command-hook): Add `wl-e21-switch-toolbar'.
4481         (wl-e21-switch-toolbar): New function to switch the toolbar
4482         appearance automatically.
4483         (wl-e21-tool-bar-lines): New buffer local variable.
4484
4485 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4486
4487         * wl-util.el (wl-biff-check-folders-running): New variable.
4488         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
4489         (wl-biff-check-folder-async-callback):
4490         Set `wl-biff-check-folders-running'.
4491         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
4492         with unwind-protect.
4493
4494         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
4495         Enclose `wl-folder-auto-check' with unwind-protect.
4496
4497         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
4498         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
4499
4500         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
4501
4502         * wl-util.el (wl-biff-notify): New inline function.
4503         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
4504         locally.
4505         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
4506         folder-list' is 1.
4507         Use `wl-biff-notify'.
4508         (wl-biff-check-folder-async-callback): New function.
4509         (wl-biff-check-folder-async): Ditto.
4510
4511         * wl-folder.el (wl-folder): Don't check folders.
4512         (wl-folder-auto-check): New function.
4513
4514 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4515
4516         * wl-util.el (wl-biff-start) [Emacs19+]:
4517         Use `timer-next-integral-multiple-of-time'.
4518         (wl-biff-check-folders): Use `wl-default-folder'
4519         if `wl-biff-check-folder-list' is nil.
4520
4521 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
4522
4523         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
4524         instead of `elmo-delete-lists'.
4525
4526 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
4527
4528         * wl.el (wl-plugged-toggle-all): Set the value of
4529         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
4530         (wl-plugged-toggle): Ditto.
4531         (wl-toggle-plugged): Ditto.
4532         (wl-plugged-init): Ditto.
4533
4534         * wl-xmas.el (wl-biff-init-icons): Set icons data to
4535         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
4536         instead of `wl-biff-state-indicator-off' and
4537         `wl-biff-state-indicator-on'; don't modify the value and the type
4538         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
4539         (wl-plugged-init-icons): Set icons data to
4540         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
4541         instead of `wl-plug-state-indicator-off' and
4542         `wl-plug-state-indicator-on'; don't modify the value and the type
4543         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
4544
4545         * wl-vars.el (wl-modeline-biff-state-off,
4546         wl-modeline-biff-state-on, wl-modeline-biff-status,
4547         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
4548         wl-modeline-plug-status): New internal variables.
4549         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
4550         wl-biff-check-interval, wl-biff-check-folder-list): Change
4551         customization group from `wl-folder' to `wl-highlight'.
4552         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
4553         wl-show-plug-status-on-modeline): Defcustomized.
4554
4555         * wl-util.el (wl-biff-check-folders): Set the value of the flag
4556         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
4557         (wl-mode-line-buffer-identification): Set both ON and OFF data with
4558         a flag to `mode-line-buffer-identification'.
4559
4560         * wl-e21.el (wl-biff-init-icons): Set icons data to
4561         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
4562         instead of `wl-biff-state-indicator-off' and
4563         `wl-biff-state-indicator-on'.
4564         (wl-plugged-init-icons): Set icons data to
4565         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
4566         instead of `wl-plug-state-indicator-off' and
4567         `wl-plug-state-indicator-on'.
4568
4569 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4570
4571         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
4572         excessive titles.
4573
4574 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4575
4576         * wl.el (wl-plugged-mode): Use revised
4577         `wl-mode-line-buffer-identification'.
4578         (wl-plugged-init): Don't use `force-mode-line-update'.
4579
4580         * wl-xmas.el (wl-draft-overload-functions): Use revised
4581         `wl-mode-line-buffer-identification'.
4582         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
4583         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
4584         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
4585         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
4586         `wl-make-plugged-hook';
4587         add `wl-folder-init-icons' and `wl-setup-folder' to
4588         `wl-folder-mode-hook'.
4589
4590         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
4591         19 as well.
4592         (wl-mode-line-display-priority-list): New user option.
4593         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
4594         Defcustomized.
4595         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
4596         Add docs.
4597
4598         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
4599         start.
4600         (wl-mode-line-buffer-identification): Revised as a function.
4601
4602         * wl-summary.el (wl-summary-mode): Use revised
4603         `wl-mode-line-buffer-identification'; don't call
4604         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
4605         (TopLevel): Don't bind `wl-e21-setup-summary' nor
4606         `wl-xmas-setup-summary'.
4607
4608         * wl-nemacs.el (wl-draft-overload-functions): Use revised
4609         `wl-mode-line-buffer-identification'.
4610
4611         * wl-mule.el (wl-draft-overload-functions): Use revised
4612         `wl-mode-line-buffer-identification'.
4613
4614         * wl-folder.el (wl-make-plugged-alist): Don't call
4615         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
4616         (wl-folder): Don't call `wl-folder-init-icons' directly.
4617         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
4618         `wl-xmas-setup-folder' directly;
4619         use revised `wl-mode-line-buffer-identification'.
4620         (TopLevel): Don't bind `wl-biff-init-icons',
4621         `wl-plugged-init-icons', `wl-folder-init-icons',
4622         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
4623
4624         * wl-e21.el (wl-draft-overload-functions): Use revised
4625         `wl-mode-line-buffer-identification'.
4626         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
4627         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
4628         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
4629         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
4630         `wl-make-plugged-hook';
4631         add `wl-folder-init-icons' and `wl-setup-folder' to
4632         `wl-folder-mode-hook'.
4633
4634 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
4635             Katsumi Yamaoka    <yamaoka@jpl.org>
4636
4637         * wl.el (wl): Call `wl-biff-start'.
4638         (wl-exit): Call `wl-biff-stop'.
4639         (wl-plugged-mode): Show biff in modeline.
4640         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
4641
4642         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
4643         (wl-biff-init-icons): New function.
4644         (wl-plugged-init-icons): Don't make too much keymaps.
4645         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
4646
4647         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
4648         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
4649         variables.
4650         (wl-biff-check-interval, wl-biff-check-folder-list): New user
4651         options.
4652
4653         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
4654         wl-biff-start, wl-biff-stop): New functions.
4655         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
4656         (wl-biff-timer-name): New variable.
4657
4658         * wl-summary.el (wl-summary-mode): Show biff in modeline.
4659
4660         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
4661         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
4662
4663         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
4664         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
4665
4666         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
4667         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
4668         `wl-folder-init-icons' to `ignore' if they are not available.
4669         (wl-folder-mode): Show biff in modeline.
4670
4671         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
4672         (wl-biff-init-icons): New function.
4673         (wl-plugged-init-icons): Don't make too much keymaps.
4674         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
4675
4676 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
4677
4678         * wl-vars.el (wl-strict-diff-folders): Customization Type
4679         and doc fix.  Define as a list of regular expressions for
4680         folders or nil.
4681         * wl-folder.el (wl-folder-check-one-entity): Use
4682         `wl-string-match-member' instead of `wl-string-member' for
4683         `wl-strict-diff-folders'.
4684
4685 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
4686
4687         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
4688         (wl-highlight-folder-current-line): Use it; new implementation.
4689         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
4690         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
4691         `defsubst' instead of `defun'.
4692
4693         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
4694         `wl-highlight-group-folder-by-numbers'; made it can also be a
4695         number.  See info for more details.
4696
4697         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
4698         running.
4699
4700         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
4701         to bind them.
4702
4703         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
4704         (wl-highlight-folder-current-line): New implementation.
4705
4706         * wl-highlight.el (wl-highlight-folder-group-line): New
4707         implementation.
4708         (wl-delete-all-overlays): Rewrite as a marco.
4709         (TopLevel): Require `wl-e21' when Emacs 21 is running.
4710
4711         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
4712         running.
4713         (wl-folder-*-glyph): No need to bind them.
4714
4715         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
4716         `wl-e21-highlight-folder-group-icon'; rewrite.
4717         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
4718         `defsubst' instead of `defun'.
4719         (wl-folder-mode-map): Bind it when compiling.
4720
4721 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4722
4723         * wl.el (wl): Initialize plug-related settings before `wl-init'.
4724
4725         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
4726
4727 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
4728
4729         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
4730
4731 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
4732
4733         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
4734         (wl-highlight-folder-current-line): Use it.
4735
4736         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
4737         in `id-name'.
4738
4739 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
4740
4741         * wl.el: Require `wl-e21' when Emacs 21 is running.
4742
4743         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
4744         default when Emacs 21 is running.
4745         (wl-use-highlight-mouse-line): Ditto.
4746         (wl-on-emacs21): New constant.
4747         (wl-on-emacs20): Removed.
4748
4749         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
4750         Emacs 21 is running.
4751
4752         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
4753         Emacs 21 is running.
4754
4755         * wl-e21.el: New file.
4756
4757 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
4758
4759         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
4760         (wl-toggle-plugged): Ditto.
4761         (wl-plugged-toggle): Ditto.
4762         (wl-plugged-toggle-all): Ditto.
4763
4764         * wl-vars.el (wl-plug-state-indicator): Refer
4765         `wl-plug-state-indicator-on' indirectly.
4766
4767 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
4770         Call `wl-folder-confirm-existence'.
4771
4772         * wl-folder.el (wl-folder-confirm-existence): Added optional
4773         argument `force'.
4774
4775 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
4776
4777         * wl-summary.el (wl-summary-refile-subr): Assume
4778         `copy-or-refile' as symbol.
4779         (wl-summary-refile): Follow up above change.
4780         (wl-summary-copy): Ditto.  Doc fix.
4781
4782 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4783
4784         * wl-summary.el (wl-summary-pick): Don't bind
4785         `elmo-search-mime-charset'.
4786
4787         * wl-vars.el (wl-highlight-message-header-button-alist): Define
4788         default using old backquote style.
4789         (wl-search-mime-charset): Abolished.
4790
4791         * wl-highlight.el (wl-highlight-headers):
4792         Call `point' after `re-search-forward'(for Nemacs).
4793
4794         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
4795         for elmo-imap4.el.
4796
4797 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
4798
4799         * wl-message.el (wl-mmelmo-message-redisplay): Bind
4800         `wl-message-ignored-field-list' instead of
4801         `mime-view-ignored-field-list'.
4802
4803         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
4804         Add interactive spec.
4805         (wl-folder-goto-bottom-of-current-folder): Ditto.
4806         (wl-folder-mode-map): Bind them.
4807
4808         * wl-vars.el (wl-message-ignored-field-list): New variable.
4809         (wl-message-visible-field-list): New variable.
4810
4811         * wl-mime.el (wl-mime-header-presentation-method): New function.
4812         (wl-mime-setup): Set header-presentation-method.
4813
4814 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4815
4816         * wl-nemacs.el (wl-draft-overload-functions): Set
4817         `mode-line-buffer-identification' instead of using
4818         `wl-make-modeline'.
4819
4820         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
4821         instead of using `wl-make-modeline'.
4822
4823         * wl-xmas.el (wl-plugged-init-icons): Set up
4824         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
4825         (wl-make-modeline): Abolish.
4826         (wl-draft-overload-functions): Set
4827         `mode-line-buffer-identification' instead of using
4828         `wl-make-modeline'.
4829
4830         * wl-util.el (wl-make-modeline-subr): Abolish.
4831         (wl-mode-line-buffer-identification): New alias.
4832
4833         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
4834         (wl-summary-make-modeline): Abolish.
4835         (wl-summary-buffer-set-folder): Set
4836         `wl-summary-buffer-folder-indicator'.
4837         (wl-summary-mode): Set `mode-line-buffer-identification' instead
4838         of using `wl-make-modeline'.
4839         (wl-summary-switch-to-clone-buffer): Don't set
4840         `mode-line-buffer-identification'.
4841         (wl-summary-goto-folder-subr): Ditto.
4842
4843         * wl-mule.el (wl-draft-overload-functions): Set
4844         `mode-line-buffer-identification' instead of using
4845         `wl-make-modeline'.
4846
4847         * wl-folder.el (wl-folder-mode): Set
4848         `mode-line-buffer-identification' instead of using
4849         `wl-make-modeline'.
4850         (wl-folder): Don't set `mode-line-buffer-identification'.
4851
4852 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
4853
4854         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
4855         instead of `member' for `wl-refile-guess-func-list' look-ups.
4856         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
4857
4858 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4859
4860         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
4861         `wl-message-button-dispatcher'.
4862
4863         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
4864
4865         * wl-message.el (wl-message-button-dispatcher): Use it.
4866
4867         * wl-vars.el (wl-highlight-message-header-button-alist): Add
4868         "In-Reply-To".
4869
4870         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4871         Bind `case-fold-search' to t.
4872
4873 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4874
4875         * wl-xmas.el (wl-message-overload-functions): Initialize
4876         `wl-message-button-map'.
4877
4878         * wl-mule.el (wl-message-overload-functions): Initialize
4879         `wl-message-button-map'.
4880
4881         * wl-vars.el (wl-highlight-message-header-button-alist): New.
4882
4883         * wl-message.el (wl-message-button-map): New keymap.
4884         (wl-message-add-button): New function.
4885         (wl-message-button-dispatcher): New function.
4886         (wl-message-button-refer-article): New function.
4887
4888         * wl-highlight.el
4889         (wl-highlight-message-add-buttons-to-header): New function.
4890         (wl-highlight-headers): Use it.
4891
4892 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
4893
4894         * wl-summary.el (wl-summary-default-from): Use
4895         `wl-address-get-petname-1'.
4896         (wl-summary-simple-from): Ditto.
4897
4898         * wl-address.el (wl-address-get-petname-1): New inline function.
4899         (wl-address-get-petname): Use it.
4900
4901 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
4902
4903         * wl-summary.el (wl-summary-default-from): Return full-name part
4904         from the address if no petname was found.
4905         (wl-summary-simple-from): Ditto.
4906
4907         * wl-address.el (wl-address-get-petname): Return nil if no petname
4908         associated with the address was found.
4909
4910 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4911
4912         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
4913         display is finished.
4914
4915 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4916
4917         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
4918         `elmo-folder-exists-p' argument.
4919
4920 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
4921
4922         * wl-folder.el (wl-folder-confirm-existence): Check existence of
4923         the folder.
4924
4925 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
4928
4929         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4930         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
4931
4932 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
4933
4934         * wl-folder.el (wl-folder-create-subr): New function.
4935         (wl-folder-confirm-existence): Use it.
4936         (wl-folder-check-one-entity): Use it.
4937         Check the error symbol is derived from 'elmo-open-error.
4938
4939         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
4940         `ignore-error'.
4941
4942 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4943
4944         * wl-util.el (toplevel): Add (eval-when-compile (require
4945         'elmo-util)).  (Maybe `provide' is typo.)
4946
4947 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * wl-util.el (toplevel): Removed (provide 'elmo-util).
4950         (I don't know why this was needed.)
4951
4952         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
4953         Follow up changes for stream-type.
4954
4955         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
4956         (wl-draft-elmo-nntp-send): Ditto.
4957
4958         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
4959         (wl-nntp-posting-stream-type): Ditto.
4960         (wl-pop-before-smtp-ssl): Abolished.
4961         (wl-nntp-posting-ssl): Ditto.
4962
4963         * wl-address.el (wl-address-quote-specials): New function.
4964         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
4965
4966         * wl-draft.el (wl-draft-reply): Ditto.
4967
4968 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4969
4970         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
4971         use function `wl-string-match-assoc'.
4972
4973 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
4976
4977         * wl-draft.el (wl-draft-deduce-address-list): New function.
4978         (wl-draft-parse-mailbox-list): Ditto.
4979         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
4980         instead of `smtp-deduce-address-list'.
4981         (wl-draft-on-field-p): Follow group list.
4982
4983         * wl-address.el (wl-address-concat-token): New function.
4984         (wl-address-string-without-group-list-contents): Ditto.
4985         (wl-complete-field-body): Fixed problem of completion
4986         by japanese petname.
4987         (wl-address-make-completion-list): Rewrite.
4988
4989 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
4990
4991         * wl-address.el (wl-address-make-completion-list): Completion by
4992         petname.
4993         (wl-complete-field-body): Likewise.
4994
4995 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
4998         contains invalid address syntax.
4999
5000 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * wl-folder.el (wl-folder-check-entity-async): Use
5003         `elmo-nntp-spec-hostname'.
5004
5005 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
5006
5007         * wl-summary.el (wl-summary-msgdb-load-async): Use
5008         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
5009
5010 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-draft.el (wl-draft-reply): Set argument
5013         `content-transfer-encoding' as nil.
5014
5015 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
5016
5017         * wl-refile.el (wl-refile-learn): Move hit element to the top of
5018         `wl-refile-alist'.
5019
5020 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5021
5022         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
5023         (wl-draft-edit-string): Ditto.
5024         (wl-draft-forward): Ditto.
5025         * wl-summary.el (wl-summary-write): Ditto.
5026
5027 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * wl-summary.el (wl-summary-sync-update3): Call
5030         `wl-summary-buffer-number-column-detect'.
5031         (wl-summary-buffer-number-column-detect): Search from point-min.
5032
5033 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
5036         contains an address which is not included in original to or cc.
5037
5038 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
5039
5040         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
5041         begin-line does not exist.
5042         * wl-message.el (wl-message-uu-substring): Ditto.
5043
5044 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
5047         clear local variables.
5048         (wl-summary-exit): Call `elmo-commit'.
5049         (wl-summary-switch-to-clone-buffer): Call
5050         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
5051         (wl-summary-goto-folder-subr): Ditto.
5052
5053         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
5054         POP folder.
5055
5056 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
5059         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
5060         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
5061         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
5062         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
5063         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
5064
5065         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
5066
5067 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
5068
5069         * wl-summary.el (wl-summary-search-by-subject):
5070         Search parent message from the latest one.
5071
5072 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-draft.el (wl-draft-reply): Insert address with full-name.
5075         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
5076
5077         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
5078         New user option.
5079
5080         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
5081         if elmo-nntp-use-killed-list is nil.
5082         Use `elmo-msgdb-append-to-killed-list'.
5083         (Append numbers confirmed as disappeared to the killed list.)
5084         (wl-summary-confirm-appends): Don't display negative number.
5085
5086 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5087
5088         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
5089
5090 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
5093         range is `all'.
5094         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
5095         `elmo-list-bigger-diff'.
5096
5097 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-summary.el (wl-summary-buffer-exit-func):
5100         New buffer local variable.
5101         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
5102
5103 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
5104
5105         * wl-demo.el (wl-demo): Fix the last change.
5106
5107 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
5108
5109         * wl-demo.el (wl-demo): Don't use `eval'.
5110
5111 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5112
5113         * wl-summary.el (wl-summary-buffer-thread-modified):
5114         New buffer-local variable.
5115         (wl-summary-set-thread-modified): New function.
5116         (wl-summary-thread-modified-p): New function.
5117         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
5118         (wl-summary-yank-saved-message): Use function
5119         `wl-summary-set-thread-modified'
5120         (wl-summary-switch-to-clone-buffer): Add
5121         `wl-summary-buffer-thread-modified'.
5122
5123         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
5124         (wl-summary-buffer-mark-saved-hook): Ditto.
5125         * wl-summary.el (wl-summary-msgdb-save): New hook
5126         `wl-summary-buffer-message-saved-hook' and
5127         `wl-summary-buffer-mark-saved-hook'.
5128
5129 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5130
5131         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
5132
5133 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5134
5135         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
5136         don't hide scroll bars under FSF Emacsen because it may incur an
5137         undesirable redrawing.
5138
5139 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
5140
5141         * wl-draft.el (wl-draft-edit-string): Call
5142         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
5143
5144 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
5145
5146         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
5147
5148 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
5149
5150         * wl-summary.el (wl-summary-msgdb-load-async): Call
5151         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
5152
5153 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
5154
5155         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
5156         fringes in demo buffer; center bitmap logo correctly even if old
5157         Mule is used.
5158
5159 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
5160
5161         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
5162
5163         * wl-refile.el (wl-refile-subject-alist): New variable.
5164         (wl-refile-subject-alist-file-name): Ditto.
5165         (wl-refile-alist-setup): Rewrite.
5166         (wl-refile-alist-save): Use `elmo-object-save'.
5167         Eliminated arguments.
5168         (wl-refile-learn): Check `wl-refile-guess-func-list'.
5169         (wl-refile-guess-by-subject): New function.
5170         (wl-refile-guess-func-list): Added it.
5171
5172 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5173
5174         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
5175         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
5176
5177 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-summary.el (wl-summary-buffer-prev-folder-func):
5180         New buffer-local variable.
5181         (wl-summary-buffer-next-folder-func): Ditto.
5182         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
5183         if non-nil.
5184         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
5185         if non-nil.
5186         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
5187         if non-nil.
5188         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
5189         if non-nil.
5190
5191 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
5192
5193         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
5194         permanently in the demo buffer.
5195
5196 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
5199         `mime-entity-fetch-field'.
5200
5201         * wl.el (wl-exit): Delete plugged buffer.
5202
5203         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
5204         XEmacs has menubar feature.
5205
5206 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5207
5208         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
5209         cannot arrive at the beginning of the buffer under old Emacsen.
5210
5211 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5212
5213         * wl-address.el (wl-address-ldap-search):
5214         Call `ldap-search-entries' with `withdn' argument t.
5215         (wl-complete-field-body): Bind completion-ignore-case as t.
5216         Clear ldap search hash when it was sole completion.
5217         Use elmo-string for pattern string.
5218         (wl-ldap-alias-safe-string): Eliminated needless let.
5219
5220 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
5221
5222         * wl-address.el (wl-ldap-alias-dn-level): New variable.
5223         (wl-ldap-alias-sep): New constant.
5224         (wl-ldap-search-attribute-type-list): Ditto.
5225         (wl-ldap-get-value): New function.
5226         (wl-ldap-make-filter): Ditto.
5227         (wl-ldap-make-matched-value-list): Ditto.
5228         (wl-ldap-alias-safe-string): Ditto.
5229         (wl-ldap-register-dn-string): Ditto.
5230         (wl-address-ldap-search): Rewrite.
5231
5232 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5233
5234         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
5235         thread is deleted.
5236         (wl-thread-delete-line-from-buffer): Ditto.
5237         (wl-thread-get-exist-children): New function.
5238
5239 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
5240
5241         * wl-demo.el (wl-demo): Made it to select various image types.
5242         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
5243         from `wl-title-logo'.
5244         (wl-logo-ascii): New variable.
5245         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
5246         (wl-demo-copyright-notice): New constant.
5247
5248         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
5249
5250 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5251
5252         * wl-vars.el (wl-summary-target-above): Renamed from
5253         wl-summary-temp-above.
5254         * wl-score.el (wl-score-get-score-alist): Use it.
5255         (wl-summary-score-update-all-lines): Use it.
5256         * wl-summary.el: Ditto. (make-variable-buffer-local).
5257
5258 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-vars.el (wl-ldap-port): New user option.
5261
5262         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
5263         Rewite whole implementation.
5264         (wl-complete-field-body): Fixed.
5265
5266 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
5267
5268         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
5269         Choose implementation at compile time.
5270
5271 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5272
5273         * wl-address.el (wl-ldap-search-internal): New function.
5274         (wl-complete-field-to): Use it.
5275
5276 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
5279         Use `let' instead of `let*'.
5280         Require 'wl-vars.
5281
5282         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
5283         Define as defcustom.
5284         (wl-ldap-base): Ditto.
5285         (wl-use-ldap): Ditto.
5286
5287 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5288
5289         * wl-address.el (wl-ldap-search): New function.
5290         (wl-complete-field-body): Use `wl-ldap-search'.
5291         (wl-ldap-server): New variable.
5292         (wl-ldap-base): Ditto.
5293         (wl-use-ldap): Ditto.
5294
5295 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
5296
5297         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
5298         (Pointed out by Mito <mit@nines.nec.co.jp>).
5299         * wl-summary.el (wl-summary-redisplay-no-mime): Update
5300         buffer-local variables like `wl-summary-redisplay-internal'.
5301         (wl-summary-redisplay-all-header): Likewise.  Update
5302         Summary view too.
5303
5304 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-summary.el (wl-summary-jump-to-parent-message):
5307         Consider prefix argument.
5308
5309         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
5310         when closed thread is deleted.
5311
5312 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
5313
5314         * wl-summary.el (wl-summary-jump-to-parent-message):
5315         Consider thread modification.
5316
5317 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
5318
5319         * wl-message.el (wl-message-normal-get-original-buffer): Use
5320         `save-excursion'.
5321
5322         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
5323         (wl-summary-showto-folder-regexp): Ditto.
5324
5325 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
5326
5327         * wl-util.el (wl-delete-alist): Doc fix.
5328         (wl-delete-associations): New function.
5329         (wl-inverse-alist): New function.
5330         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
5331         Split temporary variables. Use `wl-delete-associations'
5332         and `wl-inverse-alist'.
5333         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
5334
5335 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-folder.el (wl-folder-prefetch-entity):
5338         Execute prefetching if new count is unknown.
5339
5340 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5341
5342         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
5343
5344         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
5345         delete entity.
5346         (wl-thread-set-parent): If insert as top, set linked as nil.
5347
5348         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
5349         `wl-thread-cleanup-symbols' when view mode is thread.
5350
5351 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
5352
5353         * wl-folder.el (wl-folder-create-folder-entity): Use
5354         with-current-buffer.
5355         (wl-local-folder-init): Call set-buffer to make sure we are in
5356         the Folder buffer. Don't touch buffer-local variables here.
5357         (wl-folder-mode): Initialize buffer-local variables here.
5358
5359         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
5360         (wl-folder-entity-assign-id): Ditto.
5361         (wl-folder-create-entity-hashtb): Ditto.
5362         (wl-local-folder-init): Ditto.
5363         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
5364
5365 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5366
5367         * wl-summary.el (wl-summary-default-from): Fix probrem when
5368         std11-extract-address-components return (nil "foo@bar").
5369
5370 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
5371
5372         * wl-draft.el (wl-draft-clone-local-variables):
5373         Remove redundant `setq'.
5374
5375 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5378         Bind wl-highlight-x-face-func as nil while highlighting header.
5379
5380 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
5381
5382         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
5383
5384 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5385
5386         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
5387         elmo-msgdb-overview-hashtb from copy-variables.
5388         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
5389         instead of `elmo-msgdb-overview-get-entity-by-number'.
5390         (wl-summary-auto-refile): Ditto.
5391
5392         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
5393         `elmo-msgdb-overview-get-entity' instead of
5394         `elmo-msgdb-search-overview-entity'.  Use
5395         `elmo-msgdb-overview-get-entity' instead of
5396         `elmo-msgdb-overview-get-entity-by-number'.
5397         (wl-thread-insert-entity-sub): Ditto.
5398         (wl-thread-insert-message): Ditto.
5399
5400         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
5401         `elmo-msgdb-overview-get-entity'.
5402         (wl-normal-message-redisplay): Ditto.
5403
5404 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5405
5406         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
5407         `wl-thread-entities'.
5408         (wl-thread-delete-message): Fix remove top message from
5409         `wl-thread-entity-list'.
5410
5411         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
5412         wl-append(nconc), because update-list is broken on Meadow.
5413
5414         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
5415         updating process.
5416         (wl-summary-rescan): Ditto.
5417         (wl-summary-sync-update3): Ditto.
5418         * wl-thread.el (wl-thread-set-parent): Renamed from
5419         `wl-summary-set-parent'.
5420         (wl-thread-insert-message): Updating buffer faster.
5421         (wl-thread-delete-message): Updating buffer faster.
5422
5423         * wl-score.el (wl-summary-score-update-all-lines): Changed
5424         interval for display progress gauge.
5425
5426 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5427
5428         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
5429         folder always-sticky.
5430         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
5431         defmacro.
5432
5433 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
5434
5435         * wl-vars.el (wl-draft-add-references): New user option.
5436
5437         * wl-draft.el (wl-draft-add-references): New function.
5438         (wl-draft-yank-from-mail-reply-buffer): Use it.
5439         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
5440         as nil.
5441
5442 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5443
5444         * wl-thread.el (wl-thread-update-line-msgs): Called
5445         `wl-thread-update-line-on-buffer-sub'.
5446         (wl-thread-update-line-on-buffer): Delete routine of inserting
5447         thread.
5448         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
5449         moved from `wl-thread-update-line-on-buffer'.
5450         Add threshold for displaying progress gauge.
5451         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
5452         argument of `wl-thread-update-line-msgs'.
5453         Add threshold for displaying progress gauge.
5454         * wl-folder.el:
5455         Add threshold for displaying progress gauge.
5456         * wl-score.el: Ditto.
5457
5458         * wl-expire.el (wl-summary-expire): Display deleting info.
5459
5460 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
5463         `no-msg'.
5464         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
5465         argument of `wl-thread-update-line-msgs'.
5466         (wl-summary-set-parent): Added optional argument `parent-number'.
5467         (wl-summary-buffer-saved-message): New buffer local variable.
5468         (wl-summary-save-current-message): New command.
5469         (wl-summary-yank-saved-message): Ditto.
5470         (wl-summary-mode-map): Added key binding for
5471         `wl-summary-save-current-message' (\ew) and
5472         `wl-summary-yank-saved-message' (\C-y).
5473         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
5474
5475 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-summary.el (wl-summary-mode-map): Added key binding for
5478         `wl-summary-set-parent' (ts).
5479
5480 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5481
5482         * wl-summary.el (wl-summary-insert-thread-entity): Search same
5483         subject faster. If thread number is reverse, delayed updating
5484         thread.
5485         (wl-summary-search-by-subject): Ditto.
5486         (wl-summary-put-alike): Ditto.
5487         (wl-summary-get-alike): Ditto.
5488         (wl-summary-insert-headers): Insert header of all overview in
5489         buffer.
5490         (wl-summary-rescan): Delayed updating thread. Kill search subject
5491         buffer for wl-summary-search-by-subject.
5492         (wl-summary-sync-update3): Ditto.
5493         (wl-summary-exit): Ditto.
5494         (wl-summary-goto-bottom-of-current-thread): Change for linked
5495         thread.
5496         (wl-summary-overview-create-summary-line): Change line for linked
5497         thread.
5498
5499         * wl-summary.el (wl-summary-update-thread): Use
5500         wl-thread-maybe-get-children-num.
5501         (wl-summary-set-parent): If change parent, move sub thread.
5502         (wl-summary-redisplay-internal): Add horizontal recenter.
5503         (wl-summary-redisplay-no-mime): Add horizontal recenter.
5504
5505         * wl-thread.el (wl-thread-entity-get-linked): New function.
5506         (wl-thread-entity-set-linked): New function.
5507         (wl-thread-create-entity): Add linked element.
5508         (wl-thread-entity-insert-as-top): Use wl-append.
5509         (wl-thread-maybe-get-children-num): If closing thread, return
5510         children msgs.
5511         (wl-thread-update-line-msgs): Displaying progress message.
5512         (wl-thread-update-line-on-buffer-sub): Use
5513         wl-thread-maybe-get-children-num.
5514         (wl-thread-update-line-on-buffer): If update line is not exists,
5515         insert thread.
5516         (wl-thread-delete-message): If delete top msg of thread, search
5517         parent by subject.
5518         (wl-thread-insert-entity): Use
5519         wl-thread-maybe-get-children-num.
5520
5521         * wl-highlight.el (wl-highlight-summary-current-line): change
5522         sregexp for linked thread.
5523         * wl-util.el (wl-count-lines): Count lines.
5524         (wl-horizontal-recenter): horizontal recenter.
5525         * wl-score.el (wl-score-put-alike): Use wl-count-lines
5526         (wl-score-get-alike): Ditto.
5527         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
5528         (wl-subject-length-limit): New variable.
5529         (wl-highlight-thread-indent-string-regexp): Changed for linked
5530         thread.
5531
5532 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
5535         New variable (revival).
5536         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
5537         by subject matching if there's no in-reply-to nor references field
5538         (revival).
5539
5540 \f
5541 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
5544         message.
5545
5546 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5547
5548         * wl-summary.el (wl-summary-reply): Return t if there was a
5549         message at cursor point.
5550         Added unwind-protect.
5551         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
5552         returns t.
5553         (wl-summary-cancel-message): Do nothing when there's no message at
5554         cursor point.
5555         (wl-summary-forward): Ditto.
5556         (wl-summary-jump-to-parent-message): Ditto.
5557         (wl-summary-reedit): Ditto.
5558         (wl-summary-edit-addresses): Ditto.
5559         (wl-summary-pipe-message): Ditto.
5560         (wl-summary-print-message-with-ps-print): Ditto.
5561         (wl-summary-print-message): Ditto.
5562         (wl-summary-mark-as-important): Ditto.
5563         (wl-summary-mark-as-unread): Ditto.
5564
5565         * wl-summary.el (wl-summary-reply): Cause an error when there's no
5566         message at cursor point.
5567         (wl-summary-reply-with-citation): Remove unwind-protect.
5568
5569         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
5570         subject searching feature.
5571         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
5572         Eliminated.
5573
5574 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
5577         New variable.
5578         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
5579         by subject matching if there's no in-reply-to nor references field.
5580
5581         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
5582
5583         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
5584         when display is finished.
5585         (wl-folder-open-all): Ditto.
5586         (wl-folder-update-access-group): Ditto.
5587         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
5588         * wl-thread.el (wl-thread-close-all): Ditto.
5589
5590         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
5591         progress gauge only when it was displayed.
5592         * wl-folder.el (wl-folder-insert-entity): Ditto.
5593
5594 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5595
5596         * wl-summary.el (wl-summary-incorporate): Enclose
5597         `wl-summary-sync-force-update' with save-excursion.
5598
5599 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
5600
5601         * wl-summary.el (wl-summary-prefetch-region):
5602         Pass current cursor point to `pos-visible-in-window-p' after
5603         moving cursor to the started point.
5604
5605 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5606
5607         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
5608
5609         * wl-draft.el (wl-draft-insert-current-message): Delete useless
5610         fields from the forwarding message.
5611         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
5612         `ignored-fields'.
5613
5614 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
5615
5616         * wl-mime.el (wl-message-request-partial):
5617         Eliminated argument `msgdb'.
5618         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
5619         (wl-mime-combine-message/partial-pieces): Likewise.
5620         * tm-wl.el (wl-message-request-partial): Likewise.
5621         (wl-mime-combine-message/partial-pieces): Likewise.
5622
5623 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
5624
5625         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
5626         when display is finished.
5627
5628 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
5629
5630         * wl-summary.el (wl-summary-goto-folder-subr):
5631         Fix problem when wl-summary-partial-highlight-above-lines is nil.
5632
5633 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
5636         when cursor point is visible.
5637
5638 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * wl-expire.el (wl-expire-archive-get-max-number):
5641         Don't use `file-name-directory'.
5642
5643 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
5644
5645         * wl-expire.el (wl-expire-archive-get-max-number):
5646         Use `file-name-directory'.
5647
5648 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5649
5650         * wl-summary.el (wl-summary-sync-marks): Re-display progress
5651         only when there is progress.
5652
5653 2000-04-13  Mito <mit@nines.nec.co.jp>
5654
5655         * wl-summary.el (wl-summary-sync-marks): Display progress.
5656
5657 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5658
5659         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
5660         (wl-summary-prev): Move cursor regardless of unread status.
5661         (wl-summary-next): Ditto.
5662
5663 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
5666         Added argument `target' and `number'.
5667         * tm-wl.el (wl-summary-burst-subr): New function.
5668         (wl-summary-burst): Use it.
5669
5670 2000-04-10  Mito <mit@nines.nec.co.jp>
5671
5672         * wl-mime.el (wl-burst): New function.
5673         (wl-summary-burst): Use it.
5674
5675 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
5676
5677         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
5678         as petname when there's no candidate.
5679
5680 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
5683         New variable.
5684         * wl-fldmgr.el (wl-fldmgr-add): Use it.
5685
5686         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
5687
5688         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
5689
5690 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
5693         Use substring of `original' instead of buffer-substring.
5694         (wl-refile-evaluate-rule):
5695         Set `original' argument of wl-refile-expand-newtext.
5696
5697         * wl-summary.el
5698         (wl-summary-auto-refile-check-refile-rule-alist-subr,
5699         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
5700         (wl-summary-auto-refile): Check existence of destination folder just
5701         before marking.
5702
5703 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5704
5705         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
5706         when wl-refile-get-field-value return nil.
5707
5708 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
5709
5710         * wl-refile.el
5711         (wl-refile-expand-newtext): New function imported from Gnus.
5712         (wl-refile-evaluate-rule): Use it.
5713
5714 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-summary.el (wl-summary-print-destination):
5717         Duplicate folder string to avoid putting text-property on
5718         original string.
5719
5720         * wl-refile.el (wl-refile-get-field-value): New function.
5721         (wl-refile-evaluate-rule): New function;
5722         Evaluate refile rule recursively.
5723         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
5724         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
5725         New function; Check existence of a target folder recursively.
5726         (wl-summary-auto-refile-check-refile-rule-alist):
5727         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
5728
5729 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
5732
5733         * wl-folder.el (wl-create-folder-entity-from-buffer):
5734         Fixed problem when '}' character is contained in folder name.
5735
5736         * wl-xmas.el (wl-make-modeline): Consider plugged status.
5737
5738 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
5739
5740         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
5741         (wl-fldmgr-add-completion-all-completions):
5742         Use wl-fldmgr-add-completion-hashtb.
5743
5744 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
5745
5746         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
5747         wl-fldmgr-add-completion-subr): New functions.
5748         * wl-folder.el (wl-folder-completion-func): New variable.
5749         * wl-summary.el (wl-summary-read-folder):
5750         Use wl-folder-completion-func.
5751
5752         * wl-refile.el: Eliminate throw & catch.
5753
5754         * wl.el (wl-plugged-sending-queue-status): Fixed.
5755
5756 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
5757
5758         * wl-draft.el (wl-draft): Put category property on
5759         mail-header-separator.