aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 07f52adb2b1..7d1110d5dc6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -348,6 +348,13 @@ Setting it has no effect, and %t in the mode-line format is ignored.
348Likewise, `file-name-buffer-file-type-alist' is now obsolete, and 348Likewise, `file-name-buffer-file-type-alist' is now obsolete, and
349modifying it has no effect. 349modifying it has no effect.
350 350
351---
352** Lock files now work on MS-Windows.
353This allows to avoid losing your edits if the same file is being
354edited in another Emacs session or by another user. See the node
355"Interlocking" in the Emacs User Manual for the details. To disable
356file locking, customize `create-lockfiles' to nil.
357
351** Improved fullscreen support on Mac OS X. 358** Improved fullscreen support on Mac OS X.
352Both native (>= OSX 10.7) and "old style" fullscreen are supported. 359Both native (>= OSX 10.7) and "old style" fullscreen are supported.
353Customize `ns-use-native-fullscreen' to change style. For >= 10.7 360Customize `ns-use-native-fullscreen' to change style. For >= 10.7