diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -500,6 +500,13 @@ prompts for a number to count from and for a format string. | |||
| 500 | directory is a remote file name and neither environment variable | 500 | directory is a remote file name and neither environment variable |
| 501 | $ESHELL nor variable `explicit-shell-file-name' is set. | 501 | $ESHELL nor variable `explicit-shell-file-name' is set. |
| 502 | 502 | ||
| 503 | +++ | ||
| 504 | ** The default value of redisplay-dont-change is now t | ||
| 505 | This makes Emacs feel more responsive to editing commands that arrive | ||
| 506 | at high rate, e.g. if you lean on some key, because stopping redisplay | ||
| 507 | in the middle (when this variable is nil) forces more expensive | ||
| 508 | updates later on, and Emacs appears to be unable to keep up. | ||
| 509 | |||
| 503 | 510 | ||
| 504 | * Changes in Specialized Modes and Packages in Emacs 24.1 | 511 | * Changes in Specialized Modes and Packages in Emacs 24.1 |
| 505 | 512 | ||