aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-02-05 09:01:25 -0800
committerGlenn Morris2013-02-05 09:01:25 -0800
commitbc090916ed5323f7e234439066cac85abb43b6ab (patch)
tree9fa4919a89f454f79b908804c04fcf1aa3cf229b
parentef12b77cedfbe7e55b638992f46a31e247489c00 (diff)
downloademacs-bc090916ed5323f7e234439066cac85abb43b6ab.tar.gz
emacs-bc090916ed5323f7e234439066cac85abb43b6ab.zip
Relocate NEWS entry from 24.3 section to 24.4 where it belongs
-rw-r--r--etc/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 60bac57d939..f068110d5f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -63,6 +63,13 @@ Available only on X, this option allows to control over-scrolling
63using the scroll bar (i.e. dragging the thumb down even when the end 63using the scroll bar (i.e. dragging the thumb down even when the end
64of the buffer is visible). 64of the buffer is visible).
65 65
66** Nextstep (GNUstep / Mac OS X) port
67
68*** Improved fullscreen support.
69Both native (>= OSX 10.7) and "old style" fullscreen are supported.
70Customize ns-use-native-fullscreen to change style. For >= 10.7
71native 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.
435Both native (>= OSX 10.7) and "old style" fullscreen are supported.
436Customize ns-use-native-fullscreen to change style. For >= 10.7
437native 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
440menu/toolbar. 444menu/toolbar.