Mercurial > emacs
changeset 71326:17ff429570c5
New preemptive redisplay.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 12 Jun 2006 22:44:25 +0000 |
parents | ab800262f66c |
children | 36a9fd55127e |
files | etc/NEWS |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Jun 12 22:37:31 2006 +0000 +++ b/etc/NEWS Mon Jun 12 22:44:25 2006 +0000 @@ -775,6 +775,14 @@ ** Redisplay changes: +++ +*** Preemtive redisplay now adapts to current load and bandwidth. + +To avoid preemping redisplay on fast computers, networks, and displays, +the arrival of new input is now performed at regular intervals during +redisplay. The new variable `redisplay-preemption-period' specifies +the period; the default is to check for input every 0.1 seconds. + ++++ *** The mode line position information now comes before the major mode. When the file is maintained under version control, that information appears between the position information and the major mode.