diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0e9d549e54a..db3582db7bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2010-11-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispextern.h (tty_draw_row_with_mouse_face): Add prototype. | ||
| 4 | |||
| 5 | * xdisp.c (draw_row_with_mouse_face): Don't #ifdef away on MSDOS. | ||
| 6 | Call tty_draw_row_with_mouse_face on MSDOS as well. | ||
| 7 | |||
| 8 | * msdos.c (tty_draw_row_with_mouse_face): Renamed from | ||
| 9 | draw_row_with_mouse_face. Make the argument list identical with | ||
| 10 | GPM implementation. | ||
| 11 | |||
| 12 | * msdos.h (Display_Info): Restore typedef. | ||
| 13 | |||
| 1 | 2010-11-02 Eli Zaretskii <eliz@gnu.org> | 14 | 2010-11-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 15 | ||
| 3 | * term.c: Remove static mouse_face_* variables. All users | 16 | * term.c: Remove static mouse_face_* variables. All users |