* wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
[elisp/wanderlust.git] / wl / ChangeLog
1 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
4
5         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6         problem when group-list content is nothing.
7         (Reported by Mito <mit@nines.nec.co.jp>)
8
9 2000-10-18  SAITO Atsunori <sai@yedo.com>
10
11         * wl-summary.el (wl-summary-print-destination): Adjust line length.
12
13 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
14
15         * tm-wl.el (toplevel): Use product-provide.
16
17 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
18
19         * Version number is increased to 2.3.92.
20
21 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
22
23         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
24         title text, use `display' property for left margin under Emacs 21.
25
26         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
27         properties.
28         (wl-plugged-init-icons): Ditto.
29
30 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
31
32         * wl.el (wl-save-status, wl-init): Remove last period in
33         "...done." message.
34         * tm-wl.el (wl-summary-burst): Ditto.
35         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
36         wl-summary-resume-cache-status,
37         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
38         wl-summary-sync-update3, wl-summary-highlight-msgs,
39         wl-summary-flush-pending-append-operations,
40         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
41         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
42         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
43         wl-thread-open-all): Ditto.
44         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
45         * wl-mime.el (wl-summary-burst): Ditto.
46         * wl-highlight.el (wl-highlight-summary): Ditto.
47         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
48         wl-folder-open-all, wl-folder-update-access-group): Ditto.
49         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
50         * wl-address.el (wl-local-address-init): Ditto.
51
52 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
53
54         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
55         `add-text-properties'.
56         (wl-plugged-init-icons): Ditto.
57         (wl-folder-init-icons): Use `propertize' instead of
58         `put-text-property'.
59         (wl-plugged-set-folder-icon): Ditto.
60         (wl-e21-highlight-folder-group-line): Ditto.
61
62 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
63
64         * wl-version.el (wl-version-status-alist): New variable.
65         (wl-version-status): New function.
66
67         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
68         "Cc" part of the case "Reply-To".
69
70         * wl-draft.el (wl-draft-reply): Use result of
71         `eword-extract-address-components'.
72
73         * wl-demo.el (wl-demo-icon-name): New constant.
74         (wl-logo-xpm): Use it.
75         (wl-logo-xbm): Ditto.
76         (wl-logo-bitmap): Ditto.
77
78         * Version number is increased to 2.3.91.
79
80 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
81
82         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
83         (wl-extended-emacs-version, wl-extended-emacs-version2,
84         wl-extended-emacs-version3): Remove `interactive'.  Fixed
85         docstring.
86
87         * wl-version.el (wl-generate-user-agent-string-1): New function.
88         (wl-generate-user-agent-string): Use it.
89
90         * wl-version.el (wl-generate-user-agent-string-1): Ignore
91         `mime-edit-insert-user-agent-field'.
92         (wl-generate-user-agent-string): Check
93         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
94
95         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
96         instead of `if', when verbose case.
97
98 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
99
100         * wl-expire.el (wl-summary-expire): Fix.
101
102 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
103
104         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
105         and `elmo-lost+found-folder' if 'wl-draft.
106         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
107
108 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
109
110         * wl-expire.el (wl-summary-expire): Change messages.
111         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
112         `deleing-info' instead of "Deleting..."
113
114 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
115
116         * wl-summary.el (wl-summary-refile-subr): Fix.
117
118 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
119
120         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
121         if pipe folder.
122
123 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
124
125         * wl-vars.el (wl-draft-use-cache): Default `nil'.
126
127 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
128
129         * wl-expire.el (wl-expire-hide): New function.
130         (wl-summary-expire): Add `hide'.
131
132 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
133
134         * wl-vars.el (wl-draft-reply-without-argument-list):
135         Changed default value to consider `Reply-To:'.
136         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
137
138         * Version number is increased to 2.3.90.
139
140         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
141         elmo-imap4-get-session with unwind-protect.
142         Don't cause error.
143         (wl-summary-sync-marks): Don't check plugged nor folder type.
144         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
145         (Always keep current buffer).
146
147 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
148
149         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
150         Enclose with `save-excursion'.
151
152 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
153
154         * wl-version.el (wl-version): Remove interactive.
155
156 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
157
158         * wl-version.el (wl-generate-user-agent-string): Use
159         `product-string-verbose' instead of `product-string-1'.
160
161 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
162
163         * wl-vars.el (wl-draft-use-cache): New variable.
164         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
165         if wl-draft-use-cache is non-nil.
166
167 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
168
169         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
170         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
171
172 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
173
174         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
175         (wl-thread-msg-mark-as-unread): Ditto.
176
177         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
178         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
179         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
180         Don't set mark in summary if return value of `elmo-mark-as-read'
181         is nil.
182         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
183         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
184         instead of `wl-thread-msg-mark-as-read'.
185         (wl-summary-mark-as-unread-region): Ditto.
186         (wl-summary-target-mark-mark-as-read): Ditto.
187
188         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
189
190 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
191
192         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
193
194         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
195
196 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
197
198         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
199         face.
200
201 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
202
203         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
204         `running-xemacs'.
205
206 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
207
208         * wl-version.el (toplevel): Use `product-version-as-string' for
209         set verstion-string, if defined.
210
211         * wl-version.el (wl-version-show): Insert string at point, when
212         call with argument.
213
214         * wl-version.el (wl-generate-user-agent-string): Use
215         `product-string-1' instead of `wl-appname', `wl-version' and
216         `wl-codename'.
217
218 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
219
220         * wl-address.el (toplevel): Use product-provide.
221         * wl-demo.el (toplevel): Ditto.
222         * wl-dnd.el (toplevel): Ditto.
223         * wl-draft.el (toplevel): Ditto.
224         * wl-e21.el (toplevel): Ditto.
225         * wl-expire.el (toplevel): Ditto.
226         * wl-fldmgr.el (toplevel): Ditto.
227         * wl-folder.el (toplevel): Ditto.
228         * wl-highlight.el (toplevel): Ditto.
229         * wl-message.el (toplevel): Ditto.
230         * wl-mime.el (toplevel): Ditto.
231         * wl-mule.el (toplevel): Ditto.
232         * wl-nemacs.el (toplevel): Ditto.
233         * wl-refile.el (toplevel): Ditto.
234         * wl-score.el (toplevel): Ditto.
235         * wl-summary.el (toplevel): Ditto.
236         * wl-template.el (toplevel): Ditto.
237         * wl-thread.el (toplevel): Ditto.
238         * wl-util.el (toplevel): Ditto.
239         * wl-vars.el (toplevel): Ditto.
240         * wl-xmas.el (toplevel): Ditto.
241         * wl.el (toplevel): Ditto.
242
243 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
244
245         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
246         instead of product.
247
248         * wl-version.el (wl-version): Compile time evalution elmo-version.
249
250 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
251
252         * wl-summary.el (wl-summary-sync-force-update): Append queue
253         `mark-as-read'if unplugged.
254
255 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
256
257         * wl-version.el: New file.  Use product.el.
258         * wl.el: add (require 'wl-version).
259         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
260         for ~/.folders header.
261         (wl-fldmgr-folders-header): Changed.
262         * wl-demo.el (wl-demo): Use product.el.
263
264         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
265         wl-version.el.
266         * wl-util.el (wl-version, wl-version-show): Ditto.
267
268         * wl-util.el (wl-generate-user-agent-string,
269         wl-extended-emacs-version, wl-extended-emacs-version2,
270         wl-extended-emacs-version3): Move to wl-version.el.
271         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
272         xemacs-codename, mime-edit-insert-user-agent-field,
273         mime-edit-user-agent-value, mime-editor/version,
274         mime-editor/codename): Compile warning killer move to
275         wl-version.el
276
277 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
278
279         * wl-summary.el (wl-summary-refile-subr): Fix.
280
281 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
282
283         * wl-summary.el (wl-summary-sync-marks): Changed argument for
284         `elmo-list-folder-unread' and `elmo-list-folder-important'.
285
286 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
287
288         * wl.el (wl-check-environment): Check too many `@'.
289
290 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
291
292         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
293
294 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
295
296         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
297         wl-draft-reply-myself-without-argument-list): Add variables.
298         * wl-draft.el (wl-draft-reply): Use it.
299
300 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
301
302         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
303         the 5th argument of `elmo-network-get-spec'.
304
305         * wl-thread.el (wl-thread-reparent-children): New inline function.
306         (wl-thread-delete-message): Use it.
307
308         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
309         (wl-summary-score-update-all-lines): Don't use `dolist'.
310
311 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
312
313         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
314         (require 'elmo-msgdb) for inline function.
315
316 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
317
318         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
319
320 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
321
322         * wl-score.el (wl-score-headers): Fix for the confusing macro
323         `elmo-kill-buffer'.
324
325 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
326
327         * wl-summary.el: Don't use the 3rd argument of `require' because
328         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
329         * wl-util.el: Ditto.
330         * wl-draft.el: Ditto.
331
332 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
333
334         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
335         window system is not used.
336
337 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
338
339         * wl-thread.el: Don't use `mapcar' only for iteration.
340         (wl-thread-resume-entity): Ditto.
341         (wl-thread-delete-message): Ditto.
342
343         * wl-summary.el: Bind `dragdrop-drop-functions',
344         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
345         of `require' for `timezone', `easymenu' and `ps-print';
346         don't use `mapcar' only for iteration.
347
348         * wl-util.el: Bind `mule-version', `nemacs-version',
349         `emacs-beta-version', `xemacs-codename',
350         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
351         `mime-editor/version' and `mime-editor/codename'; specify 3rd
352         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
353         only for iteration.
354
355         * wl-score.el: Don't use `mapcar' only for iteration.
356         (wl-score-simplify-buffer-fuzzy): Ditto.
357         (wl-score-simplify-subject): Ditto.
358         (wl-score-headers): Ditto.
359         (wl-summary-score-update-all-lines): Ditto.
360
361         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
362         `enable-multibyte-characters' and `mule-version'.
363
364         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
365         `mapcar' only for iteration.
366
367         * wl-demo.el: Don't use `mapcar' only for iteration.
368
369         * wl-folder.el: Don't use `mapcar' only for iteration.
370         (wl-folder-open-all): Ditto.
371         (wl-folder-count-incorporates): Ditto.
372
373         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
374         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
375
376         * wl-draft.el: Bind `x-face-add-x-face-version-header',
377         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
378         `smtp-connection-type'; specify 3rd argument of `require' for
379         `timezone'; don't use `mapcar' only for iteration.
380         (wl-draft-clone-local-variables): Don't use `mapcar'.
381         (wl-draft-generate-clone-buffer): Ditto.
382         (wl-user-agent-compose-internal): Ditto.
383
384         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
385
386         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
387         (wl-save-status): Ditto.
388
389         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
390         for iteration.
391
392 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
393
394         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
395         removed `Date'.
396         (wl-fldmgr-make-filter-default): New user option.
397
398         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
399         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
400         (wl-fldmgr-filter-completion-alist): Abolish.
401
402         * wl.el (wl): Don't check servers if arg is non-nil.
403
404         * wl-draft.el (wl-draft-reply): Set only message-id string to
405         In-Reply-To field.
406
407 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
408
409         * wl-summary.el (wl-summary-pick): Rewrite.
410
411         * wl-draft.el (wl-draft-forward): Get references field from
412         original buffer.
413         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
414
415 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
416
417         * wl-draft.el (wl-draft-forward): Add references field.
418
419 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
420
421         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
422         (wl-draft-reply): Use it.
423
424 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
425
426         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
427         when Emacs 21 is running.
428
429         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
430         bindings.
431
432 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
433
434         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
435         XPM icons transparent.
436
437         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
438         Emacs 21.
439
440 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
441
442         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
443         nil.
444
445         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
446         when it is persistent.
447         (wl-summary-sync-marks): Changed argument for
448         `elmo-list-folder-unread' and `elmo-list-folder-important'.
449         (wl-summary-virtual): Use `elmo-read-search-condition'.
450         (wl-summary-redisplay-internal): If folder is local, mark as read
451         even when folder is plugged.
452
453 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
454
455         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
456         of `tool-bar-lines' in the frame parameters.
457         (after-make-frame-functions, post-command-hook): Don't modify the
458         value.
459         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
460         wl-e21-tool-bar-lines): Removed.
461
462 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
463
464         * wl-highlight.el (wl-highlight-folder-path): Put overlay
465         properties `evaporate' and `wl-momentary-overlay' as well.
466         (wl-highlight-summary-displaying): Ditto.
467         (wl-delete-all-overlays): Don't delete overlay which does not have
468         a property `wl-momentary-overlay'.
469
470         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
471         `display-mouse-p' and `display-graphic-p'.
472         (wl-folder-init-icons): Don't search for XBM or the other files.
473         (wl-plugged-set-folder-icon): Make icons if and only if
474         `display-graphic-p' returns non-nil.
475         (wl-highlight-plugged-current-line): Use `before-string' overlay
476         property to show icon images.
477         (wl-highlight-folder-current-line): Ditto.
478         (wl-e21-highlight-folder-group-line): Ditto.
479         (wl-e21-highlight-folder-by-numbers): Ditto.
480         (wl-e21-insert-image): Removed.
481         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
482         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
483         said.
484         (wl-e21-switch-toolbar-after-make-frame): Renamed from
485         `wl-e21-force-switch-toolbar'.
486         (wl-e21-make-icon-image): Removed.
487         (wl-e21-setup-toolbar): Don't search for XBM files.
488         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
489         the default value.
490
491 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
492
493         * wl-util.el (wl-biff-check-folder-async): Set
494         `wl-biff-check-folders-running' even when it is not an IMAP folder.
495
496 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
497
498         * wl-e21.el (after-make-frame-functions): Add
499         `wl-e21-force-switch-toolbar'.
500         (wl-e21-force-switch-toolbar): New function force to switch the
501         toolbar appearance automatically.
502         (post-command-hook): Add `wl-e21-switch-toolbar'.
503         (wl-e21-switch-toolbar): New function to switch the toolbar
504         appearance automatically.
505         (wl-e21-tool-bar-lines): New buffer local variable.
506
507 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
508
509         * wl-util.el (wl-biff-check-folders-running): New variable.
510         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
511         (wl-biff-check-folder-async-callback):
512         Set `wl-biff-check-folders-running'.
513         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
514         with unwind-protect.
515
516         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
517         Enclose `wl-folder-auto-check' with unwind-protect.
518
519         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
520         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
521
522         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
523
524         * wl-util.el (wl-biff-notify): New inline function.
525         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
526         locally.
527         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
528         folder-list' is 1.
529         Use `wl-biff-notify'.
530         (wl-biff-check-folder-async-callback): New function.
531         (wl-biff-check-folder-async): Ditto.
532
533         * wl-folder.el (wl-folder): Don't check folders.
534         (wl-folder-auto-check): New function.
535
536 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
537
538         * wl-util.el (wl-biff-start) [Emacs19+]:
539         Use `timer-next-integral-multiple-of-time'.
540         (wl-biff-check-folders): Use `wl-default-folder'
541         if `wl-biff-check-folder-list' is nil.
542
543 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
544
545         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
546         instead of `elmo-delete-lists'.
547
548 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
549
550         * wl.el (wl-plugged-toggle-all): Set the value of
551         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
552         (wl-plugged-toggle): Ditto.
553         (wl-toggle-plugged): Ditto.
554         (wl-plugged-init): Ditto.
555
556         * wl-xmas.el (wl-biff-init-icons): Set icons data to
557         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
558         instead of `wl-biff-state-indicator-off' and
559         `wl-biff-state-indicator-on'; don't modify the value and the type
560         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
561         (wl-plugged-init-icons): Set icons data to
562         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
563         instead of `wl-plug-state-indicator-off' and
564         `wl-plug-state-indicator-on'; don't modify the value and the type
565         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
566
567         * wl-vars.el (wl-modeline-biff-state-off,
568         wl-modeline-biff-state-on, wl-modeline-biff-status,
569         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
570         wl-modeline-plug-status): New internal variables.
571         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
572         wl-biff-check-interval, wl-biff-check-folder-list): Change
573         customization group from `wl-folder' to `wl-highlight'.
574         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
575         wl-show-plug-status-on-modeline): Defcustomized.
576
577         * wl-util.el (wl-biff-check-folders): Set the value of the flag
578         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
579         (wl-mode-line-buffer-identification): Set both ON and OFF data with
580         a flag to `mode-line-buffer-identification'.
581
582         * wl-e21.el (wl-biff-init-icons): Set icons data to
583         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
584         instead of `wl-biff-state-indicator-off' and
585         `wl-biff-state-indicator-on'.
586         (wl-plugged-init-icons): Set icons data to
587         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
588         instead of `wl-plug-state-indicator-off' and
589         `wl-plug-state-indicator-on'.
590
591 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
594         excessive titles.
595
596 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
597
598         * wl.el (wl-plugged-mode): Use revised
599         `wl-mode-line-buffer-identification'.
600         (wl-plugged-init): Don't use `force-mode-line-update'.
601
602         * wl-xmas.el (wl-draft-overload-functions): Use revised
603         `wl-mode-line-buffer-identification'.
604         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
605         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
606         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
607         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
608         `wl-make-plugged-hook';
609         add `wl-folder-init-icons' and `wl-setup-folder' to
610         `wl-folder-mode-hook'.
611
612         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
613         19 as well.
614         (wl-mode-line-display-priority-list): New user option.
615         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
616         Defcustomized.
617         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
618         Add docs.
619
620         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
621         start.
622         (wl-mode-line-buffer-identification): Revised as a function.
623
624         * wl-summary.el (wl-summary-mode): Use revised
625         `wl-mode-line-buffer-identification'; don't call
626         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
627         (TopLevel): Don't bind `wl-e21-setup-summary' nor
628         `wl-xmas-setup-summary'.
629
630         * wl-nemacs.el (wl-draft-overload-functions): Use revised
631         `wl-mode-line-buffer-identification'.
632
633         * wl-mule.el (wl-draft-overload-functions): Use revised
634         `wl-mode-line-buffer-identification'.
635
636         * wl-folder.el (wl-make-plugged-alist): Don't call
637         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
638         (wl-folder): Don't call `wl-folder-init-icons' directly.
639         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
640         `wl-xmas-setup-folder' directly;
641         use revised `wl-mode-line-buffer-identification'.
642         (TopLevel): Don't bind `wl-biff-init-icons',
643         `wl-plugged-init-icons', `wl-folder-init-icons',
644         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
645
646         * wl-e21.el (wl-draft-overload-functions): Use revised
647         `wl-mode-line-buffer-identification'.
648         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
649         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
650         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
651         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
652         `wl-make-plugged-hook';
653         add `wl-folder-init-icons' and `wl-setup-folder' to
654         `wl-folder-mode-hook'.
655
656 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
657             Katsumi Yamaoka    <yamaoka@jpl.org>
658
659         * wl.el (wl): Call `wl-biff-start'.
660         (wl-exit): Call `wl-biff-stop'.
661         (wl-plugged-mode): Show biff in modeline.
662         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
663
664         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
665         (wl-biff-init-icons): New function.
666         (wl-plugged-init-icons): Don't make too much keymaps.
667         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
668
669         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
670         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
671         variables.
672         (wl-biff-check-interval, wl-biff-check-folder-list): New user
673         options.
674
675         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
676         wl-biff-start, wl-biff-stop): New functions.
677         (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
678         (wl-biff-timer-name): New variable.
679
680         * wl-summary.el (wl-summary-mode): Show biff in modeline.
681
682         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
683         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
684
685         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
686         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
687
688         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
689         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
690         `wl-folder-init-icons' to `ignore' if they are not available.
691         (wl-folder-mode): Show biff in modeline.
692
693         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
694         (wl-biff-init-icons): New function.
695         (wl-plugged-init-icons): Don't make too much keymaps.
696         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
697
698 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
699
700         * wl-vars.el (wl-strict-diff-folders): Customization Type
701         and doc fix.  Define as a list of regular expressions for
702         folders or nil.
703         * wl-folder.el (wl-folder-check-one-entity): Use
704         `wl-string-match-member' instead of `wl-string-member' for
705         `wl-strict-diff-folders'.
706
707 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
708
709         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
710         (wl-highlight-folder-current-line): Use it; new implementation.
711         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
712         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
713         `defsubst' instead of `defun'.
714
715         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
716         `wl-highlight-group-folder-by-numbers'; made it can also be a
717         number.  See info for more details.
718
719         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
720         running.
721
722         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
723         to bind them.
724
725         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
726         (wl-highlight-folder-current-line): New implementation.
727
728         * wl-highlight.el (wl-highlight-folder-group-line): New
729         implementation.
730         (wl-delete-all-overlays): Rewrite as a marco.
731         (TopLevel): Require `wl-e21' when Emacs 21 is running.
732
733         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
734         running.
735         (wl-folder-*-glyph): No need to bind them.
736
737         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
738         `wl-e21-highlight-folder-group-icon'; rewrite.
739         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
740         `defsubst' instead of `defun'.
741         (wl-folder-mode-map): Bind it when compiling.
742
743 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
744
745         * wl.el (wl): Initialize plug-related settings before `wl-init'.
746
747         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
748
749 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
750
751         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
752
753 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
754
755         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
756         (wl-highlight-folder-current-line): Use it.
757
758         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
759         in `id-name'.
760
761 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
762
763         * wl.el: Require `wl-e21' when Emacs 21 is running.
764
765         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
766         default when Emacs 21 is running.
767         (wl-use-highlight-mouse-line): Ditto.
768         (wl-on-emacs21): New constant.
769         (wl-on-emacs20): Removed.
770
771         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
772         Emacs 21 is running.
773
774         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
775         Emacs 21 is running.
776
777         * wl-e21.el: New file.
778
779 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
780
781         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
782         (wl-toggle-plugged): Ditto.
783         (wl-plugged-toggle): Ditto.
784         (wl-plugged-toggle-all): Ditto.
785
786         * wl-vars.el (wl-plug-state-indicator): Refer
787         `wl-plug-state-indicator-on' indirectly.
788
789 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
790
791         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
792         Call `wl-folder-confirm-existence'.
793
794         * wl-folder.el (wl-folder-confirm-existence): Added optional
795         argument `force'.
796
797 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
798
799         * wl-summary.el (wl-summary-refile-subr): Assume
800         `copy-or-refile' as symbol.
801         (wl-summary-refile): Follow up above change.
802         (wl-summary-copy): Ditto.  Doc fix.
803
804 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
805
806         * wl-summary.el (wl-summary-pick): Don't bind
807         `elmo-search-mime-charset'.
808
809         * wl-vars.el (wl-highlight-message-header-button-alist): Define
810         default using old backquote style.
811         (wl-search-mime-charset): Abolished.
812
813         * wl-highlight.el (wl-highlight-headers):
814         Call `point' after `re-search-forward'(for Nemacs).
815
816         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
817         for elmo-imap4.el.
818
819 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
820
821         * wl-message.el (wl-mmelmo-message-redisplay): Bind
822         `wl-message-ignored-field-list' instead of
823         `mime-view-ignored-field-list'.
824
825         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
826         Add interactive spec.
827         (wl-folder-goto-bottom-of-current-folder): Ditto.
828         (wl-folder-mode-map): Bind them.
829
830         * wl-vars.el (wl-message-ignored-field-list): New variable.
831         (wl-message-visible-field-list): New variable.
832
833         * wl-mime.el (wl-mime-header-presentation-method): New function.
834         (wl-mime-setup): Set header-presentation-method.
835
836 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
837
838         * wl-nemacs.el (wl-draft-overload-functions): Set
839         `mode-line-buffer-identification' instead of using
840         `wl-make-modeline'.
841
842         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
843         instead of using `wl-make-modeline'.
844
845         * wl-xmas.el (wl-plugged-init-icons): Set up
846         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
847         (wl-make-modeline): Abolish.
848         (wl-draft-overload-functions): Set
849         `mode-line-buffer-identification' instead of using
850         `wl-make-modeline'.
851
852         * wl-util.el (wl-make-modeline-subr): Abolish.
853         (wl-mode-line-buffer-identification): New alias.
854
855         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
856         (wl-summary-make-modeline): Abolish.
857         (wl-summary-buffer-set-folder): Set
858         `wl-summary-buffer-folder-indicator'.
859         (wl-summary-mode): Set `mode-line-buffer-identification' instead
860         of using `wl-make-modeline'.
861         (wl-summary-switch-to-clone-buffer): Don't set
862         `mode-line-buffer-identification'.
863         (wl-summary-goto-folder-subr): Ditto.
864
865         * wl-mule.el (wl-draft-overload-functions): Set
866         `mode-line-buffer-identification' instead of using
867         `wl-make-modeline'.
868
869         * wl-folder.el (wl-folder-mode): Set
870         `mode-line-buffer-identification' instead of using
871         `wl-make-modeline'.
872         (wl-folder): Don't set `mode-line-buffer-identification'.
873
874 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
875
876         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
877         instead of `member' for `wl-refile-guess-func-list' look-ups.
878         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
879
880 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
881
882         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
883         `wl-message-button-dispatcher'.
884
885         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
886
887         * wl-message.el (wl-message-button-dispatcher): Use it.
888
889         * wl-vars.el (wl-highlight-message-header-button-alist): Add
890         "In-Reply-To".
891
892         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
893         Bind `case-fold-search' to t.
894
895 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
896
897         * wl-xmas.el (wl-message-overload-functions): Initialize
898         `wl-message-button-map'.
899
900         * wl-mule.el (wl-message-overload-functions): Initialize
901         `wl-message-button-map'.
902
903         * wl-vars.el (wl-highlight-message-header-button-alist): New.
904
905         * wl-message.el (wl-message-button-map): New keymap.
906         (wl-message-add-button): New function.
907         (wl-message-button-dispatcher): New function.
908         (wl-message-button-refer-article): New function.
909
910         * wl-highlight.el
911         (wl-highlight-message-add-buttons-to-header): New function.
912         (wl-highlight-headers): Use it.
913
914 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
915
916         * wl-summary.el (wl-summary-default-from): Use
917         `wl-address-get-petname-1'.
918         (wl-summary-simple-from): Ditto.
919
920         * wl-address.el (wl-address-get-petname-1): New inline function.
921         (wl-address-get-petname): Use it.
922
923 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
924
925         * wl-summary.el (wl-summary-default-from): Return full-name part
926         from the address if no petname was found.
927         (wl-summary-simple-from): Ditto.
928
929         * wl-address.el (wl-address-get-petname): Return nil if no petname
930         associated with the address was found.
931
932 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
933
934         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
935         display is finished.
936
937 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
938
939         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
940         `elmo-folder-exists-p' argument.
941
942 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
943
944         * wl-folder.el (wl-folder-confirm-existence): Check existence of
945         the folder.
946
947 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
950
951         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
952         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
953
954 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
955
956         * wl-folder.el (wl-folder-create-subr): New function.
957         (wl-folder-confirm-existence): Use it.
958         (wl-folder-check-one-entity): Use it.
959         Check the error symbol is derived from 'elmo-open-error.
960
961         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
962         `ignore-error'.
963
964 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
965
966         * wl-util.el (toplevel): Add (eval-when-compile (require
967         'elmo-util)).  (Maybe `provide' is typo.)
968
969 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
970
971         * wl-util.el (toplevel): Removed (provide 'elmo-util).
972         (I don't know why this was needed.)
973
974         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
975         Follow up changes for stream-type.
976
977         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
978         (wl-draft-elmo-nntp-send): Ditto.
979
980         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
981         (wl-nntp-posting-stream-type): Ditto.
982         (wl-pop-before-smtp-ssl): Abolished.
983         (wl-nntp-posting-ssl): Ditto.
984
985         * wl-address.el (wl-address-quote-specials): New function.
986         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
987
988         * wl-draft.el (wl-draft-reply): Ditto.
989
990 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
991
992         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
993         use function `wl-string-match-assoc'.
994
995 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
996
997         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
998
999         * wl-draft.el (wl-draft-deduce-address-list): New function.
1000         (wl-draft-parse-mailbox-list): Ditto.
1001         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
1002         instead of `smtp-deduce-address-list'.
1003         (wl-draft-on-field-p): Follow group list.
1004
1005         * wl-address.el (wl-address-concat-token): New function.
1006         (wl-address-string-without-group-list-contents): Ditto.
1007         (wl-complete-field-body): Fixed problem of completion
1008         by japanese petname.
1009         (wl-address-make-completion-list): Rewrite.
1010
1011 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
1012
1013         * wl-address.el (wl-address-make-completion-list): Completion by
1014         petname.
1015         (wl-complete-field-body): Likewise.
1016
1017 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
1018
1019         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
1020         contains invalid address syntax.
1021
1022 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
1023
1024         * wl-folder.el (wl-folder-check-entity-async): Use
1025         `elmo-nntp-spec-hostname'.
1026
1027 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
1028
1029         * wl-summary.el (wl-summary-msgdb-load-async): Use
1030         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
1031
1032 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
1033
1034         * wl-draft.el (wl-draft-reply): Set argument
1035         `content-transfer-encoding' as nil.
1036
1037 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
1038
1039         * wl-refile.el (wl-refile-learn): Move hit element to the top of
1040         `wl-refile-alist'.
1041
1042 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
1043
1044         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
1045         (wl-draft-edit-string): Ditto.
1046         (wl-draft-forward): Ditto.
1047         * wl-summary.el (wl-summary-write): Ditto.
1048
1049 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1050
1051         * wl-summary.el (wl-summary-sync-update3): Call
1052         `wl-summary-buffer-number-column-detect'.
1053         (wl-summary-buffer-number-column-detect): Search from point-min.
1054
1055 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1056
1057         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
1058         contains an address which is not included in original to or cc.
1059
1060 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
1061
1062         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
1063         begin-line does not exist.
1064         * wl-message.el (wl-message-uu-substring): Ditto.
1065
1066 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1067
1068         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
1069         clear local variables.
1070         (wl-summary-exit): Call `elmo-commit'.
1071         (wl-summary-switch-to-clone-buffer): Call
1072         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
1073         (wl-summary-goto-folder-subr): Ditto.
1074
1075         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
1076         POP folder.
1077
1078 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1079
1080         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
1081         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
1082         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
1083         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
1084         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
1085         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
1086
1087         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
1088
1089 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
1090
1091         * wl-summary.el (wl-summary-search-by-subject):
1092         Search parent message from the latest one.
1093
1094 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * wl-draft.el (wl-draft-reply): Insert address with full-name.
1097         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
1098
1099         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
1100         New user option.
1101
1102         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
1103         if elmo-nntp-use-killed-list is nil.
1104         Use `elmo-msgdb-append-to-killed-list'.
1105         (Append numbers confirmed as disappeared to the killed list.)
1106         (wl-summary-confirm-appends): Don't display negative number.
1107
1108 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
1109
1110         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
1111
1112 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
1113
1114         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
1115         range is `all'.
1116         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
1117         `elmo-list-bigger-diff'.
1118
1119 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
1120
1121         * wl-summary.el (wl-summary-buffer-exit-func):
1122         New buffer local variable.
1123         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
1124
1125 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
1126
1127         * wl-demo.el (wl-demo): Fix the last change.
1128
1129 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
1130
1131         * wl-demo.el (wl-demo): Don't use `eval'.
1132
1133 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
1134
1135         * wl-summary.el (wl-summary-buffer-thread-modified):
1136         New buffer-local variable.
1137         (wl-summary-set-thread-modified): New function.
1138         (wl-summary-thread-modified-p): New function.
1139         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
1140         (wl-summary-yank-saved-message): Use function
1141         `wl-summary-set-thread-modified'
1142         (wl-summary-switch-to-clone-buffer): Add
1143         `wl-summary-buffer-thread-modified'.
1144
1145         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
1146         (wl-summary-buffer-mark-saved-hook): Ditto.
1147         * wl-summary.el (wl-summary-msgdb-save): New hook
1148         `wl-summary-buffer-message-saved-hook' and
1149         `wl-summary-buffer-mark-saved-hook'.
1150
1151 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
1152
1153         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
1154
1155 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
1156
1157         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
1158         don't hide scroll bars under FSF Emacsen because it may incur an
1159         undesirable redrawing.
1160
1161 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
1162
1163         * wl-draft.el (wl-draft-edit-string): Call
1164         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
1165
1166 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
1167
1168         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
1169
1170 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
1171
1172         * wl-summary.el (wl-summary-msgdb-load-async): Call
1173         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
1174
1175 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
1176
1177         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
1178         fringes in demo buffer; center bitmap logo correctly even if old
1179         Mule is used.
1180
1181 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
1182
1183         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
1184
1185         * wl-refile.el (wl-refile-subject-alist): New variable.
1186         (wl-refile-subject-alist-file-name): Ditto.
1187         (wl-refile-alist-setup): Rewrite.
1188         (wl-refile-alist-save): Use `elmo-object-save'.
1189         Eliminated arguments.
1190         (wl-refile-learn): Check `wl-refile-guess-func-list'.
1191         (wl-refile-guess-by-subject): New function.
1192         (wl-refile-guess-func-list): Added it.
1193
1194 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
1195
1196         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
1197         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
1198
1199 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
1200
1201         * wl-summary.el (wl-summary-buffer-prev-folder-func):
1202         New buffer-local variable.
1203         (wl-summary-buffer-next-folder-func): Ditto.
1204         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
1205         if non-nil.
1206         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
1207         if non-nil.
1208         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
1209         if non-nil.
1210         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
1211         if non-nil.
1212
1213 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
1214
1215         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
1216         permanently in the demo buffer.
1217
1218 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
1219
1220         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
1221         `mime-entity-fetch-field'.
1222
1223         * wl.el (wl-exit): Delete plugged buffer.
1224
1225         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
1226         XEmacs has menubar feature.
1227
1228 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
1229
1230         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
1231         cannot arrive at the beginning of the buffer under old Emacsen.
1232
1233 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
1234
1235         * wl-address.el (wl-address-ldap-search):
1236         Call `ldap-search-entries' with `withdn' argument t.
1237         (wl-complete-field-body): Bind completion-ignore-case as t.
1238         Clear ldap search hash when it was sole completion.
1239         Use elmo-string for pattern string.
1240         (wl-ldap-alias-safe-string): Eliminated needless let.
1241
1242 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
1243
1244         * wl-address.el (wl-ldap-alias-dn-level): New variable.
1245         (wl-ldap-alias-sep): New constant.
1246         (wl-ldap-search-attribute-type-list): Ditto.
1247         (wl-ldap-get-value): New function.
1248         (wl-ldap-make-filter): Ditto.
1249         (wl-ldap-make-matched-value-list): Ditto.
1250         (wl-ldap-alias-safe-string): Ditto.
1251         (wl-ldap-register-dn-string): Ditto.
1252         (wl-address-ldap-search): Rewrite.
1253
1254 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1255
1256         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
1257         thread is deleted.
1258         (wl-thread-delete-line-from-buffer): Ditto.
1259         (wl-thread-get-exist-children): New function.
1260
1261 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
1262
1263         * wl-demo.el (wl-demo): Made it to select various image types.
1264         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
1265         from `wl-title-logo'.
1266         (wl-logo-ascii): New variable.
1267         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
1268         (wl-demo-copyright-notice): New constant.
1269
1270         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
1271
1272 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1273
1274         * wl-vars.el (wl-summary-target-above): Renamed from
1275         wl-summary-temp-above.
1276         * wl-score.el (wl-score-get-score-alist): Use it.
1277         (wl-summary-score-update-all-lines): Use it.
1278         * wl-summary.el: Ditto. (make-variable-buffer-local).
1279
1280 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
1281
1282         * wl-vars.el (wl-ldap-port): New user option.
1283
1284         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
1285         Rewite whole implementation.
1286         (wl-complete-field-body): Fixed.
1287
1288 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
1289
1290         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
1291         Choose implementation at compile time.
1292
1293 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
1294
1295         * wl-address.el (wl-ldap-search-internal): New function.
1296         (wl-complete-field-to): Use it.
1297
1298 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
1299
1300         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
1301         Use `let' instead of `let*'.
1302         Require 'wl-vars.
1303
1304         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
1305         Define as defcustom.
1306         (wl-ldap-base): Ditto.
1307         (wl-use-ldap): Ditto.
1308
1309 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
1310
1311         * wl-address.el (wl-ldap-search): New function.
1312         (wl-complete-field-body): Use `wl-ldap-search'.
1313         (wl-ldap-server): New variable.
1314         (wl-ldap-base): Ditto.
1315         (wl-use-ldap): Ditto.
1316
1317 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
1318
1319         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
1320         (Pointed out by Mito <mit@nines.nec.co.jp>).
1321         * wl-summary.el (wl-summary-redisplay-no-mime): Update
1322         buffer-local variables like `wl-summary-redisplay-internal'.
1323         (wl-summary-redisplay-all-header): Likewise.  Update
1324         Summary view too.
1325
1326 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
1327
1328         * wl-summary.el (wl-summary-jump-to-parent-message):
1329         Consider prefix argument.
1330
1331         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
1332         when closed thread is deleted.
1333
1334 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
1335
1336         * wl-summary.el (wl-summary-jump-to-parent-message):
1337         Consider thread modification.
1338
1339 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
1340
1341         * wl-message.el (wl-message-normal-get-original-buffer): Use
1342         `save-excursion'.
1343
1344         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
1345         (wl-summary-showto-folder-regexp): Ditto.
1346
1347 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
1348
1349         * wl-util.el (wl-delete-alist): Doc fix.
1350         (wl-delete-associations): New function.
1351         (wl-inverse-alist): New function.
1352         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
1353         Split temporary variables. Use `wl-delete-associations'
1354         and `wl-inverse-alist'.
1355         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
1356
1357 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
1358
1359         * wl-folder.el (wl-folder-prefetch-entity):
1360         Execute prefetching if new count is unknown.
1361
1362 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1363
1364         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
1365
1366         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
1367         delete entity.
1368         (wl-thread-set-parent): If insert as top, set linked as nil.
1369
1370         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
1371         `wl-thread-cleanup-symbols' when view mode is thread.
1372
1373 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
1374
1375         * wl-folder.el (wl-folder-create-folder-entity): Use
1376         with-current-buffer.
1377         (wl-local-folder-init): Call set-buffer to make sure we are in
1378         the Folder buffer. Don't touch buffer-local variables here.
1379         (wl-folder-mode): Initialize buffer-local variables here.
1380
1381         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
1382         (wl-folder-entity-assign-id): Ditto.
1383         (wl-folder-create-entity-hashtb): Ditto.
1384         (wl-local-folder-init): Ditto.
1385         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
1386
1387 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1388
1389         * wl-summary.el (wl-summary-default-from): Fix probrem when
1390         std11-extract-address-components return (nil "foo@bar").
1391
1392 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
1393
1394         * wl-draft.el (wl-draft-clone-local-variables):
1395         Remove redundant `setq'.
1396
1397 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
1398
1399         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
1400         Bind wl-highlight-x-face-func as nil while highlighting header.
1401
1402 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
1403
1404         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
1405
1406 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1407
1408         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
1409         elmo-msgdb-overview-hashtb from copy-variables.
1410         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
1411         instead of `elmo-msgdb-overview-get-entity-by-number'.
1412         (wl-summary-auto-refile): Ditto.
1413
1414         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1415         `elmo-msgdb-overview-get-entity' instead of
1416         `elmo-msgdb-search-overview-entity'.  Use
1417         `elmo-msgdb-overview-get-entity' instead of
1418         `elmo-msgdb-overview-get-entity-by-number'.
1419         (wl-thread-insert-entity-sub): Ditto.
1420         (wl-thread-insert-message): Ditto.
1421
1422         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
1423         `elmo-msgdb-overview-get-entity'.
1424         (wl-normal-message-redisplay): Ditto.
1425
1426 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1427
1428         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
1429         `wl-thread-entities'.
1430         (wl-thread-delete-message): Fix remove top message from
1431         `wl-thread-entity-list'.
1432
1433         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
1434         wl-append(nconc), because update-list is broken on Meadow.
1435
1436         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
1437         updating process.
1438         (wl-summary-rescan): Ditto.
1439         (wl-summary-sync-update3): Ditto.
1440         * wl-thread.el (wl-thread-set-parent): Renamed from
1441         `wl-summary-set-parent'.
1442         (wl-thread-insert-message): Updating buffer faster.
1443         (wl-thread-delete-message): Updating buffer faster.
1444
1445         * wl-score.el (wl-summary-score-update-all-lines): Changed
1446         interval for display progress gauge.
1447
1448 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1449
1450         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
1451         folder always-sticky.
1452         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
1453         defmacro.
1454
1455 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
1456
1457         * wl-vars.el (wl-draft-add-references): New user option.
1458
1459         * wl-draft.el (wl-draft-add-references): New function.
1460         (wl-draft-yank-from-mail-reply-buffer): Use it.
1461         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
1462         as nil.
1463
1464 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1465
1466         * wl-thread.el (wl-thread-update-line-msgs): Called
1467         `wl-thread-update-line-on-buffer-sub'.
1468         (wl-thread-update-line-on-buffer): Delete routine of inserting
1469         thread.
1470         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
1471         moved from `wl-thread-update-line-on-buffer'.
1472         Add threshold for displaying progress gauge.
1473         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
1474         argument of `wl-thread-update-line-msgs'.
1475         Add threshold for displaying progress gauge.
1476         * wl-folder.el:
1477         Add threshold for displaying progress gauge.
1478         * wl-score.el: Ditto.
1479
1480         * wl-expire.el (wl-summary-expire): Display deleting info.
1481
1482 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
1483
1484         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
1485         `no-msg'.
1486         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
1487         argument of `wl-thread-update-line-msgs'.
1488         (wl-summary-set-parent): Added optional argument `parent-number'.
1489         (wl-summary-buffer-saved-message): New buffer local variable.
1490         (wl-summary-save-current-message): New command.
1491         (wl-summary-yank-saved-message): Ditto.
1492         (wl-summary-mode-map): Added key binding for
1493         `wl-summary-save-current-message' (\ew) and
1494         `wl-summary-yank-saved-message' (\C-y).
1495         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
1496
1497 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
1498
1499         * wl-summary.el (wl-summary-mode-map): Added key binding for
1500         `wl-summary-set-parent' (ts).
1501
1502 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1503
1504         * wl-summary.el (wl-summary-insert-thread-entity): Search same
1505         subject faster. If thread number is reverse, delayed updating
1506         thread.
1507         (wl-summary-search-by-subject): Ditto.
1508         (wl-summary-put-alike): Ditto.
1509         (wl-summary-get-alike): Ditto.
1510         (wl-summary-insert-headers): Insert header of all overview in
1511         buffer.
1512         (wl-summary-rescan): Delayed updating thread. Kill search subject
1513         buffer for wl-summary-search-by-subject.
1514         (wl-summary-sync-update3): Ditto.
1515         (wl-summary-exit): Ditto.
1516         (wl-summary-goto-bottom-of-current-thread): Change for linked
1517         thread.
1518         (wl-summary-overview-create-summary-line): Change line for linked
1519         thread.
1520
1521         * wl-summary.el (wl-summary-update-thread): Use
1522         wl-thread-maybe-get-children-num.
1523         (wl-summary-set-parent): If change parent, move sub thread.
1524         (wl-summary-redisplay-internal): Add horizontal recenter.
1525         (wl-summary-redisplay-no-mime): Add horizontal recenter.
1526
1527         * wl-thread.el (wl-thread-entity-get-linked): New function.
1528         (wl-thread-entity-set-linked): New function.
1529         (wl-thread-create-entity): Add linked element.
1530         (wl-thread-entity-insert-as-top): Use wl-append.
1531         (wl-thread-maybe-get-children-num): If closing thread, return
1532         children msgs.
1533         (wl-thread-update-line-msgs): Displaying progress message.
1534         (wl-thread-update-line-on-buffer-sub): Use
1535         wl-thread-maybe-get-children-num.
1536         (wl-thread-update-line-on-buffer): If update line is not exists,
1537         insert thread.
1538         (wl-thread-delete-message): If delete top msg of thread, search
1539         parent by subject.
1540         (wl-thread-insert-entity): Use
1541         wl-thread-maybe-get-children-num.
1542
1543         * wl-highlight.el (wl-highlight-summary-current-line): change
1544         sregexp for linked thread.
1545         * wl-util.el (wl-count-lines): Count lines.
1546         (wl-horizontal-recenter): horizontal recenter.
1547         * wl-score.el (wl-score-put-alike): Use wl-count-lines
1548         (wl-score-get-alike): Ditto.
1549         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
1550         (wl-subject-length-limit): New variable.
1551         (wl-highlight-thread-indent-string-regexp): Changed for linked
1552         thread.
1553
1554 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1555
1556         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1557         New variable (revival).
1558         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
1559         by subject matching if there's no in-reply-to nor references field
1560         (revival).
1561
1562 \f
1563 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1564
1565         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
1566         message.
1567
1568 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-summary.el (wl-summary-reply): Return t if there was a
1571         message at cursor point.
1572         Added unwind-protect.
1573         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
1574         returns t.
1575         (wl-summary-cancel-message): Do nothing when there's no message at
1576         cursor point.
1577         (wl-summary-forward): Ditto.
1578         (wl-summary-jump-to-parent-message): Ditto.
1579         (wl-summary-reedit): Ditto.
1580         (wl-summary-edit-addresses): Ditto.
1581         (wl-summary-pipe-message): Ditto.
1582         (wl-summary-print-message-with-ps-print): Ditto.
1583         (wl-summary-print-message): Ditto.
1584         (wl-summary-mark-as-important): Ditto.
1585         (wl-summary-mark-as-unread): Ditto.
1586
1587         * wl-summary.el (wl-summary-reply): Cause an error when there's no
1588         message at cursor point.
1589         (wl-summary-reply-with-citation): Remove unwind-protect.
1590
1591         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
1592         subject searching feature.
1593         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1594         Eliminated.
1595
1596 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
1597
1598         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
1599         New variable.
1600         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
1601         by subject matching if there's no in-reply-to nor references field.
1602
1603         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
1604
1605         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
1606         when display is finished.
1607         (wl-folder-open-all): Ditto.
1608         (wl-folder-update-access-group): Ditto.
1609         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
1610         * wl-thread.el (wl-thread-close-all): Ditto.
1611
1612         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
1613         progress gauge only when it was displayed.
1614         * wl-folder.el (wl-folder-insert-entity): Ditto.
1615
1616 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-summary.el (wl-summary-incorporate): Enclose
1619         `wl-summary-sync-force-update' with save-excursion.
1620
1621 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
1622
1623         * wl-summary.el (wl-summary-prefetch-region):
1624         Pass current cursor point to `pos-visible-in-window-p' after
1625         moving cursor to the started point.
1626
1627 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
1628
1629         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
1630
1631         * wl-draft.el (wl-draft-insert-current-message): Delete useless
1632         fields from the forwarding message.
1633         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
1634         `ignored-fields'.
1635
1636 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * wl-mime.el (wl-message-request-partial):
1639         Eliminated argument `msgdb'.
1640         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
1641         (wl-mime-combine-message/partial-pieces): Likewise.
1642         * tm-wl.el (wl-message-request-partial): Likewise.
1643         (wl-mime-combine-message/partial-pieces): Likewise.
1644
1645 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
1646
1647         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
1648         when display is finished.
1649
1650 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
1651
1652         * wl-summary.el (wl-summary-goto-folder-subr):
1653         Fix problem when wl-summary-partial-highlight-above-lines is nil.
1654
1655 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
1658         when cursor point is visible.
1659
1660 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
1661
1662         * wl-expire.el (wl-expire-archive-get-max-number):
1663         Don't use `file-name-directory'.
1664
1665 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
1666
1667         * wl-expire.el (wl-expire-archive-get-max-number):
1668         Use `file-name-directory'.
1669
1670 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
1671
1672         * wl-summary.el (wl-summary-sync-marks): Re-display progress
1673         only when there is progress.
1674
1675 2000-04-13  Mito <mit@nines.nec.co.jp>
1676
1677         * wl-summary.el (wl-summary-sync-marks): Display progress.
1678
1679 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
1680
1681         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
1682         (wl-summary-prev): Move cursor regardless of unread status.
1683         (wl-summary-next): Ditto.
1684
1685 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
1686
1687         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
1688         Added argument `target' and `number'.
1689         * tm-wl.el (wl-summary-burst-subr): New function.
1690         (wl-summary-burst): Use it.
1691
1692 2000-04-10  Mito <mit@nines.nec.co.jp>
1693
1694         * wl-mime.el (wl-burst): New function.
1695         (wl-summary-burst): Use it.
1696
1697 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
1698
1699         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
1700         as petname when there's no candidate.
1701
1702 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
1705         New variable.
1706         * wl-fldmgr.el (wl-fldmgr-add): Use it.
1707
1708         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
1709
1710         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
1711
1712 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
1713
1714         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
1715         Use substring of `original' instead of buffer-substring.
1716         (wl-refile-evaluate-rule):
1717         Set `original' argument of wl-refile-expand-newtext.
1718
1719         * wl-summary.el
1720         (wl-summary-auto-refile-check-refile-rule-alist-subr,
1721         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
1722         (wl-summary-auto-refile): Check existence of destination folder just
1723         before marking.
1724
1725 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1726
1727         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
1728         when wl-refile-get-field-value return nil.
1729
1730 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
1731
1732         * wl-refile.el
1733         (wl-refile-expand-newtext): New function imported from Gnus.
1734         (wl-refile-evaluate-rule): Use it.
1735
1736 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
1737
1738         * wl-summary.el (wl-summary-print-destination):
1739         Duplicate folder string to avoid putting text-property on
1740         original string.
1741
1742         * wl-refile.el (wl-refile-get-field-value): New function.
1743         (wl-refile-evaluate-rule): New function;
1744         Evaluate refile rule recursively.
1745         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
1746         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
1747         New function; Check existence of a target folder recursively.
1748         (wl-summary-auto-refile-check-refile-rule-alist):
1749         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
1750
1751 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
1752
1753         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
1754
1755         * wl-folder.el (wl-create-folder-entity-from-buffer):
1756         Fixed problem when '}' character is contained in folder name.
1757
1758         * wl-xmas.el (wl-make-modeline): Consider plugged status.
1759
1760 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
1761
1762         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
1763         (wl-fldmgr-add-completion-all-completions):
1764         Use wl-fldmgr-add-completion-hashtb.
1765
1766 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
1767
1768         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
1769         wl-fldmgr-add-completion-subr): New functions.
1770         * wl-folder.el (wl-folder-completion-func): New variable.
1771         * wl-summary.el (wl-summary-read-folder):
1772         Use wl-folder-completion-func.
1773
1774         * wl-refile.el: Eliminate throw & catch.
1775
1776         * wl.el (wl-plugged-sending-queue-status): Fixed.
1777
1778 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
1779
1780         * wl-draft.el (wl-draft): Put category property on
1781         mail-header-separator.