aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-07 13:54:16 -0700
committerDaniel Colascione2014-04-07 13:54:16 -0700
commit7e31acf6b81fdce7258077645bc239767c484841 (patch)
tree1f0d7b063a19b54982550797df063e0a9f87eaed /etc
parent608a4502b9fa8f5681368657fba5d5fd0fa46817 (diff)
parente3b838807bf9fbbbec9826de6c1e4efdf72acb78 (diff)
downloademacs-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/NEWS14
1 files changed, 11 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4c5c73aed02..f78199b97d7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
220This affects View mode, etc. 220This affects View mode, etc.
221 221
222+++
223** The default value of `make-backup-file-name-function' is no longer nil.
224Instead 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+++
1461Instead it defaults to a function that does what the nil value used to. 1465*** The default values of `buffer-stale-function', `revert-buffer-function',
1462The same applies for `revert-buffer-insert-file-contents-function'. 1466and `revert-buffer-insert-file-contents-function' are no longer nil.
1467Instead 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