comparison src/ChangeLog @ 40154:17357a050614

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Oct 2001 18:49:20 +0000
parents 70666c5c7f94
children 6dde35eb48f7
comparison
equal deleted inserted replaced
40153:ccd2ee0384ff 40154:17357a050614
52 * w32term.c (remember_mouse_glyph): New function. 52 * w32term.c (remember_mouse_glyph): New function.
53 (w32_mouse_position): Use it. 53 (w32_mouse_position): Use it.
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.
60 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P. 63 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
61 (fast_find_string_pos): New function. 64 (fast_find_string_pos): New function.
114 or width area. 117 or width area.
115 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure 118 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
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.
123 (single_submenu): Some cleanup. 126 (single_submenu): Some cleanup.
124 127