commit 2ffe1494e16381cfc7fec95a6a0879f268df3e95 (HEAD, refs/remotes/origin/master) Author: Paul Eggert Date: Mon Dec 26 08:46:36 2022 -0800 Avoid duplicate inclusion of stdalign.h * src/lisp.h: Do not include stdalign.h, as Gnulib now approximates C23 (where stdalign.h does nothing) and config.h already includes stdalign.h as needed on pre-C23 platforms. diff --git a/src/lisp.h b/src/lisp.h index be511a0eb9c..0dcf803e124 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -22,7 +22,6 @@ #define EMACS_LISP_H #include #include -#include #include #include #include commit 9a352ab1c735e12574dae678f13c41f8d50fb92c Author: Eli Zaretskii Date: Mon Dec 26 16:10:44 2022 +0200 ; * etc/NEWS: Fix wording of a recently added entry. diff --git a/etc/NEWS b/etc/NEWS index e6b90365e3b..d17e1f1f89f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -35,11 +35,11 @@ This means it should be less necessary to disable the likes of `select-active-regions' when Emacs is running over a slow network connection. -** Emacs will now redisplay frames that are made visible by a compositor. -This means even if `frame-visible-p' returns nil or `icon', the frame -will be redisplayed if it is being displayed to the user by the -compositing manager, which can happenas part of a preview for -iconified windows. +** Emacs now updates invisible frames that are made visible by a compositor. +If an invisible or an iconified frame is shown to the user by the +compositing manager, Emacs will now redisplay such a frame even though +'frame-visible-' returns nil or 'icon' for it. This can happen, for +example, as part of preview for iconified frames. * Editing Changes in Emacs 30.1