diff options
| author | Glenn Morris | 2013-02-10 17:44:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-10 17:44:39 -0800 |
| commit | c57b2d76277b678431d2926a542003e1275927a9 (patch) | |
| tree | 3a00bd1f4e32b4571f61d29cee34e380ddc56bca | |
| parent | 31db8c31fdf0ccdbeaa550eb33cf357f6cd2a239 (diff) | |
| download | emacs-c57b2d76277b678431d2926a542003e1275927a9.tar.gz emacs-c57b2d76277b678431d2926a542003e1275927a9.zip | |
NEWS copyedits
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 12 insertions, 7 deletions
| @@ -28,7 +28,10 @@ This happens by default if a suitable support library is found at | |||
| 28 | build time, like libacl on GNU/Linux. To prevent this, use the | 28 | build time, like libacl on GNU/Linux. To prevent this, use the |
| 29 | configure option `--without-acl'. | 29 | configure option `--without-acl'. |
| 30 | 30 | ||
| 31 | |||
| 31 | * Startup Changes in Emacs 24.4 | 32 | * Startup Changes in Emacs 24.4 |
| 33 | |||
| 34 | |||
| 32 | * Changes in Emacs 24.4 | 35 | * Changes in Emacs 24.4 |
| 33 | 36 | ||
| 34 | +++ | 37 | +++ |
| @@ -63,13 +66,7 @@ Available only on X, this option allows to control over-scrolling | |||
| 63 | using the scroll bar (i.e. dragging the thumb down even when the end | 66 | using the scroll bar (i.e. dragging the thumb down even when the end |
| 64 | of the buffer is visible). | 67 | of the buffer is visible). |
| 65 | 68 | ||
| 66 | ** Nextstep (GNUstep / Mac OS X) port | 69 | |
| 67 | |||
| 68 | *** Improved fullscreen support. | ||
| 69 | Both native (>= OSX 10.7) and "old style" fullscreen are supported. | ||
| 70 | Customize ns-use-native-fullscreen to change style. For >= 10.7 | ||
| 71 | native is the default. | ||
| 72 | |||
| 73 | * Editing Changes in Emacs 24.4 | 70 | * Editing Changes in Emacs 24.4 |
| 74 | 71 | ||
| 75 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', | 72 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', |
| @@ -206,6 +203,7 @@ It is layered as: | |||
| 206 | - advice-add/advice-remove to add/remove a piece of advice on a named function, | 203 | - advice-add/advice-remove to add/remove a piece of advice on a named function, |
| 207 | much like `defadvice' does. | 204 | much like `defadvice' does. |
| 208 | 205 | ||
| 206 | |||
| 209 | * Incompatible Lisp Changes in Emacs 24.4 | 207 | * Incompatible Lisp Changes in Emacs 24.4 |
| 210 | 208 | ||
| 211 | ** frame-local variables that affect redisplay do not work any more. | 209 | ** frame-local variables that affect redisplay do not work any more. |
| @@ -229,6 +227,7 @@ alist of extended attributes as returned by the new function | |||
| 229 | `file-extended-attributes'. The attributes can be applied to another | 227 | `file-extended-attributes'. The attributes can be applied to another |
| 230 | file using `set-file-extended-attributes'. | 228 | file using `set-file-extended-attributes'. |
| 231 | 229 | ||
| 230 | |||
| 232 | * Lisp changes in Emacs 24.4 | 231 | * Lisp changes in Emacs 24.4 |
| 233 | 232 | ||
| 234 | ** Support for filesystem notifications. | 233 | ** Support for filesystem notifications. |
| @@ -273,6 +272,7 @@ used in place of the 9th element of `file-attributes'. | |||
| 273 | `preserve-extended-attributes' as it now handles both SELinux context | 272 | `preserve-extended-attributes' as it now handles both SELinux context |
| 274 | and ACL entries. | 273 | and ACL entries. |
| 275 | 274 | ||
| 275 | |||
| 276 | * Changes in Emacs 24.4 on non-free operating systems | 276 | * Changes in Emacs 24.4 on non-free operating systems |
| 277 | 277 | ||
| 278 | +++ | 278 | +++ |
| @@ -286,6 +286,11 @@ Setting it has no effect, and %t in the mode-line format is ignored. | |||
| 286 | Likewise, `file-name-buffer-file-type-alist' is now obsolete, and | 286 | Likewise, `file-name-buffer-file-type-alist' is now obsolete, and |
| 287 | modifying it has no effect. | 287 | modifying it has no effect. |
| 288 | 288 | ||
| 289 | ** Improved fullscreen support on Mac OS X. | ||
| 290 | Both native (>= OSX 10.7) and "old style" fullscreen are supported. | ||
| 291 | Customize `ns-use-native-fullscreen' to change style. For >= 10.7 | ||
| 292 | native is the default. | ||
| 293 | |||
| 289 | 294 | ||
| 290 | * Installation Changes in Emacs 24.3 | 295 | * Installation Changes in Emacs 24.3 |
| 291 | 296 | ||