diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -288,15 +288,19 @@ If you have code that adds something to kill-emacs-hook, you should | |||
| 288 | consider if it is still appropriate to add it in the noninteractive case. | 288 | consider if it is still appropriate to add it in the noninteractive case. |
| 289 | 289 | ||
| 290 | ** Scrolling changes | 290 | ** Scrolling changes |
| 291 | 291 | +++ | |
| 292 | *** New scrolling commands `scroll-up-command' and `scroll-down-command' | 292 | *** New scrolling commands `scroll-up-command' and `scroll-down-command' |
| 293 | (bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom | 293 | (bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom |
| 294 | of buffer at first key-press (instead move to top/bottom of buffer) | 294 | of buffer at first key-press (instead move to top/bottom of buffer) |
| 295 | when a new variable `scroll-error-top-bottom' is non-nil. | 295 | when `scroll-error-top-bottom' is non-nil. |
| 296 | |||
| 297 | +++ | ||
| 298 | *** New variable `scroll-error-top-bottom' (see above). | ||
| 296 | 299 | ||
| 297 | *** New scrolling commands `scroll-up-line' and `scroll-down-line' | 300 | *** New scrolling commands `scroll-up-line' and `scroll-down-line' |
| 298 | scroll a line instead of full screen. | 301 | scroll a line instead of full screen. |
| 299 | 302 | ||
| 303 | +++ | ||
| 300 | *** New property `scroll-command' should be set on a command's symbol to | 304 | *** New property `scroll-command' should be set on a command's symbol to |
| 301 | define it as a scroll command affected by `scroll-preserve-screen-position'. | 305 | define it as a scroll command affected by `scroll-preserve-screen-position'. |
| 302 | 306 | ||