aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2001-12-01 11:16:54 +0000
committerJason Rumney2001-12-01 11:16:54 +0000
commitace9b2986c742b8eb5b7ae239baccf55d9189aaa (patch)
treedd2b2ec5d33ecc3f21604606f988be1a04be2cc0 /src/ChangeLog
parent9eb16b6264445b2281d46711221210b0452a6d46 (diff)
downloademacs-ace9b2986c742b8eb5b7ae239baccf55d9189aaa.tar.gz
emacs-ace9b2986c742b8eb5b7ae239baccf55d9189aaa.zip
(current_popup_menu, get_menu_item_info):
(set_menu_item_info): New vars. (set_frame_menubar): Doc fix clarifying GC interaction with menus. (w32_menu_show): Set current_popup_menu. (add_menu_item): Allocate new strings for owner-drawn menu items and help strings. Use owner-draw for disabled menu items again. (w32_menu_display_help): Ignore owner-drawn items and popup menus. (w32_free_submenu_strings, w32_free_menu_strings): New functions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43424369357..ac7a87f554a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12001-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
12001-12-01 Kim F. Storm <storm@cua.dk> 222001-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