diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9337dbf6990..95ae9191ab9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2008-06-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Makefile.in: Compile menu.c. | ||
| 4 | |||
| 5 | * lisp.h: Declare syms_of_menu. | ||
| 6 | |||
| 7 | * emacs.c (main): Call syms_of_menu. | ||
| 8 | |||
| 9 | * keyboard.h: Relocate platform-independent menu definitions from | ||
| 10 | xmenu.c. | ||
| 11 | |||
| 12 | * menu.c: New file. Relocate platform-independent menu | ||
| 13 | definitions from xmenu.c. | ||
| 14 | |||
| 15 | * xmenu.c: Remove platform-independent menu definitions. | ||
| 16 | (menu_items menu_items_inuse, menu_items_allocated) | ||
| 17 | (menu_items_used, menu_items_n_panes) | ||
| 18 | (menu_items_submenu_depth): Move to keyboard.h. | ||
| 19 | (init_menu_items, finish_menu_items, unuse_menu_items) | ||
| 20 | (discard_menu_items, restore_menu_items, save_menu_items) | ||
| 21 | (grow_menu_items, push_submenu_start, push_submenu_end) | ||
| 22 | (push_left_right_boundary, push_menu_pane, push_menu_item) | ||
| 23 | (keymap_panes, single_keymap_panes, single_menu_item) | ||
| 24 | (list_of_panes, list_of_items, find_and_call_menu_selection) | ||
| 25 | (xmalloc_widget_value, free_menubar_widget_value_tree) | ||
| 26 | (parse_single_submenu, digest_single_submenu) | ||
| 27 | (update_submenu_strings): Move to menu.c. | ||
| 28 | |||
| 1 | 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca> | 29 | 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 30 | ||
| 3 | * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case. | 31 | * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case. |