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