From c7c9919d03e1405143519160809040ba97365031 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 19 Jan 2020 14:11:25 +0100 Subject: [PATCH] ; * etc/NEWS: Fix typos. --- etc/NEWS | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 73ed3d739ea..3fbd849bc20 100644 --- 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. * 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. + * 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. ---------------------------------------------------------------------- @@ -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 . -+++ -** '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. - Local variables: coding: utf-8 -- 2.39.2