comparison 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
comparison
equal deleted inserted replaced
102743:043083354750 102744:d69c45eb83b1
1 2009-03-27 Kevin Ryde <user42@zip.com.au>
2
3 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4 Gpm_GetEvent as an error that justifies closing the filedescriptor.
5 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6 (Fgpm_mouse_stop): Pass that new parameter.
7 * termhooks.h (close_gpm): Adjust prototype.
8
1 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 9 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * lisp.h (Fx_focus_frame): Declare. 11 * lisp.h (Fx_focus_frame): Declare.
4 12
5 * callint.c (Fcall_interactively): For '^' just delegate the work to 13 * callint.c (Fcall_interactively): For '^' just delegate the work to