]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typos.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 19 Jan 2020 13:11:25 +0000 (14:11 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 19 Jan 2020 13:11:25 +0000 (14:11 +0100)
etc/NEWS

index 73ed3d739ea735fccb775f80e5cd47e7cf2d8a4a..3fbd849bc206ec0ffb925f4344eab4930fdb34d3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -26,7 +26,7 @@ applies, and please also update docstrings as needed.
 
 ** Cairo is now used by default if found.
 '--with-cairo' is now the default, if the appropriate development files
-are found by 'configure'
+are found by 'configure'.
 
 ---
 ** The ftx font backend driver has been removed.
@@ -41,6 +41,17 @@ It was declared obsolete in Emacs 27.1.
 \f
 * Editing Changes in Emacs 28.1
 
++++
+** 'read-number' now has its own history variable.
+Additionally, the function now accepts a HIST argument which can be
+used to specify a custom history variable.
+
++++
+** Input history for 'goto-line' is now local to every buffer.
+Each buffer will keep a separate history of line numbers used with
+'goto-line'.  This should help making faster the process of finding
+line numbers that were previously jumped to.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 28.1
 
@@ -67,9 +78,10 @@ are 'eq'.  To compare contents, use 'compare-window-configurations'
 instead.  This change helps fix a bug in 'sxhash-equal', which returned
 incorrect hashes for window configurations and some other objects.
 
+---
 ** The obsolete function 'thread-alive-p' has been removed.
 
-** dns-query now consistently uses Lisp integers to represent integers.
+** 'dns-query' now consistently uses Lisp integers to represent integers.
 Formerly it made an exception for integer components of SOA records,
 because SOA serial numbers can exceed fixnum ranges on 32-bit platforms.
 Emacs now supports bignums so this old glitch is no longer needed.
@@ -93,9 +105,9 @@ such as "2020-01-15T16:12:21-08:00".
 * Changes in Emacs 28.1 on Non-Free Operating Systems
 
 +++
-** On macOS, Emacs can now load dynamic modules with a '.dylib' suffix.
+** On macOS, Emacs can now load dynamic modules with a ".dylib" suffix.
 'module-file-suffix' now has the value ".dylib" on macOS, but the
-'.so' suffix is supported as well.
+".so" suffix is supported as well.
 
 \f
 ----------------------------------------------------------------------
@@ -114,17 +126,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
-+++
-** 'read-number' now has its own history variable.
-Additionally, the function now accepts a HIST argument which can be
-used to specify a custom history variable.
-
-+++
-** Input history for 'goto-line' is now local to every buffer.
-Each buffer will keep a separate history of line numbers used with
-'goto-line'.  This should help making faster the process of finding
-line numbers that were previously jumped to.
-
 \f
 Local variables:
 coding: utf-8