diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.25 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/etc/NEWS.25 b/etc/NEWS.25 index 3e686f98db3..a5bcb8dabdc 100644 --- a/etc/NEWS.25 +++ b/etc/NEWS.25 | |||
| @@ -20,13 +20,13 @@ with a prefix argument or by typing C-u C-h C-n. | |||
| 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 | --- |
| 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 | +++ | 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. |
| 28 | The Info-quoted and tex-verbatim faces now default to inheriting from | 28 | The 'Info-quoted' and 'tex-verbatim' faces now default to inheriting |
| 29 | it. | 29 | from it. |
| 30 | 30 | ||
| 31 | --- | 31 | --- |
| 32 | ** New variable 'use-default-font-for-symbols' for backward compatibility. | 32 | ** New variable 'use-default-font-for-symbols' for backward compatibility. |
| @@ -38,6 +38,12 @@ fontsets if the default font supports these characters. Set this | |||
| 38 | variable to nil to disable the new behavior and get back the old | 38 | variable to nil to disable the new behavior and get back the old |
| 39 | behavior. | 39 | behavior. |
| 40 | 40 | ||
| 41 | +++ | ||
| 42 | ** 'electric-quote-mode' is no longer suppressed in a buffer whose | ||
| 43 | whose coding system cannot represent curved quote characters. | ||
| 44 | Instead, users can deal with the unrepresentable characters in the | ||
| 45 | usual way when they save the buffer. | ||
| 46 | |||
| 41 | --- | 47 | --- |
| 42 | ** New variable 'inhibit-compacting-font-caches'. | 48 | ** New variable 'inhibit-compacting-font-caches'. |
| 43 | Set this variable to a non-nil value to speed up display of characters | 49 | Set this variable to a non-nil value to speed up display of characters |