Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3710:4bcad369dfd4
[xemacs-hg @ 2006-11-29 19:10:01 by aidan]
Avoid a crash in Cygwin when clicking File -> Print under X11.
author | aidan |
---|---|
date | Wed, 29 Nov 2006 19:10:03 +0000 |
parents | f6f6fc9eb269 |
children | 761385dfa575 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 28 22:51:04 2006 +0000 +++ b/src/ChangeLog Wed Nov 29 19:10:03 2006 +0000 @@ -1,3 +1,10 @@ +2006-11-29 Aidan Kehoe <kehoea@parhasard.net> + + * sound.c (init_native_sound): + Only X11 and GTK devices can possibly not be on the console of the + associated machine. Fixes a crash when init_native_sound is called + on a msprinter device. + 2006-11-28 Aidan Kehoe <kehoea@parhasard.net> * device-x.c: