aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2011-03-31 21:28:26 +0200
committerEli Zaretskii2011-03-31 21:28:26 +0200
commitd0f69533147fbe353453d6c324f650ad340f87e8 (patch)
tree6d19ddbe2cef4e6a22f9e3c14789fc79967c3d7d
parent63696a737c9c28f203e1e4f8c73f8a765486543f (diff)
downloademacs-d0f69533147fbe353453d6c324f650ad340f87e8.tar.gz
emacs-d0f69533147fbe353453d6c324f650ad340f87e8.zip
etc/NEWS: Reflect new behavior due to 2011-03-31T19:12:30Z!eliz@gnu.org.
-rw-r--r--etc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 76078ec14fe..14d788ec554 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -204,6 +204,20 @@ scroll a line instead of full screen.
204** New property `scroll-command' should be set on a command's symbol to 204** New property `scroll-command' should be set on a command's symbol to
205define it as a scroll command affected by `scroll-preserve-screen-position'. 205define it as a scroll command affected by `scroll-preserve-screen-position'.
206 206
207+++
208** If you customize `scroll-conservatively' to a value greater than 100,
209Emacs will never recenter point in the window when it scrolls due to
210cursor motion commands or commands that move point (e.f., `M-g M-g').
211Previously, you needed to use `most-positive-fixnum' as the value of
212`scroll-conservatively' to achieve the same effect.
213
214---
215** ``Aggressive'' scrolling now honors the scroll margins.
216If you customize `scroll-up-aggressively' or
217`scroll-down-aggressively' and move point off the window, Emacs now
218scrolls the window so as to avoid positioning point inside the scroll
219margin.
220
207** Trash changes 221** Trash changes
208 222
209*** `delete-by-moving-to-trash' now only affects commands that specify 223*** `delete-by-moving-to-trash' now only affects commands that specify