aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-05-01 18:07:57 -0700
committerPaul Eggert2016-05-01 18:07:57 -0700
commita8da4d033d98f6bee89f3fd3f067389705c45d4d (patch)
tree37a25e04d242d85980579076be228cdeecf8d7f1 /etc
parentce92397425d29ec27fc701c36c589a5e1f894898 (diff)
parent71fb0e06e7e04d8300be10feffd3d314a76b4d27 (diff)
downloademacs-a8da4d033d98f6bee89f3fd3f067389705c45d4d.tar.gz
emacs-a8da4d033d98f6bee89f3fd3f067389705c45d4d.zip
Merge from origin/emacs-25
71fb0e0 Improve last change to vc-git-mode-line-string 6858e77 Todo mode doc bug fix e55d0db Fix revision calculation in vc-git-mode-line-string ca87b34 ; Fix errant revert ccb75d7 40bfebe Add Python 3.5 keyword "await" fa7886a Add new keywords of Python 3.5 ccb75d7 Partially revert previous change. 8ee168a ; * etc/NEWS: Update entry about color fonts on OS X with a w... b09ca27 Say why text-quoting-style is not a user option
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3c4cf66240a..420c14a824b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1913,7 +1913,8 @@ Set it to 'curve' for curved single quotes, to 'straight' for straight
1913apostrophes, and to 'grave' for grave accent and apostrophe. The 1913apostrophes, and to 'grave' for grave accent and apostrophe. The
1914default value nil acts like 'curve' if curved single quotes are 1914default value nil acts like 'curve' if curved single quotes are
1915displayable, and like 'grave' otherwise. The new variable affects 1915displayable, and like 'grave' otherwise. The new variable affects
1916display of diagnostics and help, but not of info. 1916display of diagnostics and help, but not of info. As the variable is
1917not intended for casual use, it is not a user option.
1917 1918
1918+++ 1919+++
1919** substitute-command-keys now replaces quotes. 1920** substitute-command-keys now replaces quotes.
@@ -2467,6 +2468,9 @@ emoji) display is disabled. This feature was accidentally added when
2467Emacs 24.4 included the new Core Text based font backend code that was 2468Emacs 24.4 included the new Core Text based font backend code that was
2468originally implemented for a non-mainline port. This will be enabled 2469originally implemented for a non-mainline port. This will be enabled
2469again once it is also implemented in Emacs on free operating systems. 2470again once it is also implemented in Emacs on free operating systems.
2471If some symbols, such as emoji, do not display, we suggest to install
2472an appropriate font, such as Symbola; then they will be displayed,
2473albeit without the color effects.
2470 2474
2471--- 2475---
2472** The new function 'w32-application-type' returns the type of an 2476** The new function 'w32-application-type' returns the type of an