diff options
| author | Stefan Monnier | 2007-09-21 17:10:48 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-21 17:10:48 +0000 |
| commit | 71f44e7ad49b434c191a84fcd46a7dfa94894735 (patch) | |
| tree | 7e825db8ca5a9413b8757d720b6a7d17a51543fe /src/ChangeLog | |
| parent | 2171e172b8c1cf5ce4d4bc6cb123050352623d00 (diff) | |
| download | emacs-71f44e7ad49b434c191a84fcd46a7dfa94894735.tar.gz emacs-71f44e7ad49b434c191a84fcd46a7dfa94894735.zip | |
* 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.
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 |