diff options
| author | Daniel Colascione | 2014-04-07 13:54:16 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-07 13:54:16 -0700 |
| commit | 7e31acf6b81fdce7258077645bc239767c484841 (patch) | |
| tree | 1f0d7b063a19b54982550797df063e0a9f87eaed /etc | |
| parent | 608a4502b9fa8f5681368657fba5d5fd0fa46817 (diff) | |
| parent | e3b838807bf9fbbbec9826de6c1e4efdf72acb78 (diff) | |
| download | emacs-7e31acf6b81fdce7258077645bc239767c484841.tar.gz emacs-7e31acf6b81fdce7258077645bc239767c484841.zip | |
Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.edu
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
| @@ -219,6 +219,10 @@ You can change the default by customizing `blink-cursor-blinks'. | |||
| 219 | ** In keymaps where SPC scrolls forward, S-SPC now scrolls backward. | 219 | ** In keymaps where SPC scrolls forward, S-SPC now scrolls backward. |
| 220 | This affects View mode, etc. | 220 | This affects View mode, etc. |
| 221 | 221 | ||
| 222 | +++ | ||
| 223 | ** The default value of `make-backup-file-name-function' is no longer nil. | ||
| 224 | Instead it defaults to a function that does what the nil value used to. | ||
| 225 | |||
| 222 | ** Help changes | 226 | ** Help changes |
| 223 | 227 | ||
| 224 | +++ | 228 | +++ |
| @@ -1457,9 +1461,13 @@ argument, with the same interpretation as the returned value of | |||
| 1457 | 1461 | ||
| 1458 | ** Revert and Autorevert changes | 1462 | ** Revert and Autorevert changes |
| 1459 | 1463 | ||
| 1460 | *** The default value of `revert-buffer-function' is no longer nil. | 1464 | +++ |
| 1461 | Instead it defaults to a function that does what the nil value used to. | 1465 | *** The default values of `buffer-stale-function', `revert-buffer-function', |
| 1462 | The same applies for `revert-buffer-insert-file-contents-function'. | 1466 | and `revert-buffer-insert-file-contents-function' are no longer nil. |
| 1467 | Instead they default to functions that do what the nil value used to. | ||
| 1468 | |||
| 1469 | +++ | ||
| 1470 | *** `buffer-stale-function' is now used for buffers visiting files too. | ||
| 1463 | 1471 | ||
| 1464 | --- | 1472 | --- |
| 1465 | *** If Emacs is compiled with file notification support, it uses notifications | 1473 | *** If Emacs is compiled with file notification support, it uses notifications |