** 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.
\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
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.
* 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
----------------------------------------------------------------------
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