diff options
| author | Paul Eggert | 2016-05-13 13:30:33 -0700 |
|---|---|---|
| committer | Eli Zaretskii | 2016-09-23 16:55:52 +0300 |
| commit | 9135bd7af7bdf9f805b185a77fe4e6d33dec4009 (patch) | |
| tree | 3dbebfada02bbb3369d4838a82bc261e4a694bfd /etc | |
| parent | e0dd65cd444fd9e5ee6b5921936c6c829df75e50 (diff) | |
| download | emacs-9135bd7af7bdf9f805b185a77fe4e6d33dec4009.tar.gz emacs-9135bd7af7bdf9f805b185a77fe4e6d33dec4009.zip | |
Improve display of tex-verbatim and Info quoted
Problem reported by Glenn Morris (Bug#19889).
* doc/emacs/display.texi (Standard Faces):
* doc/lispref/display.texi (Basic Faces):
* etc/NEWS: Mention fixed-pitch-serif.
* lisp/faces.el (face-font-family-alternatives):
New family alias Monospace Serif.
(fixed-pitch-serif): New face, which uses the new family.
* lisp/info.el (Info-quoted):
* lisp/textmodes/tex-mode.el (tex-verbatim): Use the new face.
* test/lisp/legacy/font-parse-tests.el (font-parse-tests--data):
Add test case for Monospace Serif.
This is backport from master
(cherry picked from commit 36906806ccfc0e53f1d8c365ab0d7151288b7833)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -19,9 +19,14 @@ with a prefix argument or by typing C-u C-h C-n. | |||
| 19 | * Changes in Emacs 25.2 | 19 | * Changes in Emacs 25.2 |
| 20 | This is a bug-fix release with (almost) no new features. | 20 | This is a bug-fix release with (almost) no new features. |
| 21 | 21 | ||
| 22 | --- | ||
| 22 | ** `find-library', `help-function-def' and `help-variable-def' now run | 23 | ** `find-library', `help-function-def' and `help-variable-def' now run |
| 23 | `find-function-after-hook'. | 24 | `find-function-after-hook'. |
| 24 | 25 | ||
| 26 | +++ | ||
| 27 | *** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. | ||
| 28 | The Info-quoted and tex-verbatim faces now default to inheriting from it. | ||
| 29 | |||
| 25 | 30 | ||
| 26 | * Installation Changes in Emacs 25.1 | 31 | * Installation Changes in Emacs 25.1 |
| 27 | 32 | ||