summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-01-24 20:02:26 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-01-24 20:02:33 +0100
commitee0848171262f7fc693b18e4bf04e9f9c98d1e88 (patch)
treeabebf4843d11a239ecd6173dfc73d891ae4bdf0d
parent81886aeaffe76fd95e299403ef493a76bf606825 (diff)
downloademacs-ee0848171262f7fc693b18e4bf04e9f9c98d1e88.tar.gz
Add NEWS entry for term-clear-full-screen-programs
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7d1400d7c80..46a734e8546 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -93,6 +93,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'
and 'defgeneric' (which have been made obsolete in Emacs 25.1 with