Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
755:da44ff90109f | 756:00793f182d30 |
---|---|
1 2002-02-11 Mike Sperber <mike@xemacs.org> | |
2 | |
3 * device-x.c: | |
4 (x_IO_error_handler): | |
5 (x_init_device): Temporarily keep device in static variable | |
6 `device_being_initialized' so we can recover gracefully from | |
7 internal XOpenDevice failure. (XOpenDevice is documented to | |
8 return NULL on failure, but sometimes calls the IO error handler | |
9 instead.) | |
10 | |
1 2002-02-12 Stephen J. Turnbull <stephen@xemacs.org> | 11 2002-02-12 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 12 |
3 * fileio.c (Ffind_file_name_handler): Improve docstring. | 13 * fileio.c (Ffind_file_name_handler): Improve docstring. |
4 | 14 |
5 2002-01-20 Stephen J. Turnbull <stephen@xemacs.org> | 15 2002-01-20 Stephen J. Turnbull <stephen@xemacs.org> |