diff options
| author | Alan Third | 2020-03-07 14:39:05 +0000 |
|---|---|---|
| committer | Alan Third | 2020-03-07 14:41:47 +0000 |
| commit | 72f87f88739befce2adf202749b7d651a8ef1551 (patch) | |
| tree | 9643e7391041e86186a428bd7df859079db0b04e /etc | |
| parent | 5b19db98adcfccf432ac40ccdad831723a4c1c06 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. |
| 3650 | Previously it was supported only in the Cygwin-w32 build. | 3650 | Previously 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" |
| 3653 | and "option" modifier keys more correctly. | 3654 | and "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. |
| 3656 | The behavior of the macOS "Option", "Command", "Control" and | 3658 | The 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 |
| 3658 | ordinary keys, function keys and mouse clicks. This allows using them | 3660 | ordinary keys, function keys and mouse clicks. This allows using them |
| 3659 | in their standard macOS way for composing characters. | 3661 | in 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 |
| 3662 | to t would enable the macOS proxy icon has been replaced with a | 3665 | to t would enable the macOS proxy icon has been replaced with a |
| 3663 | separate variable, 'ns-use-proxy-icon'. 'frame-title-format' will now | 3666 | separate 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 | |||
| 3708 | drop behavior more consistent, as previously the sending application | 3711 | drop behavior more consistent, as previously the sending application |
| 3709 | was able to 'set' modifiers without the knowledge of the user. | 3712 | was 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 |
| 3712 | implemented in Emacs on free operating systems via Cairo drawing. | 3716 | implemented in Emacs on free operating systems via Cairo drawing. |
| 3713 | 3717 | ||