; * etc/NEWS: Copyedits.
This commit is contained in:
parent
3f7493e27c
commit
8303c326d7
1 changed files with 12 additions and 20 deletions
32
etc/NEWS
32
etc/NEWS
|
@ -17,45 +17,37 @@ with a prefix argument or by typing C-u C-h C-n.
|
||||||
|
|
||||||
|
|
||||||
* Changes in Emacs 25.2
|
* Changes in Emacs 25.2
|
||||||
This is a bug-fix release with (almost) no new features.
|
|
||||||
|
|
||||||
---
|
This is mainly a bug-fix release, but there are some other changes.
|
||||||
|
|
||||||
** 'find-library', 'help-function-def' and 'help-variable-def' now run
|
** 'find-library', 'help-function-def' and 'help-variable-def' now run
|
||||||
'find-function-after-hook'.
|
'find-function-after-hook'.
|
||||||
|
|
||||||
+++
|
|
||||||
** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
|
** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
|
||||||
The 'Info-quoted' and 'tex-verbatim' faces now default to inheriting
|
The 'Info-quoted' and 'tex-verbatim' faces inherit from it by default.
|
||||||
from it.
|
|
||||||
|
|
||||||
---
|
** New variable 'use-default-font-for-symbols', for backward compatibility.
|
||||||
** New variable 'use-default-font-for-symbols' for backward compatibility.
|
This variable allows you to get back pre-Emacs 25 behavior where the
|
||||||
This variable allows to get back pre-Emacs 25 behavior whereby the
|
|
||||||
font for displaying symbol and punctuation characters was always
|
font for displaying symbol and punctuation characters was always
|
||||||
selected according to your fontset setup. Emacs 25 by default tries
|
selected according to your fontset setup. By default, Emacs 25 tries
|
||||||
to use the default face's font for such characters, disregarding the
|
to use the default face's font for such characters, if it supports
|
||||||
fontsets if the default font supports these characters. Set this
|
them, disregarding the fontsets. Set this variable to nil to disable
|
||||||
variable to nil to disable the new behavior and get back the old
|
this and get back the old behavior.
|
||||||
behavior.
|
|
||||||
|
|
||||||
+++
|
|
||||||
** 'electric-quote-mode' is no longer suppressed in a buffer whose
|
** 'electric-quote-mode' is no longer suppressed in a buffer whose
|
||||||
whose coding system cannot represent curved quote characters.
|
coding system cannot represent curved quote characters.
|
||||||
Instead, users can deal with the unrepresentable characters in the
|
Instead, users can deal with the unrepresentable characters in the
|
||||||
usual way when they save the buffer.
|
usual way when they save the buffer.
|
||||||
|
|
||||||
---
|
|
||||||
** New variable 'inhibit-compacting-font-caches'.
|
** New variable 'inhibit-compacting-font-caches'.
|
||||||
Set this variable to a non-nil value to speed up display of characters
|
Set this variable to a non-nil value to speed up display of characters
|
||||||
using large fonts, at the price of a larger memory footprint of the
|
using large fonts, at the price of a larger memory footprint.
|
||||||
Emacs session.
|
|
||||||
|
|
||||||
+++
|
|
||||||
** The version number of CC Mode has been changed from 5.33 to
|
** The version number of CC Mode has been changed from 5.33 to
|
||||||
5.32.99, although the software itself hasn't changed. This aims to
|
5.32.99, although the software itself hasn't changed. This aims to
|
||||||
reduce confusion with the standalone CC Mode 5.33 (available from
|
reduce confusion with the standalone CC Mode 5.33 (available from
|
||||||
http://cc-mode.sourceforge.net), which is a more mature version than
|
http://cc-mode.sourceforge.net), which is a more mature version than
|
||||||
the one in Emacs 25.2.
|
the one included in Emacs 25.2.
|
||||||
|
|
||||||
|
|
||||||
* Installation Changes in Emacs 25.1
|
* Installation Changes in Emacs 25.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue