; * etc/NEWS: Rearrange lightly.

This commit is contained in:
Po Lu 2025-03-05 09:03:50 +08:00
parent c18089a658
commit 7678047a8a

View file

@ -29,19 +29,7 @@ applies, and please also update docstrings as needed.
The traditional unexec dumper, deprecated since Emacs 27, has been
removed.
* MacOS/NS Changes in Emacs 31.1
---
** New user option 'ns-click-through' controls whether activation clicks
are passed through to Emacs commands.
When nil, clicking on an inactive Emacs frame will only activate it.
When t (the default), the click will both activate the frame and be interpreted
as a command.
+++
** On Cocoa builds, stipples now render with color. (Bug#73384)
** Changed GCC default options on 32-bit x86 systems.
When using GCC 4 or later to build Emacs on 32-bit x86 systems,
'configure' now defaults to using the GCC options '-mfpmath=sse' (if the
@ -1407,6 +1395,13 @@ It is believed to no longer be useful as a method to fight spam.
---
*** kermit.el is now obsolete.
---
*** New user option 'ns-click-through' on Nextstep (GNUstep/Mac OS).
This controls whether activation clicks are passed through to Emacs
commands. When nil, clicking on an inactive Emacs frame will only
activate it. When t (the default), the click will both activate the
frame and be interpreted as a command.
* New Modes and Packages in Emacs 31.1
@ -1823,6 +1818,9 @@ Accordingly, we have revised our recommendations for a suitable DJGPP
toolchain to GCC 14.2.0 and Binutils 2.35.1 in lieu of GCC 3.4.x and
Binutils 2.26.
+++
** On Mac OS X, stipples now render with color.
----------------------------------------------------------------------
This file is part of GNU Emacs.