Mercurial > emacs
comparison src/ChangeLog @ 46817:fb2254910fb6
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Aug 2002 16:35:07 +0000 |
parents | 0139d2dce230 |
children | c8a846fe7940 |
comparison
equal
deleted
inserted
replaced
46816:5459421e4351 | 46817:fb2254910fb6 |
---|---|
1 2002-08-01 David Ponce <david@dponce.com> | |
2 | |
3 * w32menu.c (local_heap, local_alloc, local_free): New macros. | |
4 (malloc_widget_value, free_widget_value) | |
5 (w32_free_submenu_strings): Use them. | |
6 | |
7 (push_submenu_start, push_submenu_end, push_left_right_boundary) | |
8 (push_menu_pane, push_menu_item, single_keymap_panes) | |
9 (single_menu_item, Fx_popup_menu, menubar_selection_callback) | |
10 (single_submenu, set_frame_menubar) | |
11 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE. | |
12 | |
13 (Fx_popup_menu): Don't show pop up menu until preceding one is | |
14 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block. | |
15 | |
16 * w32menu.c: Changes adapted from xmenu.c | |
17 (set_frame_menubar): First parse all submenus, | |
18 then make widget_value trees from them. | |
19 Don't allocate any widget_value objects | |
20 until we are done with the parsing. | |
21 (parse_single_submenu): New function. | |
22 (digest_single_submenu): New function. | |
23 (single_submenu): Function deleted, replaced by those two. | |
24 | |
1 2002-08-04 Andrew Choi <akochoi@shaw.ca> | 25 2002-08-04 Andrew Choi <akochoi@shaw.ca> |
2 | 26 |
3 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow | 27 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow |
4 returns a valid window pointer before proceeding for keyDown and | 28 returns a valid window pointer before proceeding for keyDown and |
5 autoKey events. | 29 autoKey events. |