diff options
| author | Paul Eggert | 2017-03-19 12:39:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-03-19 12:39:16 -0700 |
| commit | d7f4830215801c0c8d7fee0900ff99159b7a474d (patch) | |
| tree | ea0bff3b5f359ad9a3269625ec736545095eeb29 | |
| parent | 597598fff47f809c150e452d813c998b868376ec (diff) | |
| download | emacs-d7f4830215801c0c8d7fee0900ff99159b7a474d.tar.gz emacs-d7f4830215801c0c8d7fee0900ff99159b7a474d.zip | |
Fixups after merge from emacs-25
* etc/NEWS: Remove stray entry.
* etc/NEWS.25: Copy from Emacs emacs-25 etc/NEWS.
* lisp/textmodes/rst.el (rst-package-emacs-version-alist):
Make it nondecreasing.
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | etc/NEWS.25 | 35 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 2 |
3 files changed, 18 insertions, 25 deletions
| @@ -21,12 +21,6 @@ Temporary note: | |||
| 21 | --- means no change in the manuals is needed. | 21 | --- means no change in the manuals is needed. |
| 22 | When you add a new item, use the appropriate mark if you are sure it applies, | 22 | When you add a new item, use the appropriate mark if you are sure it applies, |
| 23 | 23 | ||
| 24 | ** The version number of CC Mode has been changed from 5.33 to | ||
| 25 | 5.32.99, although the software itself hasn't changed. This aims to | ||
| 26 | reduce confusion with the standalone CC Mode 5.33 (available from | ||
| 27 | http://cc-mode.sourceforge.net), which is a more mature version than | ||
| 28 | the one included in Emacs 25.2. | ||
| 29 | |||
| 30 | 24 | ||
| 31 | * Installation Changes in Emacs 26.1 | 25 | * Installation Changes in Emacs 26.1 |
| 32 | 26 | ||
diff --git a/etc/NEWS.25 b/etc/NEWS.25 index c5e95d37c84..539e56e42a0 100644 --- a/etc/NEWS.25 +++ b/etc/NEWS.25 | |||
| @@ -17,38 +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 |
| 20 | This is a bug-fix release with (almost) no new features. | ||
| 21 | 20 | ||
| 22 | --- | 21 | This 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. |
| 28 | The 'Info-quoted' and 'tex-verbatim' faces now default to inheriting | 27 | The 'Info-quoted' and 'tex-verbatim' faces inherit from it by default. |
| 29 | from 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. | 30 | This variable allows you to get back pre-Emacs 25 behavior where the |
| 33 | This variable allows to get back pre-Emacs 25 behavior whereby the | ||
| 34 | font for displaying symbol and punctuation characters was always | 31 | font for displaying symbol and punctuation characters was always |
| 35 | selected according to your fontset setup. Emacs 25 by default tries | 32 | selected according to your fontset setup. By default, Emacs 25 tries |
| 36 | to use the default face's font for such characters, disregarding the | 33 | to use the default face's font for such characters, if it supports |
| 37 | fontsets if the default font supports these characters. Set this | 34 | them, disregarding the fontsets. Set this variable to nil to disable |
| 38 | variable to nil to disable the new behavior and get back the old | 35 | this and get back the old behavior. |
| 39 | behavior. | ||
| 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 |
| 43 | whose coding system cannot represent curved quote characters. | 38 | coding system cannot represent curved quote characters. |
| 44 | Instead, users can deal with the unrepresentable characters in the | 39 | Instead, users can deal with the unrepresentable characters in the |
| 45 | usual way when they save the buffer. | 40 | usual way when they save the buffer. |
| 46 | 41 | ||
| 47 | --- | ||
| 48 | ** New variable 'inhibit-compacting-font-caches'. | 42 | ** New variable 'inhibit-compacting-font-caches'. |
| 49 | Set this variable to a non-nil value to speed up display of characters | 43 | Set this variable to a non-nil value to speed up display of characters |
| 50 | using large fonts, at the price of a larger memory footprint of the | 44 | using large fonts, at the price of a larger memory footprint. |
| 51 | Emacs session. | 45 | |
| 46 | ** The version number of CC Mode has been changed from 5.33 to | ||
| 47 | 5.32.99, although the software itself hasn't changed. This aims to | ||
| 48 | reduce confusion with the standalone CC Mode 5.33 (available from | ||
| 49 | http://cc-mode.sourceforge.net), which is a more mature version than | ||
| 50 | the one included in Emacs 25.2. | ||
| 52 | 51 | ||
| 53 | 52 | ||
| 54 | * Installation Changes in Emacs 25.1 | 53 | * Installation Changes in Emacs 25.1 |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 9143f97dce0..7fad83da6be 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -294,7 +294,7 @@ in parentheses follows the development revision and the time stamp.") | |||
| 294 | ("1.3.1" . "24.3") | 294 | ("1.3.1" . "24.3") |
| 295 | ("1.4.0" . "24.3") | 295 | ("1.4.0" . "24.3") |
| 296 | ("1.4.1" . "25.1") | 296 | ("1.4.1" . "25.1") |
| 297 | ("1.4.2" . "24.5") | 297 | ("1.4.2" . "25.1") |
| 298 | ("1.5.0" . "26.1") | 298 | ("1.5.0" . "26.1") |
| 299 | ("1.5.1" . "26.2") | 299 | ("1.5.1" . "26.2") |
| 300 | ("1.5.2" . "26.2") | 300 | ("1.5.2" . "26.2") |