Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3414:aa21e817df76 | 3415:168e8d8a55be |
---|---|
1 2006-05-23 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * frame-x.c (x_set_frame_properties): | |
4 Check that the frame is live and that the device is not being | |
5 deleted before attempting anything. Avoids calling X code if | |
6 x_IO_error_handler has seen a broken pipe. | |
7 | |
1 2006-05-22 Aidan Kehoe <kehoea@parhasard.net> | 8 2006-05-22 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * file-coding.c (output_bytes_in_ascii_and_hex): | 10 * file-coding.c (output_bytes_in_ascii_and_hex): |
4 Pass stderr_out internally-formatted data, don't use an external | 11 Pass stderr_out internally-formatted data, don't use an external |
5 format. | 12 format. |