Mercurial > emacs
comparison src/ChangeLog @ 95861:68d75e0e5365
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 13 Jun 2008 00:01:27 +0000 |
parents | 353a9f7910cf |
children | f504cb581d25 |
comparison
equal
deleted
inserted
replaced
95860:353a9f7910cf | 95861:68d75e0e5365 |
---|---|
1 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | 1 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) |
2 | 2 |
3 * lread.c (Fload): Use xfree, not free on saved_doc_string. | 3 * lread.c (Fload): Use xfree, not free on saved_doc_string. |
4 | 4 |
5 2008-06-12 Jim Meyering <meyering@redhat.com> | 5 2008-06-12 Jim Meyering <meyering@redhat.com> |
6 | 6 |
7 make unexec_free handle NULL the same way free does | 7 Make unexec_free handle NULL the same way free does. |
8 * unexmacosx.c (unexec_free): Ignore a NULL argument. | 8 * unexmacosx.c (unexec_free): Ignore a NULL argument. |
9 | 9 |
10 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca> | 10 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca> |
11 | 11 |
12 * character.h (CHAR_TO_BYTE_SAFE): New macro. | 12 * character.h (CHAR_TO_BYTE_SAFE): New macro. |
129 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related | 129 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related |
130 defs to w32gui.h. | 130 defs to w32gui.h. |
131 (single_keymap_panes, push_menu_item, push_menu_pane): | 131 (single_keymap_panes, push_menu_item, push_menu_pane): |
132 Make globally visible. | 132 Make globally visible. |
133 | 133 |
134 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc): | 134 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc) |
135 (local_free, malloc_widget_value, free_widget_value): | 135 (local_free, malloc_widget_value, free_widget_value) |
136 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE): | 136 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE) |
137 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION): | 137 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION) |
138 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP): | 138 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP) |
139 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs. | 139 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs. |
140 (menu_items, menu_items_allocated, menu_items_used): | 140 (menu_items, menu_items_allocated, menu_items_used) |
141 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars. | 141 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars. |
142 (init_menu_items, finish_menu_items, discard_menu_items) | 142 (init_menu_items, finish_menu_items, discard_menu_items) |
143 (grow_menu_items, push_submenu_start, push_submenu_end) | 143 (grow_menu_items, push_submenu_start, push_submenu_end) |
144 (push_left_right_boundary, push_menu_pane, push_menu_item) | 144 (push_left_right_boundary, push_menu_pane, push_menu_item) |
145 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items) | 145 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items) |
146 (free_menubar_widget_tree_value, parse_single_submenu): | 146 (free_menubar_widget_tree_value, parse_single_submenu) |
147 (update_submenu_strings): Remove functions. | 147 (update_submenu_strings): Remove functions. |
148 (xmalloc_widget_value): Remove and declare extern. | 148 (xmalloc_widget_value): Remove and declare extern. |
149 | 149 |
150 * makefile.w32-in ($(SRC)/menu.$(O)): New target. | 150 * makefile.w32-in ($(SRC)/menu.$(O)): New target. |
151 (OBJ1): Build it. | 151 (OBJ1): Build it. |