NEWS entry for tty child frames
This commit is contained in:
parent
5ed6cd53f7
commit
a8c83b496b
1 changed files with 17 additions and 0 deletions
17
etc/NEWS
17
etc/NEWS
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue