aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-10-08 22:03:51 +0300
committerEli Zaretskii2016-10-08 22:03:51 +0300
commit4ff4b66df8da175d8df292d12a30ab50285b6917 (patch)
treee08622cd6b0790172a9c2082a652876720e33e4f /etc
parentc03d44bb3d975a982a9d84eea54b73cc3d049035 (diff)
downloademacs-4ff4b66df8da175d8df292d12a30ab50285b6917.tar.gz
emacs-4ff4b66df8da175d8df292d12a30ab50285b6917.zip
Allow selection of font for symbols as in Emacs 24.x
* src/fontset.c (syms_of_fontset) <use-default-font-for-symbols>: New boolean variable. (face_for_char): Use it to fall back to pre-Emacs 25.1 behavior when selecting fonts for displaying symbol and punctuation characters. (Bug#24644) * etc/NEWS: Mention the new variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 274226b9fd9..8c27289d5e0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -24,8 +24,19 @@ This is a bug-fix release with (almost) no new features.
24`find-function-after-hook'. 24`find-function-after-hook'.
25 25
26+++ 26+++
27*** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. 27** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
28The Info-quoted and tex-verbatim faces now default to inheriting from it. 28The Info-quoted and tex-verbatim faces now default to inheriting from
29it.
30
31---
32** New variable 'use-default-font-for-symbols' for backward compatibility.
33This variable allows to get back pre-Emacs 25 behavior whereby the
34font for displaying symbol and punctuation characters was always
35selected according to your fontset setup. Emacs 25 by default tries
36to use the default face's font for such characters, disregarding the
37fontsets if the default font supports these characters. Set this
38variable to nil to disable the new behavior and get back the old
39behavior.
29 40
30 41
31* Installation Changes in Emacs 25.1 42* Installation Changes in Emacs 25.1