diff options
| author | Glenn Morris | 2013-02-05 09:01:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-05 09:01:25 -0800 |
| commit | bc090916ed5323f7e234439066cac85abb43b6ab (patch) | |
| tree | 9fa4919a89f454f79b908804c04fcf1aa3cf229b | |
| parent | ef12b77cedfbe7e55b638992f46a31e247489c00 (diff) | |
| download | emacs-bc090916ed5323f7e234439066cac85abb43b6ab.tar.gz emacs-bc090916ed5323f7e234439066cac85abb43b6ab.zip | |
Relocate NEWS entry from 24.3 section to 24.4 where it belongs
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -63,6 +63,13 @@ 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 | 63 | using the scroll bar (i.e. dragging the thumb down even when the end |
| 64 | of the buffer is visible). | 64 | of the buffer is visible). |
| 65 | 65 | ||
| 66 | ** Nextstep (GNUstep / Mac OS X) port | ||
| 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 | |||
| 66 | * Editing Changes in Emacs 24.4 | 73 | * Editing Changes in Emacs 24.4 |
| 67 | 74 | ||
| 68 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', | 75 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', |
| @@ -432,9 +439,6 @@ Use "coding: raw-text" instead. | |||
| 432 | ** Nextstep (GNUstep / Mac OS X) port | 439 | ** Nextstep (GNUstep / Mac OS X) port |
| 433 | 440 | ||
| 434 | *** Support for fullscreen and the frame parameter fullscreen. | 441 | *** Support for fullscreen and the frame parameter fullscreen. |
| 435 | Both native (>= OSX 10.7) and "old style" fullscreen are supported. | ||
| 436 | Customize ns-use-native-fullscreen to change style. For >= 10.7 | ||
| 437 | native is the default. | ||
| 438 | 442 | ||
| 439 | *** A file dialog is used for open/save operations initiated from the | 443 | *** A file dialog is used for open/save operations initiated from the |
| 440 | menu/toolbar. | 444 | menu/toolbar. |