Mercurial > emacs
comparison src/ChangeLog @ 84768:53194ec05789
* termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
(gpm_tty): Change its type.
* term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
(gpm_tty): Change its type and initialize it.
(Fterm_open_connection): Check the frame is indeed a tty. Use the new gpm_tty.
(Fterm_close_connection): Use the new gpm_tty.
* keyboard.c (tty_read_avail_input): Use the new gpm_tty.
* sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 21 Sep 2007 17:10:48 +0000 |
parents | 2802a7ac4329 |
children | cbcb89640ef2 |
comparison
equal
deleted
inserted
replaced
84767:3fb70c6369b7 | 84768:53194ec05789 |
---|---|
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 |
4 underline_color, to draw strike-through. | 16 underline_color, to draw strike-through. |
5 | 17 |