aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-09 23:53:21 +0000
committerJuanma Barranquero2008-06-09 23:53:21 +0000
commit8993ad2e5076c2391d94545cc3a28c23847c5ef6 (patch)
treeeefe6961dd235626c8acc08ee9fa2d946ca840ac /src
parent38fecd52448854c628a2de301462113d4ea605d4 (diff)
downloademacs-8993ad2e5076c2391d94545cc3a28c23847c5ef6.tar.gz
emacs-8993ad2e5076c2391d94545cc3a28c23847c5ef6.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog70
1 files changed, 37 insertions, 33 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 538f55d84dd..6a98cd6e8a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-06-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32menu.c (digest_single_submenu): Declare extern.
4
12008-06-09 Jason Rumney <jasonr@gnu.org> 52008-06-09 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32term.c (x_make_frame_visible): Use alternate restore flags. 7 * w32term.c (x_make_frame_visible): Use alternate restore flags.
@@ -10,41 +14,41 @@
10 (set_frame_menubar): Sync with version in xmenu.c. 14 (set_frame_menubar): Sync with version in xmenu.c.
11 (w32_menu_show): Sync with xmenu_show in xmenu.c. 15 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12 16
13 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item): 17 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
14 Make static again. 18 Make static again.
15 19
162008-06-09 Jason Rumney <jasonr@gnu.org> 202008-06-09 Jason Rumney <jasonr@gnu.org>
17 21
18 Changes to w32 files related to the move of common menu code 22 Changes to w32 files related to the move of common menu code
19 to menu.c on 2008-06-08 by Chong Yidong. 23 to menu.c on 2008-06-08 by Chong Yidong.
20 24
21 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related 25 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
22 defs to w32gui.h. 26 defs to w32gui.h.
23 (single_keymap_panes, push_menu_item, push_menu_pane): Make 27 (single_keymap_panes, push_menu_item, push_menu_pane):
24 globally visible. 28 Make globally visible.
25 29
26 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc): 30 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc):
27 (local_free, malloc_widget_value, free_widget_value): 31 (local_free, malloc_widget_value, free_widget_value):
28 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE): 32 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE):
29 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION): 33 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION):
30 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP): 34 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP):
31 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs. 35 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
32 (menu_items, menu_items_allocated, menu_items_used): 36 (menu_items, menu_items_allocated, menu_items_used):
33 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars. 37 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
34 (init_menu_items, finish_menu_items, discard_menu_items): 38 (init_menu_items, finish_menu_items, discard_menu_items)
35 (grow_menu_items, push_submenu_start, push_submenu_end): 39 (grow_menu_items, push_submenu_start, push_submenu_end)
36 (push_left_right_boundary, push_menu_pane, push_menu_item, 40 (push_left_right_boundary, push_menu_pane, push_menu_item)
37 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items): 41 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
38 (free_menubar_widget_tree_value, parse_single_submenu): 42 (free_menubar_widget_tree_value, parse_single_submenu):
39 (update_submenu_strings): Remove functions. 43 (update_submenu_strings): Remove functions.
40 (xmalloc_widget_value): Remove and declare extern. 44 (xmalloc_widget_value): Remove and declare extern.
41 45
42 * makefile.w32-in ($(SRC)/menu.$(O)): New target. 46 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
43 (OBJ1): Build it. 47 (OBJ1): Build it.
44 48
45 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type): 49 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
46 (local_heap, local_alloc, local_free, malloc_widget_value): 50 (local_heap, local_alloc, local_free, malloc_widget_value)
47 (free_widget_value): Define here. 51 (free_widget_value): Define here.
48 52
492008-06-09 Kenichi Handa <handa@m17n.org> 532008-06-09 Kenichi Handa <handa@m17n.org>
50 54
@@ -9781,7 +9785,7 @@
9781 9785
9782 * frame.h (enum): Remove trailing comma. 9786 * frame.h (enum): Remove trailing comma.
9783 9787
97842007-10-08 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change) 97882007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9785 9789
9786 * w32proc.c (delete_child): Don't terminate threads of zombies. 9790 * w32proc.c (delete_child): Don't terminate threads of zombies.
9787 9791