diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-10-13 14:26:25 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-10-13 14:26:25 +0000 |
commit | 1cdc4e4360ea83a75d9e940e902a1673e39b4f2b (patch) | |
tree | 5801b94f2bef9c978870aae7961344a5fc61d665 /etc | |
parent | bb5da5be91d50916bf373fa04d16c387c5b39ddc (diff) | |
download | emacs-1cdc4e4360ea83a75d9e940e902a1673e39b4f2b.tar.gz |
%c and %l constructs are now ignored in frame-title-format.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: +++ |