1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

%c and %l constructs are now ignored in frame-title-format.

This commit is contained in:
Chong Yidong 2006-10-13 14:26:25 +00:00
parent bb5da5be91
commit 1cdc4e4360

View file

@ -908,6 +908,12 @@ Such individual settings are now preserved when windows are split
horizontally or vertically, a saved window configuration is restored,
or when the frame is resized.
+++
*** The %c and %l constructs are now ignored in frame-title-format.
Due to technical limitations in how Emacs interacts with windowing
systems, these constructs often failed to render properly, and could
even cause Emacs to crash.
** Cursor display changes:
+++