aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlan Third2020-03-07 14:39:05 +0000
committerAlan Third2020-03-07 14:41:47 +0000
commit72f87f88739befce2adf202749b7d651a8ef1551 (patch)
tree9643e7391041e86186a428bd7df859079db0b04e /etc
parent5b19db98adcfccf432ac40ccdad831723a4c1c06 (diff)
downloademacs-72f87f88739befce2adf202749b7d651a8ef1551.tar.gz
emacs-72f87f88739befce2adf202749b7d651a8ef1551.zip
NS port documentation updates
* doc/emacs/macos.texi (Mac / GNUstep Customization): Document some more of the ns- variables and remove incorrect font back-end information. * etc/NEWS: Update the documentation status of macOS news entries.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cfa946f2b13..1eff9261147 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3649,15 +3649,18 @@ signal 'user-error' if there is no buffer to switch to.
3649** Battery status is now supported in all Cygwin builds. 3649** Battery status is now supported in all Cygwin builds.
3650Previously it was supported only in the Cygwin-w32 build. 3650Previously it was supported only in the Cygwin-w32 build.
3651 3651
3652---
3652** Emacs now handles key combinations involving the macOS "command" 3653** Emacs now handles key combinations involving the macOS "command"
3653and "option" modifier keys more correctly. 3654and "option" modifier keys more correctly.
3654 3655
3656+++
3655** MacOS modifier key behavior is now more adjustable. 3657** MacOS modifier key behavior is now more adjustable.
3656The behavior of the macOS "Option", "Command", "Control" and 3658The behavior of the macOS "Option", "Command", "Control" and
3657"Function" keys can now be specified separately for use with 3659"Function" keys can now be specified separately for use with
3658ordinary keys, function keys and mouse clicks. This allows using them 3660ordinary keys, function keys and mouse clicks. This allows using them
3659in their standard macOS way for composing characters. 3661in their standard macOS way for composing characters.
3660 3662
3663+++
3661** The special handling of 'frame-title-format' on NS where setting it 3664** The special handling of 'frame-title-format' on NS where setting it
3662to t would enable the macOS proxy icon has been replaced with a 3665to t would enable the macOS proxy icon has been replaced with a
3663separate variable, 'ns-use-proxy-icon'. 'frame-title-format' will now 3666separate variable, 'ns-use-proxy-icon'. 'frame-title-format' will now
@@ -3708,6 +3711,7 @@ modifier keys in line with Apples guidelines. This makes the drag and
3708drop behavior more consistent, as previously the sending application 3711drop behavior more consistent, as previously the sending application
3709was able to 'set' modifiers without the knowledge of the user. 3712was able to 'set' modifiers without the knowledge of the user.
3710 3713
3714---
3711** On NS multicolor font display is enabled again since it is also 3715** On NS multicolor font display is enabled again since it is also
3712implemented in Emacs on free operating systems via Cairo drawing. 3716implemented in Emacs on free operating systems via Cairo drawing.
3713 3717