diff src/ChangeLog @ 102744:d69c45eb83b1

* keyboard.c (tty_read_avail_input): Don't treat a -1 return from Gpm_GetEvent as an error that justifies closing the filedescriptor. * term.c (close_gpm): Get the filedescriptor as a (new) parameter. (Fgpm_mouse_stop): Pass that new parameter. * termhooks.h (close_gpm): Adjust prototype.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 27 Mar 2009 16:14:23 +0000
parents c8e6da2dab57
children fd3d23f156f5
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 27 15:58:16 2009 +0000
+++ b/src/ChangeLog	Fri Mar 27 16:14:23 2009 +0000
@@ -1,3 +1,11 @@
+2009-03-27  Kevin Ryde  <user42@zip.com.au>
+
+	* keyboard.c (tty_read_avail_input): Don't treat a -1 return from
+	Gpm_GetEvent as an error that justifies closing the filedescriptor.
+	* term.c (close_gpm): Get the filedescriptor as a (new) parameter.
+	(Fgpm_mouse_stop): Pass that new parameter.
+	* termhooks.h (close_gpm): Adjust prototype.
+
 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* lisp.h (Fx_focus_frame): Declare.