aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-02-11 17:19:59 -0800
committerGlenn Morris2017-02-11 17:19:59 -0800
commit8303c326d7532aba321de0158de997a6a20d848e (patch)
tree1a68ed582a5bed71e575b9c16013555136ae5eec
parent3f7493e27c57bec21806c579cdb6e419b9102bed (diff)
downloademacs-8303c326d7532aba321de0158de997a6a20d848e.tar.gz
emacs-8303c326d7532aba321de0158de997a6a20d848e.zip
; * etc/NEWS: Copyedits.
-rw-r--r--etc/NEWS32
1 files changed, 12 insertions, 20 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 58ac617a790..539e56e42a0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -17,45 +17,37 @@ with a prefix argument or by typing C-u C-h C-n.
17 17
18 18
19* Changes in Emacs 25.2 19* Changes in Emacs 25.2
20This is a bug-fix release with (almost) no new features.
21 20
22--- 21This is mainly a bug-fix release, but there are some other changes.
22
23** 'find-library', 'help-function-def' and 'help-variable-def' now run 23** 'find-library', 'help-function-def' and 'help-variable-def' now run
24'find-function-after-hook'. 24'find-function-after-hook'.
25 25
26+++
27** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. 26** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
28The 'Info-quoted' and 'tex-verbatim' faces now default to inheriting 27The 'Info-quoted' and 'tex-verbatim' faces inherit from it by default.
29from it.
30 28
31--- 29** New variable 'use-default-font-for-symbols', for backward compatibility.
32** New variable 'use-default-font-for-symbols' for backward compatibility. 30This variable allows you to get back pre-Emacs 25 behavior where the
33This variable allows to get back pre-Emacs 25 behavior whereby the
34font for displaying symbol and punctuation characters was always 31font for displaying symbol and punctuation characters was always
35selected according to your fontset setup. Emacs 25 by default tries 32selected according to your fontset setup. By default, Emacs 25 tries
36to use the default face's font for such characters, disregarding the 33to use the default face's font for such characters, if it supports
37fontsets if the default font supports these characters. Set this 34them, disregarding the fontsets. Set this variable to nil to disable
38variable to nil to disable the new behavior and get back the old 35this and get back the old behavior.
39behavior.
40 36
41+++
42** 'electric-quote-mode' is no longer suppressed in a buffer whose 37** 'electric-quote-mode' is no longer suppressed in a buffer whose
43whose coding system cannot represent curved quote characters. 38coding system cannot represent curved quote characters.
44Instead, users can deal with the unrepresentable characters in the 39Instead, users can deal with the unrepresentable characters in the
45usual way when they save the buffer. 40usual way when they save the buffer.
46 41
47---
48** New variable 'inhibit-compacting-font-caches'. 42** New variable 'inhibit-compacting-font-caches'.
49Set this variable to a non-nil value to speed up display of characters 43Set this variable to a non-nil value to speed up display of characters
50using large fonts, at the price of a larger memory footprint of the 44using large fonts, at the price of a larger memory footprint.
51Emacs session.
52 45
53+++
54** The version number of CC Mode has been changed from 5.33 to 46** The version number of CC Mode has been changed from 5.33 to
555.32.99, although the software itself hasn't changed. This aims to 475.32.99, although the software itself hasn't changed. This aims to
56reduce confusion with the standalone CC Mode 5.33 (available from 48reduce confusion with the standalone CC Mode 5.33 (available from
57http://cc-mode.sourceforge.net), which is a more mature version than 49http://cc-mode.sourceforge.net), which is a more mature version than
58the one in Emacs 25.2. 50the one included in Emacs 25.2.
59 51
60 52
61* Installation Changes in Emacs 25.1 53* Installation Changes in Emacs 25.1