Add NEWS entry for term-clear-full-screen-programs

This commit is contained in:
Lars Ingebrigtsen 2022-01-24 20:02:26 +01:00
parent 81886aeaff
commit ee08481712

View file

@ -92,6 +92,13 @@ time.
* Incompatible changes in Emacs 29.1
---
** New user option 'term-clear-full-screen-programs'.
By default, term will now work like most terminals when displaying
full-screen programs: When they exit, the output is cleared, leaving
what was displayed in the window before the programs started. Set
this user option to nil to revert back to the old behavior.
---
** Support for old EIEIO functions is not autoloaded any more.
You need an explicit '(require 'eieio-compat)' to use 'defmethod'