diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-10-10 07:39:05 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-10-10 07:39:05 -0700 |
commit | 46b83c0f08f936eb1a0ae761db557169fe295cc7 (patch) | |
tree | bdb663d86a908a83b7c953316d04714664b32a0c /etc/NEWS.25 | |
parent | be589ea0dc71063d26595378df303a2a1c25ee4e (diff) | |
parent | 4f406e9813e073b675bb45613bf1dd111eec2368 (diff) | |
download | emacs-46b83c0f08f936eb1a0ae761db557169fe295cc7.tar.gz emacs-46b83c0f08f936eb1a0ae761db557169fe295cc7.tar.bz2 emacs-46b83c0f08f936eb1a0ae761db557169fe295cc7.zip |
Merge from origin/emacs-25
4f406e9 CC Mode manual: remove reference to former Emacs variable las...
44e402e Allow to disable compaction of font caches
4ff4b66 Allow selection of font for symbols as in Emacs 24.x
c03d44b ; Fix last commit
d4be4f3 ; Fix indexing in lispref manual
ed399f2 ; Minor improvement in documentation of generators
197a6bc Fix horizontal scrolling during Isearch
3566644 Fix infloop in redisplay due to truncated lines and invisible...
# Conflicts:
# etc/NEWS
Diffstat (limited to 'etc/NEWS.25')
-rw-r--r-- | etc/NEWS.25 | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/etc/NEWS.25 b/etc/NEWS.25 index 978c90a7a5e..3e686f98db3 100644 --- a/etc/NEWS.25 +++ b/etc/NEWS.25 @@ -15,12 +15,34 @@ and NEWS.1-17 for changes in older Emacs versions. You can narrow news to a specific version by calling 'view-emacs-news' with a prefix argument or by typing C-u C-h C-n. -Temporary note: -+++ indicates that all necessary documentation updates are complete. - (This means all relevant manuals in doc/ AND lisp doc-strings.) ---- means no change in the manuals is needed. -When you add a new item, use the appropriate mark if you are sure it applies, -otherwise leave it unmarked. + +* Changes in Emacs 25.2 +This is a bug-fix release with (almost) no new features. + +--- +** `find-library', `help-function-def' and `help-variable-def' now run +`find-function-after-hook'. + ++++ +** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. +The Info-quoted and tex-verbatim faces now default to inheriting from +it. + +--- +** New variable 'use-default-font-for-symbols' for backward compatibility. +This variable allows to get back pre-Emacs 25 behavior whereby the +font for displaying symbol and punctuation characters was always +selected according to your fontset setup. Emacs 25 by default tries +to use the default face's font for such characters, disregarding the +fontsets if the default font supports these characters. Set this +variable to nil to disable the new behavior and get back the old +behavior. + +--- +** New variable 'inhibit-compacting-font-caches'. +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 +Emacs session. * Installation Changes in Emacs 25.1 @@ -896,9 +918,6 @@ looking for macro definitions. By default, no symbols are ignored. ** TeX mode -*** When in a TeX (LaTeX, etc) comment, insert a normal double quote (") -instead of defaulting to TeX-style open (``) or close ('') quote marks. - *** New custom variable 'tex-print-file-extension' to help users who use PDF instead of DVI. |