diff options
| author | Eli Zaretskii | 2022-12-26 16:10:44 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-26 16:10:44 +0200 |
| commit | 9a352ab1c735e12574dae678f13c41f8d50fb92c (patch) | |
| tree | b33c2e8b830bc395b55938cbed54b7a4beadf8e3 | |
| parent | cc29fab3a66c59e77d0ff67c0f3e2e34ec80a03c (diff) | |
| download | emacs-9a352ab1c735e12574dae678f13c41f8d50fb92c.tar.gz 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 | |||
| 35 | `select-active-regions' when Emacs is running over a slow network | 35 | `select-active-regions' when Emacs is running over a slow network |
| 36 | connection. | 36 | connection. |
| 37 | 37 | ||
| 38 | ** Emacs will now redisplay frames that are made visible by a compositor. | 38 | ** Emacs now updates invisible frames that are made visible by a compositor. |
| 39 | This means even if `frame-visible-p' returns nil or `icon', the frame | 39 | If an invisible or an iconified frame is shown to the user by the |
| 40 | will be redisplayed if it is being displayed to the user by the | 40 | compositing manager, Emacs will now redisplay such a frame even though |
| 41 | compositing manager, which can happenas part of a preview for | 41 | 'frame-visible-' returns nil or 'icon' for it. This can happen, for |
| 42 | iconified windows. | 42 | example, as part of preview for iconified frames. |
| 43 | 43 | ||
| 44 | 44 | ||
| 45 | * Editing Changes in Emacs 30.1 | 45 | * Editing Changes in Emacs 30.1 |