emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d7f4830 17/17: Fixups after merge from emacs-25


From: Paul Eggert
Subject: [Emacs-diffs] master d7f4830 17/17: Fixups after merge from emacs-25
Date: Sun, 19 Mar 2017 15:41:44 -0400 (EDT)

branch: master
commit d7f4830215801c0c8d7fee0900ff99159b7a474d
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 etc/NEWS              |  6 ------
 etc/NEWS.25           | 35 +++++++++++++++++------------------
 lisp/textmodes/rst.el |  2 +-
 3 files changed, 18 insertions(+), 25 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index f15635f..cd98f53 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -21,12 +21,6 @@ Temporary note:
 --- means no change in the manuals is needed.
 When you add a new item, use the appropriate mark if you are sure it applies,
 
-** 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
-reduce confusion with the standalone CC Mode 5.33 (available from
-http://cc-mode.sourceforge.net), which is a more mature version than
-the one included in Emacs 25.2.
-
 
 * Installation Changes in Emacs 26.1
 
diff --git a/etc/NEWS.25 b/etc/NEWS.25
index c5e95d3..539e56e 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.
 
 
 * 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-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.
+The 'Info-quoted' and 'tex-verbatim' faces inherit from it by default.
 
----
-** New variable 'use-default-font-for-symbols' for backward compatibility.
-This variable allows to get back pre-Emacs 25 behavior whereby the
+** New variable 'use-default-font-for-symbols', for backward compatibility.
+This variable allows you to get back pre-Emacs 25 behavior where 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.
+selected according to your fontset setup.  By default, Emacs 25 tries
+to use the default face's font for such characters, if it supports
+them, disregarding the fontsets.  Set this variable to nil to disable
+this and get back the old behavior.
 
-+++
 ** '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
 usual way when they save the buffer.
 
----
 ** 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.
+using large fonts, at the price of a larger memory footprint.
+
+** 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
+reduce confusion with the standalone CC Mode 5.33 (available from
+http://cc-mode.sourceforge.net), which is a more mature version than
+the one included in Emacs 25.2.
 
 
 * Installation Changes in Emacs 25.1
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 9143f97..7fad83d 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.")
     ("1.3.1" . "24.3")
     ("1.4.0" . "24.3")
     ("1.4.1" . "25.1")
-    ("1.4.2" . "24.5")
+    ("1.4.2" . "25.1")
     ("1.5.0" . "26.1")
     ("1.5.1" . "26.2")
     ("1.5.2" . "26.2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]