aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c1b5c09075e..0b747d90594 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -908,6 +908,12 @@ Such individual settings are now preserved when windows are split
908horizontally or vertically, a saved window configuration is restored, 908horizontally or vertically, a saved window configuration is restored,
909or when the frame is resized. 909or when the frame is resized.
910 910
911+++
912*** The %c and %l constructs are now ignored in frame-title-format.
913Due to technical limitations in how Emacs interacts with windowing
914systems, these constructs often failed to render properly, and could
915even cause Emacs to crash.
916
911** Cursor display changes: 917** Cursor display changes:
912 918
913+++ 919+++