comparison src/ChangeLog @ 41734:6cf3e8b82de8

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 01 Dec 2001 11:16:54 +0000
parents 07d263c6cf78
children 44b71a535f19
comparison
equal deleted inserted replaced
41733:917737801660 41734:6cf3e8b82de8
1 2001-12-01 Jason Rumney <jasonr@gnu.org>
2
3 * w32menu.c (current_popup_menu, get_menu_item_info):
4 (set_menu_item_info): New vars.
5 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
6 (w32_menu_show): Set current_popup_menu.
7 (add_menu_item): Allocate new strings for owner-drawn menu items
8 and help strings.
9 Use owner-draw for disabled menu items again.
10 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
11 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
12
13 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
14 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
15 <WM_EXITMENULOOP>: Free menu strings.
16 <WM_MOUSELEAVE>: Stop tracking mouse.
17 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
18
19 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
20 and mouse face.
21
1 2001-12-01 Kim F. Storm <storm@cua.dk> 22 2001-12-01 Kim F. Storm <storm@cua.dk>
2 23
3 The following changes add left-fringe and right-fringe 24 The following changes add left-fringe and right-fringe
4 frame parameters to adjust fringe widths, or remove one or 25 frame parameters to adjust fringe widths, or remove one or
5 both fringes. 26 both fringes.