diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index db3582db7bd..e840b18460e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-11-05 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-11-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (init_display): Setup initial frame's output_data for | ||
| 4 | text terminal frames. | ||
| 5 | |||
| 6 | * frame.h (MOUSE_HL_INFO): Fix TTY definition. | ||
| 7 | |||
| 3 | * dispextern.h (tty_draw_row_with_mouse_face): Add prototype. | 8 | * dispextern.h (tty_draw_row_with_mouse_face): Add prototype. |
| 4 | 9 | ||
| 5 | * xdisp.c (draw_row_with_mouse_face): Don't #ifdef away on MSDOS. | 10 | * xdisp.c (draw_row_with_mouse_face): Don't #ifdef away on MSDOS. |
| @@ -10,6 +15,7 @@ | |||
| 10 | GPM implementation. | 15 | GPM implementation. |
| 11 | 16 | ||
| 12 | * msdos.h (Display_Info): Restore typedef. | 17 | * msdos.h (Display_Info): Restore typedef. |
| 18 | (initialize_msdos_display): Add prototype. | ||
| 13 | 19 | ||
| 14 | 2010-11-02 Eli Zaretskii <eliz@gnu.org> | 20 | 2010-11-02 Eli Zaretskii <eliz@gnu.org> |
| 15 | 21 | ||