aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-24 17:38:16 +0300
committerEli Zaretskii2011-09-24 17:38:16 +0300
commit6bf7006fa2efdb9d74451336335c1eeb833ddfb1 (patch)
treec02af6a8128f8f5eb3e39a05b0ed8ddbbcbc91cb /src/ChangeLog
parent2ac2721a7f792e5a85588dc402fe9670225be6e6 (diff)
downloademacs-6bf7006fa2efdb9d74451336335c1eeb833ddfb1.tar.gz
emacs-6bf7006fa2efdb9d74451336335c1eeb833ddfb1.zip
Change the default value of redisplay-dont-pause to t.
src/dispnew.c (syms_of_display) <redisplay-dont-pause>: Default value is now t. Doc fix. doc/lispref/display.texi (Forcing Redisplay): Update the description of redisplay-dont-pause due to change in the default value. etc/NEWS: Mention the change of the default value.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c7eaf6c779..4eac1d78db7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-09-24 Eli Zaretskii <eliz@gnu.org> 12011-09-24 Eli Zaretskii <eliz@gnu.org>
2 2
3 * dispnew.c (syms_of_display) <redisplay-dont-pause>: Default
4 value is now t. Doc fix.
5
3 * indent.c (Fvertical_motion): Compute and apply the overshoot 6 * indent.c (Fvertical_motion): Compute and apply the overshoot
4 logic when moving up, not only when moving down. Fix the 7 logic when moving up, not only when moving down. Fix the
5 confusing name and values of the it_overshoot_expected variable; 8 confusing name and values of the it_overshoot_expected variable;