diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9867b64582e..5e31ba344fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead. | ||
| 4 | (gpm_tty): Change its type. | ||
| 5 | * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead. | ||
| 6 | (gpm_tty): Change its type and initialize it. | ||
| 7 | (Fterm_open_connection): Check the frame is indeed a tty. | ||
| 8 | Use the new gpm_tty. | ||
| 9 | (Fterm_close_connection): Use the new gpm_tty. | ||
| 10 | * keyboard.c (tty_read_avail_input): Use the new gpm_tty. | ||
| 11 | * sysdep.c (init_sys_modes): term_gpm -> gpm_tty. | ||
| 12 | |||
| 1 | 2007-09-21 Juanma Barranquero <lekktu@gmail.com> | 13 | 2007-09-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 14 | ||
| 3 | * w32term.c (x_draw_glyph_string): Use strike_through_color, not | 15 | * w32term.c (x_draw_glyph_string): Use strike_through_color, not |