diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6f8d2b89a5..93a3810d3bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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. |