summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-05-28 00:32:06 -0700
committerGlenn Morris <rgm@gnu.org>2014-05-28 00:32:06 -0700
commitc7f8fb2865c2d2130174ace5606bdb5fc89c19e7 (patch)
treee8dab11060dcc6b32f3a778d45ec75a13ad626f2 /etc
parente494904ce4755f64cb2d76e1b3d5cbc228c07a2d (diff)
downloademacs-c7f8fb2865c2d2130174ace5606bdb5fc89c19e7.tar.gz
Try to document some OS X changes
I can't test any of this, but no-one else seems to care, so this is what you get. * doc/emacs/macos.texi (Mac / GNUstep Customization): Mention some new features. * etc/NEWS: Related edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS20
1 files changed, 11 insertions, 9 deletions
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
"Interlocking" in the Emacs User Manual for the details. To disable
file locking, customize `create-lockfiles' to nil.
++++
** New Core Text based font backend for Mac OS X 10.5 and newer.
+To use the old font backend, use the following on the command line:
+ % defaults write org.gnu.Emacs FontBackend ns
GNUstep and Mac OS X 10.4 use the old font backend.
-To use the old backend by default, do on the command line:
-% defaults write org.gnu.Emacs FontBackend ns
-** Improved fullscreen support on Mac OS X.
-Emacs supports both native (Mac OS X 10.7 and newer) and "old style" fullscreen.
-Customize `ns-use-native-fullscreen' to change the style.
-For Mac OS X 10.7 and newer, native is the default.
++++
+** Improved fullscreen support on Mac OS X 10.7 and newer, where the
+default fullscreen method is now "native" fullscreen. To use the
+old style fullscreen, customize `ns-use-native-fullscreen' to nil.
-** On Mac OS X 10.7 and newer, Emacs uses sRGB colorspace by default.
-Customize `ns-use-srgb-colorspace' to disable this. Note that this
-does not apply to images.
++++
+** On Mac OS X 10.7 and newer, Emacs can use sRGB colorspace, and does so
+by default. Customize `ns-use-srgb-colorspace' to go back to the old method.
+Note that this does not apply to images.
* Installation Changes in Emacs 24.3