diff src/ChangeLog @ 756:00793f182d30

[xemacs-hg @ 2002-02-22 17:12:26 by michaels] 2002-02-11 Mike Sperber <mike@xemacs.org> * device-x.c: (x_IO_error_handler): (x_init_device): Temporarily keep device in static variable `device_being_initialized' so we can recover gracefully from internal XOpenDevice failure. (XOpenDevice is documented to return NULL on failure, but sometimes calls the IO error handler instead.)
author michaels
date Fri, 22 Feb 2002 17:12:27 +0000
parents 358bd84dc7ff
children 516c347c4479
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 16 07:25:39 2002 +0000
+++ b/src/ChangeLog	Fri Feb 22 17:12:27 2002 +0000
@@ -1,3 +1,13 @@
+2002-02-11  Mike Sperber  <mike@xemacs.org>
+
+	* device-x.c: 
+	(x_IO_error_handler):
+	(x_init_device): Temporarily keep device in static variable
+	`device_being_initialized' so we can recover gracefully from
+	internal XOpenDevice failure.  (XOpenDevice is documented to
+	return NULL on failure, but sometimes calls the IO error handler
+	instead.)
+
 2002-02-12  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* fileio.c (Ffind_file_name_handler): Improve docstring.