emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117165: Try to document some OS X changes


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117165: Try to document some OS X changes
Date: Wed, 28 May 2014 07:32:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117165
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-05-28 00:32:06 -0700
message:
  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.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/macos.texi           macos.texi-20091113204419-o5vbwnq5f7feedwu-6261
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-05-27 01:09:45 +0000
+++ b/doc/emacs/ChangeLog       2014-05-28 07:32:06 +0000
@@ -1,3 +1,7 @@
+2014-05-28  Glenn Morris  <address@hidden>
+
+       * macos.texi (Mac / GNUstep Customization): Mention some new features.
+
 2014-05-27  Glenn Morris  <address@hidden>
 
        * abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function.

=== modified file 'doc/emacs/macos.texi'
--- a/doc/emacs/macos.texi      2014-01-01 07:43:34 +0000
+++ b/doc/emacs/macos.texi      2014-05-28 07:32:06 +0000
@@ -116,6 +116,15 @@
 Useful in this context is the listing of all faces obtained by
 @kbd{M-x list-faces-display}.
 
address@hidden Core Text, on Mac OS X
+In Mac OS X 10.5 and later, Emacs uses a Core Text based font backend
+by default.  If you prefer the older font style, enter the following
+at the command-line before starting Emacs:
+
address@hidden
+% defaults write org.gnu.Emacs FontBackend ns
address@hidden example
+
 @subsection Customization options specific to Mac OS / GNUstep
 
 The following customization options are specific to the Nextstep port.
@@ -125,6 +134,16 @@
 Non-nil means the menu-bar is hidden by default, but appears if you
 move the mouse pointer over it.  (Requires Mac OS X 10.6 or later.)
 
address@hidden ns-use-native-fullscreen
+This only affects Mac OS X 10.7 or later, where it is address@hidden by 
default,
+which means to use native fullscreen support.  Set it to @code{nil}
+to use the older style of fullscreen, which may work better with
+multiple monitors, but lacks the tool bar.
+
address@hidden FIXME what does this actually _do_?
address@hidden ns-use-srgb-colorspace
+This only affects Mac OS X 10.7 or later, where it is address@hidden by 
default.
+Note that it does not apply to images, only to Emacs colors.
 @end table
 
 

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-05-27 01:53:45 +0000
+++ b/etc/NEWS  2014-05-28 07:32:06 +0000
@@ -1599,19 +1599,21 @@
 "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.
-
-** 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.
+
++++
+** 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 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]