diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-12-26 16:10:44 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-12-26 16:10:44 +0200 |
commit | 9a352ab1c735e12574dae678f13c41f8d50fb92c (patch) | |
tree | b33c2e8b830bc395b55938cbed54b7a4beadf8e3 | |
parent | cc29fab3a66c59e77d0ff67c0f3e2e34ec80a03c (diff) | |
download | emacs-9a352ab1c735e12574dae678f13c41f8d50fb92c.tar.gz emacs-9a352ab1c735e12574dae678f13c41f8d50fb92c.tar.bz2 emacs-9a352ab1c735e12574dae678f13c41f8d50fb92c.zip |
; * etc/NEWS: Fix wording of a recently added entry.
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |