Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3415:168e8d8a55be
[xemacs-hg @ 2006-05-22 22:07:05 by aidan]
Fix a hang in read-from-minibuffer if the X display disappears
author | aidan |
---|---|
date | Mon, 22 May 2006 22:07:07 +0000 |
parents | e13aec8357bb |
children | abdb33cc1f52 |
line wrap: on
line diff
--- a/src/ChangeLog Mon May 22 21:50:46 2006 +0000 +++ b/src/ChangeLog Mon May 22 22:07:07 2006 +0000 @@ -1,3 +1,10 @@ +2006-05-23 Aidan Kehoe <kehoea@parhasard.net> + + * frame-x.c (x_set_frame_properties): + Check that the frame is live and that the device is not being + deleted before attempting anything. Avoids calling X code if + x_IO_error_handler has seen a broken pipe. + 2006-05-22 Aidan Kehoe <kehoea@parhasard.net> * file-coding.c (output_bytes_in_ascii_and_hex):