NEWS entry for tty child frames

This commit is contained in:
Gerd Möllmann 2024-12-19 13:37:12 +01:00
parent 5ed6cd53f7
commit a8c83b496b

View file

@ -43,6 +43,23 @@ enabled, you can disable mouse tracking by putting '(xterm-mouse-mode
* Changes in Emacs 31.1
---
** Add support for child frames on tty
The redisplay part is complete. The frame-handling part supports
use-cases like Posframe, Corfu, and child frames acting like tooltips.
Other use-cases of child frames are not currently supported. In
particular, trying to create minibuffer-only child frames on ttys will
signal an error.
To enable tooltips on ttys, call 'tty-tip-mode'.
The presence of child window support on ttys can be checked with
`(featurep 'tty-child-frames)'.
Current versions of Posframe and Corfu are known to use child frames on
ttys if supported.
+++
** Several font-lock face variables are now obsolete.
The following variables are now obsolete: 'font-lock-builtin-face',