diff options
| author | Eli Zaretskii | 2010-11-05 14:11:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-05 14:11:22 +0200 |
| commit | 7ac5dac91307a99913c558898c520da649dbf4ea (patch) | |
| tree | d2cebebeef3ea822d4bf46111903ec7783f11ab8 /src/ChangeLog | |
| parent | 28118eb6e58a8461e2deef53b68fea513eaef825 (diff) | |
| download | emacs-7ac5dac91307a99913c558898c520da649dbf4ea.tar.gz emacs-7ac5dac91307a99913c558898c520da649dbf4ea.zip | |
Fix mouse redesigned mouse highlight on MSDOS.
dispnew.c (init_display): Setup initial frame's output_data for
text terminal frames.
frame.h (MOUSE_HL_INFO): Fix TTY definition.
msdos.h (initialize_msdos_display): Add prototype.
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 | ||