diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 795f0b4aea5..215eb831482 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -54,6 +54,9 @@ | |||
| 54 | (note_mouse_movement): If the mouse moved off the glyph, remember | 54 | (note_mouse_movement): If the mouse moved off the glyph, remember |
| 55 | its new position. | 55 | its new position. |
| 56 | 56 | ||
| 57 | * w32term.h (struct w32_output): Correct spelling of x_compatible. | ||
| 58 | (w32_display_info): Add mouse_face_overlay. | ||
| 59 | |||
| 57 | * w32term.c (notice_overwritten_cursor): Renamed from | 60 | * w32term.c (notice_overwritten_cursor): Renamed from |
| 58 | note_overwritten_text_cursor. Rewritten to take glyph widths into | 61 | note_overwritten_text_cursor. Rewritten to take glyph widths into |
| 59 | account. | 62 | account. |
| @@ -116,7 +119,7 @@ | |||
| 116 | a widget to zero height. | 119 | a widget to zero height. |
| 117 | 120 | ||
| 118 | * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]: | 121 | * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]: |
| 119 | Protect unibyte stings created by replacing their multibyte | 122 | Protect unibyte strings created by replacing their multibyte |
| 120 | equivalents in menu_items. | 123 | equivalents in menu_items. |
| 121 | (w32_menu_show): Don't overwrite an item's name with its key | 124 | (w32_menu_show): Don't overwrite an item's name with its key |
| 122 | description in case the description is a multibyte string. | 125 | description in case the description is a multibyte string. |