aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/macos.texi19
-rw-r--r--etc/NEWS20
3 files changed, 34 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2452119110b..f2f67a36a0f 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12014-05-28 Glenn Morris <rgm@gnu.org>
2
3 * macos.texi (Mac / GNUstep Customization): Mention some new features.
4
12014-05-27 Glenn Morris <rgm@gnu.org> 52014-05-27 Glenn Morris <rgm@gnu.org>
2 6
3 * abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function. 7 * abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function.
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi
index eb2d96e9af7..97afa5b1beb 100644
--- a/doc/emacs/macos.texi
+++ b/doc/emacs/macos.texi
@@ -116,6 +116,15 @@ close the altered one.
116Useful in this context is the listing of all faces obtained by 116Useful in this context is the listing of all faces obtained by
117@kbd{M-x list-faces-display}. 117@kbd{M-x list-faces-display}.
118 118
119@cindex Core Text, on Mac OS X
120In Mac OS X 10.5 and later, Emacs uses a Core Text based font backend
121by default. If you prefer the older font style, enter the following
122at the command-line before starting Emacs:
123
124@example
125% defaults write org.gnu.Emacs FontBackend ns
126@end example
127
119@subsection Customization options specific to Mac OS / GNUstep 128@subsection Customization options specific to Mac OS / GNUstep
120 129
121The following customization options are specific to the Nextstep port. 130The following customization options are specific to the Nextstep port.
@@ -125,6 +134,16 @@ The following customization options are specific to the Nextstep port.
125Non-nil means the menu-bar is hidden by default, but appears if you 134Non-nil means the menu-bar is hidden by default, but appears if you
126move the mouse pointer over it. (Requires Mac OS X 10.6 or later.) 135move the mouse pointer over it. (Requires Mac OS X 10.6 or later.)
127 136
137@item ns-use-native-fullscreen
138This only affects Mac OS X 10.7 or later, where it is non-@code{nil} by default,
139which means to use native fullscreen support. Set it to @code{nil}
140to use the older style of fullscreen, which may work better with
141multiple monitors, but lacks the tool bar.
142
143@c FIXME what does this actually _do_?
144@item ns-use-srgb-colorspace
145This only affects Mac OS X 10.7 or later, where it is non-@code{nil} by default.
146Note that it does not apply to images, only to Emacs colors.
128@end table 147@end table
129 148
130 149
diff --git a/etc/NEWS b/etc/NEWS
index c272660af1b..84e5ff5160a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1599,19 +1599,21 @@ edited in another Emacs session or by another user. See the node
1599"Interlocking" in the Emacs User Manual for the details. To disable 1599"Interlocking" in the Emacs User Manual for the details. To disable
1600file locking, customize `create-lockfiles' to nil. 1600file locking, customize `create-lockfiles' to nil.
1601 1601
1602+++
1602** New Core Text based font backend for Mac OS X 10.5 and newer. 1603** New Core Text based font backend for Mac OS X 10.5 and newer.
1604To use the old font backend, use the following on the command line:
1605 % defaults write org.gnu.Emacs FontBackend ns
1603GNUstep and Mac OS X 10.4 use the old font backend. 1606GNUstep and Mac OS X 10.4 use the old font backend.
1604To use the old backend by default, do on the command line:
1605% defaults write org.gnu.Emacs FontBackend ns
1606 1607
1607** Improved fullscreen support on Mac OS X. 1608+++
1608Emacs supports both native (Mac OS X 10.7 and newer) and "old style" fullscreen. 1609** Improved fullscreen support on Mac OS X 10.7 and newer, where the
1609Customize `ns-use-native-fullscreen' to change the style. 1610default fullscreen method is now "native" fullscreen. To use the
1610For Mac OS X 10.7 and newer, native is the default. 1611old style fullscreen, customize `ns-use-native-fullscreen' to nil.
1611 1612
1612** On Mac OS X 10.7 and newer, Emacs uses sRGB colorspace by default. 1613+++
1613Customize `ns-use-srgb-colorspace' to disable this. Note that this 1614** On Mac OS X 10.7 and newer, Emacs can use sRGB colorspace, and does so
1614does not apply to images. 1615by default. Customize `ns-use-srgb-colorspace' to go back to the old method.
1616Note that this does not apply to images.
1615 1617
1616 1618
1617* Installation Changes in Emacs 24.3 1619* Installation Changes in Emacs 24.3