aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-06-12 22:44:25 +0000
committerKim F. Storm2006-06-12 22:44:25 +0000
commitb91068886c80388a8a66cbca71c51ab57a81abed (patch)
treee644d00f7baed41c0fb777cab0f5e036f3bec990
parenta9d2c44760b46331f72fb5ba667b34e47ed642b2 (diff)
downloademacs-b91068886c80388a8a66cbca71c51ab57a81abed.tar.gz
emacs-b91068886c80388a8a66cbca71c51ab57a81abed.zip
New preemptive redisplay.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 508a4403271..08e75c71aa0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -775,6 +775,14 @@ elements are deleted from the history list.
775** Redisplay changes: 775** Redisplay changes:
776 776
777+++ 777+++
778*** Preemtive redisplay now adapts to current load and bandwidth.
779
780To avoid preemping redisplay on fast computers, networks, and displays,
781the arrival of new input is now performed at regular intervals during
782redisplay. The new variable `redisplay-preemption-period' specifies
783the period; the default is to check for input every 0.1 seconds.
784
785+++
778*** The mode line position information now comes before the major mode. 786*** The mode line position information now comes before the major mode.
779When the file is maintained under version control, that information 787When the file is maintained under version control, that information
780appears between the position information and the major mode. 788appears between the position information and the major mode.